MediaWiki:Common.css

From Pax Republica
Revision as of 03:27, 26 March 2021 by Sindt (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@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 {
    height: 260px;
    background-image: url(https://wiki.telmaron.com/images/6/6b/Artboard_1_copy_4.png);
    background-size: cover;
}

.mw-body {
    margin-top: 180px;
} 
 
#mw-panel {
    top: 130px;
}

#left-navigation {
    margin-top: 13.8em   
}

#right-navigation {
    margin-top: 13.8em   
}

.vector-menu-tabs a {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#e1af3e00 100%) !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: 86px;
}

#p-personal {
    top: 190px;
}