Jump to content

User:Phoe/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Hintergrund des Inhaltsbereichs und der Tabs grau färben */
#content, #content table
#p-cactions ul li a { background: #f5f5f5; }

/* Personen-Icon neben dem Benutzernamen abschalten */
li#pt-userpage { background: none }

/* ************ Begin persondata ************ */
@media screen { 
 table.persondata {display:block; visibility:hidden; height:1em; width:20em; position:absolute; top:0; right:0}

 table.persondata:before { display:block; visibility:visible; font-size:100%; font-weight:bold; content:"Mouseover to show PERSONDATA"; position:absolute; top:0; right:0}

 table.persondata:before:hover {visibility:hidden; }

 table.persondata:hover { display:table; visibility:visible; font-size:100%; height:auto; width:auto }
}

@media print {
 table.persondata { display:none; }
}
/* ************* End persondata ************* */