Toggle menu
63
92
10
1.1K
Cojumpendium Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 15:59, 23 June 2024 by imported>BlueYoshi 57EML (infobox artist)

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 */
/* ----------------- INFOBOXES GLOBAL ----------------- */

.infobox {
	width: 300px;
	border: 1px solid #999999;
	float: right; 
	clear: right;
	margin: 10px 0px 30px 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 1.8em !important;
	font-size: 11px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-family: "Century Gothic Paneuropean", Futura, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}

/* ----------------- INFOBOX ARTIST ----------------- */

#infobox_artist {
	background-color: #fb9f56;
	}

#infobox_artist #heading_biggest {
	}

#infobox_artist #heading_bigger {
    }