Difference between revisions of "User:GreenDude/vector.css"

From Path of Diablo Wiki
Jump to: navigation, search
Line 1: Line 1:
/* Don't display some stuff on the main page */
+
/**
.page-Main_Page #deleteconfirm,
+
* Note: [[MediaWiki:Common.css]] [[MediaWiki:Vector.css]] is loaded in addition to these styles
.page-Main_Page #t-cite,
+
* This stylesheet is reserved only for styles that override rules in [[MediaWiki:Vector.css]].
.page-Main_Page #footer-info-lastmod,
+
* Please use [[Extension:TemplateStyles]] where possible.
.action-view.page-Main_Page #siteSub,
+
*/
.action-view.page-Main_Page #contentSub,
+
/* [[phab:T281974]] */
.action-view.page-Main_Page #contentSub2 {
+
.skin-vector-2022 #coordinates {
display: none !important;
+
top: 2em;
 
}
 
}
  
/* Position coordinates */
+
#mw-indicator-attached-kml #coordinates,
#coordinates {
+
#mw-indicator-coordinates #coordinates {
position: absolute;
+
    right: auto;
top: 0;
+
    position: relative;
right: 0;
+
    top: auto;
float: right;
+
    line-height: 2;
margin: 0;
+
    float: none;
padding: 0;
 
line-height: 1.5em;
 
text-align: right;
 
text-indent: 0;
 
font-size: 85%;
 
text-transform: none;
 
white-space: nowrap;
 
}
 
/* correct position for VE */
 
.ve-ce-surface #coordinates {
 
margin-right: 2em;
 
margin-top: -1em;
 
}
 
.mw-indicator #coordinates {
 
position: absolute;
 
top: 3.5em;
 
right: 0;
 
line-height: 1.6;
 
text-align: right;
 
font-size: 92%;
 
white-space: nowrap;
 
}
 
 
 
#mw-indicator-coordinates {
 
font-size: 13px;
 
}
 
 
 
/* FR topicon position */
 
body.skin-vector-legacy div.flaggedrevs_short {
 
position: absolute;
 
top: -3em;
 
right: 100px;
 
z-index: 1;
 
}
 
 
 
/* Make "From Wikipedia, the free encyclopedia" a bit smaller */
 
body.skin-vector-legacy #siteSub {
 
font-size: 92%;
 
}
 
 
 
 
 
/* Move page status indicators down slightly */
 
body.skin-vector-legacy .mw-indicators {
 
padding-top: 0.4em;
 
 
}
 
}
  
/* Override [[phab:T265947]] */
+
/* [[phab:T340810]] */
.mw-body-content blockquote {
+
.mw-indicators {
border-left: none;
+
    display: flex;
 +
    column-gap: 10px;
 +
    flex-wrap: wrap;
 
}
 
}

Revision as of 03:42, 6 February 2024

/**
 * Note: [[MediaWiki:Common.css]] [[MediaWiki:Vector.css]] is loaded in addition to these styles
 * This stylesheet is reserved only for styles that override rules in [[MediaWiki:Vector.css]].
 * Please use [[Extension:TemplateStyles]] where possible.
 */
/* [[phab:T281974]] */
.skin-vector-2022 #coordinates {
	top: 2em;
}

#mw-indicator-attached-kml #coordinates,
#mw-indicator-coordinates #coordinates {
    right: auto;
    position: relative;
    top: auto;
    line-height: 2;
    float: none;
}

/* [[phab:T340810]] */
.mw-indicators {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}