Difference between revisions of "MediaWiki:Common.css-old"
From SpaceTrace Wiki
Jump to navigationJump to searchm (moved MediaWiki:Common.css to MediaWiki:Common.css-old) |
|||
| (77 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | /** <pre><nowiki> */ | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
| − | A{ | + | @font-face { |
| − | font-family:verdana,arial,sans-serif; | + | font-family:Idigital-Medium; src:url('fonts/Idigital-Medium.otf'); unicode-range:U+0000-007F; |
| − | font-size: | + | } |
| + | #p-logo { | ||
| + | background:url('http://www.spacetrace.de/pics/barrner/chromelogo_s_124x88.jpg'); | ||
| + | background-repeat:no-repeat; | ||
| + | margin:20px; | ||
| + | } | ||
| + | #p-logo a{ | ||
| + | display:none; | ||
| + | } | ||
| + | A, .ca-nstab-mediawiki,#ca-talk,#ca-edit,#ca-history,#ca-delete,#ca-move,#ca-watch{ | ||
| + | font-family:Idigital-Medium,verdana,arial,sans-serif; | ||
| + | font-size:12px; | ||
text-decoration:none; | text-decoration:none; | ||
| + | background: black; | ||
| + | color:#aa7755; | ||
} | } | ||
A:hover{text-decoration:underline; | A:hover{text-decoration:underline; | ||
| − | |||
} | } | ||
| − | A:visited{color:# | + | A:visited{ |
| − | A:visited:hover{ | + | color:#9999aa; |
| − | A:active{color:# | + | } |
| − | + | A:visited:hover{ | |
| + | } | ||
| + | A:active{ | ||
| + | color:#99bb67; | ||
| + | } | ||
A.manlink{text-decoration:underline; | A.manlink{text-decoration:underline; | ||
color:#d2bf13; | color:#d2bf13; | ||
| Line 17: | Line 34: | ||
} | } | ||
b{ | b{ | ||
| − | color:#baba81;} | + | color:#baba81; |
| + | } | ||
b.norm{ | b.norm{ | ||
color:#999967; | color:#999967; | ||
font-weight:normal; | font-weight:normal; | ||
| + | } | ||
| + | html,body{ | ||
| + | background: black; | ||
} | } | ||
body{ | body{ | ||
| − | + | border-top:1px solid #999967; | |
| − | font-family:verdana,arial,sans-serif; | + | font-family:Idigital-Medium,verdana,arial,sans-serif; |
| − | font-size: | + | font-size:12px; |
color:#999967; | color:#999967; | ||
scrollbar-DarkShadow-Color:#000000; | scrollbar-DarkShadow-Color:#000000; | ||
| Line 34: | Line 55: | ||
scrollbar-Face-Color:#999966; | scrollbar-Face-Color:#999966; | ||
scrollbar-Arrow-Color:#ffffff; | scrollbar-Arrow-Color:#ffffff; | ||
| − | |||
| − | |||
} | } | ||
| − | td,#td,.td,font,h1,h2,p,normal,div,span,ul,li | + | 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; | background: black; | ||
| − | font-family:verdana,arial,sans-serif; | + | font-family:Idigital-Medium,verdana,arial,sans-serif; |
| − | font-size: | + | font-size:12px; |
color:#999967; | color:#999967; | ||
| + | border-collapse:collapse; | ||
} | } | ||
| − | + | h1, h1 .mw-headline{ | |
| − | font- | + | font-size:18px; |
| − | + | background: black; | |
} | } | ||
| − | + | h2, h2 .mw-headline{ | |
| − | font-size: | + | font-size:16px; |
| − | + | background: black; | |
| − | font- | + | } |
| + | 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; | font-size:12px; | ||
background: black; | background: black; | ||
| Line 58: | Line 85: | ||
input,select,textarea{ | input,select,textarea{ | ||
netscape:yes; | netscape:yes; | ||
| − | font-family:verdana,sans-serif; | + | font-family:Idigital-Medium,verdana,sans-serif; |
| − | font-size: | + | font-size:16px; |
background:#000000; | background:#000000; | ||
| + | } | ||
| + | pre{ | ||
| + | color:#999967; | ||
| + | background-color:#120d07; | ||
} | } | ||
input,select,textarea{ | input,select,textarea{ | ||
// netscape:no; | // netscape:no; | ||
| − | font-family:verdana,sans-serif; | + | font-family:Idigital-Medium,verdana,sans-serif; |
| − | font-size: | + | font-size:14px; |
border-color:#999967; | border-color:#999967; | ||
color:#999967; | color:#999967; | ||
background-color:#120d07; | background-color:#120d07; | ||
border-style:solid; | border-style:solid; | ||
| − | border-width: | + | border-width:1px; |
| − | border-left-width: | + | border-left-width:1px; |
| − | border-top-width: | + | border-top-width:1px; |
| − | border-right-width: | + | border-right-width:1px; |
| − | border-bottom-width: | + | border-bottom-width:1px; |
| + | |||
} | } | ||
| + | |||
hr{ | hr{ | ||
color:#999967; | color:#999967; | ||
height:1px; | height:1px; | ||
| + | } | ||
| + | #p-cactions li a, #p-cactions li a.new, #p-cactions li.selected a, #p-cactions li a:hover { | ||
| + | color:white; | ||
| + | background-color:#000000; | ||
| + | font-size:14px; | ||
| + | } | ||
| + | #p-cactions li.selected{ | ||
| + | border-color:#999967; | ||
| + | } | ||
| + | #p-cactions li a.new { | ||
| + | color:#999967; | ||
| + | } | ||
| + | |||
| + | #preftoc a, #preftoc a:active { | ||
| + | color:white; | ||
| + | } | ||
| + | #preferences,#userloginForm,div#userloginForm form, div#userlogin form#userlogin2 { | ||
| + | background-color:transparent; | ||
| + | } | ||
| + | #p-personal{ | ||
| + | padding-top:2px | ||
| + | } | ||
| + | |||
| + | |||
| + | input[type='submit']{ | ||
| + | // netscape:no; | ||
| + | font-size:16px; | ||
| + | cursor:hand; | ||
| + | border-color:#999967; | ||
| + | color:#000000; | ||
| + | background-color:#999967; | ||
} | } | ||
input.submitbutton, img.submitbutton, image.submitbutton, submitbutton{ | input.submitbutton, img.submitbutton, image.submitbutton, submitbutton{ | ||
// netscape:no; | // netscape:no; | ||
| − | font-family:verdana,sans-serif; | + | font-family:Idigital-Medium,verdana,sans-serif; |
cursor:hand; | cursor:hand; | ||
| − | font-size: | + | font-size:14px; |
font-weight:bold; | font-weight:bold; | ||
letter-spacing:4px; | letter-spacing:4px; | ||
| Line 97: | Line 161: | ||
border-bottom-width:1px; | border-bottom-width:1px; | ||
} | } | ||
| + | |||
| + | div#content { | ||
| + | background: black; | ||
| + | color: black; | ||
| + | border: 1px solid #aaa; | ||
| + | border-right: none; | ||
| + | line-height: 1.5em; | ||
| + | } | ||
| + | |||
| + | #footer, div#footer { | ||
| + | background-color:btack; | ||
| + | margin:0px;padding:0px; | ||
| + | border:0px; | ||
| + | } | ||
| + | |||
| + | /** </nowiki></pre> */ | ||
Latest revision as of 11:01, 6 December 2015
/**
*/
/** CSS placed here will be applied to all skins */
@font-face {
font-family:Idigital-Medium; src:url('fonts/Idigital-Medium.otf'); unicode-range:U+0000-007F;
}
#p-logo {
background:url('http://www.spacetrace.de/pics/barrner/chromelogo_s_124x88.jpg');
background-repeat:no-repeat;
margin:20px;
}
#p-logo a{
display:none;
}
A, .ca-nstab-mediawiki,#ca-talk,#ca-edit,#ca-history,#ca-delete,#ca-move,#ca-watch{
font-family:Idigital-Medium,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;
}
html,body{
background: black;
}
body{
border-top:1px solid #999967;
font-family:Idigital-Medium,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;
}
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:Idigital-Medium,verdana,arial,sans-serif;
font-size:12px;
color:#999967;
border-collapse:collapse;
}
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:Idigital-Medium,verdana,sans-serif;
font-size:16px;
background:#000000;
}
pre{
color:#999967;
background-color:#120d07;
}
input,select,textarea{
// netscape:no;
font-family:Idigital-Medium,verdana,sans-serif;
font-size:14px;
border-color:#999967;
color:#999967;
background-color:#120d07;
border-style:solid;
border-width:1px;
border-left-width:1px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
}
hr{
color:#999967;
height:1px;
}
#p-cactions li a, #p-cactions li a.new, #p-cactions li.selected a, #p-cactions li a:hover {
color:white;
background-color:#000000;
font-size:14px;
}
#p-cactions li.selected{
border-color:#999967;
}
#p-cactions li a.new {
color:#999967;
}
#preftoc a, #preftoc a:active {
color:white;
}
#preferences,#userloginForm,div#userloginForm form, div#userlogin form#userlogin2 {
background-color:transparent;
}
#p-personal{
padding-top:2px
}
input[type='submit']{
// netscape:no;
font-size:16px;
cursor:hand;
border-color:#999967;
color:#000000;
background-color:#999967;
}
input.submitbutton, img.submitbutton, image.submitbutton, submitbutton{
// netscape:no;
font-family:Idigital-Medium,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;
}
div#content {
background: black;
color: black;
border: 1px solid #aaa;
border-right: none;
line-height: 1.5em;
}
#footer, div#footer {
background-color:btack;
margin:0px;padding:0px;
border:0px;
}
/** */