MediaWiki:Vector.css: Difference between revisions

Content deleted Content added
No edit summary
Undo revision 26750 by Amelia (talk)
Tag: Undo
Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
 
Line 84 ⟶ 85:
}
 
navdiv#mw-head navdiv.vectorMenu h3 {
background: #DDC3FF;
height: 28px;
Line 99 ⟶ 100:
}
 
navdiv#mw-head navdiv.vectorMenu h3 {
background: #DDC3FF;
color: #DDC3FF;
Line 123 ⟶ 124:
}
 
nav.vectorTabs li.selected a:link, navdiv.vectorTabs li.selected a:link {
text-decoration: none;
color: #DDC3FF;
}
 
navdiv#mw-panel navdiv.portal navdiv.body {background-image:linear-gradient(-90deg, #6153A2, #6153A2 16.7%, #6153A2 83.3%, #6153A2); background-size: 100% 1px;}
 
#right-navigation {
Line 146 ⟶ 147:
}
*/
navdiv#mw-page-base {
background-image: none;
background-color: rgba(255,255,255,0);
Line 179 ⟶ 180:
 
/* Fixes an issue where File:Drip-heading.png shows behind the word "Contents" in the table of contents */
navdiv.toctitle > h2 {
background-image: none
}
Line 204 ⟶ 205:
/* Search */
 
navdiv#simpleSearch #searchInput {
top: 0;
left: 0;
Line 216 ⟶ 217:
#p-search input {}
 
#p-search navdiv#simpleSearch {
border-radius: 0.5em;
border: none;
Line 224 ⟶ 225:
}
 
navdiv#simpleSearch #searchButton,
navdiv#simpleSearch #mw-searchButton {
background-position: center center;
background-repeat: no-repeat;
Line 238 ⟶ 239:
}
 
navdiv#simpleSearch input {
color: #6153A2;
background-image: none;
Line 245 ⟶ 246:
}
 
navdiv.suggestions,
html>body navdiv.suggestions {
border-radius: 0.5em;
border: 2px solid #362668;
Line 306 ⟶ 307:
}
 
.mw-search-profile-tabs navdiv.search-types ul li.current a {
color: #EAD5FC;
cursor: default;