MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
background-color: rgb(221,162,55); | background-color: rgb(221,162,55); | ||
font-family: Noto Serif; | font-family: Noto Serif; | ||
} | |||
#mw-head { | |||
top: -80px; | |||
} | } | ||
| Line 38: | Line 42: | ||
height: 60px; | height: 60px; | ||
position: absolute; | position: absolute; | ||
top: | top: 37px; | ||
} | } | ||
Revision as of 20:25, 4 March 2023
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
body {
background-color: rgb(221,162,55);
font-family: Noto Serif;
}
#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 {
height: 60px;
position: absolute;
top: 37px;
}
#p-personal {
top: 190px;
right: 60px;
}