MediaWiki:Common.css: Porovnání verzí
Z Star Citizen CZ/SK Wiki
m |
m |
||
Řádek 180: | Řádek 180: | ||
table.tempSeznamy > caption { | table.tempSeznamy > caption { | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | table.tempSeznamyHlavicka { | ||
+ | text-align:center; | ||
+ | font-size:10pt; | ||
+ | padding-left:0px; | ||
+ | padding-right:0px; | ||
+ | padding-top:0px; | ||
+ | background:#191919; | ||
+ | line-height:1.6em; | ||
} | } |
Verze z 11. 5. 2019, 17:02
/* Zde uvedené CSS bude ovlivňovat všechny styly */
body {
background: #101010;
background-image: url(skins/Timeless/resources/images/background.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
color: #dfdfdf;
line-height: 1.8em;
letter-spacing: 0.03em;
}
.color-left {
background: #116466;
}
.color-middle {
background: #116466;
}
.color-right {
background: #116466;
}
a {
color: #35b1ff;
}
a:hover, a:visited {
color: #1bc4d0;
}
#p-logo-text a {
font-family: 'Roboto', sans-serif;
color: #aaa;
}
#p-logo-text a.long {
font-size: 1em;
padding: 0.7em 0.75em 0 0;
}
.mw-body h1.firstHeading {
border-bottom: solid 2px #101010;
font-family: 'Roboto', sans-serif;
color: #ffffff;
}
.mw-body h2 {
font-family: Roboto, sans-serif;
color: #ffffff;
border-bottom: solid 1px #dfdfdf;
font-size: 1.5em;
}
#mw-site-navigation .sidebar-chunk {
padding: 1em 1em 0;
line-height: 1.2em;
background: rgb(25,25,25);
background: linear-gradient(0deg, rgba(25,25,25,1) 0%, rgba(60,60,60,1) 100%);
box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.85);
border: solid transparent;
border-width: 1px 1px 0.01em;
}
#mw-related-navigation .sidebar-chunk {
padding: 1em 1em 0;
line-height: 1.2em;
background: rgb(25,25,25);
background: linear-gradient(0deg, rgba(25,25,25,1) 0%, rgba(60,60,60,1) 100%);
box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.85);
border: solid transparent;
border-width: 1px 1px 0.01em;
}
#mw-header-container {
background: #000;
color: #aaaaaa;
}
#mw-content {
background: rgb(25,25,25);
background: linear-gradient(0deg, rgba(25,25,25,1) 0%, rgba(60,60,60,1) 100%);
border-width: 0;
box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.85);
}
#mw-content-container {
border-bottom: solid 4px #464646;
}
#mw-page-header-links {
line-height: 1.3em;
}
#mw-page-header-links li.selected a {
color:#fff;
border-bottom-color: #d9df68;
}
#mw-page-header-links li {
border-bottom: solid 1px transparent;
}
#mw-related-navigation .sidebar-chunk h3 {
border-bottom: solid 1px #dadfd4;
}
/* FOOTER */
#mw-footer-container {
background-color: #000;
}
/* INFOBOXWIKI */
table.infoboxwiki {
background-color: #383838;
border-collapse: collapse;
color: #fbfbfb;
font-weight:300;
-webkit-box-shadow:0 1px 3px #000;
box-shadow:0 1px 3px #000;
line-height:1.4em;
font-family:Roboto,sans-serif;
}
table.infoboxwiki > tr > th,
table.infoboxwiki > tr > td,
table.infoboxwiki > * > tr > th,
table.infoboxwiki > * > tr > td {
border: 1px #666666 solid;
padding: 0.3em;
padding-left:0.3em;
}
table.infoboxwiki > tr > th,
table.infoboxwiki > * > tr > th {
background-color: #191919;
text-align: center;
font-size:11pt;
font-weight:400;
color:#fff;
font-family:Roboto,sans-serif;
}
table.infoboxwiki > caption {
font-weight: bold;
}
/* Šablonové seznamy */
table.tempSeznamy {
background-color: #383838;
border-collapse: collapse;
color: #fbfbfb;
font-weight:300;
font-size:8pt;
-webkit-box-shadow:0 1px 3px #000;
box-shadow:0 1px 3px #000;
line-height:1.4em;
font-family:Roboto,sans-serif;
margin-left:0px;
margin-bottom:5px;
}
table.tempSeznamy > tr > th,
table.tempSeznamy > tr > td,
table.tempSeznamy > * > tr > th,
table.tempSeznamy > * > tr > td {
border: 1px #2d2d2d solid;
padding: 0.3em;
padding-left:0.3em;
}
table.tempSeznamy > tr > th,
table.tempSeznamy > * > tr > th {
background-color: #191919;
text-align: center;
font-size:11pt;
font-weight:400;
color:#fff;
font-family:Roboto,sans-serif;
}
table.tempSeznamy > caption {
font-weight: bold;
}
table.tempSeznamyHlavicka {
text-align:center;
font-size:10pt;
padding-left:0px;
padding-right:0px;
padding-top:0px;
background:#191919;
line-height:1.6em;
}