MediaWiki:Common.css

From Qualitipedia
Jump to navigation Jump 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.
/* General fixes for extensions, vanity code for names, and related. Portions are brought in from old QP. Edit with caution. Do not put skin-specific styling in this. --Raidarr */

/* Corrections for SocialProfile */
.profile-actions {display:inline-block;padding-top:.5em;}
#profile-right {display:inline-block;float:none;padding-bottom: 1.65em;margin-top: 1em;}
.user-section-actions {display:inline-block;margin-top:0.25em;}
.user-section-actions .action-left {margin-right:0.8em;}
.user-articles-container .article-item-top {margin-bottom:1em;margin-top:-0.4em}
.user-articles-container .article-item-top .article-title {margin-top: 0.2em;}
.user-articles-container .article-item {margin-bottom: .8em;}
.user-articles-container .article-item .article-title {margin-top: 0.2em;}
.user-relationship-container {padding: 0 0 25px;margin: 0 0 8em 0;}
#profile-image {margin: 1.5em 1em 0 0;}

/*Comment tweak to properly split sorting tools from the comments */
.c-order {margin-bottom: 1.5em;}
#comments-body span {margin-bottom:-0.5em;margin-right:0.5em;}

/* Sitenotice code */
.sitenotice {border:1px solid #ccc;width:80%;min-width:320px;margin:auto;text-align:center;background:#eee;font-size:14px;font-weight:bold;padding:5px;margin-bottom:5px;}

/* Old pre-raidarr tweaks */
.warningbox {border: 1px solid darkred;background: #ffcfcf;}
.poem-nomargin p {margin: 0;}
.spoiler {border: .1em dotted #808080;background: #fff;padding: .1em .2em;}
.spoilerhidden, .spoilerhidden a, spoilerhidden a:visited, .spoilerhidden .new, .spoilerhidden .external, .spoilerhidden .extiw {color: #fff !important;background-image: none;}

/* Hide foe button */
.profile-actions a[href$="/foe"] {
	margin-right: -6.5em;
	visibility: hidden;
}