Difference between revisions of "MediaWiki:Common.css-old"
From SpaceTrace Wiki
Jump to navigationJump to search| Line 3: | Line 3: | ||
A, .ca-nstab-mediawiki,#ca-talk,#ca-edit,#ca-history,#ca-delete,#ca-move,#ca-watch{ | A, .ca-nstab-mediawiki,#ca-talk,#ca-edit,#ca-history,#ca-delete,#ca-move,#ca-watch{ | ||
font-family:verdana,arial,sans-serif; | font-family:verdana,arial,sans-serif; | ||
| − | font-size: | + | font-size:12px; |
text-decoration:none; | text-decoration:none; | ||
background: black; | background: black; | ||
| Line 32: | Line 32: | ||
background: black; | background: black; | ||
font-family:verdana,arial,sans-serif; | font-family:verdana,arial,sans-serif; | ||
| − | font-size: | + | font-size:12px; |
color:#999967; | color:#999967; | ||
scrollbar-DarkShadow-Color:#000000; | scrollbar-DarkShadow-Color:#000000; | ||
| Line 47: | Line 47: | ||
background: black; | background: black; | ||
font-family:verdana,arial,sans-serif; | font-family:verdana,arial,sans-serif; | ||
| − | font-size: | + | font-size:12px; |
color:#999967; | color:#999967; | ||
} | } | ||
h1, h1 .mw-headline{ | h1, h1 .mw-headline{ | ||
| − | font-size: | + | font-size:18px; |
background: black; | background: black; | ||
} | } | ||
h2, h2 .mw-headline{ | h2, h2 .mw-headline{ | ||
| − | font-size: | + | font-size:16px; |
background: black; | background: black; | ||
} | } | ||
h3, h3 .mw-headline{ | h3, h3 .mw-headline{ | ||
| − | font-size: | + | font-size:14px; |
background: black; | background: black; | ||
} | } | ||
h4, h4 .mw-headline{ | h4, h4 .mw-headline{ | ||
| − | font-size: | + | font-size:13px; |
background: black; | background: black; | ||
} | } | ||
h5, h5 .mw-headline{ | h5, h5 .mw-headline{ | ||
| − | font-size: | + | font-size:12px; |
background: black; | background: black; | ||
} | } | ||
| Line 73: | Line 73: | ||
netscape:yes; | netscape:yes; | ||
font-family:verdana,sans-serif; | font-family:verdana,sans-serif; | ||
| − | font-size: | + | font-size:16px; |
background:#000000; | background:#000000; | ||
} | } | ||
| Line 83: | Line 83: | ||
// netscape:no; | // netscape:no; | ||
font-family:verdana,sans-serif; | font-family:verdana,sans-serif; | ||
| − | font-size: | + | font-size:14px; |
border-color:#999967; | border-color:#999967; | ||
color:#999967; | color:#999967; | ||
| Line 102: | Line 102: | ||
font-family:verdana,sans-serif; | font-family:verdana,sans-serif; | ||
cursor:hand; | cursor:hand; | ||
| − | font-size: | + | font-size:14px; |
font-weight:bold; | font-weight:bold; | ||
letter-spacing:4px; | letter-spacing:4px; | ||
Revision as of 08:29, 6 March 2011
/**
*/
/** CSS placed here will be applied to all skins */
A, .ca-nstab-mediawiki,#ca-talk,#ca-edit,#ca-history,#ca-delete,#ca-move,#ca-watch{
font-family:verdana,arial,sans-serif;
font-size:12px;
text-decoration:none;
background: black;
color:#aa7755;
}
A:hover{text-decoration:underline;
}
A:visited{
color:#9999aa;
}
A:visited:hover{
}
A:active{
color:#99bb67;
}
A.manlink{text-decoration:underline;
color:#d2bf13;
cursor:hand;
}
b{
color:#baba81;
}
b.norm{
color:#999967;
font-weight:normal;
}
body{
background: black;
font-family:verdana,arial,sans-serif;
font-size:12px;
color:#999967;
scrollbar-DarkShadow-Color:#000000;
scrollbar-3dLight-Color:#999967;
scrollbar-Highlight-Color:#999966;
scrollbar-Shadow-Color:#120d07;
scrollbar-Track-Color:#00001c;
scrollbar-Face-Color:#999966;
scrollbar-Arrow-Color:#ffffff;
background-attachment:fixed;
background-position:left top;
}
table, td,#td,.td,font,h1,h2,h3,h4,h5,h6,h7,h8,h9,p,normal,div,span,ol,ul,li,#content,#footer,#toc,#catlinks,.pBody{
background: black;
font-family:verdana,arial,sans-serif;
font-size:12px;
color:#999967;
}
h1, h1 .mw-headline{
font-size:18px;
background: black;
}
h2, h2 .mw-headline{
font-size:16px;
background: black;
}
h3, h3 .mw-headline{
font-size:14px;
background: black;
}
h4, h4 .mw-headline{
font-size:13px;
background: black;
}
h5, h5 .mw-headline{
font-size:12px;
background: black;
}
input,select,textarea{
netscape:yes;
font-family:verdana,sans-serif;
font-size:16px;
background:#000000;
}
pre{
color:#999967;
background-color:#120d07;
}
input,select,textarea{
// netscape:no;
font-family:verdana,sans-serif;
font-size:14px;
border-color:#999967;
color:#999967;
background-color:#120d07;
border-style:solid;
border-width:1;
border-left-width:1;
border-top-width:1;
border-right-width:1;
border-bottom-width:1;
}
hr{
color:#999967;
height:1px;
}
input.submitbutton, img.submitbutton, image.submitbutton, submitbutton{
// netscape:no;
font-family:verdana,sans-serif;
cursor:hand;
font-size:14px;
font-weight:bold;
letter-spacing:4px;
border-color:#999967;
color:#423f1a;
background-color:#999966;
border-style:solid;
border-width:1px;
border-left-width:1px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
}
/** */