MediaWiki:Vector.css: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


Line 85: Line 84:
}
}


div#mw-head div.vectorMenu h3 {
nav#mw-head nav.vectorMenu h3 {
background: #DDC3FF;
background: #DDC3FF;
height: 28px;
height: 28px;
Line 100: Line 99:
}
}


div#mw-head div.vectorMenu h3 {
nav#mw-head nav.vectorMenu h3 {
background: #DDC3FF;
background: #DDC3FF;
color: #DDC3FF;
color: #DDC3FF;
Line 124: Line 123:
}
}


nav.vectorTabs li.selected a:link, div.vectorTabs li.selected a:link {
nav.vectorTabs li.selected a:link, nav.vectorTabs li.selected a:link {
text-decoration: none;
text-decoration: none;
color: #DDC3FF;
color: #DDC3FF;
}
}


div#mw-panel div.portal div.body {background-image:linear-gradient(-90deg, #6153A2, #6153A2 16.7%, #6153A2 83.3%, #6153A2); background-size: 100% 1px;}
nav#mw-panel nav.portal nav.body {background-image:linear-gradient(-90deg, #6153A2, #6153A2 16.7%, #6153A2 83.3%, #6153A2); background-size: 100% 1px;}


#right-navigation {
#right-navigation {
Line 147: Line 146:
}
}
*/
*/
div#mw-page-base {
nav#mw-page-base {
background-image: none;
background-image: none;
background-color: rgba(255,255,255,0);
background-color: rgba(255,255,255,0);
Line 180: Line 179:


/* Fixes an issue where File:Drip-heading.png shows behind the word "Contents" in the table of contents */
/* Fixes an issue where File:Drip-heading.png shows behind the word "Contents" in the table of contents */
div.toctitle > h2 {
nav.toctitle > h2 {
background-image: none
background-image: none
}
}
Line 205: Line 204:
/* Search */
/* Search */


div#simpleSearch #searchInput {
nav#simpleSearch #searchInput {
top: 0;
top: 0;
left: 0;
left: 0;
Line 217: Line 216:
#p-search input {}
#p-search input {}


#p-search div#simpleSearch {
#p-search nav#simpleSearch {
border-radius: 0.5em;
border-radius: 0.5em;
border: none;
border: none;
Line 225: Line 224:
}
}


div#simpleSearch #searchButton,
nav#simpleSearch #searchButton,
div#simpleSearch #mw-searchButton {
nav#simpleSearch #mw-searchButton {
background-position: center center;
background-position: center center;
background-repeat: no-repeat;
background-repeat: no-repeat;
Line 239: Line 238:
}
}


div#simpleSearch input {
nav#simpleSearch input {
color: #6153A2;
color: #6153A2;
background-image: none;
background-image: none;
Line 246: Line 245:
}
}


div.suggestions,
nav.suggestions,
html>body div.suggestions {
html>body nav.suggestions {
border-radius: 0.5em;
border-radius: 0.5em;
border: 2px solid #362668;
border: 2px solid #362668;
Line 307: Line 306:
}
}


.mw-search-profile-tabs div.search-types ul li.current a {
.mw-search-profile-tabs nav.search-types ul li.current a {
color: #EAD5FC;
color: #EAD5FC;
cursor: default;
cursor: default;