MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body { | body { | ||
background-color: rgb(221,162,55); | background-color: rgb(221,162,55); | ||
font-family: Noto Serif; | font-family: Noto Serif; | ||
/* background: url(https://images.unsplash.com/photo-1536559692556-79e8be88e8ab?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=988&q=80) !important; | |||
background-attachment: fixed !important; | |||
background-size: cover; | |||
background-repeat: no-repeat; */ | |||
} | } | ||
.mw-wiki-logo { | |||
background-image: url(https://wiki.telmaron.com/images/d/d9/Pax_Republica_light.png); | |||
} | |||
#p-logo a { | |||
position: absolute; | |||
top: -53px; | |||
} | |||
#p-logo { | |||
height: 80px !important; | |||
margin-bottom: -20px; | |||
} | |||
#p-personal { | |||
top: 190px; | |||
right: 60px; | |||
} | |||
/* | |||
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap'); | |||
a { color: #67b4ce !important; } | |||
.portal h3, .vector-menu-portal h3 { | |||
color: #ffffff; | |||
} | |||
.vector-menu-dropdown h3 { | |||
color: white; | |||
} | |||
#pt-anonuserpage { | |||
color: white; | |||
} | |||
#mw-head { | #mw-head { | ||
top: -80px; | |||
} | } | ||
.mw-body { | .mw-body { | ||
margin-top: 180px; | margin-top: 180px; | ||
width: 80%; | |||
} | } | ||
Line 20: | Line 64: | ||
top: 130px; | top: 130px; | ||
} | } | ||
#mw-page-base { height: 0px;} | |||
#left-navigation { | #left-navigation { | ||
margin-top: 13.8em | margin-top: 13.8em; | ||
} | } | ||
#right-navigation { | #right-navigation { | ||
margin: 13.8em 2.7em 0 0; | |||
} | |||
.vector-menu-tabs, .vector-menu-tabs a, .vector-menu-dropdown h3 { | |||
background-image: url(https://wiki.telmaron.com/images/1/11/Tabsbkgnd.png) !important; | |||
} | } | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
Line 35: | Line 86: | ||
#p-logo a { | #p-logo a { | ||
position: absolute; | position: absolute; | ||
top: | top: -53px; | ||
} | |||
#p-logo { | |||
height: 80px !important; | |||
margin-bottom: -20px; | |||
} | } | ||
#p-personal { | #p-personal { | ||
top: 190px; | top: 190px; | ||
right: 60px; | |||
} | } | ||
*/ |
Revision as of 21:31, 4 March 2023
body { background-color: rgb(221,162,55); font-family: Noto Serif; /* background: url(https://images.unsplash.com/photo-1536559692556-79e8be88e8ab?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=988&q=80) !important; background-attachment: fixed !important; background-size: cover; background-repeat: no-repeat; */ } .mw-wiki-logo { background-image: url(https://wiki.telmaron.com/images/d/d9/Pax_Republica_light.png); } #p-logo a { position: absolute; top: -53px; } #p-logo { height: 80px !important; margin-bottom: -20px; } #p-personal { top: 190px; right: 60px; } /* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap'); a { color: #67b4ce !important; } .portal h3, .vector-menu-portal h3 { color: #ffffff; } .vector-menu-dropdown h3 { color: white; } #pt-anonuserpage { color: white; } #mw-head { top: -80px; } .mw-body { margin-top: 180px; width: 80%; } #mw-panel { top: 130px; } #mw-page-base { height: 0px;} #left-navigation { margin-top: 13.8em; } #right-navigation { margin: 13.8em 2.7em 0 0; } .vector-menu-tabs, .vector-menu-tabs a, .vector-menu-dropdown h3 { background-image: url(https://wiki.telmaron.com/images/1/11/Tabsbkgnd.png) !important; } .mw-wiki-logo { background-image: url(https://wiki.telmaron.com/images/d/d9/Pax_Republica_light.png); } #p-logo a { position: absolute; top: -53px; } #p-logo { height: 80px !important; margin-bottom: -20px; } #p-personal { top: 190px; right: 60px; } */