Peppermint (talk | contribs) No edit summary |
Peppermint (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
/* changes the background color of the bottom and left of each page, up to behind half of the logo */ | /* changes the background color of the bottom and left of each page, up to behind half of the logo */ | ||
body { | body { | ||
background-image: url( | background-image: url(/resources/assets/ambrosiapattern.jpg); | ||
background-repeat: repeat; | background-repeat: repeat; | ||
font-family: 'Roboto Mono', monospace; | font-family: 'Roboto Mono', monospace; | ||
font-weight:500; | font-weight:500; | ||
font-size: 16px; | |||
} | } | ||
Line 16: | Line 16: | ||
#mw-page-base {background: #0A0A0A} | #mw-page-base {background: #0A0A0A} | ||
/*Edit Link Appearance*/ | |||
/ | |||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
color: #e4A732; | color: #e4A732; | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
Line 29: | Line 28: | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited {color: # | div#mw-panel div.portal div.body ul li a:visited { | ||
color: #d4af37 | |||
} | |||
.mw-parser-output a.extiw, .mw-parser-output a.external, .ve-activated #catlinks a, a.new:visited, #p-personal a.new:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited{ | |||
color:#E4A732 | |||
} | |||
a:link{ | a:link{ | ||
color: #e4a732; | color: #e4a732; | ||
Line 42: | Line 46: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
a:hover { | a:hover { | ||
color: #a178a6 !important; | color: #a178a6 !important; | ||
} | } | ||
a:visited{ | |||
color:#d4af37 | |||
} | } | ||
/*Edit Gallery Appearance*/ | /*Edit Gallery Appearance*/ | ||
Line 95: | Line 61: | ||
/*Edit Table Appearance*/ | /*Edit Table Appearance*/ | ||
table.wikitable > ,tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td{border: 0 !important; | table.wikitable > ,tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td{border: 0 !important; | ||
border-radius: 4px !important; | border-radius: 4px !important; | ||
Line 127: | Line 92: | ||
padding-left: 5%; | padding-left: 5%; | ||
} | } | ||
div.thumbinner, table.wikitable, tbody, .toc, .mw-warning, .toccolours { | div.thumbinner, table.wikitable, tbody, .toc, .mw-warning, .toccolours { | ||
border: 0; | border: 0; | ||
Line 138: | Line 102: | ||
#content {background-color: #200D24} | #content {background-color: #200D24} | ||
#mw-content-text {background-color: #200D24; | #mw-content-text {background-color: #200D24; | ||
color: #EFF6F8;} | color: #EFF6F8;} | ||
Line 146: | Line 109: | ||
border-radius: 4px !important; | border-radius: 4px !important; | ||
} | } | ||
.mw-body .firstHeading { | .mw-body .firstHeading { | ||
color: #fefde2; | color: #fefde2; | ||
Line 155: | Line 119: | ||
.5px .5px 0 #000; | .5px .5px 0 #000; | ||
} | } | ||
div#mw-panel{position:fixed} | div#mw-panel{position:fixed} | ||
/*Edit List Appearance*/ | /*Edit List Appearance*/ | ||
div.vectorTabs ul li {background-color: #200D24; | div.vectorTabs ul li {background-color: #200D24; | ||
border: 0; | border: 0; | ||
} | } | ||
div.vectorTabs li{border-radius: 4px 4px 0px 0px} | |||
div.vectorTabs{ | div.vectorTabs li{ | ||
border-radius: 4px 4px 0px 0px | |||
} | |||
div.vectorTabs span{ | |||
background-image: none; | background-image: none; | ||
background-color: transparent;} | background-color: transparent; | ||
} | |||
div.vectorTabs li.selected {background-color: #200D24; | div.vectorTabs li.selected {background-color: #200D24; | ||
Line 172: | Line 144: | ||
/*Edit Global Text Appearance*/ | /*Edit Global Text Appearance*/ | ||
div#mw-panel div.portal | div#mw-panel div.portal | ||
h3 { | h3 { | ||
Line 185: | Line 156: | ||
text-align: center; | text-align: center; | ||
} | } | ||
.mw-body{border:none; | .mw-body{border:none; | ||
color: #fff; | color: #fff; | ||
} | } | ||
h1, h2, h3, h4, h5 { | h1, h2, h3, h4, h5 { | ||
font-family: 'Roboto Mono', monospace !important; | font-family: 'Roboto Mono', monospace !important; | ||
Line 193: | Line 166: | ||
color: #EFF6F8; | color: #EFF6F8; | ||
} | } | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
font-family: 'Roboto Mono', monospace !important; | font-family: 'Roboto Mono', monospace !important; | ||
Line 199: | Line 173: | ||
} | } | ||
/* VECTOR TABS */ | |||
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3, .vector-menu-tabs li, .vector-menu-tabs li a{ | |||
background-image: none; | |||
background-color: #200D24 !important; | |||
border-radius: 10px 10px 0px 0px; | |||
color: #e4A732; | |||
} | } | ||
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited{ | |||
color: #f5f5f5 !important; | |||
.vector-menu-tabs | |||
} | } | ||
.vector-menu-tabs .selected{ | .vector-menu-tabs .selected{ | ||
background | background: rgba(255, 255, 255, 0.3); | ||
border-radius: 10px 10px 0px 0px; | |||
} | } | ||
/* SIDEBAR */ | |||
.portal .body ul, .vector-menu-portal .body ul a, .portal .body ul, .vector-menu-portal .body ul a:visited{ | |||
color: #e4A732} | |||
/* OTHER Configurations */ | |||
} | body.page-Wiki_Landing.action-view h1.firstHeading, body.page-Wiki_Landing.action-submit h1.firstHeading {display: none; | ||
margin-top: -5%;} | |||
.mw-footer li { | |||
color: #fff !important; | |||
} | } |
Revision as of 03:29, 18 April 2021
/* CSS placed here will be applied to all skins */
/*MediaWiki:Common.css*/
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
body {
background-image: url(/resources/assets/ambrosiapattern.jpg);
background-repeat: repeat;
font-family: 'Roboto Mono', monospace;
font-weight:500;
font-size: 16px;
}
/* changes the background color behind the top half of the logo and at top of each page */
#mw-page-base {background: #0A0A0A}
/*Edit Link Appearance*/
div#mw-panel div.portal div.body ul li a {
color: #e4A732;
font-size: 16px;
}
div#mw-panel div.portal div.body ul li a:hover {
text-decoration: none;
color: #a178a6 !important;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #d4af37
}
.mw-parser-output a.extiw, .mw-parser-output a.external, .ve-activated #catlinks a, a.new:visited, #p-personal a.new:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited{
color:#E4A732
}
a:link{
color: #e4a732;
text-decoration: none;
}
@media screen {
a {
color: #e4a732;
text-decoration: none !important;
}
a:hover {
color: #a178a6 !important;
}
a:visited{
color:#d4af37
}
/*Edit Gallery Appearance*/
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper{background-color:rgba(0,0,0,0.3)}
/*Edit Table Appearance*/
table.wikitable > ,tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td{border: 0 !important;
border-radius: 4px !important;
padding: 3px !important;}
table.wikitable {
border: 0;
}
th {
border: 0;
background-color: rgba(255,255,255,0.0);
}
tr{
border: 0;
}
/*Edit UI Appearance*/
#wpSaveWidget{
background-color: #e4a732;
border: 0;
border-radius: 4px;
}
/*Edit DIV Appearance*/
.catlinks{
background-color: rgba(255,255,255,0.3);
border: 0;
border-radius: 4px;
padding-left: 5%;
}
div.thumbinner, table.wikitable, tbody, .toc, .mw-warning, .toccolours {
border: 0;
background-color: rgba(255,255,255,0.4) !important;
padding: 5px;
font-size: 95%;
border-radius: 4px;
color: #200D24;
}
#content {background-color: #200D24}
#mw-content-text {background-color: #200D24;
color: #EFF6F8;}
.mw-editform .editOptions{
background-color: rgba(255,255,255,0.4) !important;
border: 0 !important;
border-radius: 4px !important;
}
.mw-body .firstHeading {
color: #fefde2;
font-family: 'Roboto Mono', monospace;
text-shadow:
-.5px -.5px 0 #000,
.5px -.5px 0 #000,
-.5px .5px 0 #000,
.5px .5px 0 #000;
}
div#mw-panel{position:fixed}
/*Edit List Appearance*/
div.vectorTabs ul li {background-color: #200D24;
border: 0;
}
div.vectorTabs li{
border-radius: 4px 4px 0px 0px
}
div.vectorTabs span{
background-image: none;
background-color: transparent;
}
div.vectorTabs li.selected {background-color: #200D24;
border: 0;
}
/*Edit Global Text Appearance*/
div#mw-panel div.portal
h3 {
display: block;
font-size: 1.17em;
color: #fefde2;
-webkit-margin-before: 3px;
-webkit-margin-after: 3px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
text-align: center;
}
.mw-body{border:none;
color: #fff;
}
h1, h2, h3, h4, h5 {
font-family: 'Roboto Mono', monospace !important;
font-weight: bold;
color: #EFF6F8;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Roboto Mono', monospace !important;
font-weight: bold;
color: #EFF6F8;
}
/* VECTOR TABS */
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3, .vector-menu-tabs li, .vector-menu-tabs li a{
background-image: none;
background-color: #200D24 !important;
border-radius: 10px 10px 0px 0px;
color: #e4A732;
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited{
color: #f5f5f5 !important;
}
.vector-menu-tabs .selected{
background: rgba(255, 255, 255, 0.3);
border-radius: 10px 10px 0px 0px;
}
/* SIDEBAR */
.portal .body ul, .vector-menu-portal .body ul a, .portal .body ul, .vector-menu-portal .body ul a:visited{
color: #e4A732}
/* OTHER Configurations */
body.page-Wiki_Landing.action-view h1.firstHeading, body.page-Wiki_Landing.action-submit h1.firstHeading {display: none;
margin-top: -5%;}
.mw-footer li {
color: #fff !important;
}