templates/master.html
authorAlan Knowles <alan@roojs.com>
Fri, 24 Jun 2016 04:44:29 +0000 (12:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Jun 2016 04:44:29 +0000 (12:44 +0800)
templates/master.html

index c037a63..5157c71 100644 (file)
         <link rel="stylesheet" type="text/css" href="{rootURL}/roojs1/css/xtheme-slate.css" />  
  
         {outputCSSIncludes()}
-                     
-   
-    <style>
-     #loading-logo-bottom,
-     #loading-logo-center,
-     #loading-logo-tile,
-     #loading-logo-tile-top
-     {
-        width:100%;
-        height:100%;
-        position:absolute;
-       
-        left:0;
-        top:0;
-        background-position:50% 50%;
-    }
-    
-    /* background-tile.jpg */
-    #loading-logo-tile {
-         z-index:1000;
-    }
-    
-    /* background.jpg */
-    #loading-logo-center
-    {
-        background-position:50% 0;
-        background-repeat:no-repeat; 
-        z-index:1001;
-    }
-    /* background-tile-top.jpg */
-    #loading-logo-tile-top
-    {
-        background-position:50% 0;
-        z-index:1002;
-        background-repeat:repeat-x; 
-        
-    }
-    /* background_bottom_logo.gif */
-    #loading-logo-bottom
-    {
-        background-position:50% 100%;
-        background-repeat:no-repeat; 
-        z-index:1003;
-    }
-    </style>
+      
      </head>
     <body class="ytheme-gray">  
          <!--background:#F8ECB2;-->