MediaWiki:RPGC-infobox.css: Difference between revisions
Jump to navigation
Jump to search
Created blank page |
No edit summary |
||
| Line 1: | Line 1: | ||
.infobox, | |||
.wikitable { | |||
background: #10151b !important; | |||
border: 1px solid var(--rpgc-border) !important; | |||
color: var(--rpgc-text) !important; | |||
box-shadow: 0 0 12px rgba(0,0,0,.35); | |||
} | |||
.infobox th, | |||
.wikitable th { | |||
background: linear-gradient(#4f86d6, #315f9d) !important; | |||
color: #ffffff !important; | |||
text-shadow: 0 0 5px rgba(0,0,0,.5); | |||
} | |||
.infobox td, | |||
.wikitable td { | |||
border-color: var(--rpgc-border) !important; | |||
} | |||
.infobox-header { | |||
background: #262c33 !important; | |||
color: #ffffff !important; | |||
} | |||
Latest revision as of 21:17, 4 July 2026
.infobox,
.wikitable {
background: #10151b !important;
border: 1px solid var(--rpgc-border) !important;
color: var(--rpgc-text) !important;
box-shadow: 0 0 12px rgba(0,0,0,.35);
}
.infobox th,
.wikitable th {
background: linear-gradient(#4f86d6, #315f9d) !important;
color: #ffffff !important;
text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.infobox td,
.wikitable td {
border-color: var(--rpgc-border) !important;
}
.infobox-header {
background: #262c33 !important;
color: #ffffff !important;
}