MediaWiki:Monobook.css: Difference between revisions
From The Birdhouse
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
h1 { | h1 { | ||
font-family: "EpundaSlab"; | font-family: "EpundaSlab"; | ||
font-size: 2.5em; | |||
color: #2F66B3; | |||
} | } | ||
Line 55: | Line 57: | ||
hr { background-color: #4676c0; } | hr { background-color: #4676c0; } | ||
body.skin--responsive .portlet h3 { | |||
font-weight: bold; | |||
color: #2F66B3; | |||
} |
Revision as of 20:39, 21 September 2025
/* All CSS here will be loaded for users of the MonoBook skin */
/* header fonts */
@font-face {
font-family: EpundaSlab;
src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);
}
@font-face {
font-family: EpundaSlab;
src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);
font-style: italic;
}
@font-face {
font-family: EpundaSlab;
src: url(/resources/assets/fonts/EpundaSlab-Bold.ttf);
font-weight: bold;
}
@font-face {
font-family: EpundaSlab;
src: url(/resources/assets/fonts/EpundaSlab-BoldItalic.ttf);
font-weight: bold;
font-style: italic;
}
h1 {
font-family: "EpundaSlab";
font-size: 2.5em;
color: #2F66B3;
}
@media screen {
body {
background: #c8dbff;
}
#globalWrapper {
font-size: 15px;
}
.mw-body, .pBody { border-color: #4676c0; }
.mw-footer {
border-top: 1px solid #4676c0;
border-bottom: 1px solid #4676c0;
}
}
/* fixes big logo */
.mw-wiki-logo {
background-size: contain;
}
/* top of page tabs */
body.skin--responsive #p-cactions li {
padding: 0.5em 0 1em 0;
}
body.skin--responsive #p-cactions li.selected {
border-color: #4676c0;
}
hr { background-color: #4676c0; }
body.skin--responsive .portlet h3 {
font-weight: bold;
color: #2F66B3;
}