MediaWiki:Mobile.css

Dari Isa Mujahid Islam
Loncat ke navigasi Loncat ke pencarian

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

  • Firefox/Safari: Tahan Shift ketika diklik Reload, atau tekan Ctrl-F5 atau Ctrl-R (⌘-R di Mac)
  • Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R di Mac)
  • Internet Explorer: Tekan Ctrl ketika diklik Refresh, atau tekan Ctrl-F5
  • Opera: Pergi ke Menu → Settings (Opera → Preferences di Mac) lalu ke Privacy & security → Clear browsing data → Cached images and files.
/* All CSS here will be loaded for users of the mobile site */

/* CSS yang ada di sini akan diterapkan pada semua kulit. */

@font-face{
	font-family:'noorehuda';
	src:local("noorehuda"),
		url(https://isa.web.id/fonts/noorehuda.ttf);
		/* format("truetype"); */
	/* font-weight:400; */
	/* font-style:normal; */
}

@font-face{
	font-family:'scheherazade';
	src:local("scheherazade"),
		url(https://isa.web.id/fonts/Scheherazade-R.ttf);
		/* format("truetype"); */
	/* font-weight:400; */
	/* font-style:normal; */
}

.quran {
    direction: rtl;
    font-family: 'noorehuda', serif;
    font-size: 34px;
    text-align: right;
    line-height: 200%;
}

.arab {
    direction: rtl;
    font-family: 'scheherazade', serif;
    font-size: 34px;
    text-align: right;
    line-height: 200%;
}