ผู้ใช้:Passawuth/monobook.css

จาก วิกิซอร์ซ

หมายเหตุ: หลังเผยแพร่ คุณอาจต้องล้างแคชเว็บเบราว์เซอร์ของคุณเพื่อดูการเปลี่ยนแปลง

  • ไฟร์ฟอกซ์ / ซาฟารี: กด Shift ค้างขณะคลิก Reload หรือกด Ctrl-F5 หรือ Ctrl-R (⌘-R บนแมค)
  • กูเกิล โครม: กด Ctrl-Shift-R (⌘-Shift-R บนแมค)
  • อินเทอร์เน็ตเอกซ์พลอเรอร์ และ Edge: กด Ctrl ค้างขณะคลิก Refresh หรือกด Ctrl-F5
  • โอเปร่า: กด Ctrl-F5
/* This stylesheet affects all skins. */
 
/*********
** Various tweaks
*********/
/* Hide crumb navigation in main namespace */
.ns-0 .subpages {
	display:none;
}
 
/* Fix copy&paste formatting */
.verse pre {
	margin:0;
	padding-left:2em;
	border:0;
	background:#FFF;
	font-family:sans-serif;
	white-space:pre;
	line-height:150%;
}
.verse p {
	white-space:pre;
}
 
/* Short lines preferred by some editors */
.prose {
	width:35em;
	margin:0px auto;
	text-align:justify;
}
 
/* show deleted text hidden by {{tl|copyvio}} */
.page-Special_Undelete div#copyvio {
	display:block !important;
}

/*********
** Most-used standard templates
*********/
/* {{textinfo}} */
.textinfo {
	margin:1px;
	padding:1px;
	border:1px solid #0E8605;
	background:#B0E0A0;
	text-align:left;
}
.textinfo th {
	background:#0E8605;
	text-align:center;
	font-weight:normal;
	color:#FFF;
}
.textinfo td {
	background:#C6FFC6;
}
 
/* {{featured}} */
 #cornerbox {
	position:absolute;
	top:0.3em;
	right:0.2em;
	border:1px solid #BBB;
	font-size:0.8em;
}
 
/* {{header}} */
table.headertemplate {
	width:100%;
	margin-bottom:5px;
	border:1px solid #ADA;
	background:#E4F2E4;
	text-align:center;
	font-size:0.9em;
}
.headertemplate .header_backlink,
.headertemplate .header_forelink {
	width:20%;
	font-size:0.9em;
}
.header_notes {
	width:100%;
	border-bottom:1px solid #A88;
	background:#FAFAFF;
	font-size:0.9em;
}
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align:left; }
.headertemplate .header_forelink { text-align:right; }
 
/* {{author}} */
.authortemplate {
	width:100%;
	margin-bottom:5px;
	border:1px solid #BEA2A2;
	background:#E4D8D8;
}
.authortemplate .author_backlink,
.authortemplate .author_forelink {
	width:20%;
	font-size:0.9em;
}
.authortemplate .author_name {
	width:60%;
	text-align:center;
}
.author_notes {
	width:100%;
	border-bottom:1px solid #A88;
	background:#FFFBFC;
	font-size:0.9em;
}
.author_seealso {
	float:right;
	padding:2px;
	margin:0 0 0.5em 1em;
	border:1px solid #CCC;
}
 
/*********
** Standard formatting classes
*********/
/* messagebox */
.messagebox {
	width:80%;
	margin:0 auto 1em auto;
	padding:.2em;
	border:1px solid #AAA;
	background:#F9F9F9;
	text-align:justify;
}
.messagebox.standard-talk {
	border:1px solid #C0C090;
	background:#F8EABA;
}
 
/* grayscale tables */
table.prettytable {
	margin:1em 1em 1em 0;
	background:#F9F9F9;
	border:1px #AAA solid;
	border-collapse: collapse;
}
table.prettytable th,
table.prettytable td {
	padding:0.2em;
	border:1px #AAA solid;
}
table.prettytable th {
	background:#F2F2F2;
	text-align:center;
}
 
/*********
** Main page
*********/
.page-Main_Page .firstHeading,
.page-Main_Page #siteSub {
	display:none;
}
.main_page {
	position:static;
}
.main_page h1 {
	margin:0 !important;
	padding:0;
	border:0;
	font-size:1.75em;
}
.main_page .titlebox {
	width:100%;
	padding-left:2em;
	border:1px solid #CCC;
	background:#FCFCFC;
}
.main_page .titlebox div {
	margin-left:2em;
	font-size:0.95em;
}
.main_page .portals {
	width:11%;
	font-size:.95em;
}
.main_page .subheader {
	width:100%;
	margin:-.8em 0 -.7em 0;
	background:none;
	font-size:0.95em;
}
.main_page .subheader td {
	padding:10px 0;
}
.main_page th {
	padding-left: 0.4em;
	border:1px solid #A3B0BF;
	background:#ECDCC8;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
.main_page .blurb {
	width:60%;
	padding:1em;
	border:1px solid #68A;
	background:#FFE4C4;
}
.main_page .blurb img {
	float:left;
	margin:0 .7em 0 .3em;
}
.main_page .mpsidebox {
	width:30%;
	border:1px solid #68A !important;
}
.main_page .featuredtext {
	border:1px solid #68A;
}
.main_page .mpsidebox table,
.main_page .featured_text table {
	width:100%;
	vertical-align:top;
}
.main_page .sisterprojects {
	margin:-0px -8px;
	border-spacing:8px;
}
.main_page .sisterprojects .sptd {
	padding:10px;
	border:1px solid #BBB;
	vertical-align:top;
}
 
/*********
** Page namespace
*********/
/* transcluded pages */
.lefttext p {
	text-indent:2em;
}
.lefttext {
	width:33em;
	text-align:justify;
	margin:5em;
}
 
/* Justify and indent text */
body.ns-104 {
	text-align:justify;
}
 
.quality4 {
        background:#90ff90;
}
 
.quality3 {
        background:#ffe867;
}
 
.quality2 {
        background:#b0b0ff;
}
 
.quality1 {
        background:#ffa0a0;
}
 
 
/*********
** Wikisource:CommonsTicker
*********/
/* remove list bullets */
.tickerList ul,
.tickerList ul li {
	list-style:none;
	text-indent:-2em;
	margin-left:2em;
	text-align:left;
}
.tickerList ul ul,
.tickerList ul ul li {
	list-style:none;
	text-indent:0;
	margin-left:1.5em;
	text-align:left;
}
 
/* per-status styles */
.tickerStatus_done {
	text-decoration:line-through;
}
 
/* per-action styles */
.tickerAction_deleted:before,
.tickerAction_restored:before,
.tickerAction_deletedRev:before,
.tickerAction_replaced:before,
.tickerAction_replacedOwn:before,
.tickerAction_addedBad:before,
.tickerAction_removedBad:before,
.tickerAction_addedGood:before,
.tickerAction_removedGood:before {
	font-family:monospace;
	font-weight:bold;
}
.tickerAction_deleted:before {
	content:" GONE ";
	color:#F00;
}
.tickerAction_restored:before {
	content:" BACK ";
	color:#0B0;
}
.tickerAction_deletedRev:before {
	content:" -OLD ";
	color: #DAA;
}
.tickerAction_replaced:before {
	content:" REPL ";
	color:#C8F;
}
.tickerAction_replacedOwn:before {
	content:" UPDT ";
	color:#EAF;
}
.tickerAction_addedBad:before {
	content:" +VfD ";
	color:#F80;
}
.tickerAction_removedBad:before {
	content:" -VfD ";
	color:#0B0;
}
.tickerAction_addedGood:before{
	content:" +OK  ";
	color: #0B0;
}
.tickerAction_removedGood:before {
	content:" -OK  ";
	color:#F80;
}
 
/* usage list */
.tickerUsage {
	font-size:.8em;
}
 
/* template used by multiple images */
.tickerTemplateEntry {
	font-weight:bold;
}
 
/* minor entry styles */
.tickerMinorEntry  {
	color:#666;
}
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited {
	color:#669;
}
.tickerMinorEntry a.extiw,
.tickerMinorEntry a.extiw:link,
.tickerMinorEntry a.extiw:visited {
	color:#669;
}