Difference between revisions of "Template:US2002021967 CSS"
Jump to navigation
Jump to search
(85 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#css: | <includeonly>{{#css: | ||
− | + | body {background-color: {{{Primary}}} !important;} | |
− | + | #mw-head { | |
− | + | background-color: {{{Secondary}}} !important; | |
− | + | position: absolute; | |
− | body { | + | top: 0; |
− | #mw- | + | left: 0; |
− | #mw- | + | width: 1090px; |
− | + | } | |
+ | #mw-panel .portal .body li a { color: {{{Sidebar Links}}} !important; } | ||
+ | #mw-panel .portal h3 { color: {{{Sidebar Links}}} !important; } | ||
+ | #mw-page-base { | ||
+ | height: 0 !important; | ||
+ | margin-top: 5em !important; | ||
+ | } | ||
#footer li, #footer a, #footer a:visited { color: #ffffff !important; } | #footer li, #footer a, #footer a:visited { color: #ffffff !important; } | ||
#p-personal ul li a, #p-personal ul li a.new { color: #ffffff; } | #p-personal ul li a, #p-personal ul li a.new { color: #ffffff; } | ||
+ | #p-search { | ||
+ | position: relative; | ||
+ | top: 6px; | ||
+ | } | ||
#right-navigation div ul li a, #right-navigation div ul li a.new { color: #ffffff; } | #right-navigation div ul li a, #right-navigation div ul li a.new { color: #ffffff; } | ||
#left-navigation div ul li a, #left-navigation div ul li a.new { color: #ffffff; } | #left-navigation div ul li a, #left-navigation div ul li a.new { color: #ffffff; } | ||
− | .catlinks {background-color: | + | #searchInput { height: 20px; } |
− | .toc { background-color: {{{Primary | + | .catlinks {background-color: {{{Secondary}}} !important;font-size: 10px !important;text-align: center !important; border: none; } |
+ | .toc { background-color: {{{Primary}}} !important } | ||
.toc a, .toc a:visited { color: #ffffff !important; } | .toc a, .toc a:visited { color: #ffffff !important; } | ||
.toctogglespan { color: #ffffff !important; } | .toctogglespan { color: #ffffff !important; } | ||
.toctogglelabel { color: #ffffff !important; } | .toctogglelabel { color: #ffffff !important; } | ||
− | .mw-body-content h2 { color: {{{ | + | .mw-body-content h2 { color: {{{Caption Text}}} !important; } |
− | .mw-editsection a, .mw-editsection a:visited { color: {{{Primary | + | .mw-editsection a, .mw-editsection a:visited { color: {{{Primary}}} !important; } |
− | .mw-body-content .toc h2 { color: | + | .mw-body-content .toc h2 { color: {{{Caption Text}}} !important; } |
− | .mw-normal-catlinks a, .mw-normal-catlinks ul li a, .mw-normal-catlinks ul li a.new, .mw-normal-catlinks ul li a:visited {color: {{{ | + | .mw-normal-catlinks a, .mw-normal-catlinks ul li a, .mw-normal-catlinks ul li a.new, .mw-normal-catlinks ul li a:visited {color: {{{Page Text}}};} |
+ | .mw-indicators { display: none; } | ||
+ | |||
+ | .firstHeading { | ||
+ | position: absolute; | ||
+ | top: 5px; | ||
+ | left: 184px; | ||
+ | z-index: 1; | ||
+ | color: {{{Caption Text}}}; | ||
+ | border: none; | ||
+ | font-size: 22px !important; | ||
+ | } | ||
+ | |||
+ | .Description h2 span { color: #ffffff !important; } | ||
+ | .DIC h2 span { color: #ffffff !important; } | ||
.mw-body { | .mw-body { | ||
− | width: 840px | + | background-color: {{{Tertiary}}}; |
+ | color: {{{Page Text}}}; | ||
+ | border: 0; | ||
+ | margin-top: 0; | ||
+ | width: 840px; | ||
+ | border-top: 10px solid {{{Primary}}}; | ||
} | } | ||
#mw-head-base { | #mw-head-base { | ||
− | background-color: {{{Secondary | + | background-color: {{{Secondary}}} !important; |
− | + | width: 900px; | |
− | |||
− | |||
− | |||
− | width: | ||
} | } | ||
Line 41: | Line 67: | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
background-size: 0px !important; | background-size: 0px !important; | ||
− | background-color: {{{Secondary | + | background-color: {{{Secondary}}} !important; |
} | } | ||
Line 90: | Line 116: | ||
margin-top: 2px; | margin-top: 2px; | ||
float: left; | float: left; | ||
+ | background-color: {{{Primary}}} | ||
} | } | ||
Line 105: | Line 132: | ||
right: 10px; | right: 10px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.Description { | .Description { | ||
Line 134: | Line 153: | ||
.Dbg { | .Dbg { | ||
− | width: | + | width: 490px; |
height: 183px; | height: 183px; | ||
padding: 0px 5px 0px 10px; | padding: 0px 5px 0px 10px; | ||
overflow: hidden; | overflow: hidden; | ||
margin-top: 8px; | margin-top: 8px; | ||
+ | background: {{{Primary}}}; | ||
} | } | ||
Line 168: | Line 188: | ||
width: 100px; | width: 100px; | ||
font-weight: bold; | font-weight: bold; | ||
− | color: | + | color: {{{Page Text}}}; |
} | } | ||
Line 186: | Line 206: | ||
padding: 0px 0px 0px 10px; | padding: 0px 0px 0px 10px; | ||
line-height: 29px; | line-height: 29px; | ||
+ | background-color: {{{Primary}}}; | ||
+ | color: {{{Page Text}}}; | ||
} | } | ||
Line 193: | Line 215: | ||
} | } | ||
− | .Page { | + | .Page { |
− | + | width: 800px; | |
− | + | min-height: 400px; | |
− | + | border: 10px solid; | |
− | + | padding: 10px; | |
− | + | background-color: {{{Secondary}}}; | |
+ | border-color: {{{Primary}}}; | ||
+ | position: relative; | ||
+ | top: -18px; | ||
} | } | ||
.Page a, .Page a.external, .Page a:visited, .Page a.external:visited { | .Page a, .Page a.external, .Page a:visited, .Page a.external:visited { | ||
color: #ffffff; | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | .picleft { | ||
+ | width: 263px !important; | ||
+ | height: 287px !important; | ||
+ | } | ||
+ | .picmiddle { | ||
+ | width: 263px !important; | ||
+ | height: 287px !important; | ||
+ | } | ||
+ | .picright { | ||
+ | width: 263px !important; | ||
+ | height: 287px !important; | ||
} | } | ||
Line 240: | Line 278: | ||
padding-right: 10px; | padding-right: 10px; | ||
} | } | ||
− | |||
− | |||
.rqheader { padding-top: 10px; | .rqheader { padding-top: 10px; | ||
Line 254: | Line 290: | ||
} | } | ||
− | . | + | .side_border_01 { |
+ | height: 80px; | ||
+ | width: 10px; | ||
+ | position: absolute; | ||
+ | background-color: {{{Secondary}}}; | ||
+ | z-index: 2; | ||
+ | top: -127px; | ||
+ | left: 864px; | ||
+ | } | ||
+ | .side_border_02 { | ||
+ | position: fixed; | ||
+ | top: 0px; | ||
+ | left: 1074px; | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | background-color: {{{Secondary}}}; | ||
+ | } | ||
+ | .ss_header { border: 1px solid black; width: 798px; height: 416px; } | ||
.timeline-header { } | .timeline-header { } | ||
.timeline { | .timeline { | ||
− | + | border: 0; | |
− | + | background: {{{Accent}}} !important; | |
+ | padding: 1px 10px 8px 10px; | ||
} | } | ||
Line 276: | Line 330: | ||
margin-top: 5px; | margin-top: 5px; | ||
padding-left: 10px; | padding-left: 10px; | ||
+ | background-color: {{{Primary}}}; | ||
} | } | ||
− | + | .mw-headline#Rumors_.26_Quotes { } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | .mw-headline#Rumors_.26_Quotes | ||
.US2002021967_header { width: 780px; | .US2002021967_header { width: 780px; | ||
Line 292: | Line 340: | ||
margin-left: -30px; | margin-left: -30px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.Roster { text-align: center; vertical-align: baseline; } | .Roster { text-align: center; vertical-align: baseline; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}}</includeonly> | }}</includeonly> |