Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 106

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 106

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201
Difference between revisions of "MediaWiki:Common.css" - TangoWiki

Difference between revisions of "MediaWiki:Common.css"

From Tangowiki
(Blanked the page)
Line 1: Line 1:
/********************* LINKS *********************/
 
  
a {
 
color: /*#006ca8; #0081c8; #6097cf; */ #6373B7;
 
}
 
 
a:visited {
 
color: /*#00528c; #006ca8; */ #475384;
 
}
 
 
a.new {
 
color: /*#ed4663; */ #ed5b74;
 
}
 
 
 
a.external { /*external zB im Footerlink – geht aber noch nicht überall */
 
color: #6373B7;
 
}
 
 
a.extiw {
 
color: #6373B7;
 
}
 
 
a.external.text { /*Externe Links mit anderem Text */
 
color: #6373B7;
 
}
 
 
a.external.autonumber { /*externe Links ohne Text nur mit Nummer*/
 
color: #6373B7;
 
}
 
 
a.external:visited {
 
color: #6373B7;
 
}
 
 
code {
 
background-color: #ddfff0; /* #C7F2DA; #A5D89C; #d0ffa1; #c8d4be; #e1fff6;*/
 
color: #478c3b; /*#60b377;*/
 
}
 
 
div#content {
 
border: #f5f5f5;
 
}
 
 
/********************* TYPEFACE *********************/
 
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
 
* {font-family: 'Open Sans',sans-serif;}
 
 
/*
 
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans);
 
* {font-family: 'Alegreya Sans',sans-serif;}
 
*/
 
/*
 
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
 
* {font-family: 'Source Sans Pro',sans-serif;}
 
*/
 
/*
 
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
 
* {font-family: 'Titillium Web',sans-serif;}
 
*/
 
 
/********************* BODY *********************/
 
body {
 
background-color: #fff;
 
font-family: 'Open Sans', 'Lato', 'Helvetica', sans-serif;
 
}
 
 
/*Makes external images in song recordings smaller*/
 
.imagesmaller img {width: 170px; }
 
 
/********************* FORM TABLE *********************/
 
/*Formtable (original and version 2 left as they are) */
 
table.formtable3 {
 
/* width: 100%; */
 
}
 
 
table.formtable3 th {
 
text-align: left;
 
vertical-align: top;
 
/* max-width: 150px; */
 
}
 
 
table.formtable3 big {
 
color: #718484;
 
/*font-variant: small-caps; */
 
/*background-color: #e9feff; */
 
}
 
 
/********************* INFOBOXES *********************/
 
.festivaltable {
 
background-color: #ffffff;
 
text-align: left;
 
font-size: smaller;
 
width: inherit;
 
empty-cells: hide;
 
border-color: #310d42;  /*#d26d1b; */
 
border-style: none;
 
border-collapse: collapse;
 
margin: 0px 20px 5px 20px;
 
}
 
 
th.festivaltable {
 
text-align: center;
 
font-size:larger;
 
background-color: #310d42;  /*#d26d1b; */
 
color: #fff;
 
font-size: 120%;
 
border-color: #310d42;  /*#d26d1b; */
 
border-collapse: collapse;
 
}
 
 
/*tr.festivaltable*/
 
 
td.festivaltable {
 
background-color: #310d42;  /*#d26d1b; */
 
color:#fff;
 
text-align:center;
 
border-color: #310d42;  /*#d26d1b; */
 
border-collapse: collapse;
 
}
 
 
.festivaleventtable {
 
background-color: #ffffff;
 
text-align: left;
 
font-size: smaller;
 
width: inherit;
 
empty-cells: hide;
 
border-color: #5c2445; /* #e7b68d; */
 
border-style: none;
 
border-collapse: collapse;
 
margin: 0px 20px 5px 20px;
 
}
 
 
th.festivaleventtable {
 
text-align: center;
 
font-size:larger;
 
background-color: #5c2445; /* #e7b68d; */
 
color: #fff;
 
font-size: 120%;
 
border-color: #5c2445; /* #e7b68d; */
 
border-collapse: collapse;
 
}
 
 
/*tr.festivaleventtable*/
 
 
td.festivaleventtable {
 
background-color: #5c2445; /* #e7b68d; */
 
color:#fff;
 
text-align:center;
 
border-color: #5c2445; /* #e7b68d; */
 
border-collapse: collapse;
 
}
 
 
 
.maestropair {
 
background-color: #ffffff;
 
text-align: left;
 
font-size: smaller;
 
width: inherit;
 
empty-cells: hide;
 
border-color: #a7bce0; /* #310d42;  #d26d1b; */
 
border-style: none;
 
border-collapse: collapse;
 
margin: 0px 20px 5px 20px;
 
}
 
 
th.maestropair {
 
text-align: center;
 
font-size:larger;
 
background-color: #a7bce0; /* #310d42;  #d26d1b; */
 
color: #fff;
 
font-size: 120%;
 
border-color: #a7bce0; /* #310d42;  #d26d1b; */
 
border-collapse: collapse;
 
}
 
 
td.maestropair {
 
background-color: #a7bce0; /* #310d42;  #d26d1b; */
 
color:#fff;
 
text-align:center;
 
border-color: #a7bce0; /* #310d42;  #d26d1b; */
 
border-collapse: collapse;
 
 
 
/*NEEDED!*/
 
/*.lyricstable*/
 
 
.lyricsnotsung {
 
background-color: #e7e7e7;
 
}
 
 
/********************* RECORDINGS REC: *********************/
 
.recordtable3 {
 
margin: 1em 0;
 
width: 90%;
 
border-collapse: collapse;
 
text-align: left;
 
}
 
.recordtable3 th {
 
font-size: smaller;
 
font-weight: normal;
 
color: #c590a4; /*Textfarbe vorher dunkelviolett #5c2445;*/
 
padding: .4em .3em;
 
/*border-bottom: 1px solid #ccc;*/
 
}
 
.recordtable3 td {
 
/*border-bottom: 2px solid #c383a6; */
 
border-bottom: 1px solid #c590a4; /*#c383a6;*/
 
color: #320020;
 
padding: .3em .4em;
 
}
 
 
 
/*Record table for songs & articles */
 
.songrecords {
 
}
 
 
/* Record table 3 */
 
.songrecords {
 
margin: 1em 0;
 
width: 90%;
 
border-collapse: collapse;
 
text-align: left;
 
}
 
.songrecords th {
 
font-size: smaller;
 
font-weight: normal;
 
color: #5c2445;
 
padding: .4em .3em;
 
/*border-bottom: 1px solid #ccc;*/
 
}
 
.songrecords td {
 
/*border-bottom: 2px solid #c383a6; */
 
font-size: smaller;
 
border-bottom: 1px solid #dee8ff; /* #c383a6; */
 
color: #320020;
 
padding: .3em .4em;
 
}
 
 
.songrecords tr:nth-child(even) { background:#dee8ff; }
 
.songrecords tbody tr:hover td { background-color: #d0daf2; }  /*only for tables with readable rows */
 
 
 
/* Record table 2
 
.recordtable2 {
 
margin: 1em 0;
 
width: 480px;
 
border-collapse: collapse;
 
text-align: left;
 
}
 
.recordtable2 th {
 
font-size: 14px;
 
font-weight: normal;
 
color: #5c2445;
 
padding: 10px 8px;
 
border-bottom: 2px solid #c383a6;
 
}
 
.recordtable2 td {
 
border-bottom: 1px solid #ccc;
 
color: #320020;
 
padding: 6px 8px;
 
}
 
.recordtable2 tbody tr:hover td { color: #009; } */
 
 
 
/*Record table */
 
.recordtable {
 
background-color: #f9f9f9;
 
border: 1px solid #aaa;
 
border-collapse: collapse;
 
color: black;
 
margin: 1em 0;
 
}
 
table.recordtable > * > tr > th,
 
table.recordtable > * > tr > td {
 
border: 1px solid #aaa;
 
padding: .3em .4em;
 
}
 
table.recordtable > * > tr > th {
 
/* background-color: #f2f2f2; */
 
text-align: center;
 
}
 
table.recordtable > caption {
 
font-weight: bold;
 
}
 
 
/* zebra table
 
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
 
background: white;
 
}
 
*/
 
 
/********************* Task form and task list *********************/
 
/**** Task form background class="taskbg" ****/
 
table.wikitable tr.taskbg th,
 
table.wikitable tr th.taskbg,
 
table.taskbg,
 
.taskbg { background-color: #ddcd77;
 
}
 
 
/*****Task list table additional styling to sortable wikitable smwtable *****/
 
.tasktable tr th { font-size: 90%;
 
background-color: #ddcd77;
 
}
 
 
.tasktable > tr > th, .tasktable > * > tr > th {
 
background-color: #f2f2f2;
 
}
 
 
/********************* Blockquote class QUOTE *********************/
 
blockquote.quote {
 
border-left: 5px solid #e29a34;
 
background-color: #fffef7;
 
padding-left: 15px;
 
/*padding-right: 25px; */
 
/*margin-right: 125px; */
 
font-style:italic;
 
/*font-family: 'Merriweather', 'Georgia', serif; */ /*funktioniert, ist aber nicht so leserlich, das liegt aber wohl eher am italic, als an der Font */
 
}
 
 
 
 
/********************* HEADERNAVI *********************/
 
/*old blue color: #1a1841; */
 
/*
 
 
#mw-page-base {
 
background-image: none;
 
background-color: #0f2936;
 
}
 
 
#mw-head {
 
background-color: #0f2936;
 
/*border-bottom: 1px solid #fff;
 
}
 
*/
 
a.new, #p-personal li a.new {
 
color: #ed4663 !important;
 
}
 
 
a.new:hover {
 
color: #e03150;
 
}
 
 
#p-personal li a.new:hover {
 
color: #fc7f95;
 
}
 
 
a.new:visited, #p-personal li a.new:visited {
 
color: #d2294f !important;
 
}
 
/*
 
div.vectorTabs ul li span {
 
border-top: 1px solid #fff;
 
}
 
 
div.vectorMenu h3 {
 
border-top: 1px solid #fff;
 
}
 
 
div.vectorTabs li a, div.vectorTabs li a:visited {
 
color:#fff;
 
font-size:0.9em;
 
}
 
 
div.vectorTabs li.selected a, , div.vectorTabs li.selected a:visited {
 
color:#333 !important;
 
/*border-bottom: 1px solid #fff;
 
}
 
 
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
 
color:#bbb;
 
}
 
 
div.vectorTabs ul li {
 
line-height:0.6em;
 
}
 
 
div#p-personal ul li#pt-uls.active a.uls-trigger, div#p-personal ul li#pt-userpage a, div#p-personal ul li#pt-mytalk a, div#p-personal ul li#pt-preferences a, div#p-personal ul li#pt-watchlist a, div#p-personal ul li#pt-mycontris a, div#p-personal ul li#pt-logout a, div#p-personal ul li#pt-login a {
 
color:#fff;
 
}
 
*/
 
div#p-personal ul li#pt-userpage a.new, div#p-personal ul li#pt-mytalk a.new {
 
/*color:#ed4663;*/
 
color:#bbb;
 
}
 
 
div#p-personal ul li#pt-userpage a.new:hover, div#p-personal ul li#pt-mytalk a.new:hover {
 
color:#e03150;
 
}
 
 
div#p-personal ul li#pt-userpage a.new:visited, div#p-personal ul li#pt-mytalk a.new:visited {
 
color:#c44359;
 
}
 
/********************* SIDEBAR *********************/
 
#mw-panel.collapsible-nav .portal {
 
background-image:none !important;
 
}
 
 
/********************* Main h1 *********************/
 
div#content h1, div#content #firstHeading {
 
font-size: 1.8em;
 
color: #cdbc17; /*#60b3b2;*/
 
padding:10px;
 
border-bottom: none;
 
    }
 
 
/********************* FOOTER *********************/
 
div#footer {
 
background-color:none;
 
border-top: 4px solid #cdbc17; /* #60b3b2; */
 
}
 
 
 
div#footer #footer-info li { line-height: 1em; } /*Text im Footer enger */
 
 
div.vectorMenu ul {
 
border: solid 1px #e7e5e5;
 
}
 
 
/********************* CATEGORIES on pages *********************/
 
.catlinks {
 
background-color: #f0ecbc; /* #adede3; #e4f3f9; aauch: borders!*/
 
padding-left: 15px;
 
padding-right: 0px;
 
padding-top: 5px;
 
padding-bottom: 5px;
 
/*border-left: 5px solid #cdbc17; */ /* #60b3b2; #589bbf;*/
 
border-left: 1px solid #f0ecbc;
 
border-top: 1px solid #f0ecbc; /* #adede3;*/
 
border-right: 1px solid #f0ecbc; /*#adede3;*/
 
border-bottom: 1px solid #f0ecbc; /*#adede3;*/
 
}
 
 
/*background: efcc94, border-left: ef9a10 */
 
 
/********************* NOTE BOXES within the text *********************/
 
.notebox {
 
  margin: 10px 0;
 
}
 
 
/* Simple note */
 
.notebox-simple {
 
  margin: 25px;
 
  padding-left: 15px;
 
  border-left: 5px solid #589bbf;
 
}
 
 
/* Warning note */
 
.notebox-warning {
 
  margin: 25px;
 
  padding-left: 15px;
 
  border-left: 5px solid #bf5869;
 
}
 
 
.notebox-info {
 
  margin: 25px;
 
  padding-left: 15px;
 
  border-left: 5px solid #60b377;
 
}
 
 
.notebox-nutshell {
 
  margin: 25px;
 
  padding: 15px;
 
  border-left: 5px solid #adede3;
 
border-bottom: 1px solid #adede3;
 
border-right: 1px solid #adede3;
 
border-top: 1px solid #adede3;
 
 
}
 
 
/*
 
.notebox-title, .notebox-footer {
 
  margin: 0;
 
  font-size: 102%;
 
  padding: 0 10px;
 
  border-width: thin;
 
  border-style: solid solid none;
 
  color: #fff;
 
}
 
.notebox-footer {
 
  border-style: none solid solid;
 
}
 
* html .notebox-title {
 
  font-size: 120%;
 
  color: #333;
 
}
 
.notebox-text {
 
  margin: -1px 0 0;
 
  padding: 4px 12px;
 
  background-color: #fff;
 
  border-width: thin;
 
  border-style: solid;
 
}
 
.notebox-text, #a#b {
 
  border-style: solid solid none;
 
  margin: 0;
 
}
 
.notebox-text:last-child {
 
  border-style: solid;
 
}
 
* html .notebox-text {
 
  border-style: solid;
 
}
 
* + html .notebox-text {
 
  border-style: solid;
 
}
 
*/
 
 
/********************* TRANSLATION LANGUAGE BOX *********************/
 
 
/* vielleicht brauchts aber das td gar nicht!!!! checken ob auch ohne
 
.mw-pt-languages-label {
 
border:none;
 
}*/
 
 
.mw-pt-languages table {
 
border: none;
 
margin-bottom:10px;
 
}
 
 
.mw-pt-languages-list {
 
background-color: #e4f3f9;
 
border: none;
 
}
 
 
.mw-pt-languages-label {
 
background-color: #c8e7f5;
 
border-left: 5px solid #589bbf;
 
border-right: none;
 
width: 120px;
 
padding-left: 15px;
 
}
 
/********************* USER MANUAL TOC/navigation *********************/
 
table.twtable {
 
background: #e5dd8c; /*#52a4c9;*/
 
border: 1px solid #f0ecbc;  /*#999;*/
 
margin: 0 0 0.5em 1em;
 
padding: 3px 3px 3px 3px;
 
-moz-border-radius: 4px;
 
border-radius: 4px;
 
}
 
 
table.twtable tr {
 
background: #fff;
 
}
 
 
table.twtable td {
 
padding: 2px; /*changes the Zeilenabstand between topics */
 
        vertical-align: top !important;
 
}
 
 
table.twtable th {
 
background: #e5dd8c; /*#52a4c9;*/
 
border: 0px;
 
padding: 5px;
 
font-size: 120%;
 
font-weight: bold;
 
font-family: Gudea, Trebuchet MS, Helvetica, Arial, sans-serif;
 
color: white;
 
        vertical-align: top !important;
 
}
 
 
table.twtable th.smworange {
 
background: #d57520;
 
}
 
 
table.twtable th a {
 
color: #fff;
 
}
 
 
table.twtable-toc th a {
 
color: #e5dd8c; /*#52a4c9;*/
 
}
 
 
th.headerSort {
 
background-color: #C4D6F4 !important;
 
}
 
 
.wikitable th,
 
.wikitable td {
 
vertical-align: top !important;
 
}
 
 
#twtable-toc #toc {
 
border: 0px solid #AAA;
 
background-color: #ffffff;
 
font-size: 100%;
 
width: 260px;
 
}
 
#twtable-toc.twtable-toc th a {
 
color:#e5dd8c; /*#52a4c9;*/
 
}
 
 
#toc #toctitle,
 
.toc #toctitle,
 
#toc .toctitle,
 
.toc .toctitle {
 
text-align: right;
 
}
 
 
#twtable-toc #toc.toc {
 
font-size: 110%;
 
}
 
 
#toc h2,
 
.toc h2 {
 
display: none;
 
}
 
 
#toc .toctoggle,
 
.toc .toctoggle {
 
text-align: right !important;
 
}
 

Revision as of 22:33, 15 August 2015