MediaWiki:Vector.css
From Yate Documentation
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Konqueror: Click Reload or press F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */ body { background-image:none; background-color:#ffffff; } #mw-page-base { background-image:none; border-bottom:solid #08aff4 1px; height:80px; } #mw-head-base { display:none; } #p-logo { top:-80px; } #p-logo a { height:70px; padding-left:35px; } div#mw-panel { top:80px; } #left-navigation { top:45px; left:15em; } #right-navigation { margin-top:45px; } div.vectorTabs { background-image:none; height:34px; } div.vectorTabs ul { background-image:none; } div.vectorTabs ul > li { background-image:none; background-color:#ffffff; border:solid #08aff4 1px; margin-right: 10px; } div.vectorTabs span { background-image:url('images/yatedocs/tab.png'); background-repeat:repeat-x; } div.vectorTabs span a { padding-top:0.75em; } div.vectorTabs li.selected { background-image:none; border-bottom:solid #ffffff 1px; } div.vectorTabs li.selected span { background-image:none; } div.vectorMenu h5 a { background-image:none; } #p-search form, #p-search input { margin-top: 0.2em; } div#mw-panel div.portal h5 { margin-right: -10px; height:30px; line-height: 31px; font-size: large; color:white; background-image:url('images/yatedocs/sidebar_headline_background.png'); background-repeat:repeat-x; border:solid #4fb709 1px; } div#mw-panel div.portal div.body { background-image:none; } div#mw-panel div.portal div.body ul li { height:20px; line-height: 20px; } #firstHeading, #bodyContent { margin-left: 20px; width:99%; } div#header, div#footer { background-image:none; } div#content { background-image:none; border-left:solid #dadada 1px; border-bottom:solid #dadada 1px; } h2 span.mw-headline { background-image:url('images/yatedocs/level1.png'); background-position:left bottom; background-repeat:no-repeat; padding-left:30px; } div#mw-content-text h2 { padding-bottom:1px; border-bottom:solid #dadada 1px; } table.toc { border-spacing: 0px 0px; padding: 0px !important; } table.toc td { padding: 0px !important; } #toc, .toc, .mw-warning { border:solid #dadada 1px; } td div#toctitle { text-align:left !important; padding: 0px 5px; background-image:url('images/yatedocs/titlebar_toc.png'); background-repeat:repeat-x; } div#toctitle h2 { line-height: 30px; border-bottom:0px; color:#ffffff; } span.toctoggle { line-height: 30px; float:right; color:#ffffff; } span.toctoggle a { color:#ffffff; } .toc ul { padding: 5px !important; } .maincell, .article, .setups, .modules, .startup { border-spacing:0; border-collapse:collapse; padding:0px; } .maincell-left, .article-left, .setups-left, .modules-left, .startup-left { width:75px; height:56px; padding:0px; font-size:2px; line-height: 0em; background-repeat:no-repeat; } .maincell-right, .article-right, .setups-right, .modules-right, .startup-right { color:white; padding-bottom: 12px; height:39px; padding:0px; background-repeat:repeat-x; } .article-right, .setups-right, .modules-right, .startup-right { font-size: large; } .maincell-content { padding:0px; } .article-content, .setups-content, .modules-content, .startup-content { border-bottom:solid #dadada 1px; border-right:solid #dadada 1px; border-left:solid #dadada 1px; padding:8px; } .maincell-empty, .article-empty, .setups-empty, .modules-empty, .startup-empty { border-right:solid #dadada 1px; padding:0px; line-height: 0em; font-size:2px; } .article { width:500px; } .article-left { background-image:url('images/yatedocs/articles_left.png'); border-left:solid #0065c7 1px; border-top:solid #0065c7 1px; } .article-right { background-image:url('images/yatedocs/articles_background.png'); border-top:solid #0065c7 1px; border-right:solid #0065c7 1px; border-bottom:solid #0065c7 1px; height:39px; } .modules { width:800px; } .modules-left { background-image:url('images/yatedocs/modules_left.png'); border-left:solid #ff6600 1px; border-top:solid #ff6600 1px; } .modules-right { background-image:url('images/yatedocs/modules_background.png'); border-top:solid #ff6600 1px; border-right:solid #ff6600 1px; border-bottom:solid #ff6600 1px; height:38px; } .startup { width:200px; } .startup-left { background-image:url('images/yatedocs/startup_left.png'); border-left:solid #49aa08 1px; border-top:solid #49aa08 1px; } .startup-right { background-image:url('images/yatedocs/startup_background.png'); border-top:solid #49aa08 1px; border-right:solid #49aa08 1px; border-bottom:solid #49aa08 1px; height:38px; } .setups { width:500px; } .setups-left { background-image:url('images/yatedocs/setups_left.png'); border-left:solid #4a0aff 1px; border-top:solid #4a0aff 1px; } .setups-right { background-image:url('images/yatedocs/setups_background.png'); border-top:solid #4a0aff 1px; border-right:solid #4a0aff 1px; border-bottom:solid #4a0aff 1px; height:38px; } .fonts,.date,.title,.basetext { font-family: Georgia,Verdana,sans; text-align: justify; text-justify: inter-word; } .date { font-size:10px; color:#999999; } .title { font-size:14px; color:#4271c1; } .basetext { font-size:12px; color:#363636; padding-bottom:20px; } .spacing { width:50px; }