MediaWiki:Common.css
MediaWiki interface page
More actions
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.
.infobox {
float:right;
width:400px;
}
.portable-infobox {
width:400px;
}
.portable-infobox .pi-title {
text-align: center;
}
.portable-infobox .pi-border-color {
border-color: #000000;
}
.portable-infobox.pi-background {
background-color: #2A2B2A;
}
/* Properties and sub headings */
.portable-infobox .pi-secondary-background {
background-color:#111111;
text-align:center;
border-color: #000000;
}
/* unvisited link */
/* gold */
a:link {
color: #FFD700;
}
/* visited link */
/* golden rod */
a:visited {
color: #DAA520;
}
body {
background-color: #1F2022;
}