Metmaacher:Timwi/monobook.css

Uß de Wikipedia

Opjepass: Noh em Speichere künnd et sin, datt De Dingem Brauser singe Cache Speicher övverlisste muss, ih datt De de Änderunge och ze sinn kreß.

  • Beim Mozilla un Firefox un Safari, dröck dä Jrußschreffknopp eronger un kleck dann op Reload / Aktualisieren, udder dröck Ctrl+F5 / Strg+F5, udder dröck Ctrl+R / Strg+R, obb enem Macintosh dröck ⌘+R.
  • Beim Google Chrome, dröck Ctrl+Jrußschreffknopp+R / Strg+Jrußschreffknopp+R, obb enem Macintosh dröck ⌘+Jrußschreffknopp+R.
  • Beim Internet Explorer, dröck dä Jrußschreffknopp eronger un kleck dann op Refresh / Aktualisieren, udder dröck Ctrl+F5 / Strg+F5,
  • Beim Konqueror klegg op Reload / Aktualisieren, udder dröck op F5.
  • Beim Opera kanns De övver et Menue jonn un däm janze Zwescheschpeischer singe Enhald övver Tools → Preferences / Werkzeug → Einstellungen fottschmieße, neuerdings jeiht et och met Alt+F5.
 /* 
    I hereby place this code in the public domain. – [[User:Timwi|Timwi]]
 */
 
 
 /* Round the corners of everything. */
 
 #p-cactions ul li, #p-cactions ul li a {
     -moz-border-radius-topleft: 8.1px; /* 0.59em; */
     -moz-border-radius-topright: 8px; /* 0.57em; */
 }
 #content {
     -moz-border-radius-topleft: 8.1px;
     -moz-border-radius-bottomleft: 8.5px;
 }
 div.pBody {
     -moz-border-radius-topright: 8px;
     -moz-border-radius-bottomright: 8.4px;
 }
 pre, table#toc, div.thumb div, #disambig, #stub {
     -moz-border-radius-topleft: 8.1px;
     -moz-border-radius-topright: 8px;
     -moz-border-radius-bottomleft: 8.5px;
     -moz-border-radius-bottomright: 8.4px;
 }
 
 /* Change the background colour (and selected tab border
    colour) for non-article pages */
 
 #content, #p-cactions ul li.selected a {
     background: #f5f5ff;
 }
 #p-cactions ul li.selected {
     border-color: #1080fa;
 }
 #p-cactions {
     margin-left: 10px;
 }
 .ns-0 #content, .ns-0 #p-cactions ul li.selected a {
     background: white;
 }
 .ns-0 #p-cactions ul li.selected {
     border-color: #fabd23;
 }
 #bodyContent { border: 1px solid #f5f5ff; }
 .ns-0 #bodyContent { border: 1px solid white; }
 
 
 /* Change the colour and style of the borders around
    "pre"s. */
 
 pre {
     border: 1px solid #A2C5E6;
 }
 
 
 /* make the Table of Contents look the same way as the
    info box in the top-right of my User page. */
 
 table#toc {
     border: 1px solid #aaaaaa;
     border-spacing: 0;
     background-color: #f9f9f9;
     padding: 0;
     margin-top: 10px;
 }
 table#toc td {
     padding: 0;
     margin: 0;
 }
 
 table#toc div#toctitle {
     background-color: #e9e9e9;
     -moz-border-radius-topleft: 8.1px;
     -moz-border-radius-topright: 8px;
     border-bottom: 1px solid #aaaaaa;
     padding: 0 5px;
     margin: 0;
 }
 table#toc ul {
     margin: 0;
     padding: 5px 10px;
 }
 
 /* Underline all links. */
 
 a, a:link, a:visited, a:hover,
   a.extiw, a.extiw:link,
   a.extiw:visited, a.extiw:hover {
     text-decoration: underline;
 }
 
 table { background: inherit; }
 
 p.catlinks {
     margin: 0;
     padding: 0 5px 2px 5px;
 }
 div#catlinks {
     margin: -2px -2px 0 25%;
     padding: 0;
     font-size: 75%;
     border-left: 1px solid #aaaaaa;
     border-bottom: 1px solid #aaaaaa;
     border-right: 1px solid #aaaaaa;
     border-top: 1px solid #aaaaaa;
     -moz-border-radius-bottomleft: 8.5px;
     -moz-border-radius-bottomright: 8.4px; 
     background-color:#f9f9f9;
     text-align: right;
 }
 div#catlinks p.catlinks {
     clear: right;
 }
 .firstHeading {
     margin-bottom: 0;
     margin-right: 0; 
     line-height: 1em;
 }
 
 table.diff {
     border: 1px solid #ccc;
     -moz-border-radius-topleft: 8.1px;
     -moz-border-radius-topright: 8px;
     -moz-border-radius-bottomleft: 8.5px;
     -moz-border-radius-bottomright: 8.4px;
     clear: both;
 }
 td.diff-context { background: inherit; }
 td.diff-deletedline, td.diff-addedline {
     background: #ddd;
     color: inherit;
     -moz-border-radius-topleft: 8.1px;
     -moz-border-radius-topright: 8px;
     -moz-border-radius-bottomleft: 8.5px;
     -moz-border-radius-bottomright: 8.4px;
 }
 
 td.diff-deletedline span.diffchange {
     color: inherit;
     background-color: #fbb;
 }
 td.diff-addedline span.diffchange {
     color: inherit;
     background-color: #bfb;
 }
 
 #siteSub { display: none; } /* "From Wikipedia, the free encyclopedia." */
 #contentSub { text-align: right; margin: 0; padding: 0; }
 
 #siteNotice {
     border: none;
     text-align: right;
     font-size: 75%;
     font-style: normal;
     margin: 0 0 -10px 0;
     padding: 0;
     line-height: normal;
     background: #f5f5ff;
 }
 
 .ns-0 #content #siteNotice {
     background: white;
 }
 
 .mainpagetable, .infobox { clear: both; }
 code { background: inherit; }
 
 #fundraising {
   text-align: right;
   border: none;
   padding: 0 0 5px 0;
   margin: 0;
 }
 
 #disambig, #stub {
     margin: 1em 0 0 0;
     margin-top: 1em !important;
     padding: 3px 5px;
     border: 1px solid #ccc;
     clear: both;
 }
 #disambig { background: #dfefff; }
 #stub { background: #ffdfbf; }