Difference between revisions of "MediaWiki:Common.css"

From Future Of Mankind
(29 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 {
#column-content { margin-left: -20em }
+
display: none;
#content { margin-left: 20em }
+
}
#p-logo a, #p-logo a:hover { width: 20em }
+
 
.portlet { width: 19em }
+
.FOMclock {
#p-cactions { left: 19em }
+
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;
 +
}
 +
 
 +
/*
 +
#btnHideEnglish, #btnHideGerman {
 +
  cursor: pointer;
 +
}
 +
*/

Revision as of 18:43, 20 June 2019

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;
}

/*
#btnHideEnglish, #btnHideGerman {
  cursor: pointer;
}
*/