MediaWiki:Common.css

From Podcrash Wiki
Revision as of 20:46, 1 August 2024 by Answer (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.
#p-tb { display: none; }
pre { font-family: 'poppins'; }
.vector-menu-portal .vector-menu-content li { font-size: 0.9em; }

@media only screen and (max-width: 1200px) {
.vector-body {
font-size: 1.4em
}
.mw-body h1 {
font-size: 2em;
}
.vector-body h2 {
font-size: 1.8em;
}
.vector-body h3 {
font-size: 1.5em;
}

#mw-head {
display: none;
}

#mw-panel {
min-height: unset;
display: flex;
flex-direction: row;
width: 100%;
justify-content: center;
}

.mw-body {
margin-left: 1em;
margin-top: 8em;
}

.vector-main-page {
grid-template-columns: 1fr;
}

#mw-panel .vector-menu, .vector-menu-heading-label {
display: none;
}

.vector-menu-portal .vector-menu-content li {
font-size: 1.4em;
}

.vector-menu-content-list {
display: flex;
flex-direction: row;
justify-content: space-around;
}


}




.mw-footer {
background: #000000;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 10em;
margin-top: 1em;
margin-right: 0em;
position: absolute;
width: 90vw;
bottom: 0;
}

body {
display: flex;
flex-direction: column;
}

#mw-page-base {
flex: 0 0 5em;
}

.mw-body {
flex: 1 1 auto;
display: flex;
flex-direction: column;
margin-bottom: 6em;
border-radius: 0;
border: 10px solid black;
}

#catlinks {
position: absolute;
width: 100%;
bottom: 0;
}

.vector-body {
flex: 1 0 auto;
}

.new a {
color: #827712;
}