MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 81: | Line 81: | ||
.vector-menu-tabs ul li, | .vector-menu-tabs ul li, | ||
.vector-menu-tabs li a, | .vector-menu-tabs li a, | ||
.vector-menu, | |||
.vector-menu ul li, | |||
.vector-menu li a, | |||
.oo-ui-buttonElement > .oo-ui-buttonElement-button, | .oo-ui-buttonElement > .oo-ui-buttonElement-button, | ||
.oo-ui-optionWidget.oo-ui-widget-enabled, | .oo-ui-optionWidget.oo-ui-widget-enabled, | ||
| Line 318: | Line 318: | ||
/* More button */ | /* More button */ | ||
#mw-head . | #mw-head .vector-menu h3 { | ||
background: none; | background: none; | ||
} | } | ||
. | .vector-menu .menu { | ||
border: none; | border: none; | ||
box-shadow: none; | box-shadow: none; | ||
| Line 332: | Line 332: | ||
/* | /* | ||
. | .vector-menu .menu { | ||
border: 1px solid #999; | border: 1px solid #999; | ||
box-shadow: none; | box-shadow: none; | ||
| Line 340: | Line 340: | ||
*/ | */ | ||
. | .vector-menu li > a { | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: #000; | color: #000; | ||
} | } | ||
. | .vector-menu li > a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
color: #ff8319; | color: #ff8319; | ||
} | } | ||
. | .vector-menu .menu li:not(:first-child) { | ||
background: #fff; | background: #fff; | ||
padding-right: 10px; | padding-right: 10px; | ||
| Line 356: | Line 356: | ||
} | } | ||
. | .vector-menu h3 span, | ||
. | .vector-menu h3:hover span, | ||
. | .vector-menu h3:focus span, | ||
#p-cactions-label span { | #p-cactions-label span { | ||
color: #ff8319; | color: #ff8319; | ||
} | } | ||
. | .vector-menu h3 span:after { | ||
background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"> <path fill="%23ff8319" transform="rotate(180 5,5)" d="m0.0,9.5l5,-8.828127l5,8.825l-10,0z"/> </svg>'); | background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"> <path fill="%23ff8319" transform="rotate(180 5,5)" d="m0.0,9.5l5,-8.828127l5,8.825l-10,0z"/> </svg>'); | ||
opacity: 1; | opacity: 1; | ||