User:Aartem/wikia.css
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@import 'https://fonts.googleapis.com/css?family=Raleway|Share+Tech|Share+Tech+Mono&subset=latin-ext';
body {
font-family:Raleway;
}
.cybertable {
background: #232A31;
}
.cybertable th {
background: #54C1DE;
}
.portable-infobox {
background:#232A31;
border: 1px solid #d4d4d4;
border-radius:2px;
padding:2px;
}
.portable-infobox .pi-title {
background:#54C1DE;
border-radius: 2px;
text-align:center;
font-size:16px;
font-weight: bold;
font-family:Share Tech Mono,monospaced;
}
.portable-infobox .pi-secondary-background {
background:#54C1DE;
border-radius: 2px;
text-align:center;
font-size:14px;
font-weight: normal;
font-family:Share Tech,monospaced;
}
.portable-infobox .pi-data-label {
font-size:12px;
}
.portable-infobox .pi-data-value {
font-size:11px;
}
.portable-infobox .pi-border-color {
border:none;
}
.pi-horizontal-group .pi-horizontal-group-item:not(:first-child) {
border:none;
}