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

  • ไฟร์ฟอกซ์ / ซาฟารี: กด Shift ค้างขณะคลิก Reload หรือกด Ctrl-F5 หรือ Ctrl-R (⌘-R บนแมค)
  • กูเกิล โครม: กด Ctrl-Shift-R (⌘-Shift-R บนแมค)
  • อินเทอร์เน็ตเอกซ์พลอเรอร์ และ Edge: กด Ctrl ค้างขณะคลิก Refresh หรือกด Ctrl-F5
  • โอเปร่า: กด Ctrl-F5
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai+Looped:wght@300;600&family=Noto+Sans+Thai:wght@300;400;600&display=swap');
h1, h2, h3, h4, h5, h6, .toc, .content-table-wrapper,.navbox {
    font-family: 'Noto Sans Thai',sans-serif !important;
}
.toc,.content-table-wrapper,.navbox {
	font-weight:500;
}
body{
	--ci1:#60f;
	--ci2:#f6a;
}
#bodyContent{
    font-size: 1.1em;
    line-height: 1.8;
    font-weight:300;
}


#catlinks-sidebar{
	   position: sticky;
    top: 1em;
}


#mw-header-container,#mw-header-nav-hack, #mw-header-hack{
	position:absolute !important;
}

.color-middle{
	background:#39f;
}
.color-left{
background:var(--ci1);	
}
.color-right{
background:var(--ci2);	
}
a{
	color:var(--ci1);
}

a:hover{
	color:var(--ci2);
}

.mw-body h1.firstHeading,
.tools-inline li.selected{
    border-bottom-color: var(--ci2);
}

.ambox {
    font-size: .7rem;
}

sup.reference {
    opacity: .2;
}