MediaWiki:Common.css
From LimeSurvey Manual
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)
- Edge: Hold Ctrl while clicking Refresh, or 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;
font-weight: bold;
}
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;
}
.warning{
font-size:inherit;
color:#E0A21B;
}
.boxed{
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display:block;
overflow:auto;
background: #f1f1f1;
border: 1px solid #ddd;
color: #222;
margin:0 2em 1.5em;
padding: 0.5em 1em;
}
.warningbox{
float:none;
font-size: inherit;
margin:0 3em;
background-color:#FCF8E3;
border-color:#FBEED5;
color:#333;
}
.error{
color:#B94A48;
font-size:inherit;
}
.alert{
color:#E0A21B;
font-size:inherit;
}
.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;
}
body table th {
font-weight: bold;
}
body table {
margin-top: 10px;
}
table td ul, table td ol {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: inherit;
margin-bottom: inherit;
}
.mw-highlight {
padding: 6px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #EEEEEE;
}
li .mw-highlight pre {
font-size: 0.875em;
}
p a.image img {
margin: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
img {
border: 1px solid black;
}