Pengguna:ZilentFyld/vector.css

Dari Wikikamus bahasa Indonesia, kamus bebas

Catatan: Setelah disimpan, Anda mungkin perlu melewati tembolok peramban web untuk melihat perubahan.

  • Firefox/Safari: Tekan dan tahan Shift sembari mengeklik Reload, atau tekan Ctrl-F5 atau Ctrl-R (⌘-R di Mac)
  • Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R di Mac)
  • Internet Explorer / Edge: Tahan Ctrl sembari mengeklik Refresh, atau tekan Ctrl-F5
  • Opera: Tekan Ctrl-F5.
/* change h3 to fit template*/
/*.ns-0 */#mw-content-text h3 {
	clear:none;
	font-size:140%;
	font-style:normal;
	font-weight: normal;
	border-bottom:1px dashed #AAA; 
	padding-top: .5em;
	padding-bottom: .17em;
}
/* change h4 to fit + picture*/
/*.ns-0 */#mw-content-text h4 {
	font-size:120%; 
	margin:10px 0;
}
/*.ns-0 */#Sinonim:before {
	content:url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/4e/Sinal_de_igual.svg/16px-Sinal_de_igual.svg.png);
	margin-right:2px;
}

/* Unrelated but If you do like my style that definitely make TOC full of section so I do this to make it use less space*/
/* try to visit :th:flod or :th:dag you'll get it */
/* editted from french wiktionary*/
.ns-0 .toclevel-2 span.tocnumber,
.ns-0 .toclevel-3 span.tocnumber
{display:none;}

/* Raccourcit les sommaires (TOC : table of contents) */
.ns-0 #toc li.toclevel-1 ul { display: inline; margin: 0; }
.ns-0 #toc li.toclevel-2 { display: inline; margin-left:0.5em; }
.ns-0 #toc li.toclevel-2:before { content:"—"; margin-right:0.5em; }
.ns-0 #toc li.toclevel-3 { display: inline; font-size: 85%; margin-left: 0.1em; }
.ns-0 #toc li.toclevel-3:before { content:"·"; margin-right:0.1em; }
.ns-0 #toc li.toclevel-3 ul { display: none; }