MediaWiki:Vector.css: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content deleted Content added
No edit summary
Undo revision 26750 by Amelia (talk)
Tag: Undo
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 84: Line 85:
}
}


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


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


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


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


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


/* 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 */
nav.toctitle > h2 {
div.toctitle > h2 {
background-image: none
background-image: none
}
}
Line 204: Line 205:
/* Search */
/* Search */


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


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


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


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


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


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