Actions

MediaWiki

Common.css: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 9: Line 9:
     font-family: "Special Elite";
     font-family: "Special Elite";
     font-weight: 100;
     font-weight: 100;
font-size:80%;
     margin: 0 0 25px;
     margin: 0 0 25px;
     text-transform: none;
     text-transform: none;
}
h1{
}
}

Revision as of 12:41, 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{
 
}