Changes

Jump to: navigation, search

MediaWiki:Common.css

526 bytes added, 21:30, 19 August 2018
no edit summary
body.page-Main_Page h1 { display: none; }
body{font-family: sans-serif}
.externalimage-holder {
position: relative;
}
 
/* CSS for small screens */
@media only screen and (max-width: 768px) {
.slideshow {display:none;}
.taw-smallscreen {display:block;}
.taw-nosmallscreen {display:none;}
}
 
@media only screen and (min-width: 768px) {
.slideshow {display:block;}
.taw-smallscreen {display:none;}
.taw-nosmallscreen {display:block;}
}
 
/* CSS for small screens */
 
.externalimage-holder img {
width: 100%;
}
.image100px img { width: 100px; }
.mainpagetable{ display: flex; justify-content: center;}
.mainpagetable th {margin: 1em; padding: 1.5em; }
.imagetable th {margin: 1em; padding: 1em;}
 
/* Infobox template style */

Navigation menu