مدیاویکی:Monobook.css

از ویکی‌گفتاورد

نکته: پس از انتشار ممکن است برای دیدن تغییرات نیاز باشد که حافظهٔ نهانی مرورگر خود را پاک کنید.

  • فایرفاکس / سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload کلیک کنید، یا کلید‌های Ctrl-F5 یا Ctrl-R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-R)
  • گوگل کروم: کلیدهای Ctrl+Shift+R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-Shift-R)
  • اینترنت اکسپلورر/ Edge: کلید Ctrl را نگه‌دارید و روی دکمهٔ Refresh کلیک کنید، یا کلید‌های Ctrl-F5 را با هم فشار دهید
  • اپرا: Ctrl-F5 را بفشارید.
/* کمک مالی به بنیاد ویکی‌مدیا */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    text-align: center;
    background: transparent;
}
#bodyContent .plainlinks2 a.external[href^="http://fa.wikiquote.org"] {
    color: #002bb8 !important
}
#ca-edit a { font-weight: bold !important; }
body {
font-size: 75%;
font-family: Tahoma, Roya,  sans-serif;
}

/* make a few corners round*/ 
#p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
#content { border-top-right-radius: 0.6em; border-bottom-right-radius: 0.6em; -moz-border-radius-topright: 0.6em; -moz-border-radius-bottomright: 0.6em; }
div.pBody { border-top-left-radius: 0.4em; border-bottom-left-radius: 0.4em; -moz-border-radius-topleft: 0.4em; -moz-border-radius-bottomleft: 0.4em; }

/* 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 */


/* End of partial solution */

html>body DIV#bodyContent hr {

direction:ltr;

}

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

#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 } }


#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: Roya, Tahoma, sans-serif;

font-size: 75%; }*/

.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;
 }

/*تصاویری که در ویکی‌انبار هستند، توضیحاتشان انگلیسی و چپ به راست است*/
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;
}
/*برای متن‌های چپ به راست که از کلاس مورد نظر استفاده می‌کنند.
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;
}

/* برای مقاله‌های برگزیده در میان‌ویکی‌ها */
li.FA {
       list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Symbol_star_gold.svg/10px-Symbol_star_gold.svg.png");
}
/* برای مقاله‌های خوب در میان‌ویکی‌ها */
li.GA {
       list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Symbol_star2.svg/10px-Symbol_star2.svg.png");
}
/* برای فهرست‌های برگزیده در میان‌ویکی‌ها */
li.FL {
       list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Symbol_star.svg/10px-Symbol_star.svg.png");
}
/* برای این که تمام عبارت [شماره] در مورد منابع، در یک سطر دیده شود: */
.reference{
white-space:nowrap;
}
#column-one {
    padding-top:185px;
}
/* خرفستر زدایی طبق ویکی‌پدیا:ویکی‌پروژه سی‌اس‌اس/۱۲ */
OL.references{
margin-left:10px;
}
/* پایان خرفستر زدایی */

html>body ul {width:80% !important;}