MediaWiki:Common.css

Revision as of 12:13, 4 April 2017 by WikiSysop (talk | contribs)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
body {
    font-size: 120%;
    line-height: 170% 
}
h2 {font-size: 180%}
h2 {font-size: 170%}
tr,th { line-height: 2em; }
td,th    {padding: 1em;}

.navbar-brand img {height: 6em}

/**
 * News-Bulletins Css
 * @version 2008-07-11
 * @author ruggerit
 * @location MediaWiki:Common.css  
 */
 
.news-bulletin {
  border: 1px solid #00c;
  background-color: #ffffff;
  padding:20px;
  width:800px;
  text-align:left;
}
 
.news-bulletin-header {
  font-size:2em;
  padding:3px;
  color: #23c;
  font-weight:bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
 
.news-bulletin-title {
  font-weight:bold;
  font-size:1.2em;
  color: #05a;
}
 
.news-bulletin-title a{
  color:#05a;
}
.news-bulletin-title a:visited{
  color:#05a;
}
 
.news-bulletin-text {
  font-size:1em;
  padding-left:10px;
}
 
.news-bulletin-time {
  font-size:10px;
  font-style:italic;
  text-align:right;
}