Difference between revisions of "Template:US2002021967 Group CSS"
Jump to navigation
Jump to search
(11 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<!-- Begin Color Section --> | <!-- Begin Color Section --> | ||
− | body {background-color: {{{Primary | + | body { background-color: {{{Primary}}} !important; } |
− | + | #mw-head-base {background-color: {{{Secondary}}} !important; } | |
− | #mw-head-base {background-color: {{{Secondary}}} !important;} | + | .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 { background-color: {{{Secondary}}} !important; } |
− | .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {background-color: {{{Secondary}}} !important;} | ||
.catlinks { | .catlinks { | ||
color: {{{Primary}}} !important; | color: {{{Primary}}} !important; | ||
+ | } | ||
+ | |||
+ | .CategoryTreeItem a, .CategoryTreeItem a:visited, .CategoryTreeItem a.new { color: {{{Links}}}; } | ||
+ | |||
+ | .CategoryTreeToggle { | ||
+ | color: {{{Links}}}; | ||
} | } | ||
Line 126: | Line 131: | ||
.grp_avatar { | .grp_avatar { | ||
− | width: | + | width: 401px; |
− | height: | + | height: 401px; |
background-color: #681a24; | background-color: #681a24; | ||
border-width: 0px 10px 10px 0px; | border-width: 0px 10px 10px 0px; | ||
Line 136: | Line 141: | ||
text-align: center; | text-align: center; | ||
border-radius: 0px 0px 100px 0px; | border-radius: 0px 0px 100px 0px; | ||
+ | left: -1px; | ||
+ | top: -1px; | ||
} | } | ||
Line 163: | Line 170: | ||
.grp_avatar_pic { | .grp_avatar_pic { | ||
width: 340px; | width: 340px; | ||
− | height: | + | height: 340px; |
position: relative; | position: relative; | ||
top: 18px; | top: 18px; | ||
Line 234: | Line 241: | ||
background-color: #681a24; | background-color: #681a24; | ||
right: 0px; | right: 0px; | ||
− | height: | + | top: -1px; |
− | line-height: | + | height: 51px; |
+ | line-height: 51px; | ||
width: 400px; | width: 400px; | ||
padding: 0px 0px 0px 20px; | padding: 0px 0px 0px 20px; | ||
Line 255: | Line 263: | ||
font-size: 20px; | font-size: 20px; | ||
} | } | ||
+ | |||
+ | #mw-pages div ul li a, #mw-pages div ul li a:visited, #mw-pages div ul li a.new { color: {{{Links}}} !important; } | ||
+ | a:visited { color: {{{Links}}} !important; } | ||
.grp_name { | .grp_name { | ||
Line 278: | Line 289: | ||
height: 20px; | height: 20px; | ||
background-color: #681a24; | background-color: #681a24; | ||
− | position: | + | position: relative; |
− | |||
left: 155px; | left: 155px; | ||
border-width: 0px 10px 10px 10px; | border-width: 0px 10px 10px 10px; |