Difference between revisions of "Template:US2002021967 Group CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>{{#css:
 
<includeonly>{{#css:
 +
 +
<!-- Begin Color Section -->
 +
 +
body { background-color: {{{Primary}}} !important; }
 +
#mw-head-base {background-color: {{{Secondary}}} !important; }
 +
.vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 { background-color: {{{Secondary}}} !important; }
 +
 +
.catlinks {
 +
    color: {{{Primary}}} !important;
 +
}
 +
 +
.CategoryTreeItem a, .CategoryTreeItem a:visited, .CategoryTreeItem a.new { color: {{{Links}}}; }
 +
 +
.CategoryTreeToggle {
 +
    color: {{{Links}}};
 +
}
 +
 +
.catlinks a, .catlinks a:visited, .catlinks a.new, .catlinks a.new:visited {
 +
    color: {{{Primary}}} !important;
 +
}
 +
 +
.grp_avatar {
 +
    background-color: {{{Primary}}} !important;
 +
    border-right-color: {{{Border}}} !important;
 +
    border-bottom-color: {{{Border}}} !important;
 +
}
 +
 +
.grp_avatar_backdrop {
 +
    border-bottom-color: {{{Secondary}}} !important;
 +
}
 +
 +
.grp_avatar_backdrop:after {
 +
    border-top-color: {{{Secondary}}} !important;
 +
}
 +
 +
.grp_blackout {
 +
    background-color: {{{Secondary}}} !important;
 +
    color: {{{Text}}} !important;
 +
}
 +
 +
.grp_dismiss {
 +
    color: {{{Links}}} !important;
 +
}
 +
 +
.grp_dismiss_bottom {
 +
    color: {{{Links}}} !important;
 +
    border-top: 1px solid {{{Text}}} !important;
 +
}
 +
 +
.grp_expanded {
 +
    background-color: {{{Secondary}}} !important;
 +
    color: {{{Text}}} !important;
 +
}
 +
 +
.grp_expanded_content a, .grp_expanded_content a:visited, .grp_expanded_content a.external, .grp_expanded_content a.external:visited {
 +
    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 {
 +
    color: {{{Links}}} !important;
 +
}
 +
 +
.grp_expanded_title {
 +
    color: {{{Links}}} !important;
 +
    border-bottom: 1px solid {{{Text}}} !important;
 +
}
 +
 +
.grp_header {
 +
    background-color: {{{Primary}}} !important;
 +
}
 +
 +
.grp_links {
 +
    background-color: {{{Secondary}}} !important;
 +
    color: {{{Links}}} !important;
 +
    border-bottom: 10px solid {{{Secondary}}} !important;
 +
}
 +
 +
.grp_name {
 +
    color: {{{Links}}} !important;
 +
}
 +
 +
.grp_outermost {
 +
    background-color: {{{Secondary}}} !important;
 +
    border: 10px solid black !important;
 +
}
 +
 +
.grp_template {
 +
    background-color: {{{Primary}}} !important;
 +
    border-color: black !important;
 +
    color: {{{Template}}} !important;
 +
}
 +
 +
.grp_template a, .grp_template a:visited {
 +
    color: {{{Template}}} !important;
 +
}
 +
 +
.grp_window {
 +
    background-color: {{{Secondary}}} !important;
 +
    border-bottom-color: {{{Secondary}}} !important;
 +
    border-top-color: {{{Border}}} !important;
 +
    color: {{{Text}}} !important;
 +
}
 +
 +
.grp_window_title {
 +
    color: {{{Links}}} !important;
 +
}
 +
 +
<!-- End Color Section -->
  
 
.mw-body-content {
 
.mw-body-content {
 
     margin-bottom: 25px;
 
     margin-bottom: 25px;
 +
}
 +
 +
.mw-category-generated {
 +
    position: relative;
 +
    top: 25px;
 
}
 
}
  
Line 9: Line 122:
 
     top: 34px;
 
     top: 34px;
 
     background: none !important;
 
     background: none !important;
 +
    border: none !important;
 +
    color: #000000 !important;
 +
}
 +
 +
.catlinks a, .catlinks a:visited, .catlinks a.new, .catlinks a.new:visited {
 +
    color: #000000 !important;
 
}
 
}
  
 
.grp_avatar {
 
.grp_avatar {
     width: 400px;
+
     width: 401px;
     height: 400px;
+
     height: 401px;
 
     background-color: #681a24;
 
     background-color: #681a24;
 
     border-width: 0px 10px 10px 0px;
 
     border-width: 0px 10px 10px 0px;
Line 22: 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 49: Line 170:
 
.grp_avatar_pic {
 
.grp_avatar_pic {
 
     width: 340px;
 
     width: 340px;
     height: auto;
+
     height: 340px;
 
     position: relative;
 
     position: relative;
 
     top: 18px;
 
     top: 18px;
Line 99: Line 220:
 
     position: relative;
 
     position: relative;
 
     top: 3px;
 
     top: 3px;
 +
}
 +
 +
.grp_expanded_content a, .grp_expanded_content a:visited, .grp_expanded_content a.external, .grp_expanded_content a.external:visited {
 +
    color: #ffffff;
 +
}
 +
 +
.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: #ffffff;
 
}
 
}
  
Line 112: Line 241:
 
     background-color: #681a24;
 
     background-color: #681a24;
 
     right: 0px;
 
     right: 0px;
     height: 50px;
+
    top: -1px;
     line-height: 50px;
+
     height: 51px;
 +
     line-height: 51px;
 
     width: 400px;
 
     width: 400px;
 
     padding: 0px 0px 0px 20px;
 
     padding: 0px 0px 0px 20px;
Line 133: 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 {
 
     font-family: Attic Antique, Courier New;
 
     font-family: Attic Antique, Courier New;
     font-size: 28px;
+
     font-size: 25px;
 
     position: absolute;
 
     position: absolute;
 
     top: 0px;
 
     top: 0px;
Line 156: Line 289:
 
     height: 20px;
 
     height: 20px;
 
     background-color: #681a24;
 
     background-color: #681a24;
     position: absolute;
+
     position: relative;
    top: 470px;
 
 
     left: 155px;
 
     left: 155px;
 
     border-width: 0px 10px 10px 10px;
 
     border-width: 0px 10px 10px 10px;

Latest revision as of 18:05, 1 March 2021