MediaWiki:Monobook.css | ElderScrollsPortal.de

MediaWiki:Monobook.css

Deepfighter (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Killfetzer (Diskussion | Beiträge)
KKeine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:


/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a { 
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
div.pBody {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
Zeile 35: Zeile 27:


/* same following the css3 draft specs, any browsers supporting this? */
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a { 
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content {
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
div.pBody {
   border-radius-topright: 1em;
   border-radius-topright: 1em;
   border-radius-bottomright: 1em;
   border-radius-bottomright: 1em;
}
}

Version vom 13. Mai 2008, 08:13 Uhr

 /** Do not force 'lowercase' */
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 	text-transform: none;
 }
 
 /* Registerkarte/Reiter für Navigationsbereiche */
 .portlet h5 
 {
   background-color: #e0e3e6;
   border: thin solid silver;
 }
 
 /* Einrückung in Inhaltsverzeichnissen bei Umbruch */
 li.toclevel-1 {
       text-indent:-0.4em;
       margin-left:0.4em;
 }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}