Actions

MediaWiki

Common.css: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 1: Line 1:
@font-face {
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 400;
  src: local('Sintony'), url(https://manual.limesurvey.org/fonts/Sintony.woff2) format('woff2'), url(https://manual.limesurvey.org/fonts/Sintony.woff) format('woff');
}
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: local('Special Elite'), local('SpecialElite-Regular'), url(https://manual.limesurvey.org/fonts/SpecialElite.woff2) format('woff2'), url(https://manual.limesurvey.org/fonts/SpecialElite.woff) format('woff');
}
body {
body {
     color: #777;
     color: #777;

Revision as of 09:50, 6 May 2015

@font-face {
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 400;
  src: local('Sintony'), url(https://manual.limesurvey.org/fonts/Sintony.woff2) format('woff2'), url(https://manual.limesurvey.org/fonts/Sintony.woff) format('woff');
}
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: local('Special Elite'), local('SpecialElite-Regular'), url(https://manual.limesurvey.org/fonts/SpecialElite.woff2) format('woff2'), url(https://manual.limesurvey.org/fonts/SpecialElite.woff) format('woff');
}

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,.mw-editsection{    font-family: "Sintony";}
.mw-editsection{margin-right:5px;}
.simplebox,table#toc{ margin:1em}
table#toc{max-width:400px;}

#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
}
.simplebox {
  border: 1px solid #dddddd;
  padding:1em;
}
.mw-code {
  border: 1px solid #dddddd; 
  background-color:#fbfbfb;
  padding:1em;
  margin: 0.5em 0;
}
.row {
    max-width: 75em;
}

.tux-textarea-translation{width:100%;}

.mw-special-Translate .bannergroup{display:none;}

#mw-content-text .tux-messagetable-header > .nine.columns .tux-message-selector {
    margin-bottom: 0;
} 
  
#mw-content-text .tux-messagetable-header .tux-message-selector .more {
    padding: 0 150px 7px 5px;
    width: auto;
}
  
#mw-content-text .tux-messagetable-header .more .tux-message-selector {
    margin-top: 0;
} 
  
#mw-content-text .tux-messagetable-header .more .tux-message-selector a:hover {
    font-weight: bold;
}

.mw-pt-translate-header {
    font-size: 100%;
    text-align: left;
}