MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
line-height: 1.5em; | |||
} | } | ||
} | } | ||
Revision as of 20:45, 16 February 2024
/* CSS placed here will be applied to all skins */
@media screen {
#mw-head {
position: absolute;
top: 0;
right: 0;
width: 100%;
background-color: #ffe9d7;
}
}
@media screen {
body {
background-image: url("https://i.imgur.com/arVoy1Y.png");
background-color: #484f44;
overflow-y: scroll;
}
}
@media screen {
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
color: #fdffaf;
font-weight: bold;
font-size: 1.2em;
line-height: 1.5em;
}
}
@media screen {
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
color: #f0e433;
}
}
@media screen {
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
color: #fff;
font-size: 0.85em;
font-weight: bold;
cursor: default;
}
}