Difference between revisions of "Template:US2002021967 Group CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<includeonly>{{#css:
 
<includeonly>{{#css:
 +
 +
<!-- Begin Color Section -->
 +
.catlinks {
 +
    color: {{{Primary}}} !important;
 +
}
 +
 +
.catlinks a, .catlinks a:visited, .catlinks a.new, .catlinks a.new:visited {
 +
    color: {{{Primary}}} !important;
 +
}
 +
 +
.grp_avatar {
 +
    background-color: {{{Primary}}};
 +
    border-right-color: {{{Border}}};
 +
    border-bottom-color: {{{Border}}};
 +
}
 +
 +
.grp_avatar_backdrop {
 +
    border-bottom-color: {{{Secondary}}};
 +
}
 +
 +
.grp_avatar_backdrop:after {
 +
    border-top-color: {{{Secondary}}};
 +
}
 +
 +
.grp_blackout {
 +
    background-color: {{{Secondary}}};
 +
    color: {{{Text}}};
 +
}
 +
 +
.grp_dismiss {
 +
    color: {{{Links}}};
 +
}
 +
 +
.grp_dismiss_bottom {
 +
    color: {{{Links}}};
 +
    border-top: 1px solid {{{Text}}};
 +
}
 +
 +
.grp_expanded {
 +
    background-color: {{{Secondary}}};
 +
    color: {{{Text}}};
 +
}
 +
 +
.grp_expanded_content a, .grp_expanded_content a:visited, .grp_expanded_content a.external, .grp_expanded_content a.external:visited {
 +
    color: {{{Links}}};
 +
}
 +
 +
.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}}};
 +
}
 +
 +
.grp_expanded_title {
 +
    color: {{{Links}}};
 +
    border-bottom: 1px solid {{{Text}}};
 +
}
 +
 +
.grp_header {
 +
    background-color: {{{Primary}}};
 +
}
 +
 +
.grp_links {
 +
    background-color: {{{Secondary}}};
 +
    color: {{{Links}}};
 +
    border-bottom: 10px solid {{{Secondary}}};
 +
}
 +
 +
.grp_name {
 +
    color: {{{Links}}};
 +
}
 +
 +
.grp_outermost {
 +
    background-color: {{{Secondary}}};
 +
    border: 10px solid black;
 +
}
 +
 +
.grp_template {
 +
    background-color: {{{Primary}}};
 +
    border-color: black;
 +
    color: {{{Template}}};
 +
}
 +
 +
.grp_template a, .grp_template a:visited {
 +
    color: {{{Template}}};
 +
}
 +
 +
.grp_window {
 +
    background-color: {{{Secondary}}};
 +
    border-bottom-color: {{{Secondary}}};
 +
    border-top-color: {{{Border}}};
 +
    color: {{{Text}}};
 +
}
 +
 +
.grp_window_title {
 +
    color: {{{Links}}};
 +
}
 +
 +
<!-- End Color Section -->
  
 
.mw-body-content {
 
.mw-body-content {

Revision as of 01:56, 27 February 2021