MediaWiki:Common.css: Difference between revisions

From DRMF
Jump to navigation Jump to search
imported>Admin
Created page with "→‎CSS placed here will be applied to all skins: .post-edit { display: none; } .postedit { display: none; } #alignleft{ float: left; width:30%; text..."
 
(No difference)

Latest revision as of 19:26, 7 March 2017

/* CSS placed here will be applied to all skins */

.post-edit {
        display: none;
}

.postedit {
        display: none;
}

#alignleft{
  float: left;
  width:30%;
  text-align:left;
}

#aligncenter{
 float: left;
  width:40%;
  text-align:center;
}

#alignright{
 float: right;
 width:30%;
 text-align:right;
}

#drmf_head {
border-bottom: 3px double #000000;
/* border-bottom: 3px double #a4abb2;  */
/* padding-bottom: .75cm; */
padding-bottom: 1cm;
}

#drmf_float {
 clear: both;
}

#drmf_foot {
border-top: 3px double #000000;
/* border-top: 3px double #a4abb2;  */
padding-top: .45cm;
padding-bottom: 1cm;
}

math {
font-size: 145%;
}

h2 {
font-size: 180%
}

math {color:black !important;}

:focus {outline:none;}
::-moz-focus-inner {border:0;}