मीडियाविकि:Modern.css

विकिपीडिया से

नोट: प्रकाशित करे के बाद, बदलाव देखे खातिर आपके अपने ब्राउजर के कैशे खाली करे के पड़ सकत बा।

  • फायरफॉक्स / सफारी:शिफ्ट दबा के रीलोड पर क्लिक करीं, या फिर Ctrl-F5 या Ctrl-R दबाईं (मैक पर ⌘-R)
  • गूगल क्रोम: Ctrl-Shift-R दबाईं (मैक पर ⌘-Shift-R)
  • इंटरनेट एक्स्प्लोरर/एज़: Ctrl दबा के Refresh पर क्लिक करीं, या Ctrl-F5 दबईं
  • ओपेरा: Menu → Settings में जाईं (मैक में Opera → Preferences) आ एकरे बाद Privacy & security → Clear browsing data → Cached images and files क्लिक करीं।
#firstHeading .mw-editsection a {
	color: white;
}

body.page-मय_पन #t-cite,
body.page-मय_पन #lastmod,
body.page-मय_पन #siteSub {
	display: none !important;
}

p.error {
	font-weight: bold;
}

/* some headroom for #coordinates to go in without #siteSub */
#mw_contentholder {
	padding-top: .4em;
}

/* Temporary until [[phab:T201663]] and/or [[phab:T200148#4493010]] are dealt with */
/* See [[Special:Permalink/854259361#Modern skin funky view on coordinates]] */
#mw_content {
	position: static;
}
/* Related to the above via [[phab:T200148]], prevent toolbars from overlapping notifications flyout */
/* Enhanced toolbar, visual editor bar, codeeditor linum */
.wikiEditor-ui-toolbar, .oo-ui-toolbar, .ace_editor {
	z-index: 0;
}

/* position coordinates */
#coordinates {
	position: absolute;
	z-index: 1;
	border: none;
	background: none;
	right: 1.17em;
	top: 6.1em;
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 1.17em;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}

/* important to keep the text predictably positioned */
#coordinates img {
	vertical-align: top;
}

.mw-topboxes {
	margin-top: -0.4em;
}