Difference between revisions of "Template:US2002021967 Group CSS"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
.grp_avatar { | .grp_avatar { | ||
− | background-color: {{{Primary}}}; | + | background-color: {{{Primary}}} !important; |
− | border-right-color: {{{Border}}}; | + | border-right-color: {{{Border}}} !important; |
− | border-bottom-color: {{{Border}}}; | + | border-bottom-color: {{{Border}}} !important; |
} | } | ||
.grp_avatar_backdrop { | .grp_avatar_backdrop { | ||
− | border-bottom-color: {{{Secondary}}}; | + | border-bottom-color: {{{Secondary}}} !important; |
} | } | ||
.grp_avatar_backdrop:after { | .grp_avatar_backdrop:after { | ||
− | border-top-color: {{{Secondary}}}; | + | border-top-color: {{{Secondary}}} !important; |
} | } | ||
.grp_blackout { | .grp_blackout { | ||
− | background-color: {{{Secondary}}}; | + | background-color: {{{Secondary}}} !important; |
− | color: {{{Text}}}; | + | color: {{{Text}}} !important; |
} | } | ||
.grp_dismiss { | .grp_dismiss { | ||
− | color: {{{Links}}}; | + | color: {{{Links}}} !important; |
} | } | ||
.grp_dismiss_bottom { | .grp_dismiss_bottom { | ||
− | color: {{{Links}}}; | + | color: {{{Links}}} !important; |
− | border-top: 1px solid {{{Text}}}; | + | border-top: 1px solid {{{Text}}} !important; |
} | } | ||
.grp_expanded { | .grp_expanded { | ||
− | background-color: {{{Secondary}}}; | + | background-color: {{{Secondary}}} !important; |
− | color: {{{Text}}}; | + | color: {{{Text}}} !important; |
} | } | ||
.grp_expanded_content a, .grp_expanded_content a:visited, .grp_expanded_content a.external, .grp_expanded_content a.external:visited { | .grp_expanded_content a, .grp_expanded_content a:visited, .grp_expanded_content a.external, .grp_expanded_content a.external:visited { | ||
− | color: {{{Links}}}; | + | color: {{{Links}}} !important; |
} | } | ||
.grp_expanded_content span a, .grp_expanded_content span a:visited, .grp_expanded_content span a.external, .grp_expanded_content span a.external:visited { | .grp_expanded_content span a, .grp_expanded_content span a:visited, .grp_expanded_content span a.external, .grp_expanded_content span a.external:visited { | ||
− | color: {{{Links}}}; | + | color: {{{Links}}} !important; |
} | } | ||
.grp_expanded_title { | .grp_expanded_title { | ||
− | color: {{{Links}}}; | + | color: {{{Links}}} !important; |
− | border-bottom: 1px solid {{{Text}}}; | + | border-bottom: 1px solid {{{Text}}} !important; |
} | } | ||
.grp_header { | .grp_header { | ||
− | background-color: {{{Primary}}}; | + | background-color: {{{Primary}}} !important; |
} | } | ||
.grp_links { | .grp_links { | ||
− | background-color: {{{Secondary}}}; | + | background-color: {{{Secondary}}} !important; |
− | color: {{{Links}}}; | + | color: {{{Links}}} !important; |
− | border-bottom: 10px solid {{{Secondary}}}; | + | border-bottom: 10px solid {{{Secondary}}} !important; |
} | } | ||
.grp_name { | .grp_name { | ||
− | color: {{{Links}}}; | + | color: {{{Links}}} !important; |
} | } | ||
.grp_outermost { | .grp_outermost { | ||
− | background-color: {{{Secondary}}}; | + | background-color: {{{Secondary}}} !important; |
− | border: 10px solid black; | + | border: 10px solid black !important; |
} | } | ||
.grp_template { | .grp_template { | ||
− | background-color: {{{Primary}}}; | + | background-color: {{{Primary}}} !important; |
− | border-color: black; | + | border-color: black !important; |
− | color: {{{Template}}}; | + | color: {{{Template}}} !important; |
} | } | ||
.grp_template a, .grp_template a:visited { | .grp_template a, .grp_template a:visited { | ||
− | color: {{{Template}}}; | + | color: {{{Template}}} !important; |
} | } | ||
.grp_window { | .grp_window { | ||
− | background-color: {{{Secondary}}}; | + | background-color: {{{Secondary}}} !important; |
− | border-bottom-color: {{{Secondary}}}; | + | border-bottom-color: {{{Secondary}}} !important; |
− | border-top-color: {{{Border}}}; | + | border-top-color: {{{Border}}} !important; |
− | color: {{{Text}}}; | + | color: {{{Text}}} !important; |
} | } | ||
.grp_window_title { | .grp_window_title { | ||
− | color: {{{Links}}}; | + | color: {{{Links}}} !important; |
} | } | ||