MediaWiki:Vector.css: Difference between revisions

Szczypak64 (talk | contribs)
No edit summary
Tag: Manual revert
Szczypak64 (talk | contribs)
No edit summary
Line 3: Line 3:
}
}
body {
body {
background-color:#00000;
background-color: red;
font-family: Trebuchet MS, "Ubuntu", Waree, "Segoe UI"
font-family: Trebuchet MS, "Ubuntu", Waree, "Segoe UI"
}
}
Line 9: Line 9:
background: #fb8b23;
background: #fb8b23;
border-radius: 0 0 0 25px;
border-radius: 0 0 0 25px;
background-color: blue;
}
}
.vector-menu-tabs-legacy li {
.vector-menu-tabs-legacy li {
background: none;
background: none;
background-color: yellow;
}
}
.vector-menu-tabs-legacy .selected {
.vector-menu-tabs-legacy .selected {
background: linear-gradient(to bottom, #00000000 50%, #cbf9ce 100%);
background: linear-gradient(to bottom, #00000000 50%, #cbf9ce 100%);
background-color: purple;
}
}
#mw-page-base {
#mw-page-base {
background: none;
background: none;
background-color: orange;
}
}