MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 65: | Line 65: | ||
.mw-body h1, | .mw-body h1, | ||
.mw-parser-output h1 { | .mw-parser-output h1 { | ||
font-size: | font-size: 2rem; | ||
line-height: 1.12; | line-height: 1.12; | ||
margin-top: 0.6em; | margin-top: 0.6em; | ||
| Line 83: | Line 83: | ||
padding-left: 1.3em; | padding-left: 1.3em; | ||
} | } | ||
} | |||
/* WikiHikmah sidebar colour scheme */ | |||
.wikihikmah-sidebar { | |||
border: 1px solid #8CCFD0; | |||
background: #F7FFFF; | |||
color: #073B42; | |||
} | |||
.wikihikmah-sidebar th, | |||
.wikihikmah-sidebar .sidebar-title { | |||
background: #0B7F8C; | |||
color: #FFFFFF; | |||
border-bottom: 3px solid #C9A646; | |||
} | |||
.wikihikmah-sidebar .sidebar-heading, | |||
.wikihikmah-sidebar .sidebar-above, | |||
.wikihikmah-sidebar .sidebar-subgroup th { | |||
background: #E6F7F7; | |||
color: #075B66; | |||
border-top: 1px solid #8CCFD0; | |||
border-bottom: 1px solid #8CCFD0; | |||
} | |||
.wikihikmah-sidebar a { | |||
color: #075B66; | |||
} | |||
.wikihikmah-sidebar a:visited { | |||
color: #064D57; | |||
} | |||
.wikihikmah-sidebar img { | |||
border-radius: 3px; | |||
} | } | ||
Latest revision as of 23:50, 23 June 2026
/* CSS placed here will be applied to all skins */
/* =========================================================
Mobile fixes
Prevent infoboxes / series boxes from crushing article text
========================================================= */
@media screen and (max-width: 768px) {
.infobox,
.navbox,
.vertical-navbox,
.metadata,
table.infobox,
table.navbox,
table[style*="float:right"],
table[style*="float: right"],
div[style*="float:right"],
div[style*="float: right"] {
float: none !important;
clear: both !important;
width: calc(100% - 1.5rem) !important;
max-width: 34rem !important;
min-width: 0 !important;
margin: 1.25em auto !important;
box-sizing: border-box !important;
border-left: 4px solid var(--wk-green) !important;
}
.infobox img,
.navbox img,
table.infobox img,
table.navbox img {
max-width: 80% !important;
height: auto !important;
display: block;
margin-left: auto;
margin-right: auto;
}
.mw-parser-output > p,
.mw-parser-output > ul,
.mw-parser-output > ol {
clear: both;
}
#content {
padding-left: 16px !important;
padding-right: 16px !important;
box-sizing: border-box !important;
}
.mw-body,
.vector-body,
.mw-body-content,
#bodyContent,
.mw-parser-output {
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
box-sizing: border-box !important;
}
.mw-body h1,
.mw-parser-output h1 {
font-size: 2rem;
line-height: 1.12;
margin-top: 0.6em;
margin-bottom: 0.55em;
}
.mw-body h2,
.mw-parser-output h2 {
font-size: 1.55rem;
line-height: 1.2;
}
.infobox ul,
.navbox ul,
table.infobox ul,
table.navbox ul {
padding-left: 1.3em;
}
}
/* WikiHikmah sidebar colour scheme */
.wikihikmah-sidebar {
border: 1px solid #8CCFD0;
background: #F7FFFF;
color: #073B42;
}
.wikihikmah-sidebar th,
.wikihikmah-sidebar .sidebar-title {
background: #0B7F8C;
color: #FFFFFF;
border-bottom: 3px solid #C9A646;
}
.wikihikmah-sidebar .sidebar-heading,
.wikihikmah-sidebar .sidebar-above,
.wikihikmah-sidebar .sidebar-subgroup th {
background: #E6F7F7;
color: #075B66;
border-top: 1px solid #8CCFD0;
border-bottom: 1px solid #8CCFD0;
}
.wikihikmah-sidebar a {
color: #075B66;
}
.wikihikmah-sidebar a:visited {
color: #064D57;
}
.wikihikmah-sidebar img {
border-radius: 3px;
}