MediaWiki:Common.css: Porovnání verzí
Z Star Citizen CZ/SK Wiki
m |
m |
||
Řádek 106: | Řádek 106: | ||
table.infoboxwiki { | table.infoboxwiki { | ||
− | background-color: # | + | background-color: #383838; |
border-collapse: collapse; | border-collapse: collapse; | ||
− | color: # | + | color: #c3c3c3; |
+ | font-weight:300; | ||
-webkit-box-shadow:0 1px 3px #000; | -webkit-box-shadow:0 1px 3px #000; | ||
box-shadow:0 1px 3px #000; | box-shadow:0 1px 3px #000; | ||
Řádek 124: | Řádek 125: | ||
table.infoboxwiki > tr > th, | table.infoboxwiki > tr > th, | ||
table.infoboxwiki > * > tr > th { | table.infoboxwiki > * > tr > th { | ||
− | background-color: # | + | background-color: #191919; |
text-align: center; | text-align: center; | ||
font-size:11pt; | font-size:11pt; | ||
− | color:# | + | font-weight:400; |
+ | color:#fff; | ||
font-family:Roboto,sans-serif; | font-family:Roboto,sans-serif; | ||
} | } |
Verze z 9. 4. 2019, 07:57
/* Zde uvedené CSS bude ovlivňovat všechny styly */
body {
background: #101010;
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: #17868e;
}
#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;
}
/* INFOBOXWIKI */
table.infoboxwiki {
background-color: #383838;
border-collapse: collapse;
color: #c3c3c3;
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;
}