Actions

MediaWiki

MediaWiki:Common.css

From LimeSurvey Manual

Revision as of 16:23, 31 March 2015 by C schmitz (talk | contribs)

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.
body {
    color: #777;
    font-family: "Sintony";
    font-size: 14px;
    line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
    color: #777;
    font-family: "Special Elite";
    font-weight: 100;
    margin: 0 0 25px;
    text-transform: none;
}
h1 {
    font-size: 2em;
margin-top:1em;
}
h2 {
    font-size: 1.8em;
    margin-top:1em;
}
h3 {
    font-size: 1.6em;
    margin-top:1em;
}
h4 {
    font-size: 1.4em;
   margin-top:0.5em;
}
h5 {
    font-size: 1.3em;
   margin-top:0.5em;
}
h5 {
    font-size: 1.2em;
   margin-top:0.5em;
}

.show-for-medium-up,.editsection{    font-family: "Sintony";}
.editsection{margin-right:5px;}
.simplebox{ margin:1em}

#tagline{display:none;}

a {
    color: #30a233;
}

.top-bar-section li a:not(.button)
{
   background-color: #777;
   color:#fff;
   font-weight:400;
}
.top-bar-section ul,.top-bar,.top-bar-section ul li.active > a {
    background: none repeat scroll 0 0 #FFF;
}
.top-bar-section ul li.active > a {
    color: #777;
}
.top-bar-section .has-form {
    background: none repeat scroll 0 0 #f2f2f2;
}
.top-bar .name h1 a {
  color:#777
}