User:Phoe/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* 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 ************* */