Difference between revisions of "MediaWiki:Common.css"
From Tangowiki
Line 151: | Line 151: | ||
/*****CATEGORIES on pages ******/ | /*****CATEGORIES on pages ******/ | ||
.catlinks { | .catlinks { | ||
− | background-color: # | + | background-color: #efcc94; |
padding-left: 15px; | padding-left: 15px; | ||
padding-right: 0px, | padding-right: 0px, | ||
Line 157: | Line 157: | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
border-left: 5px solid #ef9a10; | border-left: 5px solid #ef9a10; | ||
− | border-top: 1px solid # | + | border-top: 1px solid #efcc94; |
− | border-right: 1px solid # | + | border-right: 1px solid #efcc94; |
− | border-bottom: 1px solid # | + | border-bottom: 1px solid #efcc94; |
} | } | ||
Revision as of 23:06, 6 March 2015
/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Lato);
* {font-family: 'Lato',sans-serif;}
body {
background-color: #fff;
}
a {
color: #006ca8;
}
a:visited {
color: #00528c;
}
a.new {
color: #ed4663;
}
#mw-page-base {
background-image: none;
background-color: #1a1841;
}
#mw-head {
background-color: #1a1841;
/*border-bottom: 1px solid #fff;*/
}
div#content {
border: #f5f5f5;
}
/*************HEADERNAVI************/
a {
color: #006ca8;
}
a:visited {
color: #00528c;
}
a.new {
color: #ed4663;
}
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;
}
/*#pt-uls a.uls-trigger {
color:#fff;
}
*/
/*
div#mw-head h3 {
color:#fff;
}
*/
/*
#p-personal h3 {
color:#fff;
}
*/
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: #1a1841;
padding:10px;
border-bottom: none;
}
div#footer {
background-color:none;
border-top: 4px solid #1a1841;
}
div#footer ul#footer-info {
line-height:1.4em;
}
div.vectorMenu ul {
border: solid 1px #e7e5e5;
}
/*****CATEGORIES on pages ******/
.catlinks {
background-color: #efcc94;
padding-left: 15px;
padding-right: 0px,
padding-top: 5px;
padding-bottom: 5px;
border-left: 5px solid #ef9a10;
border-top: 1px solid #efcc94;
border-right: 1px solid #efcc94;
border-bottom: 1px solid #efcc94;
}
/****Note boxes within the text****/
.notebox {
margin: 10px 0;
}
/* Simple note */
.notebox-simple {
margin: 25px;
padding-left: 15px;
border-left: 5px solid #589bbf;
}
/*
.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;
}
*/
/*Styling for the 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;
}
/** Styling for user manual TOC/navigation */
table.twtable {
background: #52a4c9;
border: 1px solid #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: 4px; /*changes the Zeilenabstand between topics */
vertical-align: top !important;
}
table.twtable th {
background: #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: #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: #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;
}