MediaWiki:Common.css: Perbedaan revisi

Dari Isa Mujahid Islam
Loncat ke navigasi Loncat ke pencarian
(menghilangkan kata media)
 
(7 revisi antara oleh pengguna yang sama tidak ditampilkan)
Baris 4: Baris 4:
 
font-family:'noorehuda';
 
font-family:'noorehuda';
 
src:local("noorehuda"),
 
src:local("noorehuda"),
url(/fonts/noorehuda.ttf);
+
url(https://isa.web.id/fonts/noorehuda.ttf);
/* format("truetype"); */
+
/* 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-weight:400; */
 
/* font-style:normal; */
 
/* font-style:normal; */
Baris 12: Baris 21:
 
.quran {
 
.quran {
 
     direction: rtl;
 
     direction: rtl;
     font-family: 'Scheherazade', serif;
+
     font-family: 'noorehuda', serif;
     font-size: 30px;
+
     font-size: 34px;
 +
    text-align: right;
 +
    line-height: 200%;
 +
}
 +
 
 +
.arab {
 +
    direction: rtl;
 +
    font-family: 'scheherazade', serif;
 +
    font-size: 34px;
 
     text-align: right;
 
     text-align: right;
 
     line-height: 200%;
 
     line-height: 200%;
 
}
 
}

Revisi terkini pada 4 Agustus 2022 15.05

/* 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%;
}