|
|
Line 22: |
Line 22: |
| .toc { | | .toc { |
| background-color: #4b4b4b; | | background-color: #4b4b4b; |
| }
| |
|
| |
|
| |
| /* Infobox template style */
| |
| .infobox {
| |
| border: 1px solid #a2a9b1;
| |
| border-spacing: 3px;
| |
| background-color: #f8f9fa;
| |
| color: black;
| |
| /* @noflip */
| |
| margin: 0.5em 0 0.5em 1em;
| |
| padding: 0.2em;
| |
| /* @noflip */
| |
| float: right;
| |
| /* @noflip */
| |
| clear: right;
| |
| font-size: 88%;
| |
| line-height: 1.5em;
| |
| }
| |
| .infobox caption {
| |
| font-size: 125%;
| |
| font-weight: bold;
| |
| padding: 0.2em;
| |
| text-align: center;
| |
| }
| |
| .infobox td,
| |
| .infobox th {
| |
| vertical-align: top;
| |
| /* @noflip */
| |
| text-align: left;
| |
| }
| |
| .infobox.bordered {
| |
| border-collapse: collapse;
| |
| }
| |
| .infobox.bordered td,
| |
| .infobox.bordered th {
| |
| border: 1px solid #a2a9b1;
| |
| }
| |
| .infobox.bordered .borderless td,
| |
| .infobox.bordered .borderless th {
| |
| border: 0;
| |
| }
| |
|
| |
| .infobox.sisterproject {
| |
| width: 20em;
| |
| font-size: 90%;
| |
| }
| |
|
| |
| .infobox.standard-talk {
| |
| border: 1px solid #c0c090;
| |
| background-color: #f8eaba;
| |
| }
| |
| .infobox.standard-talk.bordered td,
| |
| .infobox.standard-talk.bordered th {
| |
| border: 1px solid #c0c090;
| |
| }
| |
|
| |
| /* styles for bordered infobox with merged rows */
| |
| .infobox.bordered .mergedtoprow td,
| |
| .infobox.bordered .mergedtoprow th {
| |
| border: 0;
| |
| border-top: 1px solid #a2a9b1;
| |
| /* @noflip */
| |
| border-right: 1px solid #a2a9b1;
| |
| }
| |
|
| |
| .infobox.bordered .mergedrow td,
| |
| .infobox.bordered .mergedrow th {
| |
| border: 0;
| |
| /* @noflip */
| |
| border-right: 1px solid #a2a9b1;
| |
| }
| |
| /* Portable Infobox CSS here */
| |
| .portable-infobox.pi-background {
| |
| background-color: #312B2A;
| |
| border-color: #a62e10;
| |
| }
| |
| .portable-infobox .pi-secondary-background {
| |
| background-color: #a62e10;
| |
| }
| |
| .portable-infobox .pi-header{
| |
| font-weight: bold;
| |
| text-align: center;
| |
| }
| |
| .portable-infobox .pi-title {
| |
| background-color: #a62e10;
| |
| font-size: 125%;
| |
| color: #FFFFFF;
| |
| font-family: Helvetica;
| |
| text-align: center;
| |
| border-radius: 4px 4px 0px 0px
| |
| }
| |
| .portable-infobox .pi-border-color{
| |
| border-color: #453d3c;
| |
| }
| |
| .portable-infobox {
| |
| width:300px;
| |
| border: 1px solid #a62e10;
| |
| border-radius: 4px 4px 2px 2px
| |
| }
| |
| .portable-infobox .pi-horizontal-group-item.pi-data-label{
| |
| background-color: #312B2A;
| |
| border-color:#a62e10;
| |
| }
| |
| .portable-infobox .pi-horizontal-group-item.pi-data-value{
| |
| background-color: #312B2A;
| |
| border-color: #a62e10;
| |
| }
| |
| .cosmos-header{
| |
| background-image: background: rgb(152,0,0);
| |
| background: linear-gradient(90deg, rgba(152,0,0,1) 3%, rgba(156,8,8,1) 35%, rgba(255,0,112,1) 100%);
| |
| }
| |
| .catlinks{
| |
| background-color:#2e2e2e
| |
| }
| |
| .mw-normal-catlinks {
| |
| background-color:#2e2e2e
| |
| border-color:#2e2e2e
| |
| } | | } |
/* CSS placed here will be applied to all skins */
body, .mw-headline {
font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}
.Navboxcss {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
}
.font-face{
font-size: 90%
}
.mw-editsection {
padding-left: 10px;
}
.toctogglelabel {
color: #e87057;
}
.toc {
background-color: #4b4b4b;
}