File: style.css

Recommend this page to a friend!
  Classes of Pravin Sonawane   Simple JavaScript Loader   style.css   Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Cascaded Stylesheet
Class: Simple JavaScript Loader
Show and hide loaders and other page elements
Author: By
Last change:
Date: 8 years ago
Size: 697 bytes
 

Contents

Class file image Download
@charset "utf-8"; /* CSS Document */ body { font-family:Verdana, Arial, Helvetica, sans-serif; } #loader_outer { background-color: #333333; display: none; height: 100%; left: 0; opacity: 0.6; padding: 5px; position: fixed; top: 0; width: 100%; z-index: 10000000; } #loader_inner { background-color: #ffffff; border: 2px solid #ffffff; color: #ffffff; display: none; font-size: 12px; font-weight: bold; left: 45%; margin: 2px; max-width: 300px; overflow: auto; padding: 3px; position: fixed; text-align: left; top: 40%; width: auto; z-index: 10000005; }