Actions

MediaWiki

Common.css: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 38: Line 38:


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



Revision as of 16:23, 31 March 2015

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
}