MediaWiki:Common.css: Difference between revisions

From Future Of Mankind
No edit summary
No edit summary
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading {  
body.page-Main_Page h1#firstHeading { display:none; }
display: none;  
div.footeradvert h5 {  
}
  color: rgb(77, 77, 77);
 
  text-decoration: none
.FOMclock {
  font-family: sans-serif;
margin: 0 auto;
  font-size: 12.8px;
}
  font-weight: normal;
.FOMclock ul {
margin: 0 auto;
padding: 0;
text-align: inline
}
 
.FOMclock ul li {
display: inline;
}
 
.FOMdate {
display: inline;
}
 
.DateRange,
.DateDiv {
display: none;  
}
 
h4{
    display: inline-block;
}
 
td, th {
    padding-right: 1cm;
}
}

Revision as of 23:55, 18 December 2018

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { 
display: none; 
}

.FOMclock {
margin: 0 auto;
}
.FOMclock ul {
margin: 0 auto;
padding: 0;
text-align: inline
}

.FOMclock ul li {
display: inline;
}

.FOMdate {
display: inline;
}

.DateRange, 
.DateDiv {
display: none; 
}

h4{
    display: inline-block;
}

td, th {
    padding-right: 1cm;
}