MediaWiki:Common.css

From Firrhna Project Wiki
Revision as of 19:25, 2 June 2022 by Kawa-neechan (talk | contribs)
Jump to navigationJump to search

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.
/* CSS placed here will be applied to all skins */
.infobox {
    background: #1b001f;
    border: 1px solid rgba(111,2,124,128);
	color: #fff;
    float: right;
    clear: right;
    margin: 0 0 18px 18px;
    width: 270px;
}
.infobox-title {
	background: #6f027c;
    border-bottom: 0;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox-title {
	font-size: 18px;
    font-weight: 700;
    text-align: center !important;
    padding: 12px 9px;
}
.infobox-header {
	text-align: center !important;
	vertical-align: top;
	font-size: 14px;
    padding: 9px;
}
.infobox td {
    vertical-align: top;
}