ميډياويکي:Monobook.css

د ويکيتابونه لخوا

يادښت: د غوره توبونو د خوندي کولو وروسته، خپل د کتنمل (بروزر) ساتل شوې حافظه تازه کړی.

  • فايرفاکس/ سفري: په دې کتنمل کې د Reload د ټکوهلو په وخت د Shift تڼۍ نيولې وساتی، او يا هم Ctrl-F5 يا Ctrl-Rتڼۍ کېښکاږۍ (په Apple Mac کمپيوټر باندې ⌘-R کېښکاږۍ)
  • گووگل کروم: په دې کتنمل کې د Ctrl-Shift-R تڼۍ کېښکاږۍ (د مک لپاره ⌘-Shift-R)
  • انټرنټ اېکسپلورر: په دې کتنمل کې د Refresh د ټکوهلو په وخت کې د Ctrl تڼۍ کېښکاږلې ونيسۍ، او يا هم د Ctrl-F5 تڼۍ کېښکاږۍ
  • اوپرا: په دې کتنمل کې د خپل براوزر ساتل شوې حافظه پدې توگه سپينولی شی Tools→Preferences
/* د ويکيمېډيا بنسټ سره مالي مرسته */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    text-align: center;
    background: transparent;
}


body {
font-size: 75%;
font-family: Tahoma, Roya, Pokhto,  sans-serif;
}

/* BEGIN LIGHT BLUE SECTION */
/* Make all non-mainspace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */
 
/* Make content area light blue in all namespaces except articles (main namespace) */
 
#content,
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF; /* a light blue */
}
#content div.thumb {
    border-color: #F8FCFF;
}
 
.ns-0 * #content,
.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
    background-color: white;
}
.ns-0 * #p-cactions li a {
    background-color: #FBFBFB;
}
.ns-0 * #content div.thumb {
    border-color: white;
}
/* END LIGHT BLUE SECTION */

/* Fix infobox margin */
.infobox {
   margin-left: 0;
   margin-right: 1em;
}

/* Fix infobox margin EOF! */

/* Partial solution for bug# 33 */

.ns-0 * #content ul{  /* for unnumbered lists (Bullet lists) */
display: table;
}

.ns-0 * #content ol{ /* for numbered lists */
display: table;
}
/* End of partial solution */

/* Solution for ordered and unordered lists in firefox having float:left on its left side */

html>body DIV#bodyContent ol, html>body DIV#bodyContent ul {

display:table;

/*border:1px solid transparent;*/

}

html>body DIV#bodyContent hr {

direction:ltr;

}

DIV#bodyContent {
margin-left:10px;
}
/* End of fixing firefox ol and li */

/* خرفستر زدایی طبق ویکی‌پدیا:ویکی‌پروژه سی‌اس‌اس/۱۲ */
OL.references{
margin-left:10px;
}
/* پایان خرفستر زدایی */

#mytabs li {
    background: #F8FCFF;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #F8FCFF;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li {
    background: #F8FCFF;
}

.ns-0 * #p-cactions li {
    background: white;
}

#p-cactions li a {
    background-color: #F8FCFF;
}

.ns-0 * #p-cactions li a {
    background-color: white;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

/* Display "User $1, you are already logged in!"
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }

/* Do not print edit link in templates using Template:Ed */
@media print { .editlink { display: none } }

#column-one {
    padding-top:185px;
}

#p-logo,
#p-logo a,
#p-logo a:hover {
  height: 180px;
}

/*The following line patches a "horizontal scrollbar" bug in Firefox.*/
html>body DIV#p-logo {margin-right:1px;}

/* Changing the font for textboxes and buttons to default font-family 
input, select, textbox {

 font-family: Tahoma, Roya, sans-serif;

font-size: 75%; }*/
/*To Display poems justified in IE*/
.b { /* verse container */
  text-align: justify;
  text-align-last: justify; /* for IE */
  border: 0;
}

.beyt {
  white-space: nowrap; 
}

.plainlinksneverexpand a.external.text:after {
 display: none !important
}
 /* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
 div.Boxmerge,
 div.NavFrame {
         margin: 0px;
         padding: 2px;
         border: 1px solid #aaaaaa;
         text-align: center;
         border-collapse: collapse;
         font-size: 95%;
 }
 div.Boxmerge div.NavFrame {
         border-style: none;
         border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
         border-top-style: none;
         border-top-style: hidden;
 }
 div.NavPic {
         background-color: #ffffff;
         margin: 0px;
         padding: 2px;
         float: left;
 }
 div.NavFrame div.NavHead {
         height: 1.6em;
         font-weight: bold;
         font-size: 100%;
         background-color: #efefef;
         position:relative;
 }
 div.NavFrame p {
         font-size: 100%;
 }
 div.NavFrame div.NavContent {
         font-size: 100%;
 }
 div.NavFrame div.NavContent p {
         font-size: 100%;
 }
 div.NavEnd {
         margin: 0px;
         padding: 0px;
         line-height: 1px;
         clear: both;
 }
 a.NavToggle {
         position:absolute;
         top:0px;
         left:3px;
         font-weight:normal;
         font-size:smaller;
 }
 
 #coordinates {  
  position:absolute;
  z-index:1;
  border:none;
  background:none;
left:30px;
  top:3.7em;
  float:left;
  margin:0.0em;
  padding:0.0em;
  line-height:1.5em;
  text-align:right;
  text-indent:0;
  font-size:85%;
  text-transform:none;
  white-space:nowrap;
 }
 
 li.FA {
   list-style-image: url("//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png");
 }

/*هغه انځورونه چې په ويکي سرچينې کې دي، د هغوی څرګندونې په انګرېزي ژبه او له کيڼ نه ښي لورې دي*/
DIV#shared-image-desc, DIV#shared-image-desc TABLE {
direction:ltr;
}

/* د ځانګړو کرکټرونو اړونده جعبې په ښي لور کول چې ځينې وخت په يوه مخکتنه کې کيڼ لور پرېوځي. */
#editpage-specialchars {  
  text-align:right;
 }

/* کتل شوې تړنې په پاخه رنگونو نښه شوي */
A:visited {
color:#3A0592;
}
A.new:visited {
color:#BB2211;
}

/* د دې لپاره چې د سرچينې اړونده ټول عبارت [شمېره]، په يوه کرښه کې ښکاره شي: */
.reference{
white-space:nowrap;
}
/*د کيڼ نه ښي لور متنونو لپاره چې د همدې نظر ټولګې کاروي.
Class="ltr" */
.ltr {
        direction:ltr;
}
.ltr ul {
        direction:ltr;
        margin-right:0pt;
        margin-left:1.5em;
}
.ltr dd{
        direction:ltr;
        margin-right:0pt;
        margin-left:1.6em;
}
.ltr ol{
        direction:ltr;
        margin-right:0pt;
        margin-left:2.4em;
}