MediaWiki:Common.css: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
a, | a, | ||
a:visited, | a:visited, | ||
Line 14: | Line 15: | ||
color: #fdfdff; | color: #fdfdff; | ||
} | } | ||
body { | body { | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Line 21: | Line 23: | ||
text-shadow: 2px 2px #0f0b0a; | text-shadow: 2px 2px #0f0b0a; | ||
} | } | ||
p { | p { | ||
font-size: large; | font-size: large; | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "BarlowCondensed-Medium"; | font-family: "BarlowCondensed-Medium"; | ||
src: url(/BarlowCondensed-Medium.ttf); | src: url(/BarlowCondensed-Medium.ttf); | ||
} | } | ||
.mw-body h1, | .mw-body h1, | ||
.mw-body .mw-heading1, | .mw-body .mw-heading1, | ||
Line 37: | Line 42: | ||
font-family: "BarlowCondensed-Medium", sans-serif; | font-family: "BarlowCondensed-Medium", sans-serif; | ||
} | } | ||
.mw-page-container, | .mw-page-container, | ||
.vector-header-container .mw-header, | .vector-header-container .mw-header, | ||
Line 43: | Line 49: | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
.mw-footer-container { | .mw-footer-container { | ||
padding-bottom: 24px; | padding-bottom: 24px; | ||
Line 54: | Line 61: | ||
padding-left: 24px; | padding-left: 24px; | ||
padding-right: 24px; | padding-right: 24px; | ||
} | |||
.vector-sticky-pinned-container::after { | |||
background-color: transparent; | |||
} | } |
Revision as of 07:13, 15 November 2024
/* CSS placed here will be applied to all skins */ a, a:visited, body, .mw-footer li, .vector-menu-tabs .mw-list-item.selected a, .vector-menu-tabs .mw-list-item.selected a:visited, .vector-menu-tabs .mw-list-item a, .vector-pinnable-element .vector-menu-heading, .vector-pinnable-element .mw-list-item a, .vector-dropdown-content .mw-list-item a, .vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited { color: #fdfdff; } body { background-attachment: fixed; background-image: url(/images/bg.png); background-size: cover; font-family: "BarlowCondensed-Medium", sans-serif; text-shadow: 2px 2px #0f0b0a; } p { font-size: large; } @font-face { font-family: "BarlowCondensed-Medium"; src: url(/BarlowCondensed-Medium.ttf); } .mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 { color: #fdfdff; font-family: "BarlowCondensed-Medium", sans-serif; } .mw-page-container, .vector-header-container .mw-header, .vector-header-container .vector-sticky-header, .vector-pinned-container { background-color: transparent; } .mw-footer-container { padding-bottom: 24px; } .mw-page-container-inner { background-color: #632c54; border-style: solid; border-color: #fab02b; border-width: 1px; padding-left: 24px; padding-right: 24px; } .vector-sticky-pinned-container::after { background-color: transparent; }