MediaWiki:Common.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
m (Text replacement - "url(/resources" to "url(https://destiny.wiki.gallery/resources")
Line 128: Line 128:
/* Checkered background for transparent images */
/* Checkered background for transparent images */
#file img {
#file img {
background: url(/resources/src/mediawiki.action/images/checker.png) repeat;
background: url(https://destiny.wiki.gallery/resources/src/mediawiki.action/images/checker.png) repeat;
}
}
.mw_metadata {
.mw_metadata {

Revision as of 03:34, February 27, 2021

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

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

  1. bodyContent {

position: relative; background: transparent !important; }

  1. main-wrap {

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

  1. 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; }

  1. mw-content-text ul.gallery {

margin: 2px; padding: 2px; } li.gallerycaption { text-align: unset; }

.catlinks { background: #f9f9f9; }

pre { overflow: auto; }

  1. 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; }

/* Site subtitle */ p.subtitle, #siteSub { display: block; font-size: 90%; font-style: italic; margin: 0; }

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

/* Checkered background for transparent images */

  1. file img {

background: url(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, body.page-Main_Page.action-view .mw-revision, body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-view #catlinks, body.page-Main_Page.action-view #lastmod { display: none !important; } body.page-Main_Page.action-view #bodyContent { margin-top: 18px; }

/* Mark redirects on Special:AllPages and Special:EditWatchlist */ .allpagesredirect a.mw-redirect, .watchlistredir a.mw-redirect { color: #888 !important; }

.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, .hide .mw-collapsible-toggle-expanded { padding-left: 5px; }

/* Notice boxes */ .noticebox + .noticebox { margin-top: -5px !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 */

  1. 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; }

  1. wpSummaryLabel .oo-ui-textInputWidget textarea,
  2. wpSummaryLabel .oo-ui-textInputWidget input {

padding-bottom: 0.5em; }

  1. wpSummaryWidget .oo-ui-labelElement-label {

margin-right: -3px; }

/* Watchlist expiry */

  1. wpWatchlistExpiry, #wpWatchlistExpiryWidget .oo-ui-dropdownWidget-handle {

height: auto; min-height: 0; padding-top: 4px; padding-left: 7px; padding-bottom: 3px; }

/* Edit section */ .client-js .mw-content-ltr .mw-editsection-bracket:first-of-type, .client-js .mw-content-rtl .mw-editsection-bracket:first-of-type, .client-js .mw-content-rtl .mw-editsection-bracket:not(:first-of-type), .client-js .mw-content-ltr .mw-editsection-bracket:not(:first-of-type) { margin: 0; color: unset; }

/* Diff text */ .diffchange { font-weight: normal; } .diff-addedline, .diff-deletedline, .diff-context { font-size: 92%; }

/* OOUI fix */ .oo-ui-optionWidget.oo-ui-labelElement > .oo-ui-labelElement-label { overflow: visible; }

/* 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; } .item { margin: 2px 0 2px 20px } .item p { margin-bottom: 0.3em; }

/* 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; } .mw-dismissable-notice-body > #localNotice { margin-bottom: 0; }

/* Captcha spacing */

  1. editform #wpCaptchaWord {

margin-top: 2.5px; } .mw-ui-vform-field:nth-of-type(6) .mw-input { margin-top: 10px; }

  1. 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,

  1. mw-indicator-rc {

position: relative; } .mw-indicator { margin: 0 2px; } .mw-indicator img { image-rendering: auto !important; }

  1. 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; }

  1. 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-image img { image-rendering: auto !important; } .mw-mmv-filepage-buttons, .mw-mmv-reuse-pane .oo-ui-widget-disabled { display: none !important; } .mw-mmv-overlay { z-index: 10000000000; } .mw-mmv-wrapper { z-index: 10000000001; font-size: medium; }

/* Who's online */

  1. whosonline {

margin-bottom: 0; }

/* SiteNotice */ @media all and (max-width: 1100px) { #siteNotice { font-size: 80%; } }

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

/* Social profile */ .pagetitle { display: block !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; }

  1. profile-toggle-button {

top: 10px !important; }

  1. profile-top {

margin-bottom: 15px; border-bottom: 1px solid #C9D6E0; } table, div#profile-top, .profile-info { background-color: transparent; } .profile-info-container p { margin: 0 0 8px 10px; } .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; }

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

}

/* Echo extension */ .mw-echo-ui-notificationBadgeButtonPopupWidget-popup { font-size: 12px; } .mw-echo-ui-notificationsInboxWidget-toolbarWrapper { margin-bottom: 10px; } .mw-echo-ui-crossWikiUnreadFilterWidget-group { display: none; } .oo-ui-popupWidget-body-padded { margin-top: 8px; } .oo-ui-popupWidget-head { overflow: hidden; } .mw-echo-ui-overlay { z-index: 100; }