Wikisumber
mswikisource
https://ms.wikisource.org/wiki/Laman_Utama
MediaWiki 1.47.0-wmf.2
first-letter
Media
Khas
Perbincangan
Pengguna
Perbincangan pengguna
Wikisumber
Perbincangan Wikisumber
Fail
Perbincangan fail
MediaWiki
Perbincangan MediaWiki
Templat
Perbincangan templat
Bantuan
Perbincangan bantuan
Kategori
Perbincangan kategori
Gerbang
Perbincangan gerbang
Pengarang
Perbincangan pengarang
Karya
Perbincangan karya
Terjemahan
Perbincangan terjemahan
Laman
Perbincangan laman
Indeks
Perbincangan indeks
TimedText
TimedText talk
Modul
Perbincangan modul
Acara
Perbincangan acara
MediaWiki:Gadget-PageNumbers-core.css
8
3068
22993
22965
2026-05-18T01:45:48Z
Hakimi97
9
22993
css
text/css
/**
* This is CSS for the [[MediaWiki:Gadget-PageNumbers-core.js]] gadget
*
* This defines some common CSS that applies to all layouts, as well
* as the side-wide Layouts.
*/
/* The clearfix */
.wsg-pagenumbers-clearfix:after {
content: "";
display: table;
clear: both;
}
#ct-pagenumbers {
position:absolute;
top:0;
left:0;
}
/*
* Style of the pagenumber span when inline with the text
*/
span.pagenumber {
color:#666666;
font-size:inherit;
line-height:inherit;
font-family:monospace;
font-weight:600;
vertical-align:top;
}
/*
* Style of the pagenumbers when beside the text
*/
div.pagenumber {
position:absolute;
font-size:calc(1rem - 5px);
line-height:calc(1rem * 1);
font-weight:normal;
font-style:normal;
text-indent:0em;
}
/*
* Hidden pagenumbers
*/
.pagenumber.pagenumber-invisible {
display:none;
}
/*
* Page extent overlay
*/
#highlight-area {
display:none;
position:absolute;
width:100%;
}
#highlight-area > div {
background-color: #000000;
opacity: 0.2;
filter: alpha(opacity=20);
}
/*
* Display options (other than layouts)
*/
.ws-display-serif {
font-family: "Linux Libertine", "Georgia", "Times", serif;
}
.ws-display-segoe-ui {
font-family: "Segoe UI", "Noto Sans Arabic", NotoSansArabic, -apple-system, BlinkMacSystemFont, sans-serif;
}
/*
* Built-in Layouts
*/
/* the basic layouts */
#pageContainer, .ws-page-container {
position: relative;
display: block;
margin-right: 0;
margin-left: 0;
/* Add some top margin to avoid pagenumbers crashing into header */
margin-top: 14px;
}
#regionContainer, .ws-region-container {
position: relative;
display: block;
}
/* Space for the page numbers if there are any */
.dynlayout-haspagenums #regionContainer, .dynlayout-haspagenums .ws-region-container {
margin-right: 3.00em;
margin-left: 3.00em;
}
#columnContainer, .ws-column-container {
position: static;
display: block;
margin-right: auto;
margin-left: auto;
}
#columnContainer img, .ws-column-container img {
/* Prevent images leaking out of the container */
max-width: 100%;
height: auto;
}
/*
* Layout 1: full width, sidenotes inset into text
*/
div.dynlayout-layout_1 .wst-sidenote {
margin:0.5em;
padding:3px;
border:solid 1px gray;
max-width:9em;
text-indent:0em;
text-align:left;
}
div.dynlayout-layout_1 .wst-sidenote-right {
clear: right;
float: right;
}
div.dynlayout-layout_1 .wst-sidenote-left {
clear: left;
float: left;
}
/*
* Layout 2: narrow, sidenotes on either side
*/
div.dynlayout-layout_2 #regionContainer, div.dynlayout-layout_2 .ws-region-container {
width:36em;
margin:0 auto 0 auto;
}
div.dynlayout-layout_2 #columnContainer, div.dynlayout-layout_2 .ws-column-container {
text-align:justify;
}
div.dynlayout-layout_2 .wst-sidenote {
position:absolute;
left:37em;
width:16em;
text-indent:0em;
text-align:left;
}
/*
* Layout 3: nearly-full width, sidenotes on right
*/
div.dynlayout-layout_3 #columnContainer, div.dynlayout-layout_3 .ws-column-container {
text-align:justify;
margin-right:calc(1rem * 9);
}
div.dynlayout-layout_3 .wst-sidenote {
position:absolute;
right:0;
width:9.00em;
background-color:#eeeeee;
text-indent:0.00em;
text-align:left;
}
/*
* Layout 4: narrow, sidenotes on either side
*/
div.dynlayout-layout_4 #regionContainer, div.dynlayout-layout_4 .ws-region-container {
width:36em;
margin:0 auto 0 auto;
}
div.dynlayout-layout_4 #columnContainer, div.dynlayout-layout_4 .ws-column-container {
text-align:justify;
}
div.dynlayout-layout_4 .wst-sidenote {
position:absolute;
left:37em;
width:16em;
text-indent:0em;
text-align:left;
}
l1y0fqdejasyfjo1cnq23528nyrcrfa
22994
22993
2026-05-18T01:52:54Z
Hakimi97
9
22994
css
text/css
/**
* This is CSS for the [[MediaWiki:Gadget-PageNumbers-core.js]] gadget
*
* This defines some common CSS that applies to all layouts, as well
* as the side-wide Layouts.
*/
/* The clearfix */
.wsg-pagenumbers-clearfix:after {
content: "";
display: table;
clear: both;
}
#ct-pagenumbers {
position:absolute;
top:0;
left:0;
}
/*
* Style of the pagenumber span when inline with the text
*/
span.pagenumber {
color:#666666;
font-size:inherit;
line-height:inherit;
font-family:monospace;
font-weight:600;
vertical-align:top;
}
/*
* Style of the pagenumbers when beside the text
*/
div.pagenumber {
position:absolute;
font-size:calc(1rem - 5px);
line-height:calc(1rem * 1);
font-weight:normal;
font-style:normal;
text-indent:0em;
}
/*
* Hidden pagenumbers
*/
.pagenumber.pagenumber-invisible {
display:none;
}
/*
* Page extent overlay
*/
#highlight-area {
display:none;
position:absolute;
width:100%;
}
#highlight-area > div {
background-color: #000000;
opacity: 0.2;
filter: alpha(opacity=20);
}
/*
* Display options (other than layouts)
*/
.ws-display-serif {
font-family: "Linux Libertine", "Georgia", "Times", serif;
}
.ws-display-segoe-ui {
font-family: "Segoe UI", NotoSansArabic, -apple-system, BlinkMacSystemFont, sans-serif;
}
/*
* Built-in Layouts
*/
/* the basic layouts */
#pageContainer, .ws-page-container {
position: relative;
display: block;
margin-right: 0;
margin-left: 0;
/* Add some top margin to avoid pagenumbers crashing into header */
margin-top: 14px;
}
#regionContainer, .ws-region-container {
position: relative;
display: block;
}
/* Space for the page numbers if there are any */
.dynlayout-haspagenums #regionContainer, .dynlayout-haspagenums .ws-region-container {
margin-right: 3.00em;
margin-left: 3.00em;
}
#columnContainer, .ws-column-container {
position: static;
display: block;
margin-right: auto;
margin-left: auto;
}
#columnContainer img, .ws-column-container img {
/* Prevent images leaking out of the container */
max-width: 100%;
height: auto;
}
/*
* Layout 1: full width, sidenotes inset into text
*/
div.dynlayout-layout_1 .wst-sidenote {
margin:0.5em;
padding:3px;
border:solid 1px gray;
max-width:9em;
text-indent:0em;
text-align:left;
}
div.dynlayout-layout_1 .wst-sidenote-right {
clear: right;
float: right;
}
div.dynlayout-layout_1 .wst-sidenote-left {
clear: left;
float: left;
}
/*
* Layout 2: narrow, sidenotes on either side
*/
div.dynlayout-layout_2 #regionContainer, div.dynlayout-layout_2 .ws-region-container {
width:36em;
margin:0 auto 0 auto;
}
div.dynlayout-layout_2 #columnContainer, div.dynlayout-layout_2 .ws-column-container {
text-align:justify;
}
div.dynlayout-layout_2 .wst-sidenote {
position:absolute;
left:37em;
width:16em;
text-indent:0em;
text-align:left;
}
/*
* Layout 3: nearly-full width, sidenotes on right
*/
div.dynlayout-layout_3 #columnContainer, div.dynlayout-layout_3 .ws-column-container {
text-align:justify;
margin-right:calc(1rem * 9);
}
div.dynlayout-layout_3 .wst-sidenote {
position:absolute;
right:0;
width:9.00em;
background-color:#eeeeee;
text-indent:0.00em;
text-align:left;
}
/*
* Layout 4: narrow, sidenotes on either side
*/
div.dynlayout-layout_4 #regionContainer, div.dynlayout-layout_4 .ws-region-container {
width:36em;
margin:0 auto 0 auto;
}
div.dynlayout-layout_4 #columnContainer, div.dynlayout-layout_4 .ws-column-container {
text-align:justify;
}
div.dynlayout-layout_4 .wst-sidenote {
position:absolute;
left:37em;
width:16em;
text-indent:0em;
text-align:left;
}
dja4zue3hihq30wz7bu22zr5j9wq1j3
22995
22994
2026-05-18T02:01:46Z
Hakimi97
9
22995
css
text/css
/**
* This is CSS for the [[MediaWiki:Gadget-PageNumbers-core.js]] gadget
*
* This defines some common CSS that applies to all layouts, as well
* as the side-wide Layouts.
*/
/* The clearfix */
.wsg-pagenumbers-clearfix:after {
content: "";
display: table;
clear: both;
}
#ct-pagenumbers {
position:absolute;
top:0;
left:0;
}
/*
* Style of the pagenumber span when inline with the text
*/
span.pagenumber {
color:#666666;
font-size:inherit;
line-height:inherit;
font-family:monospace;
font-weight:600;
vertical-align:top;
}
/*
* Style of the pagenumbers when beside the text
*/
div.pagenumber {
position:absolute;
font-size:calc(1rem - 5px);
line-height:calc(1rem * 1);
font-weight:normal;
font-style:normal;
text-indent:0em;
}
/*
* Hidden pagenumbers
*/
.pagenumber.pagenumber-invisible {
display:none;
}
/*
* Page extent overlay
*/
#highlight-area {
display:none;
position:absolute;
width:100%;
}
#highlight-area > div {
background-color: #000000;
opacity: 0.2;
filter: alpha(opacity=20);
}
/*
* Display options (other than layouts)
*/
.ws-display-serif {
font-family: "Linux Libertine", "Georgia", "Times", serif;
}
.ws-display-segoe-ui {
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}
/* Jawi / Arabic-script Malay */
.ws-display-segoe-ui :lang(ms-arab),
.ws-display-segoe-ui [lang|="ms-arab" i],
.ws-display-segoe-ui :lang(ar),
.ws-display-segoe-ui [lang|="ar" i],
.ws-display-segoe-ui .ms-arab,
.ws-display-segoe-ui .Arabic-script {
font-family: NotoSansArabic, "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
direction: rtl;
}
/*
* Built-in Layouts
*/
/* the basic layouts */
#pageContainer, .ws-page-container {
position: relative;
display: block;
margin-right: 0;
margin-left: 0;
/* Add some top margin to avoid pagenumbers crashing into header */
margin-top: 14px;
}
#regionContainer, .ws-region-container {
position: relative;
display: block;
}
/* Space for the page numbers if there are any */
.dynlayout-haspagenums #regionContainer, .dynlayout-haspagenums .ws-region-container {
margin-right: 3.00em;
margin-left: 3.00em;
}
#columnContainer, .ws-column-container {
position: static;
display: block;
margin-right: auto;
margin-left: auto;
}
#columnContainer img, .ws-column-container img {
/* Prevent images leaking out of the container */
max-width: 100%;
height: auto;
}
/*
* Layout 1: full width, sidenotes inset into text
*/
div.dynlayout-layout_1 .wst-sidenote {
margin:0.5em;
padding:3px;
border:solid 1px gray;
max-width:9em;
text-indent:0em;
text-align:left;
}
div.dynlayout-layout_1 .wst-sidenote-right {
clear: right;
float: right;
}
div.dynlayout-layout_1 .wst-sidenote-left {
clear: left;
float: left;
}
/*
* Layout 2: narrow, sidenotes on either side
*/
div.dynlayout-layout_2 #regionContainer, div.dynlayout-layout_2 .ws-region-container {
width:36em;
margin:0 auto 0 auto;
}
div.dynlayout-layout_2 #columnContainer, div.dynlayout-layout_2 .ws-column-container {
text-align:justify;
}
div.dynlayout-layout_2 .wst-sidenote {
position:absolute;
left:37em;
width:16em;
text-indent:0em;
text-align:left;
}
/*
* Layout 3: nearly-full width, sidenotes on right
*/
div.dynlayout-layout_3 #columnContainer, div.dynlayout-layout_3 .ws-column-container {
text-align:justify;
margin-right:calc(1rem * 9);
}
div.dynlayout-layout_3 .wst-sidenote {
position:absolute;
right:0;
width:9.00em;
background-color:#eeeeee;
text-indent:0.00em;
text-align:left;
}
/*
* Layout 4: narrow, sidenotes on either side
*/
div.dynlayout-layout_4 #regionContainer, div.dynlayout-layout_4 .ws-region-container {
width:36em;
margin:0 auto 0 auto;
}
div.dynlayout-layout_4 #columnContainer, div.dynlayout-layout_4 .ws-column-container {
text-align:justify;
}
div.dynlayout-layout_4 .wst-sidenote {
position:absolute;
left:37em;
width:16em;
text-indent:0em;
text-align:left;
}
3jm8jkgbmxztuu28q0ohitfla58jx2z
22996
22995
2026-05-18T02:04:25Z
Hakimi97
9
Membatalkan semakan [[Special:Diff/22995|22995]] oleh [[Special:Contributions/Hakimi97|Hakimi97]] ([[User talk:Hakimi97|bincang]])
22996
css
text/css
/**
* This is CSS for the [[MediaWiki:Gadget-PageNumbers-core.js]] gadget
*
* This defines some common CSS that applies to all layouts, as well
* as the side-wide Layouts.
*/
/* The clearfix */
.wsg-pagenumbers-clearfix:after {
content: "";
display: table;
clear: both;
}
#ct-pagenumbers {
position:absolute;
top:0;
left:0;
}
/*
* Style of the pagenumber span when inline with the text
*/
span.pagenumber {
color:#666666;
font-size:inherit;
line-height:inherit;
font-family:monospace;
font-weight:600;
vertical-align:top;
}
/*
* Style of the pagenumbers when beside the text
*/
div.pagenumber {
position:absolute;
font-size:calc(1rem - 5px);
line-height:calc(1rem * 1);
font-weight:normal;
font-style:normal;
text-indent:0em;
}
/*
* Hidden pagenumbers
*/
.pagenumber.pagenumber-invisible {
display:none;
}
/*
* Page extent overlay
*/
#highlight-area {
display:none;
position:absolute;
width:100%;
}
#highlight-area > div {
background-color: #000000;
opacity: 0.2;
filter: alpha(opacity=20);
}
/*
* Display options (other than layouts)
*/
.ws-display-serif {
font-family: "Linux Libertine", "Georgia", "Times", serif;
}
.ws-display-segoe-ui {
font-family: "Segoe UI", NotoSansArabic, -apple-system, BlinkMacSystemFont, sans-serif;
}
/*
* Built-in Layouts
*/
/* the basic layouts */
#pageContainer, .ws-page-container {
position: relative;
display: block;
margin-right: 0;
margin-left: 0;
/* Add some top margin to avoid pagenumbers crashing into header */
margin-top: 14px;
}
#regionContainer, .ws-region-container {
position: relative;
display: block;
}
/* Space for the page numbers if there are any */
.dynlayout-haspagenums #regionContainer, .dynlayout-haspagenums .ws-region-container {
margin-right: 3.00em;
margin-left: 3.00em;
}
#columnContainer, .ws-column-container {
position: static;
display: block;
margin-right: auto;
margin-left: auto;
}
#columnContainer img, .ws-column-container img {
/* Prevent images leaking out of the container */
max-width: 100%;
height: auto;
}
/*
* Layout 1: full width, sidenotes inset into text
*/
div.dynlayout-layout_1 .wst-sidenote {
margin:0.5em;
padding:3px;
border:solid 1px gray;
max-width:9em;
text-indent:0em;
text-align:left;
}
div.dynlayout-layout_1 .wst-sidenote-right {
clear: right;
float: right;
}
div.dynlayout-layout_1 .wst-sidenote-left {
clear: left;
float: left;
}
/*
* Layout 2: narrow, sidenotes on either side
*/
div.dynlayout-layout_2 #regionContainer, div.dynlayout-layout_2 .ws-region-container {
width:36em;
margin:0 auto 0 auto;
}
div.dynlayout-layout_2 #columnContainer, div.dynlayout-layout_2 .ws-column-container {
text-align:justify;
}
div.dynlayout-layout_2 .wst-sidenote {
position:absolute;
left:37em;
width:16em;
text-indent:0em;
text-align:left;
}
/*
* Layout 3: nearly-full width, sidenotes on right
*/
div.dynlayout-layout_3 #columnContainer, div.dynlayout-layout_3 .ws-column-container {
text-align:justify;
margin-right:calc(1rem * 9);
}
div.dynlayout-layout_3 .wst-sidenote {
position:absolute;
right:0;
width:9.00em;
background-color:#eeeeee;
text-indent:0.00em;
text-align:left;
}
/*
* Layout 4: narrow, sidenotes on either side
*/
div.dynlayout-layout_4 #regionContainer, div.dynlayout-layout_4 .ws-region-container {
width:36em;
margin:0 auto 0 auto;
}
div.dynlayout-layout_4 #columnContainer, div.dynlayout-layout_4 .ws-column-container {
text-align:justify;
}
div.dynlayout-layout_4 .wst-sidenote {
position:absolute;
left:37em;
width:16em;
text-indent:0em;
text-align:left;
}
dja4zue3hihq30wz7bu22zr5j9wq1j3
Laman:Perukunan.pdf/7
250
7675
22998
22947
2026-05-18T11:09:54Z
Mnam23
471
22998
proofread-page
text/x-wiki
<noinclude><pagequality level="1" user="Hadithfajri" /></noinclude><section begin="hukumair" />مك اير ايت سوچ ڽوچيکن جو (کدو) براوبه سبب مجاور يعني برچمفر دڠن بندا يڠ سوچ يڠ
بوليه دبيذاکن دان دچريکن درفد اير سفرة ݢهارو دان چندانا دان ميڽق دان برڠسباݢيڽ فدبندا يڠ سوچ مك براوبهله أير ايت دان جك باڽق إوبهڽ سوچ مڽوچيکن جوا (کتيݢ) براوبه
سبب روح يعني تراوکف دڠن باو بڠکي يڠبرهمبورن دڠن دڠن اير مك اير ايت سوچ مڽوچيکن جو حکمڽ
دان أير يڠ مكروه مماكيدي ايت تيݢ فركار (فرتام) اير يڠ ساڠة هاڠة (كدوا) أير يڠ ساڠت سجق
(کتيݢ) أير يڠترجمر فد نݢري يڠ ساڠة هاڠة مک سبب مکروه مماکي اير يڠ ساڠة هاڠة دان يڠ
ساڠة سجق ايت کارن ممبري کسکتن فد بدن دان تياد مکروه مماکي اير يڠ اݢهار هاڠتڽ دان سجقڽ دان
سبب مکروه ماکي اير يڠترجمر ايت کارن کات طبيب بهو اي ممفسکاي سوفق (مک) اير يڠ ترجمر ايت
جد مکروه مماکيدي دڠن امفت شرط (فرتام) جك اد اير اية ترچمر فد نݢري يڠ ساڠة هاڠة سفرة
نݢري مكة (كدو) جك اد اير ايت ترچمر ددالم باجن يڠ كنا توكل سفرة بسي أتو تمبݢا أتوا بارڠسباݢيڽ
لاين درفد باجن أمس دان فيرق دان كايو دان باتو دان تانه (كتيݢ) جك اد اير ايت ترفاكي
فد بدن مانسي جكلو فد ممنديكن ميت أتو كود اتو ترفاكي فد يڠ سوفق سكليفون (كأمفت) جك
ترفاكي يڠ ترچمر فد كتيكا هاڠتڽ جو (أدافين) جك ترفاكي اي فد كتيك هاڠتڽ تتاف ترفاكي
فد ممباسه كاين أتو بارڠسباݢيڽ مك تياداله مكروه مماكيدي (دان دمكينلاݢ) مكروه مماكي أير يڠ
دمركاي أتس قوم يڠ أمفو بايدي دان مكروه فول مماكي تانهڽ اكن تيمم يائت أير نݢري قوم ثمود
دان اير نݢري قوم لوط دان أير تلاݢ بروت دان أير بوم بابل دان أير تلاݢ ذروان مك جديله جمله أير يڠ مكروه مماكيدي ايت دلافن فركار (دان اير) مستعمل ايت يائت أير يڠ سوده ترفاكي فد
مڠهيلڠكن أتو مڠڠكتن حدث كچل أتو حدث بسر أتو يڠ سوده ترفاكي فد ممنديكن ميت أتو
اير يڠ سوده ترفاكي فدا برسمبهيڠ حنفي يڠ تياد برنية أي فد كتيك مڠمبل اير سمبهيڠ أتو ترفاكي فد أير
سمبهيڠ كانق٢ دان جك كانق٢ ايت تياد مميز سكليفون مك سكلين أير مستعمل يت تياد صح مڠڠكتكن
حدث كچل أتو حدث بسر أتو مڠهيلڠكن نجس دڠندي دان دمكينلاݢ جاد مستعمل أير يڠ كورڠ
درفد دوا قلة سبب دماسقكن كدالمڽ ايت أورڠيڠ مڠمبل أير دڠن تياد دنيتكن اكن ݢايوڠ
كمدين درفد سوده أي ممباسه موكاڽ سكال جك تيݢا كال جك جك دتڠݢلكنڽ منيݢا ديا<section end="hukumair" /><noinclude></noinclude>
2z76ee3rdii95edwioea5h6o0odk9xe
Laman:Sabilal Muhtadin Juzuk 1.pdf/5
250
8035
22997
2026-05-18T11:02:18Z
Mnam23
471
/* Belum dibaca pruf */ Mencipta laman baru dengan kandungan 'مسائله من كتب متأخري أئمتنا الشافعية كشرح المنهج لشيخ الإسلام زكريا الأنصاري ومفتي الخطيب الشربيني و تحفة ابن حجر المرضية و نهاية الجمال الرملي وغيرها من المتون والشروح والحواشي السنية}'
22997
proofread-page
text/x-wiki
<noinclude><pagequality level="1" user="Mnam23" /></noinclude>مسائله من كتب متأخري أئمتنا الشافعية كشرح المنهج لشيخ الإسلام زكريا الأنصاري ومفتي
الخطيب الشربيني و تحفة ابن حجر المرضية و نهاية الجمال الرملي وغيرها من المتون والشروح والحواشي
السنية}<noinclude></noinclude>
r4erx91hd8lqmoyxr250psms2tsvquj