MediaWiki:Common.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 346: Line 346:
.ns-2.action-view #contentSub, .ns-200.action-view #contentSub, .ns-202.action-view #contentSub {
.ns-2.action-view #contentSub, .ns-200.action-view #contentSub, .ns-202.action-view #contentSub {
display: none !important;
display: none !important;
}
.action-edit .pagetitle {
display: block !important;
}
}
.mw-special-EditProfile .pagetitle,
.mw-special-EditProfile .pagetitle,

Revision as of 18:55, March 1, 2019

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

/* Patroller highlights */
.mw-userlink[title="User:CabalRedGuard"],
.mw-userlink[title="User:CIA391"],
.mw-userlink[title="User:Guahanboy 98"],
.mw-userlink[title="User:Hawki"],
.mw-userlink[title="User:KFC just"],
.mw-userlink[title="User:Observance"],
.mw-userlink[title="User:OmgHAX!"],
.mw-userlink[title="User:MorningWalker"],
.mw-userlink[title="User:Spartacus"],
a.whopatrol, #whopatrollers a {
	color: #b78c25 !important;
}

/* Administrator highlights */
.mw-userlink[title="User:Arcmind-1"],
.mw-userlink[title="User:Primus Draug'oth"],
a.whoadmin, #whoadmins a {
	color: #048204 !important;
}

/* Bureaucrat highlights */
.mw-userlink[title="User:Dante the Ghost"],
.mw-userlink[title="User:Shazamikaze"],
a.whocrat, #whocrats a {
	color: #9370DB !important;
}

/* Developer highlights */
.mw-userlink[title="User:Porplemontage"],
a.whodev, #whodevs a {
	color: #F26500 !important;
}

/* Bot highlights */
.mw-userlink[title="User:PorpleBot"],
.mw-userlink[title="User:Spartabot"],
a.whobot {
	color: #FF8C00 !important;
}

/* General */

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

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

.spoiler {
	width: 70%;
	padding: 0.2em;
	margin: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.catlinks {
	background: #f9f9f9;
}

pre { 
	overflow: auto;
}

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

#WhosOnlineDiv {
	margin-bottom: -5px;
}
#whosonline a:visited {
	color: #0000FF;
}

/* References */
ol.references {
	margin-top: 0;
	font-size: 90%;
}
.references-small {
	font-size: 80%;
}
ol.references > li:target {
	background-color: #ddeeff;
}
sup.reference:target {
	background-color: #ddeeff;
}
.references {
	font-size: 92%;
}

/* Checkered background for transparent images. See also http://www.mediawiki.org/wiki/Special:Code/MediaWiki/20065 */
#file img {
	background: url(/images/Checker-16x16.png) repeat;
}

html .thumbimage, .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;
}
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 {
	display: none;
}

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

/* Era icons */
#title-eraicons { 
	display: none !important;
	visibility: hidden !important;
}
#title-linktabs { 
	position: absolute;
	right: 0;
	top: -46px;
}

#title-linktabs img {
	padding: 0 1px;
}

.foreground a {
	color: #1AAAE7;
}

/* Navboxes */
.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 {
	margin: 15px auto 2px !important;
}
.navbox .navbox {
	margin: 0 auto !important;
}
.navbox + div + p + .navbox, 
.navbox + p + .navbox,
.navbox + .navbox {
	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;
}

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

/* Video widget */
.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 */
.editOptions .g-recaptcha {
	margin-bottom: 10px;
}
.mw-ui-vform {
	width: 302px;
}

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

/* Hide help links in top-right */
.mw-indicators {
	display:none;
}

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

/* Reference tooltips */
.referencetooltip li {
	background: #F2F3F4;
        border-color: #999999;
}
.referencetooltip li+li {
        border-top-color: #999999;
}
.referencetooltip.RTflipped li+li {
        border-bottom-color: #999999;
}
.RTTarget {
        border-color: #999999;
}

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

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

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

/* SocialProfile */
.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;
}
.action-edit .pagetitle {
	display: block !important;
}
.mw-special-EditProfile .pagetitle,
.mw-special-UpdateProfile .pagetitle,
.mw-special-UploadAvatar .pagetitle {
	display: block !important;
}
.user-section-heading {
	clear: both;
}
#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;
}
.user-board-message {
	background: #fff;
	border: 1px solid #C9D6E0;
}
.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; 
}