PHP Classes

File: js/spinner/spinner.css

Recommend this page to a friend!
  Classes of Saro Carvello   PHP Web MVC Framework   js/spinner/spinner.css   Download  
File: js/spinner/spinner.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web MVC Framework
MVC framework providing autogenerated MySQL models
Author: By
Last change: Update of js/spinner/spinner.css
Date: 1 year ago
Size: 604 bytes
 

Contents

Class file image Download
#divLoading { display : none; } #divLoading.show { display : block; position : fixed; z-index: 110; background-image : url('loader.gif'); background-color:#666; opacity : 0.4; background-repeat : no-repeat; background-position : center; left : 0; bottom : 0; right : 0; top : 0; } #loadinggif.show { left : 50%; top : 50%; position : absolute; z-index : 101; width : 32px; height : 32px; margin-left : -16px; margin-top : -16px; } div.content { width : 1000px; height : 1000px; }