MediaWiki:Common.css

From DRMF
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;}