ਮੀਡੀਆਵਿਕੀ:Common.css

ਵਿਕੀਸਰੋਤ ਤੋਂ

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* end baseline See  [[MediaWiki:Gadget-Site.css]]  for remaining CSS loaded */
/* @import url('/w/index.php?title=MediaWiki:Dynimg.css&action=raw&ctype=text/css') screen; */
@import url('//en.wikisource.org/w/index.php?title=MediaWiki:Dynimg.css&action=raw&ctype=text/css') screen;

/*	Stylesheets being tested	*/
/* @import url('/w/index.php?title=MediaWiki:Coltest.css&action=raw&ctype=text/css') screen; */
/*@import url('//en.wikisource.org/w/index.php?title=MediaWiki:Dynimg.css&action=raw&ctype=text/css') screen;*/

/* ######## TESTS OR TEMPS BELOW ######### */

@media screen {
.mw-body .mw-body-content .hdng { background: none; line-height: normal; margin: 0; padding: 0; border-bottom: medium none currentColor; font-weight: 400; text-decoration: none; font-family: "Linux Libertine",Georgia,Times,serif; overflow: hidden; }
.mw-body .mw-body-content h1.hdng { margin-top: 0.67em; margin-bottom: 0.67em; font-size: 2.00em; border-bottom: medium none currentColor; font-weight: 400; text-decoration: none; font-family: "Linux Libertine",Georgia,Times,serif; }
.mw-body .mw-body-content h2.hdng { margin-top: 0.83em; margin-bottom: 0.83em; font-size: 1.50em; border-bottom: medium none currentColor; font-weight: 400; text-decoration: none; font-family: "Linux Libertine",Georgia,Times,serif; }
.mw-body .mw-body-content h3.hdng { margin-top: 1.00em; margin-bottom: 1.00em; font-size: 1.17em; border-bottom: medium none currentColor; font-weight: 400; text-decoration: none; font-family: "Linux Libertine",Georgia,Times,serif; }
.mw-body .mw-body-content h4.hdng { margin-top: 1.33em; margin-bottom: 1.33em; font-size: 1.00em; border-bottom: medium none currentColor; font-weight: 400; text-decoration: none; font-family: "Linux Libertine",Georgia,Times,serif; }
.mw-body .mw-body-content h5.hdng { margin-top: 1.67em; margin-bottom: 1.67em; font-size: 0.83em; border-bottom: medium none currentColor; font-weight: 400; text-decoration: none; font-family: "Linux Libertine",Georgia,Times,serif; }
.mw-body .mw-body-content h6.hdng { margin-top: 2.33em; margin-bottom: 2.33em; font-size: 0.67em; border-bottom: medium none currentColor; font-weight: 400; text-decoration: none; font-family: "Linux Libertine",Georgia,Times,serif; }
}

.mw-abusefilter-editor { width: 600px }  /* widens abuse filter editor */
/* ######## END OF TESTS OR TEMPS ######## */
/*********
** 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;
}
/**
 * Adaptation for mobile and small resolution
 */
 
@media all and (max-width: 799px) {
	.wikisource-accueil-logo {
	position: static;
	}
	.wikisource-accueil-titre {
	position: static; left: auto; top: auto; padding: 0;
	}
	.wikisource-accueil-soustitre {
	position: static; left: auto; top: auto; padding: 0;
	}
	.wikisource-accueil-colonne60 {
		float: inherit;
		width: inherit;
	}
	.wikisource-accueil-colonne40 {
		float: inherit;
		width: inherit;
	}
	.wikisource-accueil-colonne-gauche {
		padding-right: 0;
	}
	.wikisource-accueil-colonne-droite {
		padding-left: 0;
	}
	.wikisource-accueil-m-superflu {
		display: none;
	}
}