User:Wrongusername/vector.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin can be added at User:Wrongusername/vector.js. |
body
{
background-color:#FAFAFA;
/*when will the css refresh???? Is my code not working or has it not refreshed yet?*/
background-color:#000000;
}
div#bodyContent div#siteSub
{
/*we know this is wikipedia, thank you very much*/
font-size:0;
color:#FFFFFF;
margin:0;
line-height:0;
}
div#mw-panel
{
position:fixed;
}
div.first, div.first a, div.first a:visited, div.portal, div.portal a, div.portal h5, #mw-panel.collapsible-nav div.collapsed h5, #mw-panel.collapsible-nav h5, div#mw-panel div.portal h5
{
font-family:"Trebuchet MS", sans-serif;
text-transform: lowercase;
color:#655526;
font-size:11px;
line-height:2em;
letter-spacing:1px;
}
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited, div#p-personal ul li a
{
color: #9aaad9;
}
.mainarticle, .mainarticle a, .rellink, .rellink a, .dablink, .dablink a
{
font-size:11px;
color:#808080;
font-family:"Trebuchet MS";
}
h4 span.mw-headline
{
font-size:16px;
font-family:"Trebuchet MS";
letter-spacing:1px;
font-weight:lighter;
}
a, a:visited
{
/*Annoying blue links... if you want to see more information on something,
you can mouse over it to see if there's a link*/
/*this should also help solve http://xkcd.com/214/ */
color:#000000;
}
div#bodyContent p, div#bodyContent ul, div#bodyContent ol, div#bodyContent table, div#bodyContent dl
{
color:#000000;
font-family:Garamond,serif;
font-weight:lighter;
line-height:1.4em;
font-size:18px;
text-align:justify;
letter-spacing:1px;
}
h1
{
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:23px;
letter-spacing:2px;
color:#AE0000;
text-indent:0px;
font-variant:small-caps;
font-weight:lighter;
/*margin:25px 5px -20px 5px;*/
text-shadow:1px 1px #FFFFFF, -1px -1px #D8D8D8;
}
h3
{
color:#808000;
font-family:Calibri,sans-serif;
font-style:normal;
font-weight:lighter;
font-size:20px;
letter-spacing:1px;
}