تفصیل کے لیے کھولیں کے بٹن پر کلک کریں یاددہانی: محفوظ کرنے کے بعد تازہ ترین تبدیلیوں کو دیکھنے کے لیے آپ کو اپنے براؤزر کا کیش صاف کرنا ہوگا۔

  • فائرفاکس/ سفاری: جب Reload پر کلک کریں تو Shift دبا کر رکھیں، یا Ctrl-F5 یا Ctrl-R دبائیں (Mac پر R- )
  • گوگل کروم: Ctrl-Shift-R دبائیں (Mac پر Shift-R-⌘)
  • انٹرنیٹ ایکسپلورر: جب Refresh پر کلک کریں تو Ctrl یا Ctrl-F5 دبائیں
  • اوپیرا: Tools → Preferences میں جائیں اور کیش صاف کریں

#wpTextbox1 {
  font-family: "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
  font-size: 100%;
}

#wpSummary, .mw-changeslist-title, .ve-ui-mwWikitextSurface .ve-ce-documentNode {
  font-family: "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
}

html,
div.mw-body,
textarea,
.ns-special,
.mw-body-content {
	font-family: 'Jameel Noori Nastaleeq' !important;
}
timeline {
    font-family: "Jameel Noori Nastaleeq", "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
}



/* temporary fix for T86979 */
.ui-dialog { right: auto; }


/* For IE 
#mw-panel {
  font-family: Amiri, "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
  #content {margin-right: 10em !important;}
  #p-logo a {background-size: 5em; width: 6em;}
}
#p-logo a {background-size: 5em; width: 6em;}
#content {margin-right: 8em !important;}
#mw-head {width: 105.8% !important;}
#footer {margin-right: 8em !important;}*/

/* For browsers other than IE */
/*html>body #mw-panel {
  font-family: "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
}
 html>body #p-logo a {background-size: 5em; width: 6em;}
html>body #content {margin-right: 8em !important;}
html>body #mw-head {width: 105.8% !important;}
html>body #footer {margin-right: 8em !important;}*/

#catlinks, #catlinks div {
    text-align: right !important;
}


/* عارضی 
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: 1em;
}

input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
    font-size: 14px;
}*/

#mw-indicator-mw-helplink {
    display:none;
}

/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row],
.wikitable.plainrowheaders th[scope=rowgroup] {
	font-weight: normal;
	/* @noflip */
	text-align: right;
}

/* Dialog box container */
#peshkarModal {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Dialog box */
#peshkarContent {
    background-color: #fff;
    margin: 15% auto;
    padding: 6px;
    border-radius: 2px;
    border: 1px solid #000;
    width: 50%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}

/* Title bar */
#peshkarHeader {
    color: black;
    border-bottom: 1px solid;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

#peshkarTitle {
  padding: 5px 26px;
  background: linear-gradient(#36c, #4f7fdf);
  color: white;
  font-size: 18px;
  cursor: move;
}

#lineBreakSpace {
	margin-top: 11px;
}

#infoboxCheckbox {
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 13px;
	margin-top: 3px;
}

#infoboxCheckboxText {
	padding: 19px;
	font-size: 18px;
}

#listHeader {
	padding: 15px 15px;
	font-size: 18px;
	margin-top: -20px;
}

#durustiList {
	font-size: 16px;
	padding: 5px 25px;
	margin-top: -15px;
}

/* Close button */
.closeButton {
	font-family: inherit;
	font-size: 16px;
    background-color: #498013;
    color: white;
    padding: 7px 25px;
    margin: 25px;
    border: none;
    cursor: pointer;
    float: left;
}

/* Accept button */
.acceptButton {
	font-family: inherit;	
	font-size: 16px;
    background-color: #36c;
    color: white;
    padding: 7px 30px;
    margin: 25px;
    margin-left: -15px;
    border: none;
    cursor: pointer;
    float: left;
}

/* Clear float styles */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#statusBox {
    position: fixed;
    width: 60%;
    height: auto;
    max-width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f6f6;
    border-radius: 25px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    box-shadow: 10px 15px 20px 2px rgba(0, 0, 0, 0.17);
    padding: 20px;
}

/* Media query for tablets and desktops */
@media (min-width: 768px) {
    #statusBox {
        width: 30%; 
        max-width: 600px;
    }
}

/* Media query for large desktops */
@media (min-width: 1200px) {
    #statusBox {
        width: 18%;
        padding: 10px;
    }
}


.status-header {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    display: block;
}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 5px; 
    transition: transform 0.6s, background-color 0.1s;
}