MediaWiki:Vector.css: Difference between revisions

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