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.
@font-face {
font-family: pc-senior;
src: local("pc-senior regular"), url(https://roguepedia.net/tinyrogues/wiki/Fonts/pc-senior.regular.ttf) format("truetype");
font-weight: 100;
}
.portable-infobox .pi-smart-data-value{
padding-left:40px;
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: 0.7em !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-Nature a{
color:#82c200 !important
}