Difference between revisions of "MediaWiki:Common.css"

From IRC Wiki
Jump to navigation Jump to search
m (Minimised the css and removed the unused bits)
(Css for infoboxes.)
Line 1,269: Line 1,269:
.honorific-level {
.honorific-level {
float: left;
float: left;
}
/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;      /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none;
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {            /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {        /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
/* Article message box styles */
table.ambox {
    margin: 0px 10%;  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {  /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
.ambox td.mbox-image {          /* The left image cell */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                  /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;      /* Gray-gold */
}
/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;      /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
table.ombox-notice {
    border: 1px solid #aaa;      /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;      /* Gray-gold */
}
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;              /* class ensures that this declaration overrides other */
    width: 100%;  /* For Safari and Opera */    /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are  */ 
    font-size: 100%;            /* set in "mbox-small" above.                */
}
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
/* Disambig and set index box styles */
table.dmbox {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;    /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. Used in
  [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.noarticletext,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
/* These mbox-small classes must be placed after all other
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
  they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}

Revision as of 16:33, 6 May 2012

/* CSS placed here will be applied to all skins */

/* This is used for Template:Software */
.sw_tc1 {vertical-align:top;text-align:left;}
.sw_tc2 {vertical-align:top;}
#catlinks { -moz-border-radius: 0.4em; border-radius: 0.4em; }

/* Start of SocialProfile stuff */
.back-links {
	margin: 0px 0px 10px 0px;
}
.back-links a {
	text-decoration: none;
	font-weight: bold;
}
.ga-count {
	margin: 0px 0px 15px 0px;
}
.ga-item {
	border: 1px solid #D7DEE8;
	padding: 7px;
	float: left;
	margin: 0px 15px 15px 0px;
	width: 350px;
}
.ga-item a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.ga-item img {
	padding: 3px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.page-nav a {
	font-weight: bold;
}
.ga-new {
	border: 1px solid #FDC745;
	font-weight: bold;
	padding: 0px 5px;
}
.ga-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 2px;
}
.ga-timestamp {
	font-size: 9px;
	color: #999;
	margin: 0px 0px 5px 0px;
}
.ga-description-message {
	margin: 0px 0px 5px 0px;
	color: #666;
	font-weight: bold;
}
.ga-gift-count {
	font-size: 9px;
	margin: 0px 0px 10px 0px;
}
.ga-description-container {
	width: 480px;
	margin: 20px 0px;
}
.ga-recent {
	border-top: 1px solid #EFEFEF;
	padding: 10px 0px 0px 0px;
}
.ga-recent img {
	vertical-align: middle;
	padding: 3px;
	margin: 0px 10px 0px 0px;
}
.ga-recent a {
	display: block;
	float: left;
	text-decoration: none;
}
.ga-recent-title {
	font-size: 14px;
	font-weight: bold;
	color: #777;
	margin: 0px 0px 2px 0px;
}
.ga-recent-item {
	margin: 0px 0px 5px 0px;
}
.ga-description {
	padding: 0px 0px 15px 0px;
}
.ga-description img {
	padding: 3px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

/* Special:SystemGiftManager */
.view-form {
	font-weight: 800;
	font-size: 12px;
	color: #666666;
}
.view-status {
	font-weight: 800;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	margin-bottom: 5px;
}

/* Special:TopAwards */
.top-awards {
	float: left;
	width: 60%;
	padding-top: 15px;
}
.top-awards-navigation {
	float: right;
	margin: 15px 0px 0px 0px;
	width: 20%;
}
.top-awards-navigation p {
	margin: 0px 0px 3px 0px;
}
.top-awards-navigation a {
	font-weight: bold;
	text-decoration: none;
}
.top-awards-navigation h1 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 10px 0px !important;
	border-bottom: 1px solid #949494;
}
.top-award-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 18px 0px;
	color: #797979;
}
.top-award {
	margin: 0px 0px 18px 0px;
	font-size: 13px;
	color: #797979;
}
.top-award-number {
	font-size: 16px;
	color: #949494;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
}
.top-award img {
	vertical-align: middle;
	margin: 0px 3px 0px 0px;
}
.top-award a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* User Feed */
.user-home-feed {
	width: 60%;
	padding-top: 15px;
	float: left;
}
.user-home-links-container {
	float: right;
	padding-top: 15px;
	width: 170px;
	padding-top: 15px;
	margin: 2px 0px 0px 0px;
}
.user-home-links-container h2 {
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #949494;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px !important;
}
.user-home-links-container a {
	display: block;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	font-weight: bold;
}
.user-home-links-container img {
	margin: 0px 4px 0px 0px;
	vertical-align: middle;
}
.user-home-friends-activity {
	padding: 0px 0px 15px 0px;
}
.user-home-friends-activity h2 {
	letter-spacing: -1px;
	color: #333;
	font-size: 18px;
	margin: 0px 0px 8px 0px !important;
}
.user-home-activity-timestamp {
	color: #999999;
	font-size: 9px;
	margin: 0px 0px 0px 6px;
}
.user-home-activity {
	border-bottom: 1px solid #949494;
	padding: 7px 0px;
}
.user-home-activity img {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
.user-home-activity a {
	text-decoration: none;
}
.border-fix {
	border: none !important;
}
.item {
	color: #666;
	margin: 2px 25px;
}
.item a {
	color: #666;
}
.item img {
	padding: 1px;
}
.cleared {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

/* User Boards */
#blast-friends-list div.blast-friend-selected,
#blast-friends-list div.blast-foe-selected {
	background-color:#FFFCA9;
	border: 1px solid #FDC745;
	color: #002BB8;
	font-weight: bold;
	padding: 3px;
	overflow: hidden;
	margin: 0px 3px 3px 0px;
	float: left;
	cursor: pointer;
	width: 200px;
	overflow: hidden;
	font-weight: bold;
	padding: 4px;
	height: 17px;
}
#blast-friends-list div.blast-friend-unselected,
#blast-friends-list div.blast-foe-unselected {
	border: 1px solid #949494;
	color: #285C98;
	font-weight: bold;
	padding: 3px;
	overflow: hidden;
	margin: 0px 3px 3px 0px;
	float: left;
	cursor: pointer;
	width: 200px;
	overflow: hidden;
	font-weight: bold;
	padding: 4px;
	height: 17px;
}
.board-blast-message-form {
	margin: 8px 0px 0px 0px;
}
.blast-nav {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
}
.blast-nav a {
	color: #999999;
}
.blast-nav-text {
	margin: 0px 0px 5px 0px;
}
.blast-message-box-button {
	padding: 10px 0px 0px 0px;
}
.blast-message-text {
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 3px 0px;
}
.board-blast-message-form h2 {
	color: #333333;
	margin: 0px 0px 10px 0px !important;
}
.blast-nav h2 {
	color: #333333;
	margin: 15px 0px 10px 0px !important;
}
#user-page-board {
	margin: 5px 0px 10px 0px;
}
.user-board-top-links {
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
.user-board-top-links a {
	text-decoration: none;
}
.user-page-message-form {
	margin: 5px 0px 15px 0px;
	font-weight: bold;
}
.user-board-message {
	border: 1px solid #D4DFD7;
	margin: 0px 0px 15px 0px;
}
.user-board-message-from {
	background-color: #EFF3F0;
	padding: 3px 0px 5px 5px;
}
.user-board-message-from a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.user-board-message-content {
	padding: 5px;
}
.user-board-message-time {
	font-size: 11px;
	color: #797979;
	margin: 2px 0px 0px 5px;
}
.user-board-message-image {
	float: left;
	margin: 0px 10px 0px 0px;
}
.user-board-message-image img {
	border: 1px solid #949494;
}
.user-board-message-body {
	float: left;
	margin: 0px 10px 0px 0px;
	vertical-align: top;
	width: 90%;
}
.user-board-message-body p {
	margin: 0px 0px 0px 0px !important;
}
.user-board-message-links {
	padding: 0px 0px 5px 5px;
}
.user-board-message-links a {
	font-size: 11px;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}
.user-board-red a {
	color: #ff0000;
}
select#message_type {
	vertical-align: middle;
	margin: -1px 0px 0px 5px;
}
.user-page-message-form textarea {
	width: 80%;
}
.g-count {
	margin: 0px 0px 15px 0px;
}
.g-item {
	border: 1px solid #D7DEE8;
	padding: 7px;
	float: left;
	margin: 0px 15px 15px 0px;
	width: 350px;
}
.g-item a {
	text-decoration: none;
}
.g-item img {
	padding: 3px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.g-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
.g-from {
	font-weight: bold;
	font-size: 11px;
}
.g-actions {
	font-size: 10px;
}
.g-actions a {
	font-size: 10px;
}
.g-delete {
	margin: 0px 0px 0px 12px;
}
.g-new {
	border: 1px solid #FDC745;
	font-weight: bold;
	padding: 0px 5px;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}
.g-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 2px;
}
.g-timestamp {
	font-size: 9px;
	color: #999;
}
.g-user-message {
	margin: 8px 0px;
	color: #666;
	font-weight: bold;
}
.g-gift-count {
	font-size: 9px;
	margin: 2px 0px 10px 0px;
}
.g-description-container {
	width: 480px;
	margin: 20px 0px;
}
.g-recent {
	border-top: 1px solid #EFEFEF;
	padding: 10px 0px 0px 0px;
}
.g-recent img {
	vertical-align: middle;
	padding: 3px;
	margin: 0px 10px 0px 0px;
}
.g-recent a {
	display: block;
	float: left;
	text-decoration: none;
}
.g-recent-title {
	font-size: 14px;
	font-weight: bold;
	color: #777;
	margin: 0px 0px 2px 0px;
}
.g-recent-item {
	margin: 0px 0px 5px 0px;
}
.g-description {
	margin: 0px 0px 15px 0px;
}
.g-description img {
	padding: 3px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.g-container {
	margin: 15px 0px 0px 0px;
}
.g-container img {
	padding: 3px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.g-buttons {
	padding: 15px 0px 0px 0px;
}
.g-message {
	margin: 0px 0px 15px 0px;
}
.g-give-container {
	background-color: #F2F4F7;
	border: 1px solid #D7DEE8;
	padding: 10px;
	width: 500px;
	margin: 0px 0px 20px 0px;
}
.g-give-title {
	font-size: 13px;
	color: #888;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
}
.g-give-separator {
	margin: 10px 0px;
	font-weight: bold;
}
.g-add-message {
	margin: 15px 0px 4px 0px;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.g-describe {
	font-size: 11px;
	line-height: 12px !important;
}
.g-give-all {
	border: 1px solid #949494;
	cursor: pointer;
	float: left;
	min-height: 110px;
	margin: 0px 10px 10px 0px;
	padding: 8px;
	width: 250px;
	overflow: hidden;
}
.g-give-all img {
	float: left;
	margin: 0px 10px 0px 0px;
	display: block;
	padding: 3px;
}
.g-blue {
	color: #285C98 !important;
}
.g-give-all-message-title {
	color: #666;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
.g-give-all-highlight {
	background-color: #FAF9F9;
}
.g-give-all-selected {
	border: 1px solid red;
}

/* Special:GiftManager */
.view-form {
	font-weight: 800;
	font-size: 12px;
	color: #666666;
}
.view-status {
	font-weight: 800;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	margin-bottom: 5px;
}
.firstHeading {
	border-bottom: none;
	margin: 0px !important;
	display: none;
}
.pagetitle {
	display: inline !important;
}
#main {
	padding: 0px 0px 0px 0px !important;
}
#user-page-left {
	width: 35%;
	float: left;
}
#user-page-right {
	float: right;
	width: 60%;
}
#user-page-left h2, #user-page-right h2 {
	border-bottom: 1px solid #949494;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 17px;
	letter-spacing: -1px;
	color: #333;
}
.no-info-container {
	margin: 10px 0px 20px 0px;
	background-color: #F2F4F7;
	padding: 20px;
	text-align: center;
	color: #777;
}
.item-small {
	color: #999;
	font-size: 9px;
	margin: 0px 0px 0px 6px;
}
.user-section-heading {
	border-bottom: 1px solid #949494;
	width: 100%;
	line-height: 22px;
	margin: 0px 0px 8px 0px;
}
.user-section-title {
	float: left;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 0px 10px 0px 0px;
}
.user-section-actions {
	position: relative;
	right: 0px;
	top: -2px;
}
.action-right {
	float: right;
	font-size: 10px;
	padding: 0px 5px 0px 0px;
}
.action-left {
	float: left;
	font-size: 10px;
}
.user-section-actions a {
	text-decoration: none;
}

/* Profile Top */
#profile-top {
	padding: 10px 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
}
#profile-title-container {
	padding: 0px 0px 6px 6px;
}
#profile-title {
	float: left;
	font-size: 2em;
	line-height: 26px;
	font-weight: bold;
	margin: 0px 15px 0px 0px;
}
#points-level {
	float: left;
	font-size: 11px;
	background-color: #CC0000;
	padding: 1px 5px;
	margin: 4px 8px 0px 0px;
	text-align: center;
}
#honorific-level {
	float: left;
	margin: 4px 0px 0px 0px;
	font-size: 12px;
}
#honorific-level a {
	text-decoration: none;
}
#points-level a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#profile-image {
	position: relative;
	float: left;
	margin: 0px 8px 0px 0px;
}
#profile-image img {
	padding: 3px;
}
#profile-right {
	float: left;
	position: relative;
}
.profile-actions a {
	text-decoration: none;
	font-weight: bold;
	margin: 0px 6px;
}

/* User-Relationship */
.user-relationship-container {
	padding: 0px 0px 25px 0px;
}
.user-relationship-container a {
	text-decoration: none;
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
}
.user-relationship-container img {
	padding: 3px;
}

/* User Gift / User Awards */
.user-gift-container {
	padding: 0px 0px 25px 0px;
}
.user-gift-container a {
	text-decoration: none;
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
}
.user-gift-container img {
	padding: 3px;
}

/* Fanboxes */
.user-fanbox-container {
	padding: 0px 0px 25px 0px;
}

/* User Activity */
.activity-item {
	border-bottom: 1px solid #949494;
	padding: 7px 0px;
}
.activity-item-bottom {
	padding: 7px 0px 0px 0px;
}
.activity-item img, .activity-item-bottom img {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
.activity-item a, .activity-item-bottom a {
	text-decoration: none;
}
#recent-all {
	padding: 0px 0px 25px 0px;
}

/* Message Board */
#user-page-board {
	margin: 5px 0px 10px 0px;
}
.user-page-message-form {
	margin: 5px 0px 15px 0px;
	font-weight: bold;
}
.user-board-message {
	background-color: #FFF;
	border: 1px solid #C2CAE8;
	margin: 0px 0px 15px 0px;
}
.user-board-message-from {
	background-color: #C2CAE8;
	padding: 3px 0px 5px 5px;
}
.user-board-message-from a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.user-board-message-content {
	padding: 5px;
}
.user-board-message-time {
	font-size: 11px;
	color: #797979;
	margin: 2px 0px 0px 5px;
}
.user-board-message-image {
	float: left;
	padding: 0px 10px 5px 0px;
}
.user-board-message-image img {
	border: 1px solid #949494;
}
.user-board-message-body {
	margin: 0px 10px 0px 0px;
}
.user-board-message-body p {
	margin: 0px 0px 0px 0px !important;
}
.user-board-message-links {
	padding: 0px 0px 5px 5px;
}
.user-board-message-links a {
	font-size: 11px;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}
.user-board-red a {
	color: #ff0000;
}

/* Profile Data */
.profile-info-container {
	padding: 0px 0px 17px 0px;
}
.profile-info-container b {
	color: #555;
	margin: 0px 10px 0px 0px;
}
.profile-info-container div {
	margin: 0px 0px 8px 0px;
	color: #666;
}
.bold-fix b {
	margin: 0px 5px 0px 0px !important;
}

/* Casual Games */
.casual-game-container {
	padding: 0px 0px 18px 0px;
}
.casual-game-container p {
	margin: 0px 0px 0px 0px !important;
	padding: 7px 0px !important;
	border-top: 1px solid #949494;
}
.casual-game-container .item-top {
	border: none;
}
.casual-game-container a {
	text-decoration: none;
	font-weight: bold;
}
.casual-game-container .item-type {
	font-size: 9px;
	margin: 0px 0px 0px 6px;
}
.casual-game-container img {
	padding: 3px;
	vertical-align: middle;
	margin: 0px 3px 0px 0px;
}

/* User Articles */
.user-articles-container {
	padding: 0px 0px 23px 0px;
}
.article-item {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 2px 0px;
	border-top: 1px solid #949494;
}
.user-articles-container a {
	text-decoration: none;
	font-weight: bold;
}
.article-item-top {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 2px 0px;
	border: none;
}
.number-of-votes {
	margin: 0px 10px 3px 0px;
	text-align: center;
	float: left;
	width: 25px;
}
.vote-number {
	background-color: #89C46F;
	color: #FFFFFF;
	font-size: 12px !important;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
.vote-text {
	margin: -1px 0px 0px 0px;
	font-size: 9px;
	color: #777;
	line-height: 9px;
}

/* Pictures */
.picture-container-spacer {
	height: 25px;
	width: 100%;
}
.picture-container .mini-image {
	float: left;
	margin: 5px 10px 0px 0px;
}
.picture-container img {
	padding: 3px;
}
.picture-container a {
	text-decoration: none;
}
.upload-container {
	clear: left;
	height: 90px;
	margin-left: -5px;
}
.upload-frame-errors {
	margin: 10px 0px 5px 0px;
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.no-pictures-container {
	color: #777777;
	margin: 10px 0px 0px;
	padding: 20px;
	text-align: center;
	background-color: #EFF3F0;
}
.upload-frame-errors {
	display: none;
}
.imageUpload-frame {
	height: 90px;
	width: 425px;
}

/* Sports Networks */
.network-container {
	padding: 0px 0px 22px 0px;
}
.network {
	margin: 0px 0px 3px 0px;
}
.network img {
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
.network a {
	text-decoration: none;
}
.status-message-add a {
	color: #999;
	font-size: 10px;
}
.status-update-box {
	margin: 10px 0px 10px 0px;
}
#status-text input {
	font-size: 10px;
	width: 200px;
}

/* Status */
.status-container {
	padding: 0px 0px 20px 0px;
}
.status-message img {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
.user-status-date {
	margin: 0px 6px 0px 0px;
	color: #999;
	font-size: 9px;
}
.user-status-profile-vote {
	color: #666;
}
.user-status-profile-vote a {
	text-decoration: none;
	font-size: 9px;
}

/* Update Profile */
.profile-info {
	padding: 25px 0px;
}
.profile-update {
	padding: 0px;
}
.profile-tab-bar {
	margin-top: 20px;
}
.profile-tab {
	float: left;
	background-color: #68BD46;
	height: 22px;
	min-width: 72px;
	padding: 6px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
	text-align: center;
}
.profile-tab-on {
	background-color: #466C2C;
	float: left;
	height: 22px;
	color: #ffffff;
	font-size: 12px;
	min-width: 72px;
	font-weight: bold;
	padding: 6px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
	text-align: center;
}
.profile-tab-on a, .profile-tab a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.profile-tab a:hover {
	color: #466C2C;
}
.profile-tab a:visited {
	color: #FFFFFF !important;
}
.profile-tab-on a:visited {
	color: #FFFFFF !important;
}
.profile-update-button {
	background-color: #78BA5D;
	border: 1px solid #6B6B6B;
	color: #ffffff;
	font-size: 13px;
	padding: 3px;
}
.profile-update-title {
	font-size: 16px;
	color: #333;
	margin: 0px 0px 5px 0px !important;
	font-weight: bold;
}
.profile-update-title img {
	vertical-align: middle;
	margin: -3px 0px 0px 5px;
}
.profile-update-unit-left {
	color: #797979;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 150px;
}
.profile-update-unit {
	float: left;
	width: 450px;
}
.profile-update-unit-small {
	float: left;
	width: 450px;
	font-size: 10px;
	color: #797979;
}
.profile-update-row {
	color: #797979;
	font-weight: bold;
	font-size: 12px;
}
.profile-update-links {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.profile-update-links a {
	text-decoration: none;
}
.profile-status {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.profile-on {
	border: 1px solid #FDC745;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}
#profile-toggle-button {
	position: absolute;
	top: 5px;
	right: 0px;
	background-color: orange;
	padding: 2px 10px;
}
#profile-toggle-button a {
	color: #fff;
	font-weight: bold;
}
.relationship-count {
	margin: 0px 0px 15px 0px;
}
.relationship-item {
	border: 1px solid #D7DEE8;
	padding: 7px;
	float: left;
	margin: 0px 15px 15px 0px;
	width: 350px;
}
.relationship-item a {
	text-decoration: none;
}
.relationship-item img {
	padding: 3px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.relationship-name {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}
.relationship-actions {
	font-size: 10px;
}
.relationship-actions a {
	font-size: 10px;
}
.relationship-delete {
	margin: 0px 0px 0px 12px;
}
.relationship-error-message {
	margin: 0px 0px 15px 0px;
}
.relationship-action {
	margin: 0px 0px 15px 0px;
	color: #888;
	width: 500px;
	margin: 15px 0px;
	font-weight: bold;
}
.relationship-action img {
	float: left;
	display: block;
	margin: 0px 15px 0px 0px;
	padding: 3px;
}
.relationship-buttons {
	padding: 10px 0px 0px 0px;
}
.relationship-textbox-title {
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
}
.relationship-message {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	color: #888 !important;
}
.black-text {
	color: #333 !important;
}
.red-text {
	color: red !important;
}

/** Styles for Special:TopUsers etc. **/
.top-users {
	float: left;
	margin: 15px 0px 0px 0px;
}
.top-fan {
	width: 250px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 90%;
	float: left;
}
.top-fan a {
	font-size: 13px;
	text-decoration: none;
}
.top-fan img {
	vertical-align: middle;
	padding-right: 4px;
}
.top-fan-num {
	font-weight: bold;
	font-size: 18px;
	color: #949494;
	float: left;
	width: 45px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}
.top-fan-points {
	float: left;
	font-size: 13px;
	color: #797979;
	height: 30px;
	padding-top: 5px;
}
.top-fan-row {
	margin: 0px 0px 10px 0px;
	clear: both;
}
.top-fan-level {
	font-size: 16px;
	font-weight: 800;
	color: #797979;
	margin: 0px 0px 10px 0px;
}
.top-fan-nav h1 {
	font-size: 16px;
	color: #333333;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #949494;
	margin: 0px 0px 10px 0px !important;
}
.top-fan-level {
	font-size: 16px;
	font-weight: 800;
	color: #797979;
	margin: 0px 0px 10px 0px;
}
.top-fan-nav {
	float: right;
	margin: 10px 0px 0px 0px;
	width: 200px;
	padding: 5px;
}
.top-fan-nav a {
	font-weight: bold;
	text-decoration: none;
}

/* Main Page welcome user */
.mp-welcome-logged-in {
	margin: 0px 0px 0px 15px;
}
.mp-welcome-logged-in h2 {
	font-size: 20px;
	line-height: 24px;
	border-bottom: none;
	padding: 8px 0px 10px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.mp-welcome-info {
	float: left;
	width: 240px;
}
.mp-welcome-image {
	float: left;
	margin: 0px 10px 0px 0px;
	text-align: center;
}
.mp-welcome-image a {
	font-size: 10px;
	text-decoration: none;
}
.mp-welcome-image img {
	padding: 3px;
}
.mp-welcome-points {
	float: left;
	width: 200px;
}
.points-and-level {
	margin: 0px 0px 3px;
}
.needed-points {
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 0px 0px;
}
.total-points {
	background-color: #CC0000;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 1px 5px;
	text-align: center;
}
.honorific-level {
	float: left;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
    background: #F8EABA;
}
 
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell {         /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa; 
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb; 
}
table.ambox + table.ambox {   /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text, 
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
 
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa; 
    background: #DFE8FF;    /* Default "notice" blue */
}
 
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}
 
table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
 
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;               /* class ensures that this declaration overrides other */
    width: 100%;  /* For Safari and Opera */     /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */   
    font-size: 100%;             /* set in "mbox-small" above.                */
}
 
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
 
/* Disambig and set index box styles */
table.dmbox {
    clear: both; 
    margin: 0.9em 1em; 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    background: transparent;
}
 
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. Used in 
   [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.noarticletext,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}