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(/w/resources/assets/ambrosiapattern.jpg); | background-image: url(/w/resources/assets/ambrosiapattern.jpg); | ||
Line 17: | Line 18: | ||
/*Edit Link Appearance*/ | /*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; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:hover { | div#mw-panel div.portal div.body ul li a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
color: #a178a6 !important; | color: #a178a6 !important; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited {color: #e4a732} | div#mw-panel div.portal div.body ul li a:visited {color: #e4a732} | ||
.ve-activated #catlinks a, a.new:visited, #p-personal a.new:visited{color:#E4A732} | .ve-activated #catlinks a, a.new:visited, #p-personal a.new:visited{color:#E4A732} | ||
Line 31: | Line 35: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
@media screen { | @media screen { | ||
a { | a { | ||
Line 36: | Line 41: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
a:hover { | a:hover { | ||
color: #a178a6 !important; | color: #a178a6 !important; | ||
} | } | ||
div.vectorTabs span > a { | div.vectorTabs span > a { | ||
float: left; | float: left; | ||
Line 47: | Line 54: | ||
border: none; | border: none; | ||
} | } | ||
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { | div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { | ||
color: #fefde2; | color: #fefde2; | ||
Line 58: | Line 66: | ||
border: none; | border: none; | ||
} | } | ||
div.vectorTabs li a { | div.vectorTabs li a { | ||
color: #fefde2; | color: #fefde2; | ||
Line 64: | Line 73: | ||
background-color: #200D24; | background-color: #200D24; | ||
} | } | ||
div.vectorTabs li a:hover { | div.vectorTabs li a:hover { | ||
color: #a178a6; | color: #a178a6; | ||
background-color: #200D24; | background-color: #200D24; | ||
} | } | ||
div.vectorTabs li.new a, div.vectorTabs li.new a:visited { | div.vectorTabs li.new a, div.vectorTabs li.new a:visited { | ||
background-color: #200D24; | background-color: #200D24; | ||
border: none; | border: none; | ||
} | } | ||
a:visited{color:#e4a732} | a:visited{color:#e4a732} | ||
/*Edit Gallery | /*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)} | 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)} | ||
Line 80: | Line 92: | ||
/*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 111: | Line 124: | ||
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 119: | Line 133: | ||
color: #200D24; | color: #200D24; | ||
} | } | ||
#content {background-color: #200D24} | #content {background-color: #200D24} | ||
#mw-content-text {background-color: #200D24; | #mw-content-text {background-color: #200D24; | ||
Line 153: | Line 168: | ||
/*Edit Global Text Appearance*/ | /*Edit Global Text Appearance*/ | ||
div#mw-panel div.portal | div#mw-panel div.portal | ||
h3 { | h3 { | ||
Line 184: | Line 200: | ||
body.page-Wiki_Landing.action-view h1.firstHeading, body.page-Wiki_Landing.action-submit h1.firstHeading {display: none; | body.page-Wiki_Landing.action-view h1.firstHeading, body.page-Wiki_Landing.action-submit h1.firstHeading {display: none; | ||
margin-top: -5%;} | margin-top: -5%;} | ||
/* TAB MODIFICATIONS */ | |||
/**** VECTOR TABS & VECTOR MENU ****/ | |||
/* reset default background and make font size uniform */ | |||
#p-search, | |||
div.vectorMenu, | |||
div.vectorTabs { | |||
background: transparent; | |||
font-size: 80%; | |||
} | |||
/* sizing and font styles for non-active tabs */ | |||
div#mw-head div.vectorMenu h3 span, | |||
div#mw-head div.vectorTabs span a { | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
color: #af6de8; | |||
height: 1em; | |||
padding: 0; | |||
font-size: 100%; | |||
} | |||
/* allow space for the vectormenu arrows */ | |||
div#mw-head div.vectorMenu h3 span { | |||
padding-right: 16px; | |||
vertical-align: top; | |||
} | |||
div#mw-head div.vectorMenu h3 span:after { | |||
top: 0; | |||
} | |||
/* padding/sizing and aesthetic styles for the background of the tabs */ | |||
div#mw-head div.vectorMenu h3, | |||
div#mw-head div.vectorTabs ul li span { | |||
background: #000; | |||
border-radius: 2px; | |||
padding: 0.5em; | |||
margin: 0 0.25em; | |||
height: 1em; | |||
line-height: 1; | |||
overflow: visible; | |||
} | |||
/* styles for the currently selected tab and on-hover dropdown menus */ | |||
div#mw-head div.vectorMenu:hover h3 span, | |||
div#mw-navigation div.vectorMenu div.menu li a, | |||
div#pageWrapper div#mw-navigation li.selected a { | |||
color: #fff; | |||
} | |||
div#mw-head div.vectorMenu:hover h3, | |||
div#mw-head div.vectorTabs ul li.selected span, | |||
div.vectorMenu div.menu { | |||
background: #777; | |||
} | |||
/* clear border-radius on the bottom of the dropdown menu on hover */ | |||
div#mw-head div.vectorMenu:hover h3 { | |||
border-bottom-right-radius: 0; | |||
border-bottom-left-radius: 0; | |||
} | |||
/* reset backgrounds on various parts of the dropdown menu to allow custom styles to show */ | |||
div.vectorMenu:hover ul, | |||
div.vectorTabs ul, | |||
div.vectorTabs ul li, | |||
div.vectorTabs ul li.selected { | |||
background: transparent; | |||
} | |||
/* position the dropdown menu to properly align with the bottom of the tabs */ | |||
div.vectorMenu div.menu { | |||
top: 2em; | |||
border: 0; | |||
padding: 0.25em; | |||
} | |||
/* clean up links in dropdown menu */ | |||
div#mw-navigation div.vectorMenu div.menu li a { | |||
padding: 0.3em; | |||
font-size: 90%; | |||
display: block; | |||
height: auto; | |||
margin: auto; | |||
} | |||
/* style watch button to fit inside tabs */ | |||
div#mw-head #p-views #ca-unwatch.icon a, | |||
div#mw-head #p-views #ca-watch.icon a { | |||
background-size: 1.5em; | |||
height: 0; | |||
margin: -0.25em 0; | |||
padding-top: 1.5em; | |||
background-position: center center; | |||
} | |||
/**** SEARCH BOX ****/ | |||
/* match spacing around the search box to match the other tabs */ | |||
#p-search { | |||
margin: 0 1.25em 0 0.25em; | |||
} | |||
#p-search form { | |||
margin: 0; | |||
} | |||
/* sizing and aesthetic styles for searchbox */ | |||
div#simpleSearch { | |||
background: #000; | |||
height: 2em; | |||
border: 0; | |||
margin: 0; | |||
padding-left: 0.5em; | |||
} | |||
/* sizing and aesthetic styles for search input */ | |||
div#simpleSearch #searchInput { | |||
color: #fff; | |||
padding: 0.5em 0; | |||
height: 1em; | |||
box-sizing: content-box; | |||
text-overflow: ellipsis; | |||
} | |||
/* styling for the search placeholder text */ | |||
div#simpleSearch #searchInput::placeholder { | |||
color: #ddd; | |||
opacity: 0.7; | |||
font-style: italic; | |||
} | |||
/**** SEARCH SUGGESTIONS ****/ | |||
/* position the suggestions menu to properly align with the bottom of the searchbox */ | |||
.mediawiki .suggestions { | |||
margin-top: -2.5em; | |||
} | |||
/* reset default background colors to allow custom styles to show */ | |||
.mediawiki .suggestions a, | |||
.mediawiki .suggestions-result { | |||
background: transparent; | |||
} | |||
/* background, border, and text color for the suggestions box */ | |||
.mediawiki .suggestions-results, | |||
.mediawiki .suggestions-special { | |||
background: #000; | |||
} | |||
.mediawiki .suggestions-results, | |||
.mediawiki .suggestions-special { | |||
border-color: #303030; | |||
} | |||
.suggestions a.mw-searchSuggest-link, | |||
.suggestions a.mw-searchSuggest-link:active, | |||
.suggestions a.mw-searchSuggest-link:focus, | |||
.suggestions a.mw-searchSuggest-link:hover, | |||
.suggestions-result, | |||
.suggestions-special .special-label, | |||
.suggestions-special .special-query { | |||
color: #fff; | |||
} | |||
/* background and text color for hover-highlighted suggestion */ | |||
.mediawiki .suggestions-result-current, | |||
.mediawiki .suggestions-result-current .special-label, | |||
.mediawiki .suggestions-result-current .special-query { | |||
background: #303030; | |||
color: #fff; | |||
} | |||
/* highlight color for matched characters in search suggestions */ | |||
.mediawiki .suggestions-result .highlight { | |||
color: #af6de8; | |||
} | |||
/* hide "read" tab */ | |||
#ca-view { | |||
display: none; | |||
} |
Revision as of 05:41, 7 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(/w/resources/assets/ambrosiapattern.jpg);
background-repeat: repeat;
font-family: 'Roboto Mono', monospace;
font-weight:500;
}
/* 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: #e4a732}
.ve-activated #catlinks a, a.new:visited, #p-personal a.new:visited{color:#E4A732}
a:link{
color: #e4a732;
text-decoration: none;
}
@media screen {
a {
color: #e4a732;
text-decoration: none !important;
}
a:hover {
color: #a178a6 !important;
}
div.vectorTabs span > a {
float: left;
display: block;
color: #fefde2;
font-weight: 800;
font-size: 14px;
border: none;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
color: #fefde2;
font-weight: 800;
text-shadow:
-.5px -.5px 0 #000,
.5px -.5px 0 #000,
-.5px .5px 0 #000,
.5px .5px 0 #000;
font-size: 16px;
border: none;
}
div.vectorTabs li a {
color: #fefde2;
font-weight: 800;
font-size: 14px;
background-color: #200D24;
}
div.vectorTabs li a:hover {
color: #a178a6;
background-color: #200D24;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
background-color: #200D24;
border: none;
}
a:visited{color:#e4a732}
/*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{
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;
}
/* OTHER Configurations */
body.page-Wiki_Landing.action-view h1.firstHeading, body.page-Wiki_Landing.action-submit h1.firstHeading {display: none;
margin-top: -5%;}
/* TAB MODIFICATIONS */
/**** VECTOR TABS & VECTOR MENU ****/
/* reset default background and make font size uniform */
#p-search,
div.vectorMenu,
div.vectorTabs {
background: transparent;
font-size: 80%;
}
/* sizing and font styles for non-active tabs */
div#mw-head div.vectorMenu h3 span,
div#mw-head div.vectorTabs span a {
font-weight: bold;
text-transform: uppercase;
color: #af6de8;
height: 1em;
padding: 0;
font-size: 100%;
}
/* allow space for the vectormenu arrows */
div#mw-head div.vectorMenu h3 span {
padding-right: 16px;
vertical-align: top;
}
div#mw-head div.vectorMenu h3 span:after {
top: 0;
}
/* padding/sizing and aesthetic styles for the background of the tabs */
div#mw-head div.vectorMenu h3,
div#mw-head div.vectorTabs ul li span {
background: #000;
border-radius: 2px;
padding: 0.5em;
margin: 0 0.25em;
height: 1em;
line-height: 1;
overflow: visible;
}
/* styles for the currently selected tab and on-hover dropdown menus */
div#mw-head div.vectorMenu:hover h3 span,
div#mw-navigation div.vectorMenu div.menu li a,
div#pageWrapper div#mw-navigation li.selected a {
color: #fff;
}
div#mw-head div.vectorMenu:hover h3,
div#mw-head div.vectorTabs ul li.selected span,
div.vectorMenu div.menu {
background: #777;
}
/* clear border-radius on the bottom of the dropdown menu on hover */
div#mw-head div.vectorMenu:hover h3 {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* reset backgrounds on various parts of the dropdown menu to allow custom styles to show */
div.vectorMenu:hover ul,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected {
background: transparent;
}
/* position the dropdown menu to properly align with the bottom of the tabs */
div.vectorMenu div.menu {
top: 2em;
border: 0;
padding: 0.25em;
}
/* clean up links in dropdown menu */
div#mw-navigation div.vectorMenu div.menu li a {
padding: 0.3em;
font-size: 90%;
display: block;
height: auto;
margin: auto;
}
/* style watch button to fit inside tabs */
div#mw-head #p-views #ca-unwatch.icon a,
div#mw-head #p-views #ca-watch.icon a {
background-size: 1.5em;
height: 0;
margin: -0.25em 0;
padding-top: 1.5em;
background-position: center center;
}
/**** SEARCH BOX ****/
/* match spacing around the search box to match the other tabs */
#p-search {
margin: 0 1.25em 0 0.25em;
}
#p-search form {
margin: 0;
}
/* sizing and aesthetic styles for searchbox */
div#simpleSearch {
background: #000;
height: 2em;
border: 0;
margin: 0;
padding-left: 0.5em;
}
/* sizing and aesthetic styles for search input */
div#simpleSearch #searchInput {
color: #fff;
padding: 0.5em 0;
height: 1em;
box-sizing: content-box;
text-overflow: ellipsis;
}
/* styling for the search placeholder text */
div#simpleSearch #searchInput::placeholder {
color: #ddd;
opacity: 0.7;
font-style: italic;
}
/**** SEARCH SUGGESTIONS ****/
/* position the suggestions menu to properly align with the bottom of the searchbox */
.mediawiki .suggestions {
margin-top: -2.5em;
}
/* reset default background colors to allow custom styles to show */
.mediawiki .suggestions a,
.mediawiki .suggestions-result {
background: transparent;
}
/* background, border, and text color for the suggestions box */
.mediawiki .suggestions-results,
.mediawiki .suggestions-special {
background: #000;
}
.mediawiki .suggestions-results,
.mediawiki .suggestions-special {
border-color: #303030;
}
.suggestions a.mw-searchSuggest-link,
.suggestions a.mw-searchSuggest-link:active,
.suggestions a.mw-searchSuggest-link:focus,
.suggestions a.mw-searchSuggest-link:hover,
.suggestions-result,
.suggestions-special .special-label,
.suggestions-special .special-query {
color: #fff;
}
/* background and text color for hover-highlighted suggestion */
.mediawiki .suggestions-result-current,
.mediawiki .suggestions-result-current .special-label,
.mediawiki .suggestions-result-current .special-query {
background: #303030;
color: #fff;
}
/* highlight color for matched characters in search suggestions */
.mediawiki .suggestions-result .highlight {
color: #af6de8;
}
/* hide "read" tab */
#ca-view {
display: none;
}