MediaWiki:Common.css

Revision as of 19:16, September 14, 2020 by Porplemontage (talk | contribs)

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

/* Staff highlights */
/* Edit here: https://www.destinypedia.com/MediaWiki:Gadget-StaffHighlights.css */

/* General */

h1 { font-size: 2.00em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.32em; }
h5 { font-size: 1.15em; }
h6 { font-size: 1.00em; }

.fakeh2 {
	font-size: 1.75em;
	border-bottom: 1px solid #a2a9b1;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	margin-bottom: 0.6em;
}
.fakeh3 {
	font-size: 1.45em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	margin-bottom: 0.3em;
}

#bodyContent {
	position: relative;
	background: transparent !important;
}

#main-wrap {
	padding-bottom: 33px;
}
.easywrap {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	overflow: hidden;
}

#toc, .toc {
	margin-bottom: 3px;
}

div.tleft, div.tright {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}
.thumb .mediaContainer {
	margin: 4px auto 2px;
}

ul.gallery,
li.gallerybox div.thumb {
	margin-bottom: 0;
	padding-bottom: 0;
}
li.gallerycaption {
	text-align: unset;
}

.catlinks {
	background: #f9f9f9;
}

pre { 
	overflow: auto;
}

#disambig {
	border-top: 3px double #cccccc; 
	border-bottom: 3px double #cccccc;
}

.featurelist .mw-collapsible {
	margin-right: 10px;
}
.featurelist h3 {
	padding-top: 0;
	padding-bottom: 0.5em;
}
.featurelist .mw-collapsible-content {
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}
.featurelist td > p {
	display: none;
}

.col-begin {
	margin-top: 0.3em;
	border-collapse: collapse;
}
.col-begin td {
	padding: 0;
}

/* References */
ol.references {
	margin-top: 0;
	font-size: 90%;
}
ol.references div {
	display: inline;
}
ol.references span {
	line-height: 1;
}

/* Checkered background for transparent images */
#file img {
	background: url(/resources/src/mediawiki.action/images/checker.png) repeat;
}
.mw_metadata {
	margin-top: 5px;
}
.random-users-avatars img {
	background: white;
}

div.thumb {
	border-color: transparent;
}

.cleared {
	clear: both;
}

.IntroPageBox {
	background-color: #ffe;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.IntroPageBox div.tright {
	border-color: transparent !important;
}

.desktopHide {
	display: none !important;
}

/* Main Page */
body.page-Main_Page.action-view h1.firstHeading {
	display: none !important;
}
body.page-Main_Page.action-view #bodyContent {
	margin-top: 18px;
}

/* Remove the title (h1 element) for Special:UpdateProfile and Special:UploadAvatar */
body.page-Special_UpdateProfile_custom h1,
body.page-Special_UploadAvatar h1,
body.page-Special_UploadAvatar h2 {
	display: none;
}
.page-Special_UpdateProfile_preferences .site-button,
.page-Special_UploadAvatar .site-button {
	margin-top: 10px;
}
.page-Special_UpdateProfile_preferences input[type="checkbox"] {
	margin: 2px 5px 0 0;
}
.profile-update {
	margin-bottom: 5px;
}

.profile-tab-bar {
	margin-top: 26px;
}

.foreground a {
	color: #1AAAE7;
}

/* Nav boxes */
.navbox-title,
.navbox-title a,
.navbox-title span {
	color: white !important;
}
.navbox-title.light,
.navbox-title.light a,
.navbox-title.light span {
	color: black !important;
}
.navbox {
	clear: both;
	margin: 15px auto 2px !important;
}
.navbox:last-of-type {
	margin-bottom: 0 !important;
}
.navbox .navbox {
	margin: 0 auto !important;
}
.navbox + div + p + .navbox, 
.navbox + p + .navbox,
.navbox + .navbox {
	margin-top: 0 !important;
}
.navbox .mw-collapsible-toggle-expanded {
	padding-left: 5px;
}
.navbox .navbox .mw-collapsible-toggle-collapsed {
	padding-left: 34px;
}
.navbox .navbox .mw-collapsible-toggle-expanded {
	padding-left: 39px;
}
.navbox .navbox .plainlinksneverexpand {
	padding-right: 11px !important;
}

/* Notice boxes */
.noticebox + .noticebox {
	margin-top: -5px !important;
}
body.anon.ns-content .noticebox.nb-show {
	margin-top: 0 !important;
}

/* Black ink */
.blackink {
    background-color: #000000;
    border-radius:4px;
    color: #000000;
    padding: 1px;
    transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.blackink a {
    color: #000000;
    padding: 1px;
    text-decoration: underline;
}
.blackink:hover {
    background-color: inherit !important;
    color: inherit;
}

/* Upload form */
#mw-htmlform-description .mw-editTools {
	display: none;
}

/* Edit box */
.wikiEditor-ui-toolbar .section-main,
.wikiEditor-ui-toolbar .tabs {
	height: auto;
}
.wikiEditor-ui textarea#wpTextbox1 {
	height: 474px;
	line-height: 1.4em;
}
.mw-summary-preview {
	margin-bottom: 0.5em;
}
#wpSummaryLabel .oo-ui-textInputWidget textarea,
#wpSummaryLabel .oo-ui-textInputWidget input {
	padding-bottom: 0.5em;
}
#wpSummaryWidget .oo-ui-labelElement-label {
	margin-right: -3px;
}

/* Video widget */
.infobox .videoWidget,
.infobox .videoWidget iframe {
	display: block !important;
}
.infobox .autoResize {
	margin: 0 auto !important;
}
.autoResize:not(.thumbinner) .thumbcaption {
	margin: 0;
	padding: 0;
}
.videoWidget + p {
	margin: 0;
}

/* Site activity */
.mp-activity {
	padding: 3px 0;
	border: none;
}
.mp-site-activity h2 {
	padding: 10px 0 2px 0;
}

/* Dismissable SiteNotice */
.sitedir-ltr .mw-dismissable-notice-body {
	margin: 0.25em 60px 0.25em 0;
}
.sitedir-rtl .mw-dismissable-notice-body {
	margin: 0.25em 0 0.25em 60px;
}

/* Captcha spacing */
#editform #wpCaptchaWord {
	margin-top: 2.5px;
}
.mw-ui-vform-field:nth-of-type(6) .mw-input {
	margin-top: 10px;
}
#userloginForm .mw-ui-vform-field:nth-of-type(6) {
	margin-bottom: 5px;
}
.mw-input img, #editform img, label img {
	image-rendering: auto !important;
}
.mw-htmlform-field-HTMLReCaptchaNoCaptchaField .mw-input {
	margin-top: 1px;
}
.editOptions .g-recaptcha {
	margin-bottom: 10px;
}
.mw-ui-vform {
	width: 302px;
}

/* Adjust inputbox button padding in Firefox */
.bodySearchWrap .mw-ui-button, .createboxButton {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
@-moz-document url-prefix() { 
	.bodySearchWrap .mw-ui-button, .createboxButton {
		padding-top: 6px !important;
		padding-bottom: 5px !important;
	}
}

/* Lore page background */
.page-Destiny_2_Lore .tabbox {
	background: url(/images/a/af/Destiny_2_menu_background_blurred_by_destinywarlock-dbguds6.png);
}
.page-Destiny_2_Lore .tabbox, .page-Destiny_2_Lore .tabbox h2 {
	color: white;
}
.page-Destiny_2_Lore .tabcontainer {
	padding: 0;
}
.page-Destiny_2_Lore .selected {
	padding-bottom: 1px;
}

/* Custom tab colors */
.page-User_Arcmind_Other .tabtoc li.selected {
	background: #0a0c0f !important;
}
.page-User_Arcmind_Other .tabtoc li.selected a {
	color: white !important;
}
.page-User_Arcmind_Other .tabcontainer h2 {
	color: white !important;
}

/* Indicator icons */
.mw-indicators,
#mw-indicator-rc {
	position: relative;
}
.mw-indicator {
	margin: 0 2px;
}
.mw-indicator img {
	image-rendering: auto !important;
}
#mw-indicator-mw-helplink {
	display: none;
}

/* Explain text */
.explain[title] {
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* New user message box */
.usermessage {
	margin-top: 1em;
}

/* Width fixes */
table {
	max-width: 100%;
}
@media all and (max-width: 1350px) {
	table.darker,
	table.wikitable {
		display: block;
		overflow: auto;
		max-width: max-content;
		border: 0;
	}
}

/* Media player fix */
.wikitable .mediaContainer {
	margin-top: 2px;
}
.video-js {
	overflow: hidden;
	display: block !important;
}
.vjs-time-tooltip {
	display: none !important;
}
#file > .video-js {
	display: inline-block !important;
}
.thumb .video-js {
	margin-left: auto;
	margin-right: auto;
}
.infobox .video-js {
	margin-top: 1px;
	min-width: 200px;
	width: auto !important;
}

/* Multimedia viewer */
.mw-mmv-filepage-buttons {
	display: none;
}
.mw-mmv-image img {
	image-rendering: auto !important;
}
.mw-mmv-wrapper {
	font-size: medium;
}

/* Who's online */
#whosonline {
	margin-bottom: 0;
}

/* User welcome */
.mp-welcome-logged-in {
	width: 270px;
	margin-top: -13px;
}
.mp-welcome-points {
	width: 170px;
	padding-left: 5px;
}

/* SocialProfile */
.pagetitle {
	display: block !important;
}
.ns-2.action-view .pagetitle, .ns-200.action-view .pagetitle, .ns-202.action-view .pagetitle,
.ns-2.action-view .subtitle, .ns-200.action-view .subtitle, .ns-202.action-view .subtitle,
.ns-2.action-view #siteSub, .ns-200.action-view #siteSub, .ns-202.action-view #siteSub,
.ns-2.action-view #contentSub, .ns-200.action-view #contentSub, .ns-202.action-view #contentSub {
	display: none !important;
}
.mw-special-UpdateProfile input[type="text"],
.mw-special-EditProfile input[type="text"] {
	width: 225px;
	border: 1px solid #c8ccd1;
}
.mw-special-UpdateProfile select,
.mw-special-EditProfile select {
	width: 229px;
	border: 1px solid #c8ccd1;
}
.mw-special-EditProfile textarea {
	width: 95%;
}
.user-section-heading {
	clear: both;
}
.user-section-title {
	letter-spacing: normal;
}
#profile-toggle-button {
	top: 10px !important;
}
#profile-top {
	margin-bottom: 15px;
	border-bottom: 1px solid #C9D6E0;
}
table, div#profile-top, .profile-info {
	background-color: transparent;
}
.profile-info-container .mw-parser-output {
	margin-left: 10px;
}
.profile-info-container .mw-parser-output p:first-child,
.profile-info-container .mw-parser-output ul:first-child {
	margin-top: 0;
}
.user-home-item-gift {
	margin: 2px 25px;
}
.user-board-message {
	background: #fff;
	border: 1px solid #C9D6E0;
}
.user-board-message img {
	max-width: 100% !important;
	height: auto !important;
}
.user-board-message-content {
	margin: 0 5px;
}
.user-board-message-body {
	float: none;
}
.user-board-message-from {
	background-color: #F8F5F5;
}
.no-info-container {
	background-color: #F8F5F5;
}
.profile-tab a:hover {
	color: #466C2C !important;
}
.page-nav {
	margin: 8px 5px 10px;
}
.page-nav a, .page-nav a:visited {
	border: 1px solid #ccc;
	padding: 2px 6px;
	background: #F8F5F5;
	color: black;
}
.page-nav a:hover {
	background: #eee;
	text-decoration: none;
}
.g-give-all {
	background: white;
}
.gamerid {
	font-size: 14px;
}

/* Meet the community */
.random-users-avatars {
	padding: 0px 0px 0px 10px;
}
 
.random-users-avatars h2 {
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 8px 0px;
}
 
.random-users-avatars img {
	border: 1px solid #DCDCDC;
	display: block;
	float: left;
	height: 50px;
	margin: 0px 8px 8px 0px;
	width: 50px;
}

/* Custom wallpaper */
.destiny { 
	background: url(/images/2/23/Travelers_rest_desktop.jpg) no-repeat center top !important;
}
.destiny a {
	color: #1AAAE7;
}
.destiny a:visited { 
        color: #1AAAE7; 
}
.citadel { 
	background: url(/images/f/f4/Citadel_desktop.jpg) no-repeat center top !important;
}
.citadel a {
	color: #060;
}
.citadel a:visited { 
        color: #060; 
}
.exclusion { 
	background: url(/images/7/77/Exclusion_zone_desktop.jpg) no-repeat center top !important;
}
.exclusion a {
	color: #F30;
}
.exclusion a:visited { 
        color: #F30; 
}
.hellmouth { 
	background: url(/images/e/ed/Hellmouth_desktop.jpg) no-repeat center top !important;
}
.hellmouth a {
	color: #1AAAE7;
}
.hellmouth a:visited { 
        color: #1AAAE7; 
}
.mars { 
	background: url(/images/c/c0/Mars_desktop.jpg) no-repeat center top !important;
}
.mars a {
	color: #C30;
}
.mars a:visited { 
        color: #C30; 
}
.garden { 
	background: url(/images/c/c9/Garden_desktop.jpg) no-repeat center top !important;
}
.garden a {
	color: #ff1a1a;
}
.garden a:visited { 
        color: #ff1a1a; 
}
.reef { 
	background: url(/images/0/0d/Destiny_Reef_queen.jpg) no-repeat center top !important;
}
.reef a {
	color: #cc3399;
}
.reef a:visited { 
        color: #cc3399; 
}
.director { 
	background: url(/images/2/22/Destiny_2_Director_post-campaign.png) no-repeat center top !important;
}
.diretor a {
	color: #F90;
}
.director a:visited { 
        color: #F90; 
}
.opacity70 {
	background: url(/images/c/ca/70opacity.png) repeat;
}
.ttk { 
	background: url(/images/e/e3/ConceptArt_Space_Battle_01-1170x731.jpg) no-repeat center top !important;
}
.ttk a {
	color: #1AAAE7;
}
.ttk a:visited { 
        color: #1AAAE7; 
}