MediaWiki:Monobook.css

«Википеди» ирĕклĕ энциклопединчи материал

Асӑрхани: Улшӑнусене курмашкӑн, тен, сирӗн хӑвӑрӑн браузерӑн кэшне тасатма тивӗ.

  • Firefox / Safari: Shift пускӑч ҫине пусса тӑрса, хатӗр-хӗтӗрсен панелӗ ҫинче Ҫӗнет ҫине пусӑр, е Ctrl+F5 (Ctrl+R / Mac ҫинче — ⌘+R) пусӑр.
  • Google Chrome: Ctrl+Shift+R пусӑр (Mac ҫинче ⌘+Shift+R)
  • Internet Explorer / Edge: Ctrl пусса тӑнӑ май Ҫӗнет ҫине пусӑр, е Ctrl+F5 пусӑр.
  • Opera: Ctrl+F5 пусӑр.
/*
<pre>
*/

a { text-decoration: none }

 body {font-family: Arial Unicode MS, Georgia, Verdana, sans-serif;font-size:10px;}
 h1 {font-family: Arial Unicode MS, Georgia, Verdana, sans-serif;}
 h2 {font-family: Arial Unicode MS, Georgia, Verdana, sans-serif;}
 h3 {font-family: Arial Unicode MS, Georgia, Verdana, sans-serif;}
 textarea {font-family:  Arial Unicode MS, Courier New, Georgia, Verdana, sans-serif;font-size:12px;}
 text {font-family: Arial Unicode MS, Georgia, Verdana, sans-serif;font-size:10px;}
 input {font-family: Arial Unicode MS, Georgia, Verdana, sans-serif;}

#siteNotice {
 margin-top:5px;
 padding-left:4px;
 font-style:italic;
 text-align:center;
}

/* Donations link to be uncommented during fundraising drives 
 #fundraising { text-align: center;  border: 1px solid gray;  padding: 5px; }*/

h1.firstHeading {padding-top: .7em}

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

/* Light blue background except on articles and portals; need 32bit color to see difference */
#content, #p-cactions li a {background: #F8FCFF}
.ns-0 #content, .ns-100  #content, 
.ns-0 #p-cactions li a, .ns-100 #p-cactions li a {background-color: white}
div.thumb {border-color: #F8FCFF}
.ns-0 div.thumb, .ns-100 div.thumb  {border-color: white}

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

/* Style for "notices" */
.notice {
 text-align: justify;
 margin: 1em 0.5em;
 padding: 0.5em;
}

/* Hide some stuff on the main page */
body.page-Заглавная_страница #t-cite,
body.page-Заглавная_страница #lastmod, 
body.page-Заглавная_страница #siteSub, 
body.page-Заглавная_страница #contentSub, 
body.page-Заглавная_страница h1.firstHeading {
  display: none !important;
}

/*smaller «Перейти» («Go») button , so buttons do not take 2 lines */
#searchGoButton {padding: 0pt}

/* edit summary shortcut buttons*/
#userSummaryButtonsA a {
 background: #C2F2FF;
 border: 1px solid #9BD5F5;
 padding: 0px 2px;
 margin: 2px;
 cursor: pointer;
 font-size: 80%;
 line-height: 17px;
 color: #5B5B5B;
}
#userSummaryButtonsA a:hover {
 background: #B1EBFF;
 border: 1px solid #64BDF0;
 color: black
}


.portlet li { /* slightly different bullet */
  list-style-image: url("//upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png");
}
.portlet li.FA { /* featured interwiki from en.wp */
  list-style-image: url("//upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}


/* Gecko rounded corners, from it.wp */
.pBody {
 padding: 0.1em 0.1em; /* ??? */
 -moz-border-radius-topright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}
#content {
  -moz-border-radius-topleft: 0.5em;
}


@media print {
 .toccolours {border: 1px solid #aaa} /* border around nav templates */
 #catlinks { /* line above category list */
  border-top: 1px solid black;
  margin-top: 1em;
  clear: both;
 }
 /* Do not print certain classes that shouldn't appear on paper */
 .editlink, .noprint, .metadata, .dablink  {display: none} /* edit link in templates using Template:Ed */
}