MediaWiki:Skin/Windowspedia.css: Unterschied zwischen den Versionen

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen
(nur mal kurz zum anschaun ...)
Zeile 2: Zeile 2:
  
 
  #p-logo a { background-image: url("images/a/a1/NoWinLogo.jpg") !important; }
 
  #p-logo a { background-image: url("images/a/a1/NoWinLogo.jpg") !important; }
 +
 
  #siteNotice, #column-one, #footer {display:none;}
 
  #siteNotice, #column-one, #footer {display:none;}
 +
 
  #content {
 
  #content {
 
   margin:0px;
 
   margin:0px;
Zeile 8: Zeile 10:
 
   background-color:transparent;
 
   background-color:transparent;
 
   }
 
   }
 +
 
  body {
 
  body {
 
   background-image: url("images/0/0e/Bliss_XP_Kamel.jpg") !important;
 
   background-image: url("images/0/0e/Bliss_XP_Kamel.jpg") !important;
Zeile 13: Zeile 16:
 
   background-attachment:fixed !important;
 
   background-attachment:fixed !important;
 
   }
 
   }
 +
 
  .taskleiste1 { background: url("images/5/51/Taskleiste1.jpg") 0px 0px; }
 
  .taskleiste1 { background: url("images/5/51/Taskleiste1.jpg") 0px 0px; }
 
  .taskleiste2 { background: url("images/8/86/Taskleiste2.jpg") 0px 0px; }
 
  .taskleiste2 { background: url("images/8/86/Taskleiste2.jpg") 0px 0px; }
 +
 +
.Bluez {
 +
  position: fixed;
 +
  left: 0px;
 +
  top: 0px;
 +
  width: 100%;
 +
  height: 100%;
 +
}

Version vom 1. April 2008, 19:12 Uhr

 /* Skin für [[Windowspedia]] */

 #p-logo a { background-image: url("images/a/a1/NoWinLogo.jpg") !important; }
 
 #siteNotice, #column-one, #footer {display:none;}
 
 #content {
   margin:0px;
   border:none !important;
   background-color:transparent;
   }
 
 body {
  background-image: url("images/0/0e/Bliss_XP_Kamel.jpg") !important;
  background-position:center !important; 
  background-attachment:fixed !important;
  }
 
 .taskleiste1 { background: url("images/5/51/Taskleiste1.jpg") 0px 0px; }
 .taskleiste2 { background: url("images/8/86/Taskleiste2.jpg") 0px 0px; }

 .Bluez {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
 }