MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
FablesAdmin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } h1 {...") |
No edit summary Tag: Manual revert |
||
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h1 { text-align:left; } | /* Google Fonts*/ | ||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap'); | |||
@font-face { | |||
font-family: "FantaisieArtistique"; | |||
src: url(/fonts/FantaisieArtistique/FantaisieArtistique.ttf) format("truetype"); | |||
} | |||
h1 { | |||
text-align: left; | |||
} | |||
body { | body { | ||
/* background-image: linear-gradient(-90deg, #000, #344E77); */ | |||
background-color: #20394F; | |||
background-image: url(https://i.imgur.com/fFstNe5.png); | |||
background-repeat: repeat; | |||
background-size: 256px 256px; | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background-image: linear-gradient(-90deg, #000, #344E77); | /* 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; | |||
} | |||
#mw-head-base { | |||
margin: -160px 10px 0 10.4em !important; | |||
} | |||
.vector-menu-content a { | |||
color: #fff; | |||
} | } | ||
#footer a { | #footer a { | ||
color: #fff; | color: #fff; | ||
} | } | ||
#mw-panel .portal h3 { | #mw-panel .portal h3 { | ||
color: #fff; | color: #fff; | ||
} | } | ||
#right-navigation { | #right-navigation { | ||
color: #000; | color: #000; | ||
} | } | ||
#left-navigation { | #left-navigation { | ||
color: #000; | color: #000; | ||
} | } | ||
#mw-panel a { | #mw-panel a { | ||
color: #fff; | color: #fff; | ||
} | |||
#footer-info-lastmod { | |||
color: #fff; | |||
} | |||
#p-cactions-label { | |||
color: #fff; | |||
} | |||
#simpleSearch input { | |||
background-color: #20394F; | |||
color: #fff; | |||
} | } |
Latest revision as of 15:09, 1 June 2023
/* CSS placed here will be applied to all skins */ /* Google Fonts*/ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap'); @font-face { font-family: "FantaisieArtistique"; src: url(/fonts/FantaisieArtistique/FantaisieArtistique.ttf) format("truetype"); } h1 { text-align: left; } body { /* background-image: linear-gradient(-90deg, #000, #344E77); */ background-color: #20394F; background-image: url(https://i.imgur.com/fFstNe5.png); background-repeat: repeat; background-size: 256px 256px; } #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; } #mw-head-base { margin: -160px 10px 0 10.4em !important; } .vector-menu-content a { color: #fff; } #footer a { color: #fff; } #mw-panel .portal h3 { color: #fff; } #right-navigation { color: #000; } #left-navigation { color: #000; } #mw-panel a { color: #fff; } #footer-info-lastmod { color: #fff; } #p-cactions-label { color: #fff; } #simpleSearch input { background-color: #20394F; color: #fff; }