PHP Classes

File: web/bundles/Raptor/css/raptor.css

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/Raptor/css/raptor.css   Download  
File: web/bundles/Raptor/css/raptor.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 1,009 bytes
 

Contents

Class file image Download
/* Document : login Created on : 06-sep-2014, 19:17:02 Author : Amed Description: Purpose of the stylesheet follows. */ .loadingPage{ background: rgba(255,255,255,0.4); position: absolute; width: 100%; height: 100%; top:0px; z-index: 5; left:0px; } .loadlogo{ background: rgba(255,255,255,0.4); border-radius: 5px; top: 50%; left: 50%; margin-left: -60px; position: absolute; padding: 15px; text-align: center; } body{ width: 100%; height: 100%; background: rgba(255,255,255,0.8); background-attachment: fixed; background-size: cover; } .fondo{ width: 100%; height: 100%; background-image: url(../img/raptor-uir.png); background-attachment: fixed; background-size: cover; } .raptor-panel{ } .dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{ background: #402878; color:white; }