MediaWiki:Common.css

Вы находитесь на сайте "Архив статей из ЭЕЭ и статей на еврейские темы из Википедии"

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «- * Размещённый здесь CSS будет применяться ко всем темам оформления: @charset "utf-8"; /* <source lang="css">…»)
Строка 1: Строка 1:
-
/** Размещённый здесь CSS будет применяться ко всем темам оформления */
+
/*MediaWiki interface*/
-
@charset "utf-8";
+
.portlet li.FA {list-style-image:url('http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png')}
-
/* <source lang="css"> */
+
.portlet li.GA {list-style-image:url('http://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/QS_blue_star_small.png/9px-QS_blue_star_small.png')}
-
/* This stylesheet affects all skins. */
+
.allpagesredirect {font-style:italic}
-
+
#file img {background:url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
-
/* make Safari moar-kewl */
+
#wpSave {font-weight:bold}
-
a:link,
+
#userSummaryButtonsA a {
-
a:visited
+
  white-space:nowrap;
-
{
+
  background: #C2F2FF;
-
-webkit-transition: color .2s linear;
+
  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;
 +
  text-decoration: none
}
}
   
   
-
/*********
+
.warningbox {
-
** Various tweaks
+
  background: #FFFF99;
-
*********/
+
  border: 1px solid #EEEE00;
-
+
  background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Nuvola_apps_important.png/30px-Nuvola_apps_important.png')
-
/* Fix copy&paste formatting */
+
-
.verse pre
+
-
{
+
-
margin: 0;
+
-
padding-left: 2em;
+
-
border: 0;
+
-
background-color: #FFF;
+
-
font-family: sans-serif;
+
-
white-space: pre;
+
-
line-height: 150%;
+
}
}
-
.verse p
+
.informationbox {
-
{
+
  background: #F4FBFF;
-
white-space: pre;
+
  border: 1px solid #D5D9E6;
 +
  background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Information.svg/30px-Information.svg.png')
}
}
-
+
.warningbox, .informationbox {
-
/* Short lines preferred by some editors */
+
  padding: 10px 10px 10px 50px;
-
.prose
+
  background-position: 10px center;
-
{
+
  background-repeat: no-repeat;
-
width: 35em;
+
  vertical-align: middle;
-
margin: 0 auto;
+
  font-size: smaller;
-
text-align: justify;
+
}
}
   
   
-
/* show deleted text hidden by {{copyvio}} */
+
pre {
-
.page-Special_Undelete div#copyvio
+
overflow-x: auto;
-
{
+
  overflow-y: hidden;
-
  display: block !important;
+
}
}
   
   
-
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
+
/* [[Википедия:Оформление таблиц]] */
-
.listify td    { display: list-item; }
+
table.standard, table.wide
-
.listify tr    { display: block;     }
+
{border:1px solid #AAAAAA; border-collapse: collapse}
-
.listify table { display: block;     }
+
table.standard th, table.wide th, table.wikitable th
 +
{border:1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em; background-color:#EEEEFF}
 +
table.standard td, table.wide td
 +
{border: 1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em}
 +
table.standard caption, table.wide caption, table.tiles caption
 +
{font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em}
 +
table.wide {width: 100%}
   
   
-
/* indent page text on screen out of the way of the page numbers */
+
table.simple {border-color:#AAAAAA; border-collapse:collapse}
-
@media screen, handheld, projection
+
table.simple th, table.simple td {border-color:#AAAAAA; padding-left:0.2em; padding-right:0.2em}
-
{
+
-
div.indented-page
+
-
{
+
-
  margin-left: 3em;
+
-
}
+
-
cite *.printonly
+
-
{
+
-
  display: none;
+
-
}
+
-
}
+
   
   
-
/* Dont display the URL onto the screen */
+
table.tiles {border-collapse:separate; border-spacing:2px}
-
@media screen, handheld, projection
+
table.tiles th {padding-left:0.2em; padding-right:0.2em; background-color: #EEEEFF}
-
{
+
table.tiles td {padding-left:0.2em; padding-right:0.2em; background-color: #F0F0F0}
-
cite *.printonly
+
-
{
+
-
  display: none;
+
-
}
+
-
}
+
   
   
-
/*********
+
table.graytable {background:#f0f0f0; padding:1em; width: 100%}
-
** Most-used standard templates
+
table.graytable caption {padding:0.5em 0 0 0; background:#f0f0f0; font-size:100%; font-weight:bold}
-
*********/
+
table.graytable caption span.subcaption {font-size:80%; font-weight:normal}
-
/* {{textinfo}} */
+
table.graytable th, table.graytable td {font-size:80%}
-
.textinfo
+
   
-
{
+
table.wikitable, table.prettytable
-
  margin: 1px;
+
{margin:1em 1em 1em 0; background:#F9F9F9; border:1px solid #AAAAAA; border-collapse:collapse}
-
padding: 1px;
+
table.wikitable th, table.wikitable td,
-
  border: 1px solid #0E8605;
+
table.prettytable th, table.prettytable td
-
  background-color: #B0E0A0;
+
  {border:1px solid #AAAAAA; padding:0.2em}
-
  text-align: left;
+
table.wikitable caption, table.prettytable caption
 +
  {margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold}
 +
table.prettytable th
 +
{background:#f2f2f2}
 +
 +
tr.highlight th {background-color: #EEEEFF}
 +
tr.highlight td {background-color: #FFFFEE}
 +
tr.bright th  {background-color: #CCCCFF}
 +
tr.bright td  {background-color: #FFEECC}
 +
tr.shadow th, tr.shadow td {background-color: #F0F0F0}
 +
tr.dark th, tr.dark td  {background-color: #CCCCCC}
 +
table th.highlight  {background-color: #EEEEFF}
 +
table td.highlight  {background-color: #FFFFEE}
 +
table th.bright  {background-color: #CCCCFF}
 +
table td.bright  {background-color: #FFEECC}
 +
table th.shadow, table td.shadow  {background-color: #F0F0F0}
 +
table th.dark, table td.dark  {background-color: #CCCCCC}
 +
table th.transparent, table td.transparent, .transparent {background-color: transparent}
 +
 +
table.toccolours th {background-color: #ccccff}
 +
 +
 +
/* {ambox} */
 +
table.ambox {
 +
  width: auto;
 +
  margin: 0 10%;
 +
  border-collapse: collapse;
 +
  background: #FBFBFB;
 +
  border: 1px solid #AAAAAA;
 +
  border-left: 10px solid #1E90FF
}
}
-
.textinfo th
+
table.ambox th, table.ambox td {
-
{
+
  padding: 0.25em 0.5em;
-
background-color: #0E8605;
+
-
text-align: center;
+
-
font-weight: normal;
+
-
color: #FFF;
+
}
}
-
.textinfo td
+
table.ambox td.ambox-widthhack {
-
{
+
  padding: 0;
-
background-color: #C6FFC6;
+
}
}
-
+
table.ambox td.ambox-text {
-
/* {{featured}} */
+
  width:100%;
-
#cornerbox
+
-
{
+
-
position: absolute;
+
-
top: 0.3em;
+
-
right: 0.2em;
+
-
border: 1px solid #BBB;
+
-
font-size: 0.8em;
+
}
}
-
+
table.ambox td.ambox-text .ambox-text-small {
-
/* {{header}} */
+
  font-size:smaller;
-
table.headertemplate
+
-
{
+
-
width: 100%;
+
-
margin-bottom: 5px;
+
-
text-align: center;
+
-
font-size: 0.9em;
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template
+
table.ambox td.ambox-image {
-
{
+
  width: 52px;
-
width: 100%;
+
  padding: 2px 0px 2px 0.5em;
-
float: left; /* containment ;) */
+
  text-align: center;
-
padding: 0.5em 0; /* do any l/r padding on an inner element */
+
-
text-align: center;
+
}
}
-
/* colours common to Template:Header and MediaWiki:Proofreadpage header template */
+
table.ambox td.ambox-imageright {
-
table.headertemplate,
+
  width: 52px;
-
div#divMediaWiki-Proofreadpage_header_template
+
  padding: 2px 4px 2px 0px;
-
{
+
  text-align: center;
-
border: 1px solid #ADA;
+
-
background-color: #E4F2E4;
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template div.hAuthor
+
table.ambox td.ambox-image div,
-
{
+
table.ambox td.ambox-imageright div {width:52px} /* Фикс для изображений разной ширины */
-
padding-top: 0.5em;
+
table.ambox-delete,
-
padding-bottom: 0.4em;
+
table.ambox-serious {
-
font-size: 100%;
+
  border-left: 10px solid #B22222
-
font-weight: bold;
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template div.hTitle
+
table.ambox-content {
-
{
+
  border-left: 10px solid #F28500
-
padding-top: 0.4em;
+
-
padding-bottom: 0.4em;
+
-
font-size: 120%;
+
-
font-weight: bold;
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template div.hDetails
+
table.ambox-style {
-
{
+
  border-left: 10px solid #F4C430
-
padding-top: 0.4em;
+
-
padding-bottom: 0.5em;
+
-
font-size: 90%;
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template div.hNavigation
+
table.ambox-good {
-
{
+
  border-left: 10px solid #66CC44
-
width: 100%;
+
-
float: left; /* containment ;) */
+
-
padding: 0.2em 0; /* do any l/r padding on an inner element */
+
-
/* don't like this
+
-
border-top: 1px solid #ADA;
+
-
*/
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavPrev
+
table.ambox-discussion {
-
{
+
  border-left: 10px solid #339966
-
float: left;
+
-
text-align: left;  /* override ambient for containing element */
+
-
padding-left: 1em;
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavNext
+
table.ambox-notice {
-
{
+
  border-left: 10px solid #1E90ff
-
float: right;
+
-
text-align: right; /* override ambient for containing element */
+
-
padding-right: 1em;
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavCurrent
+
table.ambox-merge {
-
{
+
  border-left: 10px solid #9932CC
-
text-align: center; /* after floats in source order! */
+
}
}
-
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavPrev,
+
table.ambox.ambox-mini {
-
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavNext
+
  float: right;
-
{
+
  clear: right;
-
width: 20%; /* as in {{header}} and {{author}} */
+
  margin: 0 0 0.5em 1em;
-
}
+
  width: 20%;
-
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavPrev span,
+
-
div#divMediaWiki-Proofreadpage_header_template div.hNavigation div.hNavNext span
+
-
{
+
-
color: #808080;
+
}
}
   
   
-
.headertemplate .header_backlink,
+
.infobox {
-
.headertemplate .header_forelink
+
  border: 1px solid #aaaaaa;
-
{
+
  background-color: #f9f9f9;
-
width: 20%;
+
  margin-bottom: 0.5em;
-
font-size: 0.9em;
+
  margin-left: 1em;
-
line-height: normal;
+
  padding:.4em;
 +
  float: right;
 +
  clear: right;
 +
  font-size: 90%;
 +
  width: 18em;
 +
  vertical-align: middle;
}
}
 +
.infobox td, .infobox th {vertical-align:top}
 +
table.infobox td p {margin:0} /* temporarily for [[Template:Карточка]]*/
   
   
-
.header_notes
+
.notice {
-
{
+
  text-align: justify;
-
width: 100%;
+
  margin: 1em 0.5em;
-
font-size: 0.9em;
+
  padding: 0.5em;
-
background-color: #FAFAFF;
+
-
border-bottom: 1px solid #A88;
+
-
margin-bottom: 0.5em; /* a bit of space before body-text; 1em might be better... */
+
}
}
   
   
-
.headertemplate .header_title
+
.messagebox {
-
{
+
  border: thin solid #aaaaaa;
-
width: 60%;
+
  background-color: #f9f9f9;
-
}
+
  width: 88%;
-
.headertemplate .header_backlink
+
  margin: 0 auto 1em auto;
-
{
+
  padding:.4em;
-
text-align: left;
+
  vertical-align: middle;
-
}
+
  font-size: 90%
-
.headertemplate .header_forelink
+
-
{
+
-
text-align: right;
+
}
}
   
   
-
/* {{author}} */
+
blockquote {
-
.authortemplate
+
  margin:0.7em 0 0.7em 5%;
-
{
+
  padding:0.7em 2% 0.7em 4%;
-
width: 100%;
+
  background-color:#F5F5F5;
-
margin-bottom: 5px;
+
-
border: 1px solid #BEA2A2;
+
-
background-color: #E4D8D8;
+
-
}
+
-
.authortemplate .author_backlink,
+
-
.authortemplate .author_forelink
+
-
{
+
-
width: 20%;
+
-
font-size: 0.9em;
+
-
}
+
-
.authortemplate .author_name
+
-
{
+
-
width: 60%;
+
-
text-align: center;
+
-
}
+
-
.author_notes
+
-
{
+
-
width: 100%;
+
-
border-bottom: 1px solid #A88;
+
-
background-color: #FFFBFC;
+
-
font-size: 0.9em;
+
-
}
+
-
.author_seealso
+
-
{
+
-
float: right;
+
-
padding: 2px;
+
-
margin: 0 0 0.5em 1em;
+
-
border: 1px solid #CCC;
+
}
}
   
   
-
/*********
+
ol.references {font-size:100%}
-
** Standard formatting classes
+
.references-small {font-size:90%}
-
*********/
+
/* highlight focused footnotes and references in some browsers */
-
/* messagebox */
+
sup.reference:target, ol.references li:target, cite:target {background-color:#DEF}
-
.messagebox
+
sup.reference:target {font-weight:bold}
-
{
+
/* scrollable references */
-
width: 80%;
+
.references-scroll {
-
margin: 0 auto 1em;
+
  overflow: auto;
-
padding: 0.2em;
+
  padding: 3px;
-
border: 1px solid #aaa;
+
-
background-color: #f9f9f9;
+
-
text-align: justify;
+
-
}
+
-
.messagebox.standard-talk
+
-
{
+
-
  border: 1px solid #C0C090;
+
-
  background-color: #F8EABA;
+
}
}
   
   
-
/* grayscale tables */
+
/* fix for line-breaking references */
-
table.prettytable
+
sup, sub {line-height:1em}
-
{
+
-
margin: 1em 1em 1em 0;
+
-
background-color: #f9f9f9;
+
-
border: 1px #aaa solid;
+
-
border-collapse: collapse;
+
-
}
+
-
table.prettytable th,
+
-
table.prettytable td
+
-
{
+
-
padding: 0.2em;
+
-
border: 1px #aaa solid;
+
-
}
+
-
table.prettytable th
+
-
{
+
-
background-color: #f2f2f2;
+
-
text-align: center;
+
-
}
+
   
   
-
/* *********
+
.plainlinksneverexpand, .plainlinksneverexpand a
-
* Main page
+
  {background:none !important; padding:0 !important}
-
*/
+
.plainlinksneverexpand a.external.text:after,
-
body.page-Main_Page .firstHeading,
+
.plainlinksneverexpand a.external.autonumber:after,
-
body.page-Main_Page #siteSub
+
.plainlinksneverexpand .urlexpansion
-
{
+
  {display:none !important}
-
display: none;
+
-
}
+
-
div.main_page
+
-
{
+
-
position: static;
+
-
}
+
-
/* some new stuff for styling the main page header */
+
-
table.tblMain_page_header
+
-
{
+
-
margin: 0 0 1em 0;
+
-
/* border and background-color properties set in shared rules; see further down */
+
-
width: 100%;
+
-
}
+
-
table.tblMain_page_header h1,
+
-
table.tblMain_page_header h2
+
-
{
+
-
margin: 0 !important; /* insist on overriding #bodyContent h1 selector in main.css */
+
-
border: 0;
+
-
padding: 0;
+
-
}
+
-
table.tblMain_page_header div.divMPheading_wrapper
+
-
{
+
-
float: left;
+
-
padding-right: 7em;
+
-
}
+
-
table.tblMain_page_header h1
+
-
{
+
-
font-size: 150%;
+
-
padding-bottom: 0.15em;
+
-
}
+
-
table.tblMain_page_header h2
+
-
{
+
-
font-size: 90%;
+
-
}
+
-
table.tblMain_page_header ul
+
-
{
+
-
margin: 0; /* override margin-top to better align with h1-element; margin-left isn't applicable in this context */
+
-
}
+
-
table.tblMain_page_header hr
+
-
{
+
-
color: #569BBB;
+
-
background-color: #569BBB;
+
-
}
+
-
/* may want to loosen specificity a bit... and rename. more likely, it'll become floats... */
+
-
div.main_page table.subheader
+
-
{
+
-
width: 100%;
+
-
margin: -0.8em 0 -0.7em 0;
+
-
background: none;
+
-
font-size: 0.95em;
+
-
}
+
-
div.main_page table.subheader td
+
-
{
+
-
padding: 10px 0;
+
-
}
+
   
   
-
/* some new stuff for styling the layout and look of the main page columns and modules */
+
.clickable-image a:hover {text-decoration: none}
-
div#divMain_page-ColumnWrapper
+
-
{
+
-
float: left;
+
-
width: 100%;
+
-
}
+
-
div#divMain_page-PrimaryMaterial
+
-
{
+
-
float: left;
+
-
width: 51%;
+
-
}
+
-
div#divMain_page-SecondaryMaterial
+
-
{
+
-
float: right;
+
-
width: 49%;
+
-
}
+
-
div#divMain_page-TertiaryMaterial
+
-
{
+
-
float: left;
+
-
width: 100%;
+
-
}
+
-
div#divMain_page-PrimaryMaterial  table.tblMPmodule,
+
-
div#divMain_page-SecondaryMaterial table.tblMPmodule,
+
-
div#divMain_page-TertiaryMaterial  table.tblMPmodule
+
-
{
+
-
width: 100%;
+
-
background-color: transparent;
+
-
}
+
-
div#divMain_page-PrimaryMaterial  table.tblMPmodule td.tdMPmodule,
+
-
div#divMain_page-SecondaryMaterial table.tblMPmodule td.tdMPmodule,
+
-
div#divMain_page-TertiaryMaterial  table.tblMPmodule td.tdMPmodule
+
-
{
+
-
border: 1px solid #cedff2;
+
-
padding: 1em 1em 0.5em;
+
-
font-size: 100%;
+
-
}
+
-
div#divMain_page-PrimaryMaterial  table.tblMPmodule td.tdMPmodule h2,
+
-
div#divMain_page-SecondaryMaterial table.tblMPmodule td.tdMPmodule h2,
+
-
div#divMain_page-TertiaryMaterial  table.tblMPmodule td.tdMPmodule h2
+
-
{
+
-
font-size: 135%;
+
-
background-color: #569BBB;
+
-
color: White;
+
-
margin: 0 0 3px 0;
+
-
padding: 1px 0 0 0;
+
-
text-align: center;
+
-
line-height: 1.3em;
+
-
}
+
   
   
-
/* common rule for main page header and for prettytables embedded in main page moldules  */
+
.hiddenStructure {display:none; speak:none}
-
table.tblMain_page_header,
+
-
div#divMain_page-ColumnWrapper table.tblMPmodule table.prettytable,
+
-
div#divMain_page-ColumnWrapper table.tblMPmodule table.prettytable th,
+
-
div#divMain_page-ColumnWrapper table.tblMPmodule table.prettytable td
+
-
{
+
-
border: 1px solid #569BBB;
+
-
}
+
   
   
-
table.tblMain_page_header,
+
.dablink, .rellink {font-style:italic; padding-left:2em}
-
div#divMain_page-ColumnWrapper table.tblMPmodule table.prettytable th
+
-
{
+
-
background-color: #f1f5fc;
+
-
}
+
   
   
-
/* main page stuff beyond here still to-review */
+
#disambig {border-top: 3px double #cccccc; border-bottom: 3px double #cccccc}
-
  .main_page h1
+
-
  {
+
-
    margin: 0 !important;
+
-
    padding: 0;
+
-
    border: 0;
+
-
    font-size: 1.75em;
+
-
  }
+
-
  .main_page .titlebox
+
-
  {
+
-
    width: 100%;
+
-
    padding-left: 2em;
+
-
    border: 1px solid #CCC;
+
-
    background-color: #FCFCFC;
+
-
  }
+
-
  .main_page .titlebox div
+
-
  {
+
-
    margin-left: 2em;
+
-
    font-size: 0.95em;
+
-
  }
+
-
  .main_page .portals
+
-
  {
+
-
    width: 11%;
+
-
    font-size: 0.95em;
+
-
  }
+
-
  .main_page th
+
-
  {
+
-
    padding-left: 0.4em;
+
-
    border: 1px solid #A3B0BF;
+
-
    background-color: #ECDCC8;
+
-
    text-align: left;
+
-
    font-family: Arial, Helvetica, sans-serif;
+
-
    font-size: 1.2em;
+
-
  }
+
-
  .main_page .blurb
+
-
  {
+
-
    width: 60%;
+
-
    padding: 1em;
+
-
    border: 1px solid #68A;
+
-
    background-color: #FFE4C4;
+
-
  }
+
-
  .main_page .blurb img
+
-
  {
+
-
    float: left;
+
-
    margin: 0 .7em 0 .3em;
+
-
  }
+
-
  .main_page .mpsidebox
+
-
  {
+
-
    width: 30%;
+
-
    border: 1px solid #68A !important;
+
-
  }
+
-
  .main_page .featuredtext
+
-
  {
+
-
    border: 1px solid #68A;
+
-
  }
+
-
  .main_page .mpsidebox table,
+
-
  .main_page .featured_text table
+
-
  {
+
-
    width: 100%;
+
-
    vertical-align: top;
+
-
  }
+
-
  .main_page .sisterprojects
+
-
  {
+
-
    margin: 0 -8px;
+
-
    border-spacing: 8px;
+
-
  }
+
-
  .main_page .sisterprojects .sptd
+
-
  {
+
-
    padding: 10px;
+
-
    border: 1px solid #BBB;
+
-
    vertical-align: top;
+
-
  }
+
-
/* above main page stuff that is indented does not appear to be used these days; will review further and eventually remove */
+
   
   
-
/*********
+
/*{TOClimit}*/
-
** Page namespace
+
.toclimit-2 .toclevel-2,
-
*********/
+
.toclimit-3 .toclevel-3,
-
/* transcluded pages */
+
.toclimit-4 .toclevel-4,
-
.lefttext p
+
.toclimit-5 .toclevel-5,
-
{
+
.toclimit-6 .toclevel-6,
-
text-indent: 2em;
+
.toclimit-7 .toclevel-7 {display:none}
 +
 +
/* {IPA}, {Unicode} and {Polytonic} */
 +
.IPA { font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode"; font-family /**/:inherit; }
 +
.Unicode { font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";  font-family /**/:inherit; }
 +
.polytonic { font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;  font-family /**/:inherit; }
 +
 +
/* PDF icon next to external PDF link for Mozilla and Opera and for {PDFlink} template */
 +
a[href$=".pdf"].external,
 +
a[href*=".pdf?"].external,
 +
a[href*=".pdf#"].external,
 +
a[href$=".PDF"].external,
 +
a[href*=".PDF?"].external,
 +
a[href*=".PDF#"].external,
 +
span.PDFlink a {background: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat !important; padding-right: 18px !important}
 +
 +
/* Clickable speaker in  {Template:Audio} ... */
 +
.audiolink a {
 +
  background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
 +
  padding-left: 16px !important;
 +
  padding-right: 0 !important;
}
}
-
.lefttext .poem p
+
-
{
+
/* Medialist templates {Listen}, {Multi-listen_start}, {Video}, {Multi-video_start} */
-
text-indent: 0;
+
div.listenlist {
 +
  background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
 +
  padding-left: 40px;
}
}
-
.lefttext .tiInherit p
+
div.videolist, div.multivideolist {
-
{
+
  background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
-
text-indent: inherit;
+
  padding-left: 50px;
}
}
-
.lefttext
+
div.medialist {
-
{
+
  min-height: 50px;
-
width: 33em;
+
  margin: 1em;
-
text-align: justify;
+
  background-position: top left;
-
margin: 5em;
+
  background-repeat: no-repeat;
}
}
-
/* similar to tiInherit, above; wrap something with a div of this class and set line-height; poem-tags, too */
+
div.medialist ul {
-
.lhInherit p
+
  list-style-type: none;
-
{
+
  list-style-image: none;
-
line-height: inherit;
+
  margin: 0;
}
}
-
.quote
+
div.medialist ul li {
-
{
+
  padding-bottom: 0.5em;
-
color: #2F4F4F; /* darkslategray (not a valid color name) */
+
}
-
margin-left: 2em;
+
div.medialist ul li li {
-
margin-right: 2em;
+
  font-size: 91%;
 +
  padding-bottom: 0;
}
}
   
   
-
/* Justify */
+
/* {Навигация} */
-
body.ns-104
+
table.navigation-box th,
-
{
+
table.navigation-box td {
-
text-align: justify;
+
  vertical-align: middle;
 +
  height: 30px;
}
}
   
   
-
/* Paragraph markers (no IE6 support) */
+
/* {Навигационная таблица} */
-
body.ns-104 div.pagetext>p
+
table.navbox {
-
{
+
  background-color: #f9f9f9;
-
background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Paragraph-mark.svg/6px-Paragraph-mark.svg.png) 0 .3em no-repeat;
+
  border: 1px solid #aaa;
-
margin-left: -10px;
+
  clear: both;
-
padding-left: 10px;
+
  font-size: 90%;
 +
  margin: 1em 0em 0em;
 +
  padding: 2px;
 +
  width: 100%;
 +
}
 +
table.navbox th {
 +
  background-color: #ccf;
 +
  padding-left: 1em;
 +
  padding-right: 1em;
 +
  text-align: right;
}
}
   
   
-
/* ProofreadPage */
 
-
.quality4 { background-color: #90ff90; }
 
-
.quality3 { background-color: #ffe867; }
 
-
.quality2 { background-color: #b0b0ff; }
 
-
.quality1 { background-color: #ffa0a0; }
 
-
.quality0 { background-color: #ddd; }
 
-
.ns-104 .editsection { visibility:hidden; }
 
   
   
-
/*********
+
/*{Навигационная полоса}, {Hider}, ... */
-
** special formatting classes
+
div.Boxmerge,
-
*********/
+
div.NavFrame {
-
/* ordered-list flavours; see [[History of the Rise, Progress, and Termination of the American Revolution/Chapter II]] for first deployment */
+
  margin: 0px;
-
div.divRomanOL ol
+
  padding: 2px;
-
{
+
  border: 1px solid #aaa;
-
list-style-type: upper-roman;
+
  text-align: center;
 +
  border-collapse: collapse;
 +
  font-size: 95%;
}
}
-
div.divRomanOL-lower ol
+
div.Boxmerge div.NavFrame {
-
{
+
  border-style: none;
-
list-style-type: lower-roman;
+
  border-style: hidden;
}
}
-
div.divAlphaOL ol
+
div.NavFrame + div.NavFrame {
-
{
+
  border-top-style: none;
-
list-style-type: upper-alpha; /* or upper-latin; q: which is better supported? */
+
  border-top-style: hidden;
}
}
-
div.divAlphaOL-lower ol
+
div.NavPic {
-
{
+
  background-color: #fff;
-
list-style-type: lower-alpha; /* or lower-latin...*/
+
  margin: 0px;
 +
  padding: 2px;
 +
  float: left;
}
}
-
div.divGreekOL-lower ol
+
div.NavFrame div.NavHead {
-
{
+
  height: 1.6em;
-
list-style-type: lower-greek;
+
  font-weight: bold;
 +
  font-size: 100%;
 +
  background-color: #efefef;
 +
  position:relative;
}
}
-
div.divDecimalOL-leading-zero ol
+
div.NavFrame p,
-
{
+
div.NavFrame div.NavContent,
-
list-style-type: decimal-leading-zero;
+
div.NavFrame div.NavContent p {
 +
  font-size: 100%
}
}
-
div.divDecimalOL-normal ol
+
div.NavEnd {
-
{
+
  margin: 0px;
-
list-style-type: decimal;     /* could be useful in nested situations - but computer says no... */
+
  padding: 0px;
 +
  line-height: 1px;
 +
  clear: both;
}
}
-
/* georgian && armenian as needed... */
+
div.NavShow, div.NavHide {
-
+
   display: none;
-
/*********
+
-
** tabber
+
-
*********/
+
-
/*
+
-
===Generic defaults===
+
-
+
-
Copied from http://www.barelyfitz.com/projects/tabber/example.css used under mit license
+
-
see http://www.barelyfitz.com/projects/tabber/
+
-
*/
+
-
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
+
-
+
-
/*--------------------------------------------------
+
-
   REQUIRED to hide the non-active tab content.
+
-
  But do not hide them in the print stylesheet!
+
-
  --------------------------------------------------*/
+
-
.tabberlive .tabbertabhide {
+
-
display: none;
+
-
}
+
-
+
-
/*--------------------------------------------------
+
-
  .tabber = before the tabber interface is set up
+
-
  .tabberlive = after the tabber interface is set up
+
-
  --------------------------------------------------*/
+
-
.tabber {
+
}
}
-
.tabberlive {
+
a.NavToggle {
-
margin-top: 1em;
+
  position:absolute;
 +
  top:0px;
 +
  right:3px;
 +
  font-weight:normal;
 +
  font-size:smaller;
}
}
   
   
-
/*--------------------------------------------------
+
.messagebox.standard-talk {
-
  ul.tabbernav = the tab navigation list
+
  border: 1px solid #c0c090;
-
  li.tabberactive = the active tab
+
  background-color: #f8eaba
-
  --------------------------------------------------*/
+
-
ul.tabbernav
+
-
{
+
-
margin: 0;
+
-
padding: 3px 0;
+
-
border-bottom: 1px solid #CCC;
+
-
font: bold 12px Verdana, sans-serif;
+
}
}
-
+
.messagebox .floatleft {
-
ul.tabbernav li
+
  vertical-align: middle;
-
{
+
  clear: both;
-
list-style: none;
+
  margin: 2px;
-
margin: 0;
+
  padding: 0
-
display: inline;
+
}
}
-
+
.messagebox .image {
-
ul.tabbernav li a
+
  margin: 0;
-
{
+
  padding: 0
-
padding: 3px 0.5em;
+
-
margin-left: 3px;
+
-
border: 1px solid #ccc;
+
-
border-bottom: none;
+
-
background-color: #f2f7ff;
+
-
text-decoration: none;
+
}
}
   
   
-
ul.tabbernav li a:link { color: #448; }
 
-
ul.tabbernav li a:visited { color: #667; }
 
   
   
-
ul.tabbernav li a:hover
 
-
{
 
-
color: #000;
 
-
background-color: #fff9f2;
 
-
border-color: #CCC;
 
-
}
 
   
   
-
ul.tabbernav li.tabberactive a
+
/* {coord}s */
-
{
+
#coordinates { 
-
  background-color: #fff;
+
position:absolute;
-
  border-bottom: 1px solid #fff;
+
z-index:1;
 +
right:9em;
 +
top:3.7em;
 +
float:right;
 +
line-height:1.5em;
 +
text-align:right;
 +
  font-size:85%;
 +
  white-space:nowrap;
}
}
-
+
#coordinates, .coordinates {
-
ul.tabbernav li.tabberactive a:hover
+
  text-transform:none;
-
{
+
  margin:0;
-
  color: #000;
+
  padding:0;
-
  background-color: White;
+
-
  border-bottom: 1px solid White;
+
}
}
-
+
.geo-google, .geo-yandex {
-
/*--------------------------------------------------
+
  font-family:serif;
-
  .tabbertab = the tab content
+
  font-weight:bold;
-
  Add style only after the tabber interface is set up (.tabberlive)
+
  line-height:1em;
-
  --------------------------------------------------*/
+
-
.tabberlive .tabbertab {
+
-
  padding: 5px;
+
-
  border: 1px solid #CCC;
+
-
  border-top: 0;
+
-
+
-
/* If you don't want the tab size changing whenever a tab is changed
+
-
    you can set a fixed height */
+
-
+
-
/* height: 200px; */
+
-
+
-
/* If you set a fix height set overflow to auto and you will get a
+
-
    scrollbar when necessary */
+
-
+
-
/* overflow: auto; */
+
}
}
 +
.geo-geo-dec .geo-dec, .geo-geo-dms .geo-dms {display:inline}
 +
.geo-geo-dec .geo-dms, .geo-geo-dms .geo-dec, .geo-multi-punct {display:none}
 +
.geo-lat, .geo-lon {white-space:nowrap}
   
   
-
/* If desired, hide the heading since a heading is provided by the tab */
 
-
.tabberlive .tabbertab h2 {
 
-
display: none;
 
-
}
 
-
.tabberlive .tabbertab h3 {
 
-
display: none;
 
-
}
 
   
   
-
/* Example of using an ID to set different styles for the tabs on the page */
+
/* FlaggedRevs */
-
.tabberlive#tab1 {
+
#mw-revisiontag, #mw-revisiontag-edit, #mw-oldreviewed-notice, li#ca-stable,
-
}
+
.fr-diff-ratings, div.fr-diff-to-stable, ul#pagehistory small {display:none}
-
.tabberlive#tab2 {
+
.unpatrolled {visibility:hidden}
-
}
+
.flaggedrevs-unreviewed, .flaggedrevs-unreviewed2, .flaggedrevs-color-1 {background-color:transparent}
-
.tabberlive#tab2 .tabbertab {
+
-
height: 200px;
+
-
overflow: auto;
+
-
}
+
-
/*--------------------------------------------------*/
+
   
   
-
/* Use for inputting Hebrew pointing in MediaWiki:Edittools */
 
-
span.nikud
 
-
{
 
-
color: #002bb8;
 
-
cursor: pointer;
 
-
}
 
-
 
-
/* International Phonetic Alphabet [[Template:IPA]] */
 
-
.IPA
 
-
{
 
-
font-family: 'Arial Unicode MS', Code2000, Gentium, GentiumAlt, 'DejaVu Sans', 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Lucida Sans Unicode', sans-serif;
 
-
font-size: 110%;
 
-
}
 
   
   
-
/* Colored watchlist numbers */
+
/*Special:Statistics*/
-
.mw-plusminus-pos { color: #006400; } /* dark green */
+
.statistics-group-import, .statistics-group-transwiki, .statistics-group-developer,
-
.mw-plusminus-neg { color: #8B0000; } /* dark red */
+
.statistics-group-boardvote, .statistics-group-reviewer, .statistics-group-steward  {display:none}
   
   
-
/* </source> */
+
/* Thumbnail fixes */
 +
div.thumbinner img { background-color: #FFFFFF }
 +
div.thumb { border-color: transparent }

Версия 22:56, 9 декабря 2009

/*MediaWiki interface*/
.portlet li.FA {list-style-image:url('http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png')}
.portlet li.GA {list-style-image:url('http://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/QS_blue_star_small.png/9px-QS_blue_star_small.png')}
.allpagesredirect {font-style:italic}
#file img {background:url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
#wpSave {font-weight:bold}
#userSummaryButtonsA a {
  white-space:nowrap;
  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;
  text-decoration: none
}
 
.warningbox {
  background: #FFFF99;
  border: 1px solid #EEEE00;
  background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Nuvola_apps_important.png/30px-Nuvola_apps_important.png')
}
.informationbox {
  background: #F4FBFF;
  border: 1px solid #D5D9E6;
  background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Information.svg/30px-Information.svg.png')
}
.warningbox, .informationbox {
  padding: 10px 10px 10px 50px;
  background-position: 10px center;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-size: smaller;
}
 
pre {
 overflow-x: auto;
 overflow-y: hidden;
}
 
/* [[Википедия:Оформление таблиц]] */
table.standard, table.wide
 {border:1px solid #AAAAAA; border-collapse: collapse}
table.standard th, table.wide th, table.wikitable th
 {border:1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em; background-color:#EEEEFF}
table.standard td, table.wide td
 {border: 1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em}
table.standard caption, table.wide caption, table.tiles caption
 {font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em}
table.wide {width: 100%}
 
table.simple {border-color:#AAAAAA; border-collapse:collapse}
table.simple th, table.simple td {border-color:#AAAAAA; padding-left:0.2em; padding-right:0.2em}
 
table.tiles {border-collapse:separate; border-spacing:2px}
table.tiles th {padding-left:0.2em; padding-right:0.2em; background-color: #EEEEFF}
table.tiles td {padding-left:0.2em; padding-right:0.2em; background-color: #F0F0F0}
 
table.graytable {background:#f0f0f0; padding:1em; width: 100%}
table.graytable caption {padding:0.5em 0 0 0; background:#f0f0f0; font-size:100%; font-weight:bold}
table.graytable caption span.subcaption {font-size:80%; font-weight:normal}
table.graytable th, table.graytable td {font-size:80%}
 
table.wikitable, table.prettytable 
 {margin:1em 1em 1em 0; background:#F9F9F9; border:1px solid #AAAAAA; border-collapse:collapse}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td 
 {border:1px solid #AAAAAA; padding:0.2em}
table.wikitable caption, table.prettytable caption 
 {margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold}
table.prettytable th 
 {background:#f2f2f2}
 
tr.highlight th {background-color: #EEEEFF}
tr.highlight td {background-color: #FFFFEE}
tr.bright th   {background-color: #CCCCFF}
tr.bright td   {background-color: #FFEECC}
tr.shadow th, tr.shadow td  {background-color: #F0F0F0}
tr.dark th, tr.dark td  {background-color: #CCCCCC}
table th.highlight  {background-color: #EEEEFF}
table td.highlight  {background-color: #FFFFEE}
table th.bright  {background-color: #CCCCFF}
table td.bright  {background-color: #FFEECC}
table th.shadow, table td.shadow  {background-color: #F0F0F0}
table th.dark, table td.dark  {background-color: #CCCCCC}
table th.transparent, table td.transparent, .transparent {background-color: transparent}
 
table.toccolours th {background-color: #ccccff}
 
 
/* {ambox} */
table.ambox {
  width: auto;
  margin: 0 10%;
  border-collapse: collapse;
  background: #FBFBFB;
  border: 1px solid #AAAAAA;
  border-left: 10px solid #1E90FF
}
table.ambox th, table.ambox td {
  padding: 0.25em 0.5em;
}
table.ambox td.ambox-widthhack {
  padding: 0;
}
table.ambox td.ambox-text {
  width:100%;
}
table.ambox td.ambox-text .ambox-text-small {
  font-size:smaller;
}
table.ambox td.ambox-image {
  width: 52px;
  padding: 2px 0px 2px 0.5em;
  text-align: center;
}
table.ambox td.ambox-imageright {
  width: 52px;
  padding: 2px 4px 2px 0px;
  text-align: center;
}
table.ambox td.ambox-image div,
table.ambox td.ambox-imageright div {width:52px} /* Фикс для изображений разной ширины */
table.ambox-delete,
table.ambox-serious {
  border-left: 10px solid #B22222
}
table.ambox-content {
  border-left: 10px solid #F28500
}
table.ambox-style {
  border-left: 10px solid #F4C430
}
table.ambox-good {
  border-left: 10px solid #66CC44
}
table.ambox-discussion {
  border-left: 10px solid #339966
}
table.ambox-notice {
  border-left: 10px solid #1E90ff
}
table.ambox-merge {
  border-left: 10px solid #9932CC
}
table.ambox.ambox-mini {
  float: right;
  clear: right;
  margin: 0 0 0.5em 1em;
  width: 20%;
}
 
.infobox {
  border: 1px solid #aaaaaa;
  background-color: #f9f9f9;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding:.4em;
  float: right;
  clear: right;
  font-size: 90%;
  width: 18em;
  vertical-align: middle;
}
.infobox td, .infobox th {vertical-align:top}
table.infobox td p {margin:0} /* temporarily for [[Template:Карточка]]*/
 
.notice {
  text-align: justify;
  margin: 1em 0.5em;
  padding: 0.5em;
}
 
.messagebox {
  border: thin solid #aaaaaa;
  background-color: #f9f9f9;
  width: 88%;
  margin: 0 auto 1em auto;
  padding:.4em;
  vertical-align: middle;
  font-size: 90%
}
 
blockquote {
  margin:0.7em 0 0.7em 5%;
  padding:0.7em 2% 0.7em 4%;
  background-color:#F5F5F5;
}
 
ol.references {font-size:100%}
.references-small {font-size:90%}
/* highlight focused footnotes and references in some browsers */
sup.reference:target, ol.references li:target, cite:target {background-color:#DEF}
sup.reference:target {font-weight:bold}
/* scrollable references */
.references-scroll {
 overflow: auto;
 padding: 3px;
}
 
/* fix for line-breaking references */
sup, sub {line-height:1em}
 
.plainlinksneverexpand, .plainlinksneverexpand a
  {background:none !important; padding:0 !important}
.plainlinksneverexpand a.external.text:after,
.plainlinksneverexpand a.external.autonumber:after,
.plainlinksneverexpand .urlexpansion
  {display:none !important}
 
.clickable-image a:hover {text-decoration: none}
 
.hiddenStructure {display:none; speak:none}
 
.dablink, .rellink {font-style:italic; padding-left:2em}
 
#disambig {border-top: 3px double #cccccc; border-bottom: 3px double #cccccc}
 
/*{TOClimit}*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {display:none}
 
/* {IPA}, {Unicode} and {Polytonic} */
.IPA { font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode"; font-family /**/:inherit; }
.Unicode { font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";  font-family /**/:inherit; }
.polytonic { font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;  font-family /**/:inherit; }
 
/* PDF icon next to external PDF link for Mozilla and Opera and for {PDFlink} template */
a[href$=".pdf"].external,
a[href*=".pdf?"].external,
a[href*=".pdf#"].external,
a[href$=".PDF"].external,
a[href*=".PDF?"].external,
a[href*=".PDF#"].external,
span.PDFlink a {background: url(http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat !important; padding-right: 18px !important}
 
/* Clickable speaker in  {Template:Audio} ... */
.audiolink a {
  background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
  padding-left: 16px !important;
  padding-right: 0 !important;
}
 
/* Medialist templates {Listen}, {Multi-listen_start}, {Video}, {Multi-video_start} */
div.listenlist {
  background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
  padding-left: 40px;
}
div.videolist, div.multivideolist {
  background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
  padding-left: 50px;
}
div.medialist {
  min-height: 50px;
  margin: 1em;
  background-position: top left;
  background-repeat: no-repeat;
}
div.medialist ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
div.medialist ul li {
  padding-bottom: 0.5em;
}
div.medialist ul li li {
  font-size: 91%;
  padding-bottom: 0;
}
 
/* {Навигация} */
table.navigation-box th,
table.navigation-box td {
  vertical-align: middle;
  height: 30px;
}
 
/* {Навигационная таблица} */
table.navbox {
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  clear: both;
  font-size: 90%;
  margin: 1em 0em 0em;
  padding: 2px;
  width: 100%;
}
table.navbox th {
  background-color: #ccf;
  padding-left: 1em;
  padding-right: 1em;
  text-align: right;
}
 
 
/*{Навигационная полоса}, {Hider}, ... */
div.Boxmerge,
div.NavFrame {
  margin: 0px;
  padding: 2px;
  border: 1px solid #aaa;
  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: #fff;
  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,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
  font-size: 100%
}
div.NavEnd {
  margin: 0px;
  padding: 0px;
  line-height: 1px;
  clear: both;
}
div.NavShow, div.NavHide {
  display: none;
}
a.NavToggle {
  position:absolute;
  top:0px;
  right:3px;
  font-weight:normal;
  font-size:smaller;
}
 
.messagebox.standard-talk {
  border: 1px solid #c0c090;
  background-color: #f8eaba
}
.messagebox .floatleft {
  vertical-align: middle;
  clear: both;
  margin: 2px;
  padding: 0
}
.messagebox .image {
  margin: 0;
  padding: 0
}
 
 
 
/* {coord}s */
#coordinates {  
 position:absolute;
 z-index:1;
 right:9em;
 top:3.7em;
 float:right;
 line-height:1.5em;
 text-align:right;
 font-size:85%;
 white-space:nowrap;
}
#coordinates, .coordinates {
 text-transform:none;
 margin:0;
 padding:0;
}
.geo-google, .geo-yandex {
 font-family:serif;
 font-weight:bold;
 line-height:1em;
}
.geo-geo-dec .geo-dec, .geo-geo-dms .geo-dms {display:inline}
.geo-geo-dec .geo-dms, .geo-geo-dms .geo-dec, .geo-multi-punct {display:none}
.geo-lat, .geo-lon {white-space:nowrap}
 
 
/* FlaggedRevs */
#mw-revisiontag, #mw-revisiontag-edit, #mw-oldreviewed-notice, li#ca-stable, 
.fr-diff-ratings, div.fr-diff-to-stable, ul#pagehistory small {display:none}
.unpatrolled {visibility:hidden}
.flaggedrevs-unreviewed, .flaggedrevs-unreviewed2, .flaggedrevs-color-1 {background-color:transparent}
 
 
/*Special:Statistics*/
.statistics-group-import, .statistics-group-transwiki, .statistics-group-developer,
.statistics-group-boardvote, .statistics-group-reviewer, .statistics-group-steward  {display:none}
 
/* Thumbnail fixes */
div.thumbinner img { background-color: #FFFFFF }
div.thumb { border-color: transparent }
Личные инструменты
 

Шаблон:Ежевика:Рубрики

Навигация