Difference between revisions of "Template:US2002021967 CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
 
(236 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>{{#css:
 
<includeonly>{{#css:
  
.timeline {
+
body {background-color: {{{Primary}}} !important;}
  border: 0;
+
#mw-head {
 +
    background-color: {{{Secondary}}} !important;
 +
    position: absolute;
 +
    top: 0;
 +
    left: 0;
 +
    width: 1090px;
 +
}
 +
#mw-panel .portal .body li a { color: {{{Sidebar Links}}} !important; }
 +
#mw-panel .portal h3 { color: {{{Sidebar Links}}} !important; }
 +
#mw-page-base {
 +
    height: 0 !important;
 +
    margin-top: 5em !important;
 +
}
 +
#footer li, #footer a, #footer a:visited { color: #ffffff !important; }
 +
#p-personal ul li a, #p-personal ul li a.new { color: #ffffff; }
 +
#p-search {
 +
    position: relative;
 +
    top: 6px;
 +
}
 +
#right-navigation div ul li a, #right-navigation div ul li a.new { color: #ffffff; }
 +
#left-navigation div ul li a, #left-navigation div ul li a.new { color: #ffffff; }
 +
#searchInput { height: 20px; }
 +
.catlinks {background-color: {{{Secondary}}} !important;font-size: 10px !important;text-align: center !important; border: none; }
 +
.toc { background-color: {{{Primary}}} !important }
 +
.toc a, .toc a:visited { color: #ffffff !important; }
 +
.toctogglespan { color: #ffffff !important; }
 +
.toctogglelabel { color: #ffffff !important; }
 +
.mw-body-content h2 { color: {{{Caption Text}}} !important; }
 +
.mw-editsection a, .mw-editsection a:visited { color: {{{Primary}}} !important; }
 +
.mw-body-content .toc h2 { color: {{{Caption Text}}} !important; }
 +
.mw-normal-catlinks a, .mw-normal-catlinks ul li a, .mw-normal-catlinks ul li a.new, .mw-normal-catlinks ul li a:visited {color: {{{Page Text}}};}
 +
.mw-indicators { display: none; }
 +
 
 +
.firstHeading {
 +
    position: absolute;
 +
    top: 5px;
 +
    left: 184px;
 +
    z-index: 1;
 +
    color: {{{Caption Text}}};
 +
    border: none;
 +
    font-size: 22px !important;
 +
}
 +
 
 +
.Description h2 span { color: #ffffff !important; }
 +
.DIC h2 span { color: #ffffff !important; }
 +
 
 +
.mw-body {
 +
    background-color: {{{Tertiary}}};
 +
    color: {{{Page Text}}};
 +
    border: 0;
 +
    margin-top: 0;
 +
    width: 840px;
 +
    border-top: 10px solid {{{Primary}}};
 +
}
 +
 
 +
#mw-head-base {
 +
    background-color: {{{Secondary}}} !important;
 +
    width: 900px;
 +
}
 +
 
 +
.vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {
 +
    background-image: none !important;
 +
    background-image: none !important;
 +
    background-repeat: no-repeat !important;
 +
    background-size: 0px !important;
 +
    background-color: {{{Secondary}}} !important;
 +
}
 +
 
 +
.vectorMenu h3 span {
 +
    color: #ffffff !important;
 +
    position: relative;
 +
    display: block;
 +
    padding-left: 0.615em;
 +
    padding-top: 1.25em;
 +
    padding-right: 16px;
 +
    font-size: 0.8125em;
 +
    font-weight: normal;
 +
}
 +
 
 +
.vectorMenu .menu {
 +
    background-color: #5a4d66 !important;
 +
}
 +
 
 +
.vectortabs a, .vectortabs a:visited { color: #ffffff !important; }
 +
.mw-category-group ul li a, .mw-category-group ul li a:visited { color: #5a4d66 !important; }
 +
#pt-userpage a { color: #ffffff !important; }
 +
#p-personal #pt-watchlist li a, #p-personal #pt-watchlist li a:visited { color: #ffffff !important; }
 +
#simpleSearch input { background-color: #ffffff !important; }
 +
 
 +
 
 +
 
 +
.Details {
 +
width: 100%;
 +
height: 100%;
 +
min-height: 170px;
 +
margin: 0px 0px 20px 0px;
 +
 
 +
}
 +
 
 +
.DIC {
 +
padding-left: 10px;
 +
width: 255px;
 +
margin-top: -15px;
 +
 
 +
}
 +
 
 +
.DICbg {
 +
width: 235px;
 +
height: 182px;
 +
position: relative;
 +
left: -10px;
 +
padding: 0px 30px 0px 10px;
 +
margin-top: 2px;
 +
float: left;
 +
background-color: {{{Primary}}}
 +
}
 +
 
 +
.ICL {
 +
float: left;
 +
margin-top: -5px;
 +
}
 +
 
 +
.ICR {
 +
margin-top: -5px;
 +
overflow: hidden;
 +
width: 175px;
 +
white-space: nowrap;
 +
position: absolute;
 +
right: 10px;
 +
}
 +
 
 +
.Description {
 +
width: 508px;
 +
height: 142px;
 +
left: 305px;
 +
position: absolute;
 +
margin-top: -34px;
 +
}
 +
 
 +
.disclaimer {
 +
width: 100%;
 +
border-color: #ffffff;
 +
border-top: 1px solid;
 +
border-bottom: 1px solid;
 +
text-align: center;
 +
font-size: 10px;
 +
font-variant-caps: all-petite-caps;
 +
margin-top: 5px;
 +
}
 +
 
 +
.Dbg {
 +
    width: 490px;
 +
    height: 183px;
 +
    padding: 0px 5px 0px 10px;
 +
    overflow: hidden;
 +
    margin-top: 8px;
 +
    background: {{{Primary}}};
 +
}
 +
 
 +
.footer {
 +
width: 100%;
 +
border-color: #ffffff;
 +
border-top: 1px solid;
 +
border-bottom: 1px solid;
 +
text-align: center;
 +
font-size: 10px;
 +
font-variant-caps: all-petite-caps;
 +
margin-top: 10px;
 +
}
 +
 
 +
h2 {
 +
color: #ffffff;
 +
font-size: 21px !important;
 +
font-family: Attic Antique, Brush Script MT !important;
 +
}
 +
 
 +
.OOCinfo h2 {
 +
margin: 10px 10px 10px 10px;
 +
font-size: 21px !important;
 +
font-family: Attic Antique, Brush Script MT !important;
 +
}
 +
 
 +
.oocvi {
 +
text-align: left;
 +
width: 100px;
 +
font-weight: bold;
 +
color: {{{Page Text}}};
 +
}
 +
 
 +
.oocir {
 +
height: 35px;
 +
}
 +
 
 +
.oocvitals-pic {
 +
float: right;
 +
clear:both;
 +
overflow: hidden;
 +
height: 150px;
 +
margin: 5px 10px 0px 0px;
 +
}
 +
 
 +
.oocvitals {
 +
padding: 0px 0px 0px 10px;
 +
line-height: 29px;
 +
background-color: {{{Primary}}};
 +
color: {{{Page Text}}};
 +
}
 +
 
 +
.oocvitals-table {
 +
width: 100%;
 +
padding: 10px 10px 10px 0px;
 +
}
 +
 
 +
.Page {
 +
    width: 800px;
 +
    min-height: 400px;
 +
    border: 10px solid;
 +
    padding: 10px;
 +
    background-color: {{{Secondary}}};
 +
    border-color: {{{Primary}}};
 +
    position: relative;
 +
    top: -18px;
 
}
 
}
  
.rqedit {
+
.Page a, .Page a.external, .Page a:visited, .Page a.external:visited {
    font-family: Courier;
+
color: #ffffff;
    font-weight: bold;
 
    float: right;
 
    padding-right: 10px;
 
 
}
 
}
  
.Rumors, .Quotes {
+
.picleft {
     padding-left: 10px;
+
    width: 263px !important;
     background: #65163a;
+
    height: 287px !important;
 +
}
 +
.picmiddle {
 +
    width: 263px !important;
 +
    height: 287px !important;
 +
}
 +
.picright {
 +
     width: 263px !important;
 +
     height: 287px !important;
 
}
 
}
  
.Rumors p, .Quotes p { padding-bottom: 10px; }
+
.rq { padding-left: 10px;
 +
margin-bottom: 5px;
 +
padding-bottom: 10px;
 +
}
  
.rqheader {
+
.RQi { margin: 20px 0px 20px 0px;
    padding-top: 10px;
+
font-size: 14px;
    height: 20px;
+
font-family: courier;
 +
font-weight: bold;
 
}
 
}
  
.RumorsTitle, .QuotesTitle {
+
.RQiqt { font-size: 14px;
    color: #ffffff;
+
font-family: courier;
    font-family: Courier;
+
font-weight: bold;
    font-weight: bold;
 
    float: left;
 
 
}
 
}
.timeline ul { background: #793c58; padding-left: 17px; }
 
  
.US2002021967_header {
+
.RQiqa { font-size: 14px;
width: 780px;
+
font-family: courier;
    height: auto;
+
width: fit-content;
    margin-top: -30px;
 
    Margin-left: -30px;
 
 
}
 
}
  
.timeline-toggle {
+
.RQiqtable { margin-top: 10px;
    height: 40px;
+
width: 100%;
    border: none;
+
padding: 0px 10px 0px 0px;
    background: #65163a;
 
    line-height: 40px;
 
    margin-bottom: 5px;
 
    margin-top: 5px;
 
    padding-left: 10px;
 
 
}
 
}
  
h2 { color: #ffffff; }
+
.Author { text-align: left;
 +
padding: 0px 0px 0px 20px;
 +
}
  
#masq-portrait img, #pc-furtherinfo-pic img, #npc-furtherinfo-pic img, #npc-oocvitals-pic img, #masq-vss-pic img, #masq-territory-pic img, #masq-pcgroup-pic img {
+
.rqedit { font-family: Courier;
  height: 400px;
+
font-weight: bold;
  width: 366px;
+
float: right;
  max-width: 100%;
+
padding-right: 10px;
  max-height: 100%;
 
 
}
 
}
  
#pc-furtherinfo {
+
.rqheader { padding-top: 10px;
  margin-top: -280px;
+
height: 20px;
 
}
 
}
  
#masq-portrait {
+
.rqtitle { color: #ffffff;
  margin-top: -15px;
+
font-family: Courier;
 +
font-weight: bold;
 +
float: left;
 +
font-size: 16px !important;
 
}
 
}
  
#pc-furtherinfo-pic {
+
.side_border_01 {
  margin-top: -33px;
+
    height: 80px;
 +
    width: 10px;
 +
    position: absolute;
 +
    background-color: {{{Secondary}}};
 +
    z-index: 2;
 +
    top: -127px;
 +
    left: 864px;
 
}
 
}
  
#masq-icvitals, #pc-furtherinfo, #npc-furtherinfo, #masq-pcgroup-furtherinfo, #npc-oocvitals {
+
.side_border_02 {
  padding: 1.04vw;
+
    position: fixed;
 +
    top: 0px;
 +
    left: 1074px;
 +
    height: 100%;
 +
    width: 100%;
 +
    background-color: {{{Secondary}}};
 
}
 
}
  
#pc-oocvitals-pic { float: right; clear:both; overflow: hidden; height: 150px; margin: 5px 10px 0px 0px; }
+
.ss_header { border: 1px solid black; width: 798px; height: 416px; }
 +
 
 +
.timeline-header {  }
  
#masq-icvitals {
+
.timeline {
  margin-top: -40px;
+
    border: 0;
 +
    background: {{{Accent}}} !important;
 +
    padding: 1px 10px 8px 10px;
 
}
 
}
#masq-portrait, #pc-furtherinfo-pic, #npc-furtherinfo-ic, #npc-oocvitals-pic {
+
 
  float:right;
+
.timeline ul {
  clear:both;
+
padding-left: 17px;
  max-width: 50%;
 
  padding: 1.04vw;
 
 
}
 
}
#pc-oocvitals, #npc-oocvitals {
+
 
  padding: 0px 0px 0px 10px;
+
.timeline-toggle {
  background: #65163a;
+
height: 25px;
  line-height: 29px;
+
border: none;
 +
line-height: 25px;
 +
margin-bottom: 5px;
 +
margin-top: 5px;
 +
padding-left: 10px;
 +
background-color: {{{Primary}}};
 
}
 
}
#Page a:visited, #Page a.external:visited, #Page a.new, #Page a.new:visited, #Page a.popupformlink.reload, #Page a.external.text { color: #ffffff; }
 
  
.clearfix::after {
+
.mw-headline#Rumors_.26_Quotes {  }
  content: "";
+
 
  clear: both;
+
.US2002021967_header { width: 780px;
  display: table;
+
height: auto;
 +
margin-top: -30px;
 +
margin-left: -30px;
 
}
 
}
 +
 +
.Roster { text-align: center; vertical-align: baseline; }
 +
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 18:58, 1 March 2021