Statistics Explained

MediaWiki:Common.css

Revision as of 12:01, 17 March 2016 by Kleingyext (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 */
.mpm-new-article {
min-height:140px;
margin-bottom:10px;
font-size:11px;
}

.mpm-new-article h3{
  padding-top: 0px; 
  padding-left: 1px; 
  margin-left: 0px; 
  padding-bottom: 0px;
}

.statistical_themes_box a{
 font-size:11px;
}

.references a {
  word-break: break-all;
  word-wrap:break-word;
text-overflow: ellipsis;
}

.alert-grey {
  background-color: #f2f2f2;
  border-color: #bfbfbf;
  color: #8c8c8c;
  border: none;
}
.alert-grey hr {
  border-top-color: #b2b2b2;
}
.alert-grey .alert-link {
  color: #727272;
}