MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 78: | Line 78: | ||
#p-cactions li a:hover { | #p-cactions li a:hover { | ||
background: #F1E9D2 !important; | background: #F1E9D2 !important; | ||
} | } | ||
Revision as of 14:03, 7 September 2025
/* CSS placed here will be applied to all skins */
/* === SITE BACKGROUND === */
body {
background: url('https://i.imgur.com/qeVTmTf.png') repeat !important;
}
/* === BACKGROUND COLOUR OF CONTENT TITLE AND PAGES === */
#content {
background-color: #F1E9D2;
}
/* === IMPORT IM FELL ENGLISH FROM GOOGLE FONTS === */
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap');
/* === DEFAULT FONT === */
body,
#content,
#mw-content-text,
#mw-content-text p,
#mw-content-text li,
#mw-content-text td,
#mw-content-text th,
#mw-content-text a,
#mw-panel,
.vector-menu,
#p-personal,
#footer {
font-family: "IM Fell English", serif !important;
}
/* === SET BODY TEXT SIZE ONLY === */
#mw-content-text p,
#mw-content-text li,
#mw-content-text td,
#mw-content-text th,
#mw-content-text a {
font-size: 16px;
}
/* === OPTIONAL INLINE CLASSES === */
.im-fell-english-regular {
font-family: "IM Fell English", serif;
font-weight: 400;
font-style: normal;
}
.im-fell-english-regular-italic {
font-family: "IM Fell English", serif;
font-weight: 400;
font-style: italic;
}
/* === PAGE ACTION TABS: READ, DISCUSSION, EDIT, VIEW HISTORY, MORE === */
#p-views li,
#p-views li a,
.vector-menu-tabs li,
.vector-menu-tabs li a,
.vector-menu-tabs .selected a {
background: #F1E9D2 !important;
border: none !important;
}
#p-views li a:hover,
.vector-menu-tabs li a:hover {
background: #F1E9D2 !important;
}
/* === "MORE" TAB & DROPDOWN === */
#p-cactions,
#p-cactions .vector-menu-content,
#p-cactions li,
#p-cactions li a {
background: #F1E9D2 !important;
border: none !important;
}
#p-cactions li a:hover {
background: #F1E9D2 !important;
}
/* === TOP BANNER GRADIENT === */
#mw-page-base {
/* background-image: linear-gradient(-90deg, #000, #344E77); */
background-color: #20394F;
background-image: url(https://i.imgur.com/g3KsrmX.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 10em;
}
/* === SIDEBAR BOXES UNDER LINKS === */
#mw-panel .portal {
background-color: #F1E9D2 !important;
padding: 5px;
margin-bottom: 10px;
border-radius: 4px;
}