মিডিয়াউইকি:Gadget-Site.css

টীকা: সংরক্ষণ করার পর, পরিবর্তনসমূহ তৎক্ষণাৎ নাও দেখাতে পারে। আপনার ব্রাউজারের ক্যাশ কিভাবে এড়াবেন তা জানতে এখানে ক্লিক করুন।
  • ফায়ারফক্স / সাফারি: Shift ধরে রাখা অবস্থায়পুনঃলোড করুন-এ ক্লিক করুন, অথবা Ctrl-F5 বা Ctrl-R (ম্যাক-এ ⌘-R) চাপুন
  • গুগল ক্রোম: Ctrl-Shift-R (ম্যাক-এ ⌘-Shift-R) চাপুন
  • ইন্টারনেট এক্সপ্লোরার: Ctrl ধরে রাখা অবস্থায় Refresh-এ ক্লিক করুন, অথবা Ctrl-F5 চাপুন
  • অপেরা: মেনু → ব্যবস্থাপনাসমূহ-এ যান (ম্যাকে অপেরা → পছন্দসমূহ) এবং এরপর গোপনীয়তা ও সুরক্ষা → ব্রাউজিং-এর তথ্য পরিষ্কার করুন → ক্যাশে করা ছবি ও ফাইলগুলি

অন্যান্য ব্রাউজার সম্পর্কে বিশদ নির্দেশাবলীর জন্য, উইকিপিডিয়া:আপনার ক্যাশে বাইপাস করুন দেখুন।

/*	This stylesheet affects all skins	*/
/*	@import url('/w/index.php?title=MediaWiki:Common.css/Tweaks.css&action=raw&ctype=text/css') screen; */
/*	@import url('/w/index.php?title=MediaWiki:Common.css/Boxes.css&action=raw&ctype=text/css') screen; */
/*	@import url('/w/index.php?title=MediaWiki:Common.css/Lists.css&action=raw&ctype=text/css') screen; */
/*	@import url('/w/index.php?title=MediaWiki:Common.css/Mainpage.css&action=raw&ctype=text/css') screen; */

/* Cascades border-box value to all elements that accept it 
.mediawiki, .mediawiki *, .mediawiki *::before, .mediawiki *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/
/* WikiEditor toolbar components cannot handle cascade 
.wikiEditor-ui-toolbar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
*/
/* neither can latest notification and talk bubble backgrounds 
#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
*/
/*********
** TEMP Reproduce notorious 3.00em margin-left that WAS once part of Dynamic Layouts
*********/
/* setting ported to common.css on 01/25/2015 */
/* re-labeled ids moved to site.css on 05/03/2015 */
body.ns-0 div#pageContainer {
	position: relative;
	display: block;
	margin-right: 0;
	margin-left: 0;
}
body.ns-0 div#regionContainer {
	position: relative;
	display: block;
	margin-right: 3.00em;
	margin-left: 3.00em;
}
body.ns-0 div#columnContainer {
	position: static;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* Layout area after h1 firstHeading but before div #mw-content-text */
/* body.skin-vector div.mw-body-content {
	position: relative;
	font-size: calc((12 / 16) * 1.00em;
	line-height: 1.8667;
	z-index: 0;
}
*/
/*********
** Most-used standard templates
*********/
/*	All header templates	*/
div#divMediaWiki-Proofreadpage_header_template {
	width: 100%;
	float: left;		/* containment */
	padding: 0.5em 0;	/* do any l/r padding on an inner element */
	text-align: center;
}
/* colours common to Template:Header and MediaWiki:Proofreadpage header template */
table.headertemplate, table.footertemplate, .subheadertemplate, div#divMediaWiki-Proofreadpage_header_template {
	border: 1px solid #ACA;
	background-color: #E6F2E6;
}
div#divMediaWiki-Proofreadpage_header_template div.hAuthor {
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	font-size: 100%;
	font-weight: bold;
}
div#divMediaWiki-Proofreadpage_header_template div.hTitle {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-size: 120%;
	font-weight: bold;
}
div#divMediaWiki-Proofreadpage_header_template div.hDetails {
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	font-size: 90%;
}
div#divMediaWiki-Proofreadpage_header_template div.hNavigation {
	width: 100%;
	float: left;		/* containment */
	padding: 0.2em 0;	/* do any l/r padding on an inner element */
/* do not like this
 *	border-top: 1px solid #ADA;
 */
}
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavPrev {
	float: left;
	text-align: left;	/* override ambient for containing element */
	padding-left: 1em;
}
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavNext {
	float: right;
	text-align: right;	/* override ambient for containing element */
	padding-right: 1em;
}
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavCurrent {
	text-align: center;	/* after floats in source order! */
}
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavPrev,
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavNext {
	width: 20%;		/* as in Header and Author templates */
}
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavPrev span,
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavNext span {
	color: #808080;
}
/* Real header templates */
table.headertemplate, table.translationheadertemplate, table.portalheadertemplate, .subheadertemplate, .processheadertemplate, .authortemplate {
	width: 100%;
	margin-bottom: 4px;
}
/* Forward and backward link */
.gen_header_backlink, .gen_header_forelink {
	width: 20%;
	font-size: 0.9em;
	line-height: normal;
}
.gen_header_backlink {
	text-align: left;
}
.gen_header_forelink {
	text-align: right;
}
/* Title field */
.gen_header_title {
	width: 60%;
	text-align: center;
}
/* Notes field */
table.translation_notes, .process_notes, .author_notes {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.4;
	margin-bottom: 4px;	/* a bit of space before body-text; 1em might be better... */
}
table.header_notes {
	border-bottom: 1px solid #A0A0A0;
	background-color: #FAFAFF;
}
/* Specific header templates */
/* For Header template, see above with ProofreadPage code */
/* Template:Header (footer) */
.footertemplate {
	background-color: #E6F2E6;
	border: 1px solid #ACA;
	font-size: 0.90em;
	padding: 0.50em 0.10em 0.50em 0.10em;
	text-align: center;
	margin-bottom: 4px;
	width: 100%;
}
/* Template:Author */
.authortemplate {
	border: 1px solid #BEA2A2;
	background-color: #E4D8D8;
}
.author_notes {
	border-bottom: 1px solid #A88;
	background-color: #FFFBFC;
}
.author_seealso {	/* Remove this if we change to Plain_sister usage */
	float: right;
	padding: 2px;
	margin: 0 0 0.5em 1em;
	border: 1px solid #CCC;
}
/* Process_header template */
.processheadertemplate {
	border: 1px solid #966;
	background-color: #DCA;
}
.process_notes {
	border-bottom: 1px solid #A88;
	background-color: #FFFBFC;
}
/* Portal_header template */
table.portalheadertemplate {
	border: 1px solid #36A;
	background-color: #DDE;
}
table.portal_notes {
	border-bottom: 1px solid #88A;
	background-color: #FCFBFF;
}
/* Translation_header template */
table.translationheadertemplate {
	border: 1px solid #FDD017;
	background-color: #FFB;	
}
table.translation_notes {
	border-bottom: 1px solid #FDD017;
	background-color: #FFF8DC;	
}
/* TextInfo template */
.textinfo {
	background-color: #B0E0A0;
	border: 1px solid #0E8605;
	margin: 1px;
	padding: 1px;
}
.textinfo th {
	color: #FFFFFF !important;
	background-color: #0E8605;
	font-size: 1.2em !important;
	font-weight: normal;
	padding: 5px 5px 5px 5px !important;
	text-align: center;
}
.textinfo tr {
	vertical-align: top !important;
}
.textinfo td.col1 {
	color: #000000;
	background-color: #6EF7A7;
	font-weight: bold;
	padding: 3px 5px 3px 5px !important;
	text-align: right;
}
.textinfo td.col2 {
	background-color: #C6FFC6;
	padding: 3px 5px 3px 5px !important;
	text-align: left;
}
/*********
** Template namespace
*********/
/*Template documentation*/
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #AAA;
	background: #ECFCF4;
	padding: 5px;
}
/* force edit links to right in start box */
span#doc_editlinks {
	float: right !important;
	margin-right: 0.50em !important;
}
/*********
** File namespace
*********/
/* parameter fields for Information & Book templates */
.fileinfo-paramfield {
	display: table-cell;
	background: #CCF;
	font-weight: bold;
	padding-right: 0.40em;
	text-align: right;
	vertical-align: top;
	width: 15%;
}
/*********
** Page namespace
*********/
/* transcluded pages */
.lefttext p {
	text-indent: 2em;
}
.lefttext .poem p {
	text-indent: 0;
}
.lefttext .tiInherit p {
	text-indent: inherit;
}
.lefttext {
	width: 33em;
	text-align: justify;
	margin-left: 5em;
}
.leftoutdent {
	padding-left: 2em;
	text-indent: -2em;
	max-width: 33em;
	margin-left: 5em;
}
/* similar to tiInherit, above; wrap something with a div of this class and set line-height; poem-tags, too */
.lhInherit p {
	line-height: inherit;
}
.quote {
	color: #2F4F4F;		/* darkslategray (not a valid color name) */
	margin-left: 2em;
	margin-right: 2em;
}
/* Justify Text in Page namespace */
body.ns-104 div.pagetext, body.mw-mobile-mode div.pagetext {
	text-align: justify !important;
}
/* ProofreadPage */
.quality4 { background-color: #90ff90 !important; }
.quality3 { background-color: #ffe867 !important; }
.quality2 { background-color: #b0b0ff !important; }
.quality1 { background-color: #ffa0a0 !important; }
.quality0 { background-color: #ddd !important; }
.qualitye { background-color: #ffffff !important; }
.ns-104 .mw-editsection {
	visibility: hidden;
}
/* not in remarks */
div#remarks a.quality4 { background: #ffffff; }
div#remarks a.quality3 { background: #ffffff; }
div#remarks a.quality2 { background: #ffffff; }
div#remarks a.quality1 { background: #ffffff; }
div#remarks a.quality0 { background: #ffffff; }
div#remarks a.qualitye { background: #ffffff; }
/* pr_typos faux underline defaults */
.coquille {
	border-bottom: 1px dashed #666;
}
/* pr_typos message forced right in Quality bar */
body.ns-104 span#corr-info {
	float: right !important;
}
/*
 * Specific to manipulating image files (IMG) via class settings
 */
img.floatright {
	float: right !important;
}
img.floatleft {
	float: left !important;
}
/* Change the external link icon to an Adobe icon for all PDF files
 * in browsers that support these CSS selectors, like Mozilla and Opera
 */
.mw-body a[href$=".pdf"].external, .mw-body a[href*=".pdf?"].external, .mw-body a[href*=".pdf#"].external, .mw-body a[href$=".PDF"].external, .mw-body a[href*=".PDF?"].external, .mw-body a[href*=".PDF#"].external, div#mw_content a[href$=".pdf"].external, div#mw_content a[href*=".pdf?"].external, div#mw_content a[href*=".pdf#"].external, div#mw_content a[href$=".PDF"].external, div#mw_content a[href*=".PDF?"].external, div#mw_content a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	/* @noflip */
	padding-right: 18px;
}
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
 * is used (notably Template:PDFlink). This works in IE, unlike the above.
 */
.mw-body span.PDFlink a, div#mw_content span.PDFlink a {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	/* @noflip */
	padding-right: 18px;
}
/* @end */