MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus phenixxenia.org
Zur Navigation springen Zur Suche springen
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 3: Zeile 3:
 
}
 
}
  
#p-logo {
+
div#p-logo {
 
   position: relative;
 
   position: relative;
 
   display: block;
 
   display: block;
 +
  top: 0px;
 +
  height: 100px;
 
}
 
}
  
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
div#p-logo a {
 
div#p-logo a {
 +
  top: 0px;
 
   background-size: 9em;
 
   background-size: 9em;
 +
  height: 100px;
 
}
 
}
  
 
#p-navigation { display: none }
 
#p-navigation { display: none }

Aktuelle Version vom 3. Januar 2014, 13:30 Uhr

div#mw-panel {
  top: 0px;
}

div#p-logo {
  position: relative;
  display: block;
  top: 0px;
  height: 100px;
}

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
div#p-logo a {
  top: 0px;
  background-size: 9em;
  height: 100px;
}

#p-navigation { display: none }