Difference between revisions of "Template:US2002021967 Group CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
 
(46 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: -38px;
+
     margin-bottom: 25px;
 +
}
 +
 
 +
.mw-category-generated {
 +
    position: relative;
 +
    top: 25px;
 +
}
 +
 
 +
.catlinks {
 +
    position: relative;
 +
    top: 34px;
 +
    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 16: 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 43: 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 52: Line 179:
 
     top: 410px;
 
     top: 410px;
 
     background-color: #5a4d66;
 
     background-color: #5a4d66;
     height: 60px;
+
     height: 75px;
 
     width: 800px;
 
     width: 800px;
 
     z-index: 1;
 
     z-index: 1;
 
     padding: 10px 10px 10px 10px;
 
     padding: 10px 10px 10px 10px;
 
     overflow: hidden;
 
     overflow: hidden;
     color: #b6d6fd;
+
     color: #eabcbc;
     border-bottom: 10px solid #5a4d66;
+
     border-left: 10px solid black;
 +
    border-right: 10px solid black;
 +
    left: -10px;
 
}
 
}
  
 
.grp_dismiss {
 
.grp_dismiss {
 
     color: #ffffff;
 
     color: #ffffff;
     font-variant: petite-caps;
+
     font-size: 16px;
     font-size: 13px;
+
}
 +
 
 +
.grp_dismiss_bottom {
 +
    color: #ffffff;
 +
     font-size: 16px;
 +
    position: relative;
 +
    top: 12px;
 +
    border-top: 1px solid #9a85ad;
 +
    padding-top: 10px;
 
}
 
}
  
 
.grp_expanded {
 
.grp_expanded {
 
     position: relative;
 
     position: relative;
     top: -46px;
+
     top: 38px;
 
     background-color: #5a4d66;
 
     background-color: #5a4d66;
 
     z-index: 1;
 
     z-index: 1;
Line 80: Line 217:
 
}
 
}
  
.grp_expanded_title {
+
.grp_expanded_content {
 +
    position: relative;
 +
    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;
 
     color: #ffffff;
    font-size: 13px;
 
 
}
 
}
  
 
.grp_expanded_title {
 
.grp_expanded_title {
 +
    color: #ffffff;
 +
    font-size: 16px;
 +
    border-bottom: 1px solid #9a85ad;
 +
    padding-bottom: 8px;
 
}
 
}
  
Line 92: 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 103: Line 253:
 
     top: 410px;
 
     top: 410px;
 
     background-color: #5a4d66;
 
     background-color: #5a4d66;
     height: 70px;
+
     height: 20px;
 
     width: 810px;
 
     width: 810px;
 
     padding: 0px 0px 10px 10px;
 
     padding: 0px 0px 10px 10px;
 
     overflow: hidden;
 
     overflow: hidden;
     color: #c0b9c7;
+
     color: #ddd1e8;
 
     border-bottom: 10px solid #5a4d66;
 
     border-bottom: 10px solid #5a4d66;
     line-height: 80px;
+
     line-height: 20px;
 
     text-align: center;
 
     text-align: center;
 
     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 126: Line 279:
 
.grp_outermost {
 
.grp_outermost {
 
     width: 820px;
 
     width: 820px;
     height: 500px;
+
     height: 450px;
 
     background-color: #5a4d66;
 
     background-color: #5a4d66;
 
     border: 10px solid black;
 
     border: 10px solid black;
Line 133: Line 286:
  
 
.grp_template {
 
.grp_template {
 +
    width: 500px;
 +
    height: 20px;
 +
    background-color: #681a24;
 +
    position: relative;
 +
    left: 155px;
 +
    border-width: 0px 10px 10px 10px;
 +
    border-style: solid;
 +
    border-color: black;
 +
    color: #d0b6b6;
 +
    padding: 0px 0px 0px 10px;
 +
    line-height: 20px;
 +
    text-align: center;
 +
    font-size: 13px;
 +
    border-radius: 0px 0px 40px 40px;
 +
}
 +
 +
.grp_template a, .grp_template a:visited {
 +
    color: #d0b6b6;
 
}
 
}
  

Latest revision as of 18:05, 1 March 2021