MediaWiki:Common.css

From Gawler History
Revision as of 02:11, 10 December 2018 by Tim (talk | contribs)
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
TABLE.wikitable {
   border-style:solid;
   border-width:1px;
   border-color:#aaa;
   background: #f9f9f9;
   border-collapse: collapse;
   font-size: 95%;
}

TABLE.wikitable TD {
   padding:4px;
   border-style:solid;
   border-width:1px;
   border-color:#aaa;
}
TABLE.wikitable TH {
   padding:4px;
   background-color:#E9E9E9;
   border-style:solid;
   border-width:1px;
   border-color:#aaa;
}

tt { 
   font-size: 115%;
}

.columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-width: 400px;
    -moz-column-width: 400px;
    column-width: 400px;
}

.column-avoid-break {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}

/* Hide the 'Main Page' title https://www.mediawiki.org/wiki/Manual:FAQ#Method_1_.28css.29 */
body.page-Main_Page h1.firstHeading {
   display: none;
}

/* Hide the 'Main Page' title https://www.mediawiki.org/wiki/Manual:FAQ#Method_1_.28css.29 */
body.page-Test1 h1.firstHeading {
   display: none;
}

/* increase Vector sidebar width */
div#mw-panel { width: 300px; }
div#footer, #mw-head-base, div#content { margin-left: 300px; }
#left-navigation { margin-left: 300px; }
#mw-panel .portal { margin-left: 0px; }



#left-navigation, #right-navigation {
/* margin-top: 2.5em; */
	margin-top:200px;
}

div.vectorTabs {
/* height: 2.5em; */
	height: 40px;
}

#mw-head-base {
    /*margin-top: -5em;
    height: 5em;*/
	  margin-top: -80px;
	  height:240px;
}

#mw-head { background-image: url( https://gawlerhistory.com/mediawiki/img_auth.php/b/b5/Banner.jpg ); }