User:Quarl/wikitabs.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.
/* [[User:Quarl/wikitabs.css]] */ #p-cactions { width: 100%; /*z-index: 5;*/ } /* convert to position:relative + float:left (normal monobook uses display: inline), so that sub tabs line up properly */ #p-cactions li { position: relative; float: left; } #p-cactions li.tabmenu ul { display: none; z-index: 2; position: relative; top: -2px; left: 0; border-top: 1px solid #aaaaaa; padding: 0px; margin: 0px; background: #F8FCFF; background-color: #F8FCFF; } #p-cactions li.tabmenu:hover ul, #p-cactions li.tabmenu ul.sticky { display: block; } #p-cactions li.tabmenu ul li { float: none !important; display: block !important; border: 1px solid #aaaaaa; border-top: none; text-align: center; padding: 0px; margin: 0px; background: #F8FCFF; background-color: #F8FCFF; } #p-cactions li.tabmenu ul li a { display: block; padding: 0px; margin: 0px; } #p-cactions li.tabmenu a { /*padding: 0pt 0.8em !important;*/ background: #F8FCFF; background-color: #F8FCFF; } #p-cactions li.tabmenu ul a:hover { font-weight: bold; }

