Difference between revisions of "MediaWiki:Common.css-old"
(New page: →* CSS placed here will be applied to all skins: a{ color:yellow; }) |
|||
Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
− | + | A{ | |
− | a{ | + | font-family:verdana,arial,sans-serif; |
− | + | font-size:10px; | |
+ | text-decoration:none; | ||
+ | } | ||
+ | A:hover{text-decoration:underline; | ||
+ | color:#d2bf13;} | ||
+ | A:visited{color:#999967;} | ||
+ | A:visited:hover{color:#d2bf13;} | ||
+ | A:active{color:#999967;} | ||
+ | A.nochange:visited{color:#999967;} | ||
+ | A.manlink{text-decoration:underline; | ||
+ | color:#d2bf13; | ||
+ | cursor:hand; | ||
+ | } | ||
+ | b{ | ||
+ | color:#baba81;} | ||
+ | b.norm{ | ||
+ | color:#999967; | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | body{ | ||
+ | font-family:verdana,arial,sans-serif; | ||
+ | font-size:10px; | ||
+ | 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; | ||
+ | } | ||
+ | td,#td,.td,font,h1,h2,p,normal{ | ||
+ | font-family:verdana,arial,sans-serif; | ||
+ | font-size:10px; | ||
+ | } | ||
+ | #gr{ | ||
+ | font-family:verdana,sans-serif; | ||
+ | font-size:15px; | ||
+ | } | ||
+ | a.nav{font-family:verdana,sans-serif; | ||
+ | font-size:15px; | ||
+ | text-decoration:none; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | h2{ | ||
+ | font-size:12px; | ||
+ | } | ||
+ | input,select,textarea{ | ||
+ | netscape:yes; | ||
+ | font-family:verdana,sans-serif; | ||
+ | font-size:14px; | ||
+ | background:#000000; | ||
+ | } | ||
+ | input,select,textarea{ | ||
+ | // netscape:no; | ||
+ | font-family:verdana,sans-serif; | ||
+ | font-size:12px; | ||
+ | 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:12px; | ||
+ | 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; | ||
} | } |
Revision as of 00:53, 10 September 2007
/** CSS placed here will be applied to all skins */ A{ font-family:verdana,arial,sans-serif; font-size:10px; text-decoration:none; } A:hover{text-decoration:underline; color:#d2bf13;} A:visited{color:#999967;} A:visited:hover{color:#d2bf13;} A:active{color:#999967;} A.nochange:visited{color:#999967;} A.manlink{text-decoration:underline; color:#d2bf13; cursor:hand; } b{ color:#baba81;} b.norm{ color:#999967; font-weight:normal; } body{ font-family:verdana,arial,sans-serif; font-size:10px; 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; } td,#td,.td,font,h1,h2,p,normal{ font-family:verdana,arial,sans-serif; font-size:10px; }
- gr{
font-family:verdana,sans-serif; font-size:15px; } a.nav{font-family:verdana,sans-serif; font-size:15px; text-decoration:none; font-weight:bold; } h2{ font-size:12px; } input,select,textarea{ netscape:yes; font-family:verdana,sans-serif; font-size:14px; background:#000000; } input,select,textarea{ // netscape:no; font-family:verdana,sans-serif; font-size:12px; 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:12px; 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; }