MediaWiki:Infobox.css
From Tiny Rogues Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
#mw-content {
/*max-width: 1235px !important;*/
min-height:1850px;
}
.cargoTable {
color:black !important;
}
table.cargoTable td {
color:black;
}
.sidebar-inner,.dropdown {
background:#282828 !important;
}
@font-face {
font-family: pc-senior;
src: url("https://roguepedia.net/wiki/Fonts/Renogare-Regular.otf") format("opentype");
font-weight: 50;
}
.portable-infobox .pi-smart-data-value{
padding-left:48px;
font-family: "pc-senior", "SegoeUI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
}
.portable-infobox a{
font-family: "pc-senior", "SegoeUI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
}
.portable-infobox {
font-family: "pc-senior", "SegoeUI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif !important ;
font-size: 13px !important;
width: 330px !important;
}
.bannerbox {
display: block;
text-align: center;
padding: 0;
margin: 0;
font-family: "pc-senior", "SegoeUI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
}
.bannerbox .container {
display: inline-block;
border-width: thin thin thin 10px;
margin: 0;
border-style: solid;
width: 90%;
}
.bannerbox .image,
.bannerbox .text {
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 0.5em;
}
.Col-Physical a{
color:#6e4333 !important
}
.Col-Magical a{
color:#5570fb !important
}
.Col-Elemental a{
color:#7a3dc5 !important
}
.Col-Fire a{
color:#df3200 !important
}
.Col-Physical a{
color:#6e4333 !important
}
.Col-Physical {
color:#6e4333 !important
}
.Col-Nature a{
color:#82c200 !important
}
.Col-Sound a{
color:#bdbfca !important
}
.Col-Poison a{
color:#009900 !important
}
.Col-Doom a{
color:#eb0039 !important
}
.Col-Text {
color:#868791 !important
}
.Col-Dark a{
color:#171556 !important
}
.Col-Burn a{
color:#FA0035 !important
}
.Col-FromTheShadows {
color:#A900F9 !important
}
.Col-Corruption a{
color:#1D3388 !important
}
.Col-Default a{
color:white !important
}
.Col-Default {
color:white !important
}
.Col-Lightning a{
color:#E1CD4D !important
}
.Col-Shock a{
color:#E5BB00 !important
}
.Col-Cold a{
color:#68B1F2 !important
}
.Col-DefenseBreak a{
color:#7d92a2 !important
}
.Col-Holy a{
color:#ddd7ad !important
}
.Col-Bleed a{
color:#ad0251 !important
}
.Col-Judgement a{
color:#d8c618 !important
}
.Col-Frostbite a{
color:#67aef3 !important
}
.Col-Scorch a{
color:#e36300 !important
}
.Col-Toxic a{
color:#4c286a !important
}
.Col-Common a{
color:#7b7c85 !important
}
.Col-Uncommon a{
color:#61ceee !important
}
.Col-Rare a{
color:#e1c969 !important
}
.Col-Epic a{
color:#b100fc !important
}
.Col-Legendary a{
color:#f64e00 !important
}
.Col-Piranha {
color:#15c2f1 !important
}
.Col-Set a{
color:#00af00 !important
}
.pi-data {
overflow:visible !important;
}
.portable-infobox .pi-image:nth-child(2) img{
min-width: 1px !important;
min-height: 1px !important;
}
.FirstUppercase::first-letter{
text-transform: capitalize;
}