MediaWiki:Common.css: Difference between revisions
Appearance
m 1 revision imported |
No edit summary |
||
| Line 11: | Line 11: | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
} | |||
/* Fix mw-collapsible toggle to look like full-width header */ | |||
.commentary-block .mw-collapsible-toggle { | |||
display: block; | |||
width: 100%; | |||
box-sizing: border-box; | |||
background: #f3e9d2; | |||
border-left: 4px solid #8b6914; | |||
padding: 6px 10px; | |||
cursor: pointer; | |||
font-weight: bold; | |||
font-family: serif; | |||
text-align: left; | |||
float: none !important; | |||
} | |||
.commentary-block .mw-collapsible-toggle a { | |||
color: #3a2a00; | |||
text-decoration: none; | |||
} | |||
.commentary-block .mw-collapsible-toggle:hover { | |||
background: #e8d9b8; | |||
} | } | ||
Revision as of 18:43, 4 March 2026
@font-face {
font-family: "Adishila";
src: url("/resources/fonts/adishila/Adishila.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Adishila";
src: url("/resources/fonts/adishila/AdishilaBold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
/* Fix mw-collapsible toggle to look like full-width header */
.commentary-block .mw-collapsible-toggle {
display: block;
width: 100%;
box-sizing: border-box;
background: #f3e9d2;
border-left: 4px solid #8b6914;
padding: 6px 10px;
cursor: pointer;
font-weight: bold;
font-family: serif;
text-align: left;
float: none !important;
}
.commentary-block .mw-collapsible-toggle a {
color: #3a2a00;
text-decoration: none;
}
.commentary-block .mw-collapsible-toggle:hover {
background: #e8d9b8;
}