МедијаВики:Common.css

Од Wikisource

Напомена: По објавувањето може да треба да го исчистите меѓускладот (кеш) на прелистувачот за да можете ги видите промените.

  • Firefox / Safari: Држете Shift и стиснете на Превчитај (Reload) или притиснете Ctrl-F5 или Ctrl-R (⌘-R на Mac);
  • Google Chrome: Притиснете Ctrl-Shift-R (⌘-R на Mac)
  • Internet Explorer / Edge: Држете Ctrl додека притискате на Refresh или притиснете Ctrl-F5.
  • Opera: Стиснете на Ctrl-F5.
@charset "utf-8";
/*	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; */
/*	stylesheets being tested	*/
@import url('/w/index.php?title=User:George_Orwell_III/common.css/dynimg.css&action=raw&ctype=text/css') screen;
/*********
** 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, div.headertemplate, div.footertemplate, div#divMediaWiki-Proofreadpage_header_template {
	border: 1px solid #ADA;
	background-color: #E4F2E4;
}
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 */
.processheadertemplate, .portalheadertemplate, .authortemplate, .headertemplate {
	width: 100%;
	margin-bottom: 5px;
}
/* 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 */
.process_notes, .author_notes, .portal_notes, .header_notes {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 0.5em;	/* a bit of space before body-text; 1em might be better... */
}
.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 {
	box-sizing: border-box;
	font-size: 0.9em;
	padding: 0.50em 0.10em 0.50em 0.10em;
	text-align: center;
	margin-bottom: 5px;
	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 */
.portalheadertemplate {
	border: 1px solid #36A;
	background-color: #DDE;
}
.portal_notes {
	border-bottom: 1px solid #88A;
	background-color: #FCFBFF;
}
/* 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;
}
/*********
** 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 */
body.ns-104 div.pagetext {
	text-align: justify;
}
/* Paragraph markers (no IE6 support) */
body.ns-104 div.pagetext > p {
	/* @embed */
	background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Paragraph-mark.svg/6px-Paragraph-mark.svg.png');
	background-position: 0 .33em;
	background-repeat: no-repeat;
	margin-left: -10px;
	padding-left: 10px;
}
/* ProofreadPage */
.quality4 { background-color: #90ff90; }
.quality3 { background-color: #ffe867; }
.quality2 { background-color: #b0b0ff; }
.quality1 { background-color: #ffa0a0; }
.quality0 { background-color: #ddd; }
.qualitye { background-color: #ffffff; }
.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;
}
/*
 * Single entry from [w:MediaWiki:Gadget-charinsert.css]
 */
div#editpage-specialchars {
	display: block;
	margin-top: 0.50em;
	border: 1px solid #c0c0c0;
	padding: 0.30em;
}
/* prevent line-height resizing for <sup> and <sub> */
sup, sub {
	line-height: 0 !important;
}
/*
 * Dynamic Layouts
 *
 * sidenotes
 */
body.ns-104 .sidenote-left {
	position: absolute;
	left: 0;
	width: 6em;
	padding-right: 1em;
	text-indent: 0em;
	text-align: left;
}
body.ns-104 .sidenote-right {
	position: absolute;
	right: 0;
	width: 6em;
	padding-left: 1em;
	text-indent: 0em;
	text-align: left;
}
/* @end */