Actions

MediaWiki

MediaWiki:Common.css

From LimeSurvey Manual

Revision as of 10:06, 6 May 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.
@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;
}

.success{
  color:#468847;
  font-size:inherit;
}
.boxed.alert{
  background-color:#FCF8E3;
  border-color:#FBEED5;
  color:#222;
}
.boxed.error{
  background-color:#F2DEDE;
  border-color:#EED3D7;
}
.boxed.success{
     background-color: #DFF0D8;
     border-color: #D6E9C6;
}