Benutzer:MilesTeg/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
#article, #article td, #article th, #article p {
 font-family: Times, serif;
 font-size: 10pt; color: black;
}

a:link {
 text-decoration:none;
 }

a:visited {
 text-decoration:none;
 }

a:hover { 
text-decoration:underline;
 }

a.new {
 text-decoration:none;
 }

a.new:visited {
 text-decoration:none;
 }

a.new:hover {
 text-decoration:underline;
 }

a.stub {
 color:#559977;
 }

/* make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
   -moz-border-radius: 4px;
}
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}

#content, #footer {
   -moz-border-radius-topleft: 6px;
   -moz-border-radius-bottomleft: 6px;
}

div.pBody {
   -moz-border-radius-topright: 6px;
   -moz-border-radius-bottomright: 6px;
}