Difference between revisions of "MediaWiki:Common.css"
Line 46: | Line 46: | ||
body.page-Main_Page h3#tagline { | body.page-Main_Page h3#tagline { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #simpleSearch { | ||
display: none; | display: none; | ||
} | } |
Revision as of 11:21, 16 August 2019
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'SaniTrixieSans';
src: url('fonts/SaniTrixieSans.ttf');
}
* {
box-sizing: border-box;
font-family: 'SaniTrixieSans', sans-serif ;
}
h1, h2, h3, h4, h5, h6 {
font-family: '', sans-serif ;
text-transform: lowercase;
border-bottom: none !important;
font-weight: bold;
}
.entrance.row {
content: "";
display: table;
clear: both;
}
.entrance.column {
float: left;
width: 33.33%;
padding: 10px;
}
@media screen and (max-width: 600px) {
.column {
width: 100%;
}
}
ul {
list-style: none;
}
body.page-Main_Page h1#firstHeading.title {
display: none;
}
body.page-Main_Page h3#tagline {
display: none;
}
#simpleSearch {
display: none;
}
div.portal#p-tb{
display:none;
}
h3#p-Why-label{
display:block !important;
}
a, a:visited{color:#8d35ff;}
span.mw-redirectedfrom{display:none;}
h1#firstHeading.firstHeading{font-size:3.5em;}
a.new {color:#ff5d52 !important;}
.form_side {
float:right;
}
.form_main {
float:left;
}
.form_container {
width:90%;
}
.mw-parser-output {
width:85%;
margin:0 auto;
}
.template_image {
float:right;
margin-right: 0;
}