Benutzer:Jaer/monobook.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
@media screen{
body
{
line-height: 110% !important;
}
table.metadata { display:table; }
p
{
line-height: 150% !important;
}
.selflink {
 color:rgb(0, 255, 102) !important;
}

a[title ^='Benutzer:'] { color:#179F00;}
a[title ^='Benutzer Diskussion:'] {color:#179F64;}
.new[title ^='Benutzer:'] { color:red; }
.new[title ^='Benutzer Diskussion:'] { color:red; }
/* Aus dem Wikibooks-monobook-Stylesheet: */
/* 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;
 }
 #ca-addsection  {                        /* verbindet "Seite bearbeiten" und das "+" */
 -moz-border-radius-topleft: 0 !important;
 }
 #ca-edit.istalk{
 -moz-border-radius-topright: 0 !important;
 }
 #content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
 }
}
@media print{
h1, h2, h3, h4, h5, h6
{
font-family: 'Comic Sans MS' !important;
font-weight: bold !important;
}
body 
{
font-family: Arial !important;
font-size: 9pt !important;
line-height: 125% !important;
}
ul
{
font-size: 9pt !important;
line-height: 125% !important;
}
ol
{
font-size: 9pt !important;
line-height: 125% !important;
}
td
{
font-size: 9pt !important;
line-height: 125% !important;
}
th
{
font-size: 9pt !important;
line-height: 125% !important;
}
p
{
font-size: 9pt !important;
line-height: 125% !important;
}
a
{
text-decoration: underline !important;
}
}