MediaWiki:Common.css — различия между версиями

Материал из Н.Ф. Федоров
Перейти к: навигация, поиск
 
(не показано 797 промежуточных версий этого же участника)
Строка 1: Строка 1:
/*
+
/*MediaWiki interface*/
This is the CSS for all skins (for all users) on MediaWiki.org.  
+
.allpagesredirect, span.redirect-in-category a {font-style:italic}
 +
 
 +
#mw-subcategories, #mw-pages { clear:both }
 +
 
 +
.gallerybox .thumb img,
 +
.filehistory a img,
 +
#file img  {
 +
background:url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
 +
}
 +
 
 +
#wpSave {font-weight:bold}
 +
 
 +
.mw-tag-markers {
 +
font: italic 90% sans-serif;
 +
}
 +
 
 +
.warningbox {
 +
  background: #ff9;
 +
  border: 1px solid #ee0;
 +
  background-image: url('//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('//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;
 +
}
 +
 
 +
/* rm white border */
 +
div.thumb {border: none}
 +
div.tright {border: none; margin: 0.5em 0 0.8em 1.4em}
 +
div.tleft  {border: none; margin: 0.5em 1.4em 0.8em 0}
 +
 
 +
div.thumb img.thumbimage {
 +
    background-color: #fff;
 +
}
 +
 
 +
/* [[Википедия:Оформление таблиц]] */
 +
table.standard, table.wide, table.prettytable
 +
{border:1px solid #aaa; border-collapse: collapse}
 +
table.standard th, table.wide th, table.prettytable th
 +
{border:1px solid #aaa; padding-left:0.2em; padding-right:0.2em; background:#eef}
 +
table.standard td, table.wide td, table.prettytable td
 +
{border: 1px solid #aaa; 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:#aaa; border-collapse:collapse}
 +
table.simple th, table.simple td {border-color:#aaa; 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:#eef}
 +
table.tiles td {padding-left:0.2em; padding-right:0.2em; background:#f0f0f0}
 
   
 
   
SECTIONS:
+
table.graytable {background:#f0f0f0; padding:1em; width: 100%}
1. Indication of namespaces
+
table.graytable caption {padding-top:0.5em; background:#f0f0f0; font-weight:bold}
2. Color classes for content
+
table.graytable caption span.subcaption {font-size:80%; font-weight:normal}
3. Special pages
+
table.graytable th, table.graytable td {font-size:80%}
4. Main page styling
+
 
5. Sidebar external links
+
 
6. Extension:Matrix stuff
+
tr.highlight th, table tr th.highlight {background:#eef}
7. Wikitables, infobox templates, warnings, and other such stylings
+
tr.highlight td, table tr td.highlight {background:#ffe; font-weight:normal}
8. Some other small things
+
tr.bright th, table tr th.bright {background:#ccf}
*/
+
tr.bright td, table tr td.bright {background:#fec}
+
tr.shadow th, tr.shadow td, table tr th.shadow, table tr td.shadow  {background:#f0f0f0}
/** 1. INDICATION OF NAMESPACES **/
+
tr.dark th, tr.dark td, table tr th.dark, table tr td.dark {background:#ccc}
+
.transparent {background:transparent !important}
/* Pseudo NS Special (light grey) */
+
 
.ns--2 #content { background-color: #f4f4f4; }
+
table.toccolours th {background:#ccf}
.ns--2 div.thumb { border-color: #f4f4f4; }  
+
 
+
/* {ambox} */
/* NS Project + Project_talk (light sky blue) */
+
table.ambox {
.ns-4 #content, .ns-5 #content { background-color: #f8fcff; }
+
  width: auto;
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }  
+
  margin: 0 10%;
+
  border-collapse: collapse;
/* NS MediaWiki + MediaWiki_talk (light grey) */
+
  background:#FBFBFB;
.ns-8 #content, .ns-9 #content { background-color: #f4f4f4; }
+
  border: 1px solid #aaa;
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }  
+
  border-left: 10px solid #1E90FF
+
}
/* NS Manual + Manual_talk (light bluish violet) */
+
table.ambox th, table.ambox td {
.ns-100 #content, .ns-101 #content { background-color: #f3f3ff; }
+
  padding: 0.25em 0.5em;
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; }  
+
}
+
table.ambox td.ambox-widthhack {
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon) */
+
  padding: 0;
.ns-12 #content {
+
}
border: 2px solid #0000cc;
+
table.ambox td.ambox-text {
border-right: none;
+
  width:100%;
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
 
background-repeat: no-repeat;
 
background-position: right top;
 
 
}
 
}
.ns-12 #bodyContent {
+
table.ambox td.ambox-text .ambox-text-small {
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
+
  font-size:smaller;
background-repeat: no-repeat;
 
background-position: right 5em;
 
 
}
 
}
+
table.ambox td.ambox-image {
/***** 2. COLOR CLASSES FOR CONTENT  *****/
+
  width: 52px;
+
  padding: 2px 0 2px 0.5em;
/* Border colors */
+
  text-align: center;
.borderc1 { border-color: #e9e9e9; border-width: thin; }
 
.borderc2 { border-color: #aaaaaa; border-width: thin; }
 
.borderc3 { border-color: #777777; border-width: thin; }
 
.borderc4 { border-color: #000000; border-width: thin; }
 
.borderc5 { border-color: #c00000; border-width: thin; }
 
.borderc6 { border-color: #025e9d; border-width: thin; }
 
.borderc7 { border-color: #008040; border-width: thin; }
 
.borderc8 { border-color: #ffcc00; border-width: thin; } /* Used by: [[Template:Welcome]]. */
 
 
/* Background colors */
 
.backgroundc1 { background-color: #ffffff; } /* Used by: [[Template:Welcome]]. */
 
.backgroundc2 { background-color: #f9f9f9; }
 
.backgroundc3 { background-color: #eeeeee; }
 
.backgroundc4 { background-color: #e0e0e0; }
 
.backgroundc5 { background-color: #d2d2d2; }
 
.backgroundc6 { background-color: #b7b7b7; }
 
.backgroundc7 { background-color: #a3a3a3; }
 
.backgroundc8 { background-color: #444455; }
 
 
/** 3. SPECIAL PAGES **/
 
 
/* Consistent special page navigation */
 
.SpecialPageInfo {
 
background-color: #f9f9f9;
 
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
 
background-position: 0.8em 0.5em;
 
background-repeat: no-repeat;
 
padding: 0.3em 0.5em 0.3em 5.0em;
 
border-color: #025e9d;
 
border-width: 1px;
 
border-style: solid;
 
border-bottom-width: medium;
 
margin-bottom: 1em;
 
 
}
 
}
+
table.ambox td.ambox-imageright {
.mw-viewprevnext {
+
  width: 52px;
display: block;
+
  padding: 2px 4px 2px 0;
border: 1px solid #cccccc;
+
  text-align: center;
background-color: #f9f9f2;
 
padding: 0.2em 0.4em;
 
 
}
 
}
+
table.ambox td.ambox-image div,
/** 4. MAIN PAGE STYLING **/
+
table.ambox td.ambox-imageright div {width:52px} /* Фикс для изображений разной ширины */
+
table.ambox-delete,
#mainpage_topbox {
+
table.ambox-serious {
background: #f9f9f9;
+
  border-left: 10px solid #B22222
padding: 0px;
 
border: 1px solid #aaaaaa;
 
margin: 0.2em 10px 10px;
 
 
}
 
}
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
+
table.ambox-content {
font-size: 105%;
+
  border-left: 10px solid #F28500
padding: 0.4em;
 
background-color: #eeeeee;
 
border-bottom: 1px solid #aaaaaa;
 
 
}
 
}
.mainpage_boxtitle {
+
table.ambox-style {
line-height: 120%;
+
  border-left: 10px solid #F4C430
 
}
 
}
#mainpage_pagetitle {
+
table.ambox-good {
color: #cf7606;
+
  border-left: 10px solid #66CC44
font-size: 200% !important;
 
 
}
 
}
#mainpage_sitelinks {
+
table.ambox-discussion {
padding: 0.2em;
+
  border-left: 10px solid #339966
text-align: center;
 
background-color: white;
 
 
}
 
}
.mainpage_hubtitle {
+
table.ambox-notice {
text-align: center;
+
  border-left: 10px solid #1E90ff
 
}
 
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
+
table.ambox-merge {
background: #ffffff;
+
  border-left: 10px solid #9932CC
padding: 0.2em 0.4em;
 
 
}
 
}
.mainpage_boxcontents_small {
+
table.ambox.ambox-mini {
font-size: 95%;
+
  float: right;
 +
  clear: right;
 +
  margin: 0 0 0.5em 1em;
 +
  width: 20%;
 
}
 
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
+
 
padding: 0;
+
.infobox {
border: 1px solid #aaaaaa;
+
  border: 1px solid #aaa;
 +
  background: #f9f9f9;
 +
  margin-bottom: 0.5em;
 +
  margin-left: 1em;
 +
  padding:.4em;
 +
  float: right;
 +
  clear: right;
 +
  font-size: 90%;
 +
  width: 18em;
 +
  vertical-align: middle;
 
}
 
}
.mainpage_hubbox {
+
.infobox td, .infobox th {vertical-align:top}
margin-bottom: 0;
+
table.infobox td p {margin:0} /* temporarily for [[Template:Карточка]]*/
 +
 
 +
.notice {
 +
  text-align: justify;
 +
  margin: 1em 0.5em;
 +
  padding: 0.5em;
 
}
 
}
#mainpage_newscell {
+
 
margin-bottom: 15px;
+
.messagebox {
margin-top: 0 !important;
+
  border: thin solid #aaa;
 +
  background: #f9f9f9;
 +
  width: 88%;
 +
  margin: 0 auto 1em auto;
 +
  padding:.4em;
 +
  vertical-align: middle;
 +
  font-size: 90%
 
}
 
}
#mainpage_newscell .mainpage_boxtitle {
+
 
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
+
blockquote {
background-repeat: no-repeat;
+
  margin:0.7em 0 0.7em 5%;
background-position: 99% 0.3em;
+
  padding:0.7em 2% 0.7em 4%;
padding-right: 25px;
+
  background:#F5F5F5;
 
}
 
}
#mainpage_downloadcell {
+
 
width: 17em;
+
ol.references {font-size:100%}
margin-bottom: 5px;
+
.references-small {font-size:90%}
 +
/* highlight focused footnotes and references in some browsers */
 +
sup.reference:target, ol.references li:target, .highlight-target:target, cite:target, span.citation:target {background:#DEF}
 +
sup.reference:target {font-weight:bold}
 +
/* scrollable references */
 +
.references-scroll {
 +
overflow: auto;
 +
padding: 3px;
 
}
 
}
#mainpage_downloadcell .mainpage_boxtitle {
+
 
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
+
/* fix for line-breaking references */
background-repeat: no-repeat;
+
sup, sub {line-height:1em}
background-position: 96% 0.33em;
+
 
padding-right: 25px;
+
.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}
 +
 
 +
.printonly {display:none}
 +
 
 +
.dablink, .rellink {font-style:italic; padding-left:2em}
 +
 
 +
#disambig {border-top: 3px double #cccccc; border-bottom: 3px double #cccccc}
 +
 
 +
/*{TOClimit} & TOC w/o numbers*/
 +
.toclimit-2 .toclevel-2,
 +
.toclimit-3 .toclevel-3,
 +
.toclimit-4 .toclevel-4,
 +
.toclimit-5 .toclevel-5,
 +
.toclimit-6 .toclevel-6,
 +
.toclimit-7 .toclevel-7,
 +
.nonumtoc .tocnumber  {display:none}
 +
 
 +
 
 +
/* 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(//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("//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;
 
}
 
}
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
+
 
+
/* Medialist templates {Listen}, {Multi-listen_start}, {Video}, {Multi-video_start} */
/* The "mainpage" class is added to the body with JavaScript for the main page in all */
+
div.listenlist {
/* languages, so we can style things that apppear on the main page and also elsewhere. */
+
  background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
.mainpage #lastmod,
+
  padding-left: 40px;
.mainpage #siteSub,
 
.mainpage h1.firstHeading {
 
display: none !important;
 
}
 
.mainpage #content {
 
padding-top: 1em;
 
 
}
 
}
+
div.videolist, div.multivideolist {
.mainpage_boxcontents ul li:first-child {
+
  background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    list-style: none;
+
  padding-left: 50px;
    border-bottom: 1px solid #AAA;
 
    margin-bottom: 0.5em;
 
    margin-left: -1.5em;
 
    text-align: center;
 
 
}
 
}
+
div.medialist {
/** 5. SIDEBAR EXTERNAL LINKS **/
+
  min-height: 50px;
+
  margin: 1em;
#n-blog-text a, #n-browse-svn a, #n-Statistics-for-SVN a, #n-phpdoc a, #n-svn-statistics a {
+
  background-position: top left;
background: url(//upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png) center right no-repeat;
+
  background-repeat: no-repeat;
padding-right: 13px;
 
color: #3366bb;
 
 
}
 
}
+
div.medialist ul {
/** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS **/
+
  list-style-type: none;
+
  list-style-image: none;
/* Give wikitables blue headings */
+
  margin: 0;
.wikitable th, .wikitable td.hl3, .wikitable th.hl3 {
 
background-color: #8da7d6;
 
 
}
 
}
.wikitable td.hl1, .wikitable th.hl1 {
+
div.medialist ul li {
background: #c5d8fc;
+
  padding-bottom: 0.5em;
 
}
 
}
.wikitable td.hl2, .wikitable th.hl2 {
+
div.medialist ul li li {
background: #a7c1f2;
+
  font-size: 91%;
 +
  padding-bottom: 0;
 
}
 
}
+
 
/**
+
/* {Навигация} */
* Make entire table valign=top,
+
table.navigation-box th,
* To replace the |valign=top| on every cell.
+
table.navigation-box td {
*/
+
  vertical-align: middle;
.vatop tr, tr.vatop, .vatop td, .vatop th {
+
  height: 30px;
vertical-align: top;
 
 
}
 
}
+
 
/* General purpose "pretty (data) tables" */
+
/* {Навигационная таблица} */
table.datatable {
+
table.navbox {
background-color: transparent;
+
  background: #f9f9f9;
 +
  border: 1px solid #aaa;
 +
  clear: both;
 +
  font-size: 90%;
 +
  margin: 1em 0em 0em;
 +
  padding: 2px;
 +
  width: 100%;
 
}
 
}
+
table.navbox th {
table.datatable th, table.datatable td {
+
  background: #ccf;
padding: 4px;
+
  padding-left: 1em;
 +
  padding-right: 1em;
 +
  text-align: right;
 
}
 
}
+
 
table.datatable th {
+
 
text-align: left;
+
/*{Навигационная полоса}, {Hider}, ... */
background-color: #999999;
+
div.Boxmerge,
 +
div.NavFrame {
 +
margin:0;
 +
padding:2px;
 +
border:1px solid #aaa;
 +
text-align:center;
 +
border-collapse:collapse;
 +
font-size:95%;
 
}
 
}
+
div.Boxmerge div.NavFrame {
table.datatable tr {
+
border-style:none;
background-color: #cccccc;
+
border-style:hidden;
 
}
 
}
   
+
div.NavFrame + div.NavFrame {
table.datatable tr:hover {
+
  border-top-style:none;
background-color: #ffffcc;
+
border-top-style:hidden;
 
}
 
}
+
div.NavPic {
/* SideBox styling */
+
background:#fff;
div.sideBox {
+
margin:0;
position: relative;
+
padding:2px;
float: right;
+
float:left;
background: white;
 
margin-left: 1em;
 
border: 1px solid gray;
 
padding: 0.3em;
 
width: 200px;
 
overflow: hidden;
 
clear: right;
 
 
}
 
}
div.sideBox dl {
+
div.NavFrame div.NavHead {
padding: 0;
+
height:1.6em;
margin: 0 0 0.3em 0;
+
font-weight:bold;
font-size: 96%;
+
font-size:100%;
 +
background:#efefef;
 +
position:relative;
 
}
 
}
div.sideBox dl dt {
+
div.NavFrame p,
background: none;
+
div.NavFrame div.NavContent,
margin: 0.4em 0 0 0;
+
div.NavFrame div.NavContent p {
 +
font-size: 100%
 
}
 
}
div.sideBox dl dd {
+
div.NavEnd {
margin: 0.1em 0 0 1.1em;
+
margin:0;
background-color: #f3f3f3;
+
padding:0;
 +
line-height:1px;
 +
clear:both;
 
}
 
}
+
a.NavToggle {
/* Extension infobox styling */
+
position:absolute;
.ext-infobox {
+
top:0;
border: 2px solid #aaaaaa;
+
right:0.2em;
width: 272px;
+
font-weight:normal;
float: right;
+
font-size:smaller;
margin: 0 0 0.5em 0.5em;
 
border-collapse: collapse;
 
background-color: white;
 
 
}
 
}
.ext-infobox td {
+
 
border: 2px none #aaaaaa;
+
 
padding: 0.2em 0.5em;
+
.messagebox.standard-talk {
border-bottom: 1px solid #f0f0f0 !important;
+
  border: 1px solid #c0c090;
 +
  background: #f8eaba
 
}
 
}
.ext-header {
+
.messagebox .floatleft {
background-color: #aaaaaa;
+
  vertical-align: middle;
color: white;
+
  clear: both;
text-align: left;
+
  margin: 2px;
 +
  padding: 0
 
}
 
}
.ext-header td { padding-top: 0.5em; }
+
.messagebox .image {
.ext-header img { padding: 0 0.2em 0 0.5em; }
+
  margin: 0;
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
+
  padding: 0
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
 
.ext-status-experimental, .ext-status-experimental td { border-color: #ff4500; }
 
.ext-status-experimental .ext-header { background-color: #ff4500; }
 
.ext-status-beta, .ext-status-beta td { border-color: #ffba01; }
 
.ext-status-beta .ext-header { background-color: #ffba01; }
 
.ext-status-stable, .ext-status-stable td { border-color: #32cd32; }
 
.ext-status-stable .ext-header { background-color: #32cd32; }
 
 
/* Version box on [[Manual:Downloading MediaWiki]] */
 
#DownloadVersionBox {
 
border: 2px solid black;
 
border-collapse: collapse;
 
margin: auto;
 
width: 50%;
 
color: black;
 
 
}
 
}
#DownloadVersionBox td {
+
 
border: 2px solid black;
+
 
padding: 20px;
+
/* {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 {
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
+
text-transform:none;
.majorwarning {
+
margin:0;
background: yellow;
+
padding:0;
padding: 0.3em;
 
text-align: center;  
 
font-size: 125%;  
 
border: 2px solid red;
 
 
}
 
}
+
.geo-google, .geo-osm, .geo-yandex {
/* Page headings used throughout the wiki (though not very much at the time of writing…) */
+
font-family:serif;
.page-notice, .page-warning {
+
font-weight:bold;
border-width: 1px;  
+
line-height:1em;
border-style: solid;
 
padding: 0.3em 0.5em;
 
margin-bottom: 1em;
 
width: 95%;
 
margin-left: auto;
 
margin-right: auto;
 
text-align: center;
 
 
}
 
}
+
.geo-geo-dec .geo-dec, .geo-geo-dms .geo-dms {display:inline}
/* Informative notices at the top of pages (blue) */
+
.geo-geo-dec .geo-dms, .geo-geo-dms .geo-dec, .geo-multi-punct {display:none}
.page-notice {
+
.geo-lat, .geo-lon {white-space:nowrap}
background-color: #f9f9f9;
+
 
border-color: #025e9d;  
+
.wp-templatelink { color:#9098A0 } /* {tl} */
text-align: left;
+
 
 +
 
 +
/* FlaggedRevs */
 +
span.mw-fr-reviewlink {font-weight:normal; font-size:smaller; opacity:0.7}
 +
.flaggedrevs-pending {background:#ffc}
 +
.sitedir-ltr div.flaggedrevs_short {float:none; padding:1px}
 +
.sitedir-ltr div.flaggedrevs_short_details {width:95%; display:none}
 +
 
 +
 
 +
/* Remove "external" icon from links to WP */
 +
body.ns-talk a.external[href^="http://ru.wikipedia.org/"],
 +
body.ns-4 a.external[href^="http://ru.wikipedia.org/"] {
 +
  background: none !important;
 +
  padding-right: 0 !important;
 
}
 
}
+
 
/* Warning information at the top of pages (red) */
+
 
.page-warning {
+
/* Less space between category links, remove when 31547/r100869 deployed */
background-color: #ffffff;
+
#catlinks {
border-color: #c51919;
+
    line-height: 1.25em;
border-width: 2px;
 
 
}
 
}
.pw-head {
+
#catlinks li {
color: #c51919;
+
    line-height: 1.25em;
font-weight: bold;
+
    margin: 0.125em 0;
 +
    padding: 0 0.5em;
 
}
 
}
+
#catlinks li:first-child {
/* Used in Template:Notice */
+
    padding-left: 0.25em;
.block-note {
 
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
 
background-position: top left;
 
background-repeat: no-repeat;
 
 
}
 
}
 +
/* Для прозы */ .indent p {text-indent: 1.6em; margin-bottom: 0ex; margin-top: 0ex; text-align: justify;} /* Класс text (из Wikilivres) */div.text {  width: 84ex;  text-align:justify;  margin:0px auto;  font-family: Cambria, Times New Roman, Times, serif;  font-size: 120%;} .text p {  text-indent: 1.6em;  line-height: normal;} .text dd, .text li { line-height: normal; } .text sup { font-size: 80%; } .text pre {  background-color: #ffffff;  font-family: serif;  line-height: 150%;  border: 0px;  padding-left: 2em;  margin: 0;  white-space: pre;} .text .editsection {  position: absolute;  right: 0ex;} .text .thumbcaption {  line-height: normal;  font-size: small;} .text table {  margin: 0px auto;} .text #toc, .text .toc {  margin-left: 0px;  font-size: 80%} .text ol.references {  line-height: normal;  font-size: small;} div.text.article {  border-bottom: 1px solid #aaa;  padding-bottom: 1ex;} div.innertext {  width: 84ex;  margin: auto;} /* класс drama */div.drama div.poem > p { margin-left: 24ex; text-indent: 0; } div.drama div.p0 > p { margin-left: 20ex !important; } div.drama div.p00 > p { margin-left: 16ex !important; } div.drama div.p1 > p { margin-left: 28ex !important; } div.drama div.p2 > p { margin-left: 32ex !important; } div.drama div.re {  display:inline-block;  text-align:center;  width:100%;} div.rem {  width:100%;  text-align:center;  font-size:80%;  line-height:normal;  margin-top: 1em;  margin-bottom: 1em;} div.drama div.poem > div.rem {  display:inline-block;  margin-top: 0;  margin-bottom: 0;}
 
/*
 
/*
  Using block-contents in the hope that it can apply to all block-level warning templates,  
+
#left-navigation,
  with different images applied as backgrounds to the wrapping DIV.
+
#right-navigation {
*/
+
  display: none;
.block-contents {
+
} */
display: block;
+
li#ca-talk { display: none; }
padding-left: 20px;
+
 
 +
li#footer-places-disclaimer { display: none; }
 +
li#footer-places-privacy { display: none; }
 +
li#footer-info-lastmod { display: none; }
 +
/*li#footer-poweredbyico { display: none; }*/
 +
<!-- li#ca-history { display: none; } -->
 +
li#ca-viewsource{ display: none; }
 +
li#pt-anonlogin{ display: none; }
 +
li#pt-anontalk{ display: none; }
 +
li#pt-anonuserpage{ display: none; }
 +
li#ca-view { display: none; }
 +
li#ca-nstab-main{ display: none; }
 +
li#pt-login{ display: none; }
 +
li#ca-nstab-mediawiki{ display: none; }
 +
li#ca-special{ display: none; }
 +
li#ca-nstab-category { display: none; }
 +
li#footer-places-about { display: none; }
 +
 
 +
 
 +
div#mw-panel div#p-tb { display: none; }
 +
 
 +
/* new vwctor */
 +
div#simpleSearch {
 +
  width: 90%;
 +
}
 +
.mw-body {
 +
  border: none;
 +
  margin-top: 0;
 +
}
 +
div#mw-panel div.portal div.body ul li a,
 +
div#mw-panel div.portal div.body ul li a:visited {
 +
  color: /* #0645ad */ #7e4227;
 +
}
 +
div#mw-panel div.portal div.body ul li {
 +
  font-size: 0.9em;
 +
  line-height: 1.3;
 +
 
 +
}
 +
body {
 +
    background-color: #fff;
 +
}
 +
/* @media screen and (min-width: 982px) {
 +
.mw-body {
 +
    margin-left: 13em;
 +
}
 +
} */
 +
 
 +
.mw-body {
 +
  float: right;
 +
  width: calc(100% - 16em);
 +
  margin-left: 0;
 
}
 
}
+
 
/* Template documentation ([[Template:Documentation]]) */
+
#p-personal {
.template-documentation {
+
  position: relative;
clear: both;
+
  top: auto;
margin: 1em 0 0 0;
+
  bottom: auto;
border: 1px solid #aaa;  
+
  left: auto;
background-color: #ecfcf4;  
+
  right: auto;
padding: 5px;
+
  float: left;
 +
}
 +
@media screen and (min-width: 982px) {
 +
#left-navigation {
 +
    margin-left: 0;
 +
}
 +
}
 +
#left-navigation {
 +
    float: right;
 +
    margin-left: 0;
 +
    margin-top: 0;
 +
    margin-bottom: 0;
 +
    display: inline;
 +
}
 +
#right-navigation {
 +
    float: right;
 +
    margin-top: 0;
 +
}
 +
div.vectorMenu h3 span {
 +
  padding-top: 0;
 +
}
 +
div.vectorMenu h3 a {
 +
  height: 2em;
 +
}
 +
#p-cactions-label {
 +
  margin-bottom: 0;
 +
  padding-top: 0.7em;
 +
}
 +
div.vectorMenu div.menu {
 +
    top: -7em;
 +
    left: -55px;
 +
    border-top-width: 1px;
 +
}
 +
@media screen and (min-width: 982px) {
 +
div#footer {
 +
    margin-left: 0;
 +
    padding: 20px 0;
 +
  background-color: /*#999186*/ /* #5f493b */ /* #725f53 */ #7c7a76;
 +
  color: #fff;
 +
}
 +
}
 +
div#footer {
 +
    margin-left: 0;
 +
  padding: 20px 0;
 +
  background-color: /*#999186*/ /* #5f493b */ /* #725f53 */ #7c7a76;
 +
  color: #fff;
 +
}
 +
.contacts {
 +
  margin: 0 auto;
 +
  line-height: 2;
 +
  font-size: 1em;
 +
  text-align: center;
 +
}
 +
.contacts a,
 +
.contacts a:visited,
 +
.contacts a:focus {
 +
  color: #fff;
 +
}
 +
.contacts a:hover {
 +
  color: #f5f5f5;
 +
}
 +
.clearfix:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
 +
.social-buttons-left {
 +
  text-align: center;
 +
}
 +
.social {
 +
  display: inline-block;
 +
  width: 35px;
 +
  height: 35px;
 +
}
 +
.social + .social {
 +
  margin-left: 10px;
 +
}
 +
.social:hover {
 +
opacity: 0.9;
 +
}
 +
.social img {
 +
  width: 100%;
 +
  height: 100%;
 +
  border: 1px solid #ccc;
 +
  border-radius: 5px;
 +
}
 +
 
 +
#p-search {
 +
    float: none;
 +
    margin-right: 0.5em;
 +
    margin-left: 0.7em;
 +
    margin-bottom: 2em;
 +
}
 +
@media screen and (min-width: 982px) {
 +
#p-search {
 +
    float: none;
 +
    margin-right: 1em;
 +
    margin-bottom: 2em;
 +
}
 +
}
 +
div#mw-panel {
 +
  width: 12em;
 +
  position: relative;
 +
  top: auto;
 +
  left: auto;
 +
  padding-top: 1.7em;
 +
}
 +
 
 +
#p-logo {
 +
    left: 0;
 +
    top: 0;
 +
    width: 12em;
 +
    height: 13em;
 +
  z-index: 999;
 +
}
 +
#p-logo a {
 +
    width: 12em;
 +
    height: 13em;
 +
    background-size: cover;
 +
    background-position: 0 0;
 +
}
 +
 
 +
 
 +
#mw-page-base {
 +
  height: auto;
 +
  background-image: none;
 +
  background-color: #faf4ef;
 +
}
 +
div#mw-head {
 +
//  padding: 1em 0 1em 14em;
 +
padding: 1em 0 1em 14.5em;
 +
  color: #7e4227;
 +
  min-height: 11em;
 +
  position: relative;
 +
  box-sizing: border-box;
 +
  top: auto;
 +
  right: auto;
 +
  width: auto;
 +
}
 +
.site-title {
 +
  font-size: 36px;
 +
  font-weight: 700;
 +
  margin-bottom: 10px;
 +
  font-family: 'Philosopher', sans-serif;
 +
}
 +
.site-cite {
 +
  font-style: italic;
 +
  margin-bottom: 55px;
 +
}
 +
.site-description {
 +
  white-space: normal;
 +
}
 +
.nav {
 +
  background-color: #7e4227;
 +
//  padding-left: 12.7em;
 +
 
 +
}
 +
.nav-items {
 +
  padding-left: 13.3em;
 +
}
 +
.nav-items,
 +
.social-buttons {
 +
  display: inline-block;
 +
  margin: 0;
 +
}
 +
.social-buttons {
 +
  float: right;
 +
  margin-right: 20px;
 +
}
 +
.nav-items li,
 +
.social-buttons li {
 +
  display: inline-block;
 +
  list-style: none;
 +
  margin-bottom: 0;
 +
  vertical-align: middle;
 +
}
 +
.nav-items a,
 +
.social-buttons a {
 +
  display: block;
 +
  padding: 15px 20px;
 +
  color: #fff;
 +
  font-size: 0.9em;
 +
}
 +
.social-buttons a {
 +
  font-size: 1.3em;
 +
  padding: 12px 15px 10px;
 +
}
 +
.nav-items a:hover,
 +
.social-buttons a:hover{
 +
  background: #996047;
 +
  text-decoration: none;
 +
}
 +
.nav-items a:active,
 +
.nav-items a:focus,
 +
.social-buttons a:focus,
 +
.social-buttons a:active {
 +
  text-decoration: none;
 +
}
 +
@media screen and (min-width: 787px) and (max-width: 1250px) {
 +
.site-cite {
 +
  margin-bottom: 40px;
 +
}
 +
}
 +
@media screen and (min-width: 1251px) {
 +
#p-logo {
 +
 
 +
    left: 0;
 +
    top: 0;
 +
  height: 13em;
 +
}
 +
}
 +
#mw-navigation {
 +
  position: relative;
 +
  float: left;
 +
  width: 12em;
 +
}
 +
#p- {
 +
  display: none;
 +
}
 +
#editform, #toolbar, #wpTextbox1 {
 +
  clear: right;
 +
}
 +
div#mw-panel div.portal h3 {
 +
  color: #7e4227;
 +
  font-weight: bold;
 +
//  background-color: #faf4ef;
 +
//  padding: 0.5em 0 0.5em 0.5em;
 +
}
 +
div#mw-panel div.portal {
 +
  margin-bottom: 0.5em;
 +
  padding-top: 1em;
 +
}
 +
div#mw-panel div.portal:nth-child(2) {
 +
  background: none;
 +
  padding-top: 0.25em;
 +
}
 +
.sidebar-banner {
 +
  font-size: 0.85em;
 +
  border: 1px solid #AB735A;
 +
  border-top-width: 10px;
 +
  border-top-color: #7e4227;
 +
  text-align: center;
 +
}
 +
.sidebar-banner p {
 +
  margin: 10px;
 +
  line-height: 1.4;
 +
}
 +
div#mw-panel div.portal.sidebar-banner {
 +
  padding: 10px 0;
 +
  background-color: #FAF4EF;
 +
}
 +
.sidebar-banner p:nth-child(2) {
 +
  font-weight: bold;
 +
  font-size: 1em;
 +
  color: red;
 +
}
 +
.sidebar-banner a,
 +
.sidebar-banner a:hover,
 +
.sidebar-banner a:active,
 +
.sidebar-banner a:focus,
 +
.sidebar-banner a:visited {
 +
  color: #7e4227;
 +
  text-decoration: none;
 +
}
 +
.sidebar-banner a:hover p {
 +
  opacity: 0.8;
 +
}
 +
.wikiEditor-ui
 +
{
 +
  clear: none;
 +
}
 +
.wikiEditor-ui .wikiEditor-ui-clear {
 +
  clear: none;
 +
}
 +
 
 +
.main-text {
 +
  width: 35%;
 +
  vertical-align: middle;
 +
  padding: 0 2%;
 +
  display: inline-block;
 +
}
 +
.main-text ul {
 +
  margin-top: 0;
 +
  margin-left: 1em;
 +
}
 +
.main-text ul li {
 +
  list-style-image: none;
 +
  line-height: 1.4;
 +
  position: relative;
 +
  margin: 5px 0;
 +
}
 +
.main-text>ul>li {
 +
  list-style: none;
 +
  margin: 15px;
 +
}
 +
.mw-body .main-text .section-header {
 +
  margin-top: 0;
 +
  padding-bottom: 0;
 +
  padding-top:0;
 +
}
 +
.main-pict {
 +
  width: 60%;
 +
  max-height: 450px;
 +
  overflow: hidden;
 +
  display: inline-block;
 +
  vertical-align: middle;
 +
}
 +
.main-pict img {
 +
  width: 100%;
 +
  height: auto;
 +
}
 +
.mw-body .main-text h2 {
 +
  margin-bottom: 30px;
 +
  border-bottom: none;
 +
  font-family: sans-serif;
 
}
 
}
+
.mw-body .main-text p {
/** 8. SOME OTHER SMALL THINGS **/
+
  margin-top: 0;
 
/* Give a bit of space to the TOC */
 
#toc { margin: 1em 0; }
 
 
/* Allow limiting of which header levels are shown in a TOC;
 
  <div class="toclimit-3">, for instance, will limit to
 
  showing ==headings== and ===headings=== but no further.
 
  Used in [[Template:TOCright]]
 
*/
 
.toclimit-2 .toclevel-1 ul,
 
.toclimit-3 .toclevel-2 ul,
 
.toclimit-4 .toclevel-3 ul,
 
.toclimit-5 .toclevel-4 ul,
 
.toclimit-6 .toclevel-5 ul,
 
.toclimit-7 .toclevel-6 ul {
 
display: none;
 
 
}
 
}
+
.mw-body .main-text a,
/* make the list of references look smaller and highlight clicked reference in blue */
+
.mw-body .main-text a:visited {
ol.references { font-size: 100%; }
+
  color: #7e4227;
.references-small { font-size: 90%; }
 
ol.references > li:target { background-color: #ddeeff; }
 
sup.reference:target { background-color: #ddeeff; }
 
 
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
 
.my-buttons {
 
padding: .5em;
 
 
}
 
}
.my-buttons a {
+
.main-event, .main-event-v {
color: black;
+
  background-color: #FAF4EF;
background-color: #cde !important;
+
/* border: 1px solid #AB735A; */
font-weight: bold;
+
  outline: 1px solid #AB735A;
font-size: .9em;
+
  position: relative;
text-decoration: none;
 
border: thin #069 outset;
 
padding: 0 .1em .1em;
 
 
}
 
}
.my-buttons a:hover, .my-buttons a:active {
+
 
background-color: #bcd;
+
.section-full {
border-style: inset;
+
  margin: 40px 0;
 +
  position: relative;
 
}
 
}
+
.section-full:first-of-type {
/* from [[User:Splarka/Help:Linked images]] */
+
  margin-top: 0;
.imagelink_wikilogo a {
 
width: 135px;
 
height: 135px;
 
display: block;
 
text-decoration: none;
 
background-image: url("//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png");
 
 
}
 
}
+
 
/** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow **/
+
.section-1-4 {
table.mbox {
+
  display: inline-block;
margin: 4px 10%;
+
  width: 23%;
border-collapse: collapse;
+
//  border: 1px solid #eae4de;
border: 1px solid #aaa; /* Default "notice" gray */
+
  border: 1px solid #AB735A;
background: #f9f9f9;
+
  margin: 0;
 +
  vertical-align: top;
 +
  box-sizing: border-box;
 +
// border-top-width: 10px;
 +
// border-top-color: #7e4227;
 
}
 
}
table.mbox-wide {
+
.section-title {
margin: 4px 0;
+
// background-color: #FAF4EF;
 +
background-color: #7e4227;
 +
  padding: 3px 20px;
 +
//  color: #7e4227;
 +
  color: #fff;
 +
//  color: #fff;
 +
// font-size: 1.1em;
 +
font-size: 1em;
 
}
 
}
+
.section-text {
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
+
  padding: 10px 20px;
border: none;
+
// background-color: #FAF4EF;
padding: 0.25em 0.9em;       /* 0.9em left/right */
+
  background-color: #fff;
width: 100%;   /* Make all mboxes the same width regardless of text length */
+
 
 
}
 
}
td.mbox-image {                 /* The left image cell */
+
 
border: none;
+
.mw-body .section-header {
padding: 2px 0 2px 0.9em;   /* 0.9em left, 0px right */
+
// font-size: 1.7em;
text-align: center;
+
  text-align: center;
 +
  color: #7e4227;
 +
  padding: 0 0 15px;
 +
 
 
}
 
}
td.mbox-imageright {             /* The right image cell */
+
.mw-body .section-header a {
border: none;
+
    position: relative;
padding: 2px 0.9em 2px 0;   /* 0px left, 0.9em right */
+
 
text-align: center;
 
 
}
 
}
td.mbox-empty-cell {         /* An empty narrow cell */
+
.mw-body .section-header a:after {
border: none;
+
  content: "";
padding: 0px;
+
  position: absolute;
width: 1px;
+
  top: 2px;
 +
  right: -25px;
 +
  height: 13px;
 +
  width: 13px;
 +
  background: url("http://nffedorov.ru/w/images/c/c5/Arrow-right.png") no-repeat 0 0;
 
}
 
}
+
.mw-body .section-header a:hover {
/* These mbox-small classes must be placed after all other
+
  opacity: 0.8;
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
 
  they override "table.ambox + table.ambox" above. */
 
  
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
 
clear: right;
 
float: right;
 
margin: 4px 0 4px 1em;
 
width: 238px;
 
font-size: 88%;
 
line-height: 1.25em;
 
 
}
 
}
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
+
.section-1-4 + .section-1-4 {
margin: 4px 1em 4px 0;
+
  margin-left: 2.66666666%;
width: 238px;
+
} /*
border-collapse: collapse;
+
@media only screen and (min-width: 1300px) {
font-size: 88%;
+
.section-60 {
line-height: 1.25em;
+
  float: left;
 +
  width: 70%;
 +
}
 +
.section-40 {
 +
  float: left;
 +
  width: 28%;
 +
  margin-left: 2%;
 +
}
 +
}
 +
@media only screen and (max-width: 1299px) {
 +
.section-60 {
 +
  float: none;
 +
  width: 100%;
 +
}
 +
.section-40 {
 +
  float: none;
 +
  width: 100%;
 +
}
 +
} */
 +
.clearfix:after {
 +
  display: table;
 +
  content: "";
 +
  clear: both;
 +
}
 +
.container {
 +
  max-width: 1400px;
 +
  margin: 0 auto;
 +
  position: relative;
 +
}
 +
.section-1-7,
 +
.section-3-7 {
 +
  display: inline-block;
 +
  vertical-align: top;
 +
  position: relative;
 +
}
 +
.section-1-7 {
 +
  width: 12%;
 +
  min-width: 110px;
 +
  margin-top: 0.7em;
 +
  text-align: center;
 +
}
 +
.section-3-7 {
 +
  width: 41%;
 +
}
 +
.section-3-7 + .section-3-7 {
 +
  margin-left: 2%;
 +
}
 +
.section-full a {
 +
   color: #7e4227;
 +
}
 +
.calendar {
 +
    background-color: #FAF4EF;
 +
    border: 1px solid #eae4de;
 +
  padding: 15px 1% 20px;
 +
  margin-bottom: 20px;
 +
}
 +
.calendar ul {
 +
  list-style-image: none;
 +
  color: #7e4227;
 +
}
 +
.calendar li {
 +
  color: #252525;
 +
}
 +
.projects .section-1-4{
 +
  border: none;
 +
  text-align: center;
 +
}
 +
.mw-body a.external:visited,
 +
.mw-body a.external {
 +
  position: relative;
 +
    color: /*#252525*/ #7e4227;
 +
  background-image: url("http://nffedorov.ru/w/images/f/fd/External-link-ltr-icon-brown1.png");
 +
  background-position: 100% 58%;
 +
  background-size: 10px 10px;
 +
  padding-right: 10px;
 +
}
 +
.mw-body a:visited,
 +
.mw-body a {
 +
    color: #7e4227;
 +
}
 +
.section-1-2 {
 +
  width: 48%;
 +
  display: inline-block;
 +
  vertical-align: top;
 +
  position: relative;
 +
}
 +
.section-1-2 + .section-1-2 {
 +
  margin-left: 4%;
 +
}
 +
.chronicle ul {
 +
  list-style-image: none;
 +
  list-style: none;
 +
  margin-top: 0;
 +
  margin-left: 0;
 +
}
 +
.chronicle li {
 +
  margin-bottom: 15px;
 +
}
 +
.chronicle .youtube {
 +
  position: relative;
 +
  padding-bottom: 56%;
 +
  height: 0;  
 +
  overflow: hidden;
 +
  margin-top: 7px;
 +
}
 +
.section-1-3 {
 +
  width: 32%;
 +
  display: inline-block;
 +
  vertical-align: top;
 +
  box-sizing: border-box;
 +
}
 +
.section-1-3 + .section-1-3  {
 +
  margin-left: 2%;
 +
}
 +
.books .section-1-3 {
 +
  background-color: #FAF4EF;
 +
  border: 1px solid #eae4de;
 +
}
 +
.books .section-1-3 .floatleft {
 +
  margin-bottom: 0;
 +
  margin-right: 0.8em;
 +
}
 +
.books .section-1-3 p {
 +
  padding: 10px;
 +
}
 +
.main-text-date {
 +
  display: inline-block;
 +
  color: #7e4227;
 +
  font-weight: bold;
 +
}
 +
.chronicle iframe {
 +
    position: absolute;
 +
    left: 0;
 +
    top: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
}
 +
.chronicle-date {
 +
  display: inline-block;
 +
  background-color: #7e4227;
 +
  color: #fff;
 +
  padding: 1px 7px;
 +
  margin-right: 3px;
 +
}
 +
@media screen and (max-width: 1350px) {
 +
  .chronicle li {
 +
  line-height: 1.4;
 +
  margin-bottom: 12px;
 +
}
 +
  .main-text>ul {
 +
  margin-left: 0;
 +
}
 +
.main-text>ul>li>ul>li {
 +
  line-height: 1.3;
 
}
 
}
 
/* These are the same colours as the enwiki
 
  'cmbox' styles; just with different names. */
 
table.mbox-critical {
 
border: 4px solid #b22222;    /* Red */
 
background: #FFDBDB;          /* Pink */
 
 
}
 
}
table.mbox-important {
+
.results-info + div,
background: #FFDBDB;   /* Red */
+
.search-types + div,
 +
.mw-search-results + div,
 +
form#powersearch,
 +
#mw-upload-form,
 +
#mw-listfiles-form,
 +
#mw-content-text>form {
 +
  clear: none !important;
 
}
 
}
table.mbox-warning {
+
.mw-search-profile-tabs div.search-types {
background: #FFE7CE;   /* Orange */
+
  float: none;
 
}
 
}
table.mbox-caution {
+
.mw-search-results {
background: #FFF9DB;   /* Yellow */
+
  float: none;
 
}
 
}
table.mbox-notice {
+
.mw-search-top-table:after,
background: #D8E8FF;   /* Blue */
+
.search-types ul:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 
}
 
}
table.mbox-move {
+
.search-types ul {
background: #E4D8FF;   /* Purple */
+
  height: 35px;
 
}
 
}
table.mbox-protection {
+
.oo-ui-textInputWidget {
background: #EFEFE1;   /* Gray-gold */
+
  max-width: 40em;
 
}
 
}
+
.fa-angle-double-right {
/**
+
  position: absolute;
* Infoboxes
+
  bottom: 0;
*/
+
  right: 0;
.infobox {
+
  font-size: 15px;
float: right;
+
  display: block;
clear: right;
+
  background-color: /*#7e4227*/ #996047;
margin-bottom: 0.5em;
+
  color: #fff;
margin-left: 1em;
+
  padding: 3px 5px;
padding: 0.2em;
 
border: 1px solid #AAA;
 
background: #F9F9F9;
 
color: black;
 
 
}
 
}
+
.chronicle .fa-angle-double-right {
.infobox td,
+
  bottom: -10px;
.infobox th {
 
vertical-align: top;
 
 
}
 
}
+
.fa-angle-right {
.infobox caption {
+
  padding-left: 10px;
margin-left: inherit;
+
  font-size: 15px;
font-size: larger;
+
  opacity: 0.8;
 +
  vertical-align: middle;
 
}
 
}
+
.top-banner {
.infobox.bordered {
+
background: url('http://nffedorov.ru/w/images/archive/9/97/20230705152318%212023-10-04-zastavka.jpg') no-repeat 50% 42%;
border-collapse: collapse;
 
 
}
 
}
+
 
.infobox.bordered td,
+
.top-banner-1 {
.infobox.bordered th {
+
background: url('http://nffedorov.ru/w/images/b/b5/Banner.jpg') no-repeat 50% 42%;
border: 1px solid #AAA;
 
 
}
 
}
+
 
.infobox.bordered .borderless td,
+
 
.infobox.bordered .borderless th {
+
.top-banner, .top-banner-1 {
border: 0;
+
  background-size: cover;
 +
  position: relative;
 +
  border: 1px solid #AB735A;
 +
  text-align: center;
 +
  margin-bottom: 20px !important;
 +
  margin-top: 2.5em !important;
 
}
 
}
+
 
/* Apparently the namespaces parameter
+
.top-banner:after, .top-banner-1:after {
  for inputbox forces a checkbox.
+
    content: "";
  Let's hide it in the API sidebar */
+
    display: block;
.mw-inputbox-hideapicheck label[for=mw-inputbox-ns104],
+
    position: absolute;
#mw-inputbox-ns104 {
+
    top: 0;
display: none;
+
    left: 0;
 +
    height: 100%;
 +
    width: 100%;
 +
    background-color: rgba(242, 242, 243, 0.7);
 
}
 
}
+
.top-banner:hover, .top-banner-1:hover {
/** Testing for code review **/
+
  opacity: 0.9;
div.mw-wordcloud {  
 
width: 100%;
 
text-align: justify;
 
 
}
 
}
+
.top-data {
.mw-wordcloud-size-1 {
+
  display: inline-block;
color: #222;
+
  width: 35%;
font-size: 2.4em;
+
  vertical-align: middle;
 +
  position: relative;
 +
  z-index: 2;
 +
  padding: 10px 10px 30px;
 +
  color: #7e4227;  
 +
  font-size: 1.4em;
 +
  font-weight: 700;
 
}
 
}
.mw-wordcloud-size-2 {
+
.top-text {
color: #333;
+
  display: inline-block;
font-size:2.2em;
+
  font-size: 1.4em;
 +
  font-weight: 700;
 +
  color: #7e4227;
 +
  width: 60%;
 +
  vertical-align: middle;
 +
  position: relative;
 +
  z-index: 2;
 +
  padding: 10px 10px 30px;
 
}
 
}
.mw-wordcloud-size-3 {
+
 
color: #444;
+
div.floatleft {
font-size: 2.0em;
+
  clear: none;
 
}
 
}
.mw-wordcloud-size-4 {
+
.section-1-3.youtube {
color: #555;
+
    position: relative;
font-size: 1.8em;
+
    padding-bottom: 26%;
 +
    height: 0;
 +
    overflow: hidden;
 
}
 
}
.mw-wordcloud-size-5 {
+
.firstHeading {
color: #666;
+
  color: #7e4227;  
font-size: 1.6em;
+
  border-color: #bbb;
 +
  border: 0;
 
}
 
}
.mw-wordcloud-size-6 {
+
a.new:visited, #p-personal a.new:visited,
color: #777;
+
.mw-body a.new {
font-size: 1.4em;
+
  color: #ba0000;
 
}
 
}
.mw-wordcloud-size-7 {
+
.att a {
color: #888;
+
  position: relative;
font-size: 1.2em;
 
 
}
 
}
.mw-wordcloud-size-8 {
+
.att a:after {
color: #999;
+
  content: "✓";
font-size: 1em;
+
  position: absolute;
 +
  right: -30px;
 +
  bottom: -8px;
 +
  width: 24px;
 +
  color: red;
 +
  font-size: 24px;
 +
  font-weight: 700;
 
}
 
}
.mw-wordcloud-size-9 {
+
.section-1-5 {
color: #aaa;
+
  width: 18%;
font-size: 0.8em;
+
  display: inline-block;
letter-spacing: 3px;
+
  vertical-align: top;
 +
  box-sizing: border-box;
 
}
 
}
.mw-wordcloud-size-10, .mw-wordcloud-size-0 {
+
.section-1-5 + .section-1-5 {
color: #bbb;
+
  margin-left: 2%;
font-size: 0.8em;
 
 
}
 
}
+
.books .section-1-5 {
/* Styling for related links and disambiguation links */
+
  background-color: #FAF4EF;
.rellink, .dablink {
+
  border: 1px solid #eae4de;
font-style: italic;
+
}
margin-bottom: 0.5em;
+
/*.books .section-1-3 .floatleft {
padding-left: 2em;
+
  margin-bottom: 0;
 +
  margin-right: 0.8em;
 
}
 
}
+
.books .section-1-3 p {
/* @todo FIXME: document me :) */
+
  padding: 10px;
#signuptopbox li {
+
}*/
float: left;
+
.section-1-5 img {
list-style: none;
+
  width: 100%;
font-family: sans-serif;
+
  height: auto;
 +
  max-height: 290px;
 
}
 
}
#signuptopbox li {
+
.section-1-5 a:last-child {
color: #3ca7d4;
+
  text-align: center;
background: #c2e1f9;
+
  font-weight: 700;
line-height: 2.8em;
+
  font-size: 16px;
margin-right: .25em;
+
  margin: 0 auto;
padding-right: .5em;
+
  display: block;
 +
  padding: 5px 0;
 +
 
 
}
 
}
#signuptopbox li.pr-active, #signuptopbox li.pr-active div {
+
.one-book .main-pict,
color: #67ca36;
+
.main-event-v .main-pict {
background: #d4f9c2;
+
  display: table-cell;
border-color: #fff #fff #fff #67ca36;
+
  width: 30%;
 
}
 
}
#signuptopbox li div{
+
.one-book .main-pict img,
width: 0;
+
.main-event-v .main-pict img {
height: 0;
+
  height: auto;
border-color: #fff #fff #fff #3CA7D4;
+
  width: 100%;
border-style: solid;
 
border-width: 1.4em .3em 1.4em 1.4em;
 
float: left;
 
 
}
 
}
#signuptopbox li span.pr-number{
+
.one-book .main-text,
display: block;
+
.main-event-v .main-text{
width: 1.8em;
+
  display: table-cell;
line-height: 1.8em;
+
  width: 70%;
background: #3ca7d4;
+
  padding: 0 20px;
color: #c2e1f9;
 
text-align: center;
 
margin: .5em;
 
-webkit-border-radius: 50%;
 
-moz-border-radius: 50%;
 
-ms-border-radius: 50%;
 
-o-border-radius: 50%;
 
border-radius: 50%;
 
font-weight: 600;
 
float: left;
 
 
}
 
}
#signuptopbox li.pr-active span.pr-number {
+
.book-contents {
background: #67ca36;
+
  width: 100%;
color: #d4f9c2;
 
 
}
 
}
#signuptopbox li span {
+
.book-contents a[href$=".pdf"].external, .book-contents a[href*=".pdf?"].external, .book-contents a[href*=".pdf#"].external, .book-contents a[href$=".PDF"].external, .book-contents a[href*=".PDF?"].external, .book-contents a[href*=".PDF#"].external, .book-contents span.PDFlink a {
float: left;
+
    padding-right: 0 !important;
 +
background: none !important;
 
}
 
}
#signuptopbox li.pr-spacer {
+
.book-contents tr td:nth-of-type(2) {
padding: 0;
+
  text-align: center;
 
}
 
}
+
.mw-body .one-book a.external:visited, .mw-body .one-book a.external {
/* BREADCRUMB CODE */
+
  color: transparent;
 
.breadcrumb {
 
        list-style: none;
 
        overflow: hidden;
 
        font: 14px Helvetica, Arial, Sans-Serif;
 
 
}
 
}
.breadcrumb li {
+
.one-book a[href$=".pdf"].external, .one-book a[href*=".pdf?"].external, .one-book a[href*=".pdf#"].external, .one-book a[href$=".PDF"].external, .one-book a[href*=".PDF?"].external, .one-book a[href*=".PDF#"].external, .one-book span.PDFlink a {
        float: left;
+
    padding-right: 5px !important;
        margin-bottom: 0;
 
 
}
 
}
.breadcrumb li a {
+
.mw-body p.book-next {
        color: white;
+
  color: #7e4227;
        text-decoration: none;
+
  font-weight: 700;
        padding: 10px 0 10px 45px;
+
  margin-top: 20px
        position: relative;
 
        display: block;
 
        float: left;
 
 
}
 
}
+
.book-next a {
.breadcrumb li a:after {
+
    position: relative;
        content: " ";
 
        display: block;
 
        width: 0;
 
        height: 0;
 
        border-top: 50px solid transparent;          /* Go big on the size, and let overflow hide */
 
        border-bottom: 50px solid transparent;
 
        position: absolute;
 
        top: 50%;
 
        margin-top: -50px;
 
        left: 100%;
 
        z-index: 2;
 
 
}
 
}
+
.book-next a:after {
.breadcrumb li a:before {
+
  content: "";
        content: " ";
+
  position: absolute;
        display: block;
+
  top: 1px;
        width: 0;
+
  right: -20px;
        height: 0;
+
  height: 13px;
        border-top: 50px solid transparent;
+
  width: 13px;
        border-bottom: 50px solid transparent;
+
  background: url("http://nffedorov.ru/w/images/c/c5/Arrow-right.png") no-repeat 0 0;
        border-left: 31px solid white;
 
        position: absolute;
 
        top: 50%;
 
        margin-top: -50px;
 
        margin-left: 1px;
 
        left: 100%;
 
        z-index: 1;
 
 
}
 
}
+
.mw-body .section-header a:hover {
.breadcrumb li:first-child a {
+
  opacity: 0.8;
        padding-left: 20px;
+
 
 
}
 
}
+
.mw-collapsible-bracket {
.currentcrumb a {
+
  display: none;
        background: #069;
 
 
}
 
}
+
.mw-redirectedfrom {display: none;}
.currentcrumb a:after {
+
ul {
        border-left: 30px solid #069;
+
  //list-style-image: url('http://nffedorov.ru/w/images/4/4f/Dot_blue2.png');
 +
list-style-image: url('http://nffedorov.ru/w/images/7/7f/Dot_brown2.png');
 
}
 
}
+
 
.currentcrumb a:hover, .prevcrumb a:hover, .nextcrumb a:hover {
+
.social-buttons li:not(:first-child) a .fab{
        background: #002d44;
+
  display: none;
 
}
 
}
+
.social-buttons li:not(:first-child) a {
.currentcrumb a:hover:after, .prevcrumb a:hover:after, .nextcrumb a:hover:after { border-left-color: #002d44 !important; }
+
  background: url('http://nffedorov.ru/w/images/4/4b/Socials_sprite.png') 0 0 no-repeat;
+
  width: 46px;
.prevcrumb a {
+
  height: 46px;
        background: #396;
+
  padding: 0;
 
}
 
}
+
.social-buttons li:nth-child(2) a {
.prevcrumb a:after {
+
  //background-position: -10px 0;
        border-left: 30px solid #396;
+
background: url('http://nffedorov.ru/w/images/5/5e/Youtube_logo_white.png') 50% 45% no-repeat;
 +
background-size: 80% auto;
 +
width: 100px;
 +
 
 
}
 
}
+
.social-buttons li:nth-child(3) a {
.nextcrumb a {
+
  background-position: -65px 0;
        background: #999;
 
 
}
 
}
+
.social-buttons li:nth-child(4) a {
.nextcrumb a:after {
+
  background-position: -120px 0;
        border-left: 30px solid #999;
 
 
}
 
}
+
/*.social-buttons li:nth-child(2) a:hover {
/* bug 27375, To go in ext.codereview */
+
  background-position: -10px -46px;
.mw-codereview-diff ins {
+
}*/
background: #EDFFED;
+
.social-buttons li:nth-child(2):hover {
 +
  background-color:#8b5239;
 
}
 
}
.mw-codereview-diff del {
+
.social-buttons li:nth-child(3) a:hover {
background: #FFEDED;
+
  background-position: -65px -46px;
 
}
 
}
/* bug 29307, awaiting deployment */
+
.social-buttons li:nth-child(4) a:hover {
pre {
+
  background-position: -120px -46px;
line-height: 1.3em;
 
 
}
 
}
+
.leftmar {margin-left:55px}
/* To facilitate rtl translations */
+
 
#bodyContent .table-RTL a{
+
 
    background: none;
+
.page-Temp2 .mw-body a.external:visited,
    padding-right: 0;
+
.page-Temp2 .mw-body a.external,
 +
.page-Temp2 a[href$=".pdf"].external, .page-Temp2 a[href*=".pdf?"].external, .page-Temp2 a[href*=".pdf#"].external, .page-Temp2 a[href$=".PDF"].external, .page-Temp2 a[href*=".PDF?"].external, .page-Temp2 a[href*=".PDF#"].external, .page-Temp2 span.PDFlink a{
 +
  background: none !important;
 +
  padding-right: 0 !important;
 
}
 
}
+
 
#bodyContent .table-RTL UL{
 
    margin-right: 10px;
 
    display: table;
 
 
}
 
}
+
.one-book a[href$=".pdf"].external, .one-book a[href*=".pdf?"].external, .one-book a[href*=".pdf#"].external, .one-book a[href$=".PDF"].external, .one-book a[href*=".PDF?"].external, .one-book a[href*=".PDF#"].external, .one-book span.PDFlink a {
/* Fix annoying bug where the "date" column in the LQT sometimes
+
     padding-right: 5px !important;
* is two rows because of the date being too long even through there is
+
 
* enough space (otherwise the browser makes it's own decision on where to cut)
 
*/
 
.lqt_toc th:nth-child(3),
 
.lqt_toc td:nth-child(3) {
 
     white-space: nowrap;
 
 
}
 
}
   
+
/*calend PDF icon next to external PDF link for Mozilla and Opera and for {PDFlink} template */
.persian {
+
 
    font-family: Tahoma;
+
.calend a[href$=".pdf"].external,
 +
.calend a[href*=".pdf?"].external,
 +
.calend a[href*=".pdf#"].external,
 +
.calend a[href$=".PDF"].external,
 +
.calend a[href*=".PDF?"].external,
 +
.calend a[href*=".PDF#"].external,
 +
span.PDFlink a {background: none center right no-repeat !important; padding-right: 18px !important};
 +
 
 +
.logo {
 +
  font-family: 'Adine Kirnberg';  
 +
  font-size: 1.7em;
 +
  line-height: 0.7em;
 +
  position: absolute;
 +
 
 
}
 
}
  
/my css*/
+
.mw-body .section-header-cal {
body.page-MainPage h1.firstHeading { display:none; }
+
// font-size: 1.7em;
 +
  text-align: center;
 +
  color: #7e4227;
 +
  padding: 0 0 15px;
  
<body class="mediawiki ns-0 ltr page-Some_title">
+
}
 +
.mw-body .section-header-cal a {
 +
    position: relative;
  
#Обсуждение: { display:none!important; }
+
}
 +
.mw-body .section-header a:hover {
 +
  opacity: 0.8;

Текущая версия на 09:23, 1 апреля 2024

/*MediaWiki interface*/
.allpagesredirect, span.redirect-in-category a {font-style:italic}

#mw-subcategories, #mw-pages { clear:both }

.gallerybox .thumb img,
.filehistory a img,
#file img  {
 background:url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}

#wpSave {font-weight:bold}

.mw-tag-markers {
 font: italic 90% sans-serif;
}

.warningbox {
  background: #ff9;
  border: 1px solid #ee0;
  background-image: url('//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('//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;
}

/* rm white border */
div.thumb {border: none}
div.tright {border: none; margin: 0.5em 0 0.8em 1.4em}
div.tleft  {border: none; margin: 0.5em 1.4em 0.8em 0}

div.thumb img.thumbimage {
    background-color: #fff;
}

/* [[Википедия:Оформление таблиц]] */
table.standard, table.wide, table.prettytable
 {border:1px solid #aaa; border-collapse: collapse}
table.standard th, table.wide th, table.prettytable th
 {border:1px solid #aaa; padding-left:0.2em; padding-right:0.2em; background:#eef}
table.standard td, table.wide td, table.prettytable td 
 {border: 1px solid #aaa; 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:#aaa; border-collapse:collapse}
table.simple th, table.simple td {border-color:#aaa; 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:#eef}
table.tiles td {padding-left:0.2em; padding-right:0.2em; background:#f0f0f0}
 
table.graytable {background:#f0f0f0; padding:1em; width: 100%}
table.graytable caption {padding-top:0.5em; background:#f0f0f0; font-weight:bold}
table.graytable caption span.subcaption {font-size:80%; font-weight:normal}
table.graytable th, table.graytable td {font-size:80%}


tr.highlight th, table tr th.highlight {background:#eef}
tr.highlight td, table tr td.highlight {background:#ffe; font-weight:normal}
tr.bright th, table tr th.bright {background:#ccf}
tr.bright td, table tr td.bright {background:#fec}
tr.shadow th, tr.shadow td, table tr th.shadow, table tr td.shadow   {background:#f0f0f0}
tr.dark th, tr.dark td, table tr th.dark, table tr td.dark {background:#ccc}
.transparent {background:transparent !important}

table.toccolours th {background:#ccf}

/* {ambox} */
table.ambox {
  width: auto;
  margin: 0 10%;
  border-collapse: collapse;
  background:#FBFBFB;
  border: 1px solid #aaa;
  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 0 2px 0.5em;
  text-align: center;
}
table.ambox td.ambox-imageright {
  width: 52px;
  padding: 2px 4px 2px 0;
  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 #aaa;
  background: #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 #aaa;
  background: #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:#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, .highlight-target:target, cite:target, span.citation:target {background:#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}

.printonly {display:none}

.dablink, .rellink {font-style:italic; padding-left:2em}

#disambig {border-top: 3px double #cccccc; border-bottom: 3px double #cccccc}

/*{TOClimit} & TOC w/o numbers*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7, 
.nonumtoc .tocnumber  {display:none}


/* 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(//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("//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("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
  padding-left: 40px;
}
div.videolist, div.multivideolist {
  background: url("//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: #f9f9f9;
  border: 1px solid #aaa;
  clear: both;
  font-size: 90%;
  margin: 1em 0em 0em;
  padding: 2px;
  width: 100%;
}
table.navbox th {
  background: #ccf;
  padding-left: 1em;
  padding-right: 1em;
  text-align: right;
}


/*{Навигационная полоса}, {Hider}, ... */
div.Boxmerge,
div.NavFrame {
 margin:0;
 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:#fff;
 margin:0;
 padding:2px;
 float:left;
}
div.NavFrame div.NavHead {
 height:1.6em;
 font-weight:bold;
 font-size:100%;
 background:#efefef;
 position:relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
 font-size: 100%
}
div.NavEnd {
 margin:0;
 padding:0;
 line-height:1px;
 clear:both;
}
a.NavToggle {
 position:absolute;
 top:0;
 right:0.2em;
 font-weight:normal;
 font-size:smaller;
}


.messagebox.standard-talk {
  border: 1px solid #c0c090;
  background: #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-osm, .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}

.wp-templatelink { color:#9098A0 } /* {tl} */


/* FlaggedRevs */
span.mw-fr-reviewlink {font-weight:normal; font-size:smaller; opacity:0.7} 
.flaggedrevs-pending {background:#ffc}
.sitedir-ltr div.flaggedrevs_short {float:none; padding:1px}
.sitedir-ltr div.flaggedrevs_short_details {width:95%; display:none}


/* Remove "external" icon from links to WP */
body.ns-talk a.external[href^="http://ru.wikipedia.org/"],
body.ns-4 a.external[href^="http://ru.wikipedia.org/"] {
  background: none !important;
  padding-right: 0 !important;
}


/* Less space between category links, remove when 31547/r100869 deployed */
#catlinks {
    line-height: 1.25em;
}
#catlinks li {
    line-height: 1.25em;
    margin: 0.125em 0;
    padding: 0 0.5em;
}
#catlinks li:first-child {
    padding-left: 0.25em;
}
/* Для прозы */ .indent p {text-indent: 1.6em; margin-bottom: 0ex; margin-top: 0ex; text-align: justify;} /* Класс text (из Wikilivres) */div.text {  width: 84ex;  text-align:justify;  margin:0px auto;  font-family: Cambria, Times New Roman, Times, serif;  font-size: 120%;} .text p {  text-indent: 1.6em;  line-height: normal;} .text dd, .text li { line-height: normal; } .text sup { font-size: 80%; } .text pre {  background-color: #ffffff;  font-family: serif;  line-height: 150%;  border: 0px;  padding-left: 2em;  margin: 0;  white-space: pre;} .text .editsection {  position: absolute;  right: 0ex;} .text .thumbcaption {  line-height: normal;  font-size: small;} .text table {  margin: 0px auto;} .text #toc, .text .toc {  margin-left: 0px;  font-size: 80%} .text ol.references {  line-height: normal;  font-size: small;} div.text.article {  border-bottom: 1px solid #aaa;  padding-bottom: 1ex;} div.innertext {  width: 84ex;  margin: auto;} /* класс drama */div.drama div.poem > p { margin-left: 24ex; text-indent: 0; } div.drama div.p0 > p { margin-left: 20ex !important; } div.drama div.p00 > p { margin-left: 16ex !important; } div.drama div.p1 > p { margin-left: 28ex !important; } div.drama div.p2 > p { margin-left: 32ex !important; } div.drama div.re {  display:inline-block;  text-align:center;  width:100%;} div.rem {  width:100%;  text-align:center;  font-size:80%;  line-height:normal;  margin-top: 1em;  margin-bottom: 1em;} div.drama div.poem > div.rem {  display:inline-block;  margin-top: 0;  margin-bottom: 0;}
/*
#left-navigation,
#right-navigation {
  display: none;
} */
li#ca-talk { display: none; }

li#footer-places-disclaimer { display: none; }
li#footer-places-privacy { display: none; }
 li#footer-info-lastmod { display: none; } 
/*li#footer-poweredbyico { display: none; }*/
<!-- li#ca-history { display: none; } -->
li#ca-viewsource{ display: none; }
li#pt-anonlogin{ display: none; }
li#pt-anontalk{ display: none; }
li#pt-anonuserpage{ display: none; }
li#ca-view { display: none; }
li#ca-nstab-main{ display: none; }
li#pt-login{ display: none; }
li#ca-nstab-mediawiki{ display: none; }
li#ca-special{ display: none; }
li#ca-nstab-category { display: none; }
li#footer-places-about { display: none; }


div#mw-panel div#p-tb { display: none; }

/* new vwctor */
div#simpleSearch {
  width: 90%;
}
.mw-body {
  border: none;
  margin-top: 0;
}
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
  color: /* #0645ad */ #7e4227;
}
div#mw-panel div.portal div.body ul li {
  font-size: 0.9em;
  line-height: 1.3;
  
}
body {
    background-color: #fff;
}
/* @media screen and (min-width: 982px) {
.mw-body {
    margin-left: 13em;
}
} */

.mw-body {
  float: right;
  width: calc(100% - 16em);
  margin-left: 0;
}

#p-personal {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  float: left;
}
@media screen and (min-width: 982px) {
#left-navigation {
    margin-left: 0;
}
}
#left-navigation {
    float: right;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
}
#right-navigation {
    float: right;
    margin-top: 0;
}
div.vectorMenu h3 span {
  padding-top: 0;
}
div.vectorMenu h3 a {
  height: 2em;
}
#p-cactions-label {
  margin-bottom: 0;
  padding-top: 0.7em;
}
div.vectorMenu div.menu {
    top: -7em;
    left: -55px;
    border-top-width: 1px;
}
@media screen and (min-width: 982px) {
div#footer {
    margin-left: 0;
    padding: 20px 0;
  background-color: /*#999186*/ /* #5f493b */ /* #725f53 */ #7c7a76;
  color: #fff;
}
}
div#footer {
    margin-left: 0;
  padding: 20px 0;
  background-color: /*#999186*/ /* #5f493b */ /* #725f53 */ #7c7a76;
  color: #fff;
}
.contacts {
  margin: 0 auto;
  line-height: 2;
  font-size: 1em;
  text-align: center;
}
.contacts a,
.contacts a:visited,
.contacts a:focus {
  color: #fff;
}
.contacts a:hover {
  color: #f5f5f5;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.social-buttons-left {
  text-align: center;
}
.social {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.social + .social {
  margin-left: 10px;
}
.social:hover {
opacity: 0.9;
}
.social img {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#p-search {
    float: none;
    margin-right: 0.5em;
    margin-left: 0.7em;
    margin-bottom: 2em;
}
@media screen and (min-width: 982px) {
#p-search {
    float: none;
    margin-right: 1em;
    margin-bottom: 2em;
}
}
div#mw-panel {
  width: 12em;
  position: relative;
  top: auto;
  left: auto;
  padding-top: 1.7em;
}

#p-logo {
    left: 0;
    top: 0;
    width: 12em;
    height: 13em;
  z-index: 999;
}
#p-logo a {
    width: 12em;
    height: 13em;
    background-size: cover;
    background-position: 0 0;
}


#mw-page-base {
  height: auto;
  background-image: none;
  background-color: #faf4ef;
}
div#mw-head {
//  padding: 1em 0 1em 14em;
padding: 1em 0 1em 14.5em;
  color: #7e4227;
  min-height: 11em;
  position: relative;
  box-sizing: border-box;
  top: auto;
  right: auto;
  width: auto;
}
.site-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Philosopher', sans-serif;
}
.site-cite {
  font-style: italic;
  margin-bottom: 55px;
}
.site-description {
  white-space: normal;
}
.nav {
  background-color: #7e4227;
//  padding-left: 12.7em;

}
.nav-items {
  padding-left: 13.3em;
}
.nav-items,
.social-buttons {
  display: inline-block;
  margin: 0;
}
.social-buttons {
  float: right;
  margin-right: 20px;
}
.nav-items li,
.social-buttons li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  vertical-align: middle;
}
.nav-items a,
.social-buttons a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 0.9em;
}
.social-buttons a {
  font-size: 1.3em;
  padding: 12px 15px 10px;
}
.nav-items a:hover,
.social-buttons a:hover{
  background: #996047;
  text-decoration: none;
}
.nav-items a:active,
.nav-items a:focus,
.social-buttons a:focus,
.social-buttons a:active {
  text-decoration: none;
}
@media screen and (min-width: 787px) and (max-width: 1250px) {
.site-cite {
  margin-bottom: 40px;
}
}
@media screen and (min-width: 1251px) {
#p-logo {

    left: 0;
    top: 0;
  height: 13em;
}
}
#mw-navigation {
  position: relative;
  float: left;
  width: 12em;
}
#p- {
  display: none;
}
#editform, #toolbar, #wpTextbox1 {
  clear: right;
}
div#mw-panel div.portal h3 {
  color: #7e4227;
  font-weight: bold;
//  background-color: #faf4ef;
//  padding: 0.5em 0 0.5em 0.5em;
}
div#mw-panel div.portal {
  margin-bottom: 0.5em;
  padding-top: 1em;
}
div#mw-panel div.portal:nth-child(2) {
  background: none;
  padding-top: 0.25em;
}
.sidebar-banner {
  font-size: 0.85em;
  border: 1px solid #AB735A;
  border-top-width: 10px;
  border-top-color: #7e4227;
  text-align: center;
}
.sidebar-banner p {
  margin: 10px;
  line-height: 1.4;
}
div#mw-panel div.portal.sidebar-banner {
  padding: 10px 0;
  background-color: #FAF4EF;
}
.sidebar-banner p:nth-child(2) {
  font-weight: bold;
  font-size: 1em;
  color: red;
}
.sidebar-banner a,
.sidebar-banner a:hover,
.sidebar-banner a:active,
.sidebar-banner a:focus,
.sidebar-banner a:visited {
  color: #7e4227;
  text-decoration: none;
}
.sidebar-banner a:hover p {
  opacity: 0.8;
}
.wikiEditor-ui
 {
  clear: none;
}
.wikiEditor-ui .wikiEditor-ui-clear {
  clear: none;
}

.main-text {
  width: 35%;
  vertical-align: middle;
  padding: 0 2%;
  display: inline-block;
}
.main-text ul {
  margin-top: 0;
  margin-left: 1em;
}
.main-text ul li {
  list-style-image: none;
  line-height: 1.4;
  position: relative;
  margin: 5px 0;
}
.main-text>ul>li {
  list-style: none;
  margin: 15px;
}
.mw-body .main-text .section-header {
  margin-top: 0;
  padding-bottom: 0;
  padding-top:0;
}
.main-pict {
  width: 60%;
  max-height: 450px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.main-pict img {
  width: 100%;
  height: auto;
}
.mw-body .main-text h2 {
  margin-bottom: 30px;
  border-bottom: none;
  font-family: sans-serif;
}
.mw-body .main-text p {
  margin-top: 0;
}
.mw-body .main-text a,
.mw-body .main-text a:visited {
  color: #7e4227;
}
.main-event, .main-event-v {
  background-color: #FAF4EF;
 /* border: 1px solid #AB735A; */
  outline: 1px solid #AB735A;
  position: relative;
}

.section-full {
  margin: 40px 0;
  position: relative;
}
.section-full:first-of-type {
  margin-top: 0;
}

.section-1-4 {
  display: inline-block;
  width: 23%;
//  border: 1px solid #eae4de;
  border: 1px solid #AB735A;
  margin: 0;
  vertical-align: top;
  box-sizing: border-box;
 // border-top-width: 10px;
 // border-top-color: #7e4227;
}
.section-title {
 // background-color: #FAF4EF;
background-color: #7e4227;
  padding: 3px 20px;
//  color: #7e4227;
  color: #fff;
//  color: #fff;
 // font-size: 1.1em;
font-size: 1em;
}
.section-text {
  padding: 10px 20px;
 // background-color: #FAF4EF;
  background-color: #fff;
  
}

.mw-body .section-header {
 // font-size: 1.7em;
  text-align: center;
  color: #7e4227;
  padding: 0 0 15px;

}
.mw-body .section-header a {
    position: relative;

}
.mw-body .section-header a:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -25px;
  height: 13px;
  width: 13px;
  background: url("http://nffedorov.ru/w/images/c/c5/Arrow-right.png") no-repeat 0 0;
}
.mw-body .section-header a:hover {
  opacity: 0.8;

}
.section-1-4 + .section-1-4 {
  margin-left: 2.66666666%;
} /*
@media only screen and (min-width: 1300px) {
.section-60 {
  float: left;
  width: 70%;
}
.section-40 {
  float: left;
  width: 28%;
  margin-left: 2%;
}
} 
@media only screen and (max-width: 1299px) {
.section-60 {
  float: none;
  width: 100%;
}
.section-40 {
  float: none;
  width: 100%;
}
} */
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.section-1-7,
.section-3-7 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.section-1-7 {
  width: 12%;
  min-width: 110px;
  margin-top: 0.7em;
  text-align: center;
}
.section-3-7 {
  width: 41%;
}
.section-3-7 + .section-3-7 {
  margin-left: 2%;
}
.section-full a {
  color: #7e4227;
}
.calendar {
    background-color: #FAF4EF;
    border: 1px solid #eae4de;
  padding: 15px 1% 20px;
  margin-bottom: 20px;
}
.calendar ul {
  list-style-image: none;
  color: #7e4227;
}
.calendar li {
  color: #252525;
}
.projects .section-1-4{
  border: none;
  text-align: center;
}
.mw-body a.external:visited,
.mw-body a.external {
  position: relative;
    color: /*#252525*/ #7e4227;
  background-image: url("http://nffedorov.ru/w/images/f/fd/External-link-ltr-icon-brown1.png");
  background-position: 100% 58%;
  background-size: 10px 10px;
  padding-right: 10px;
}
.mw-body a:visited,
.mw-body a {
    color: #7e4227;
}
.section-1-2 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.section-1-2 + .section-1-2 {
  margin-left: 4%;
}
.chronicle ul {
  list-style-image: none;
  list-style: none;
  margin-top: 0;
  margin-left: 0;
}
.chronicle li {
  margin-bottom: 15px;
}
.chronicle .youtube {
  position: relative; 
  padding-bottom: 56%; 
  height: 0; 
  overflow: hidden;
  margin-top: 7px;
}
.section-1-3 {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.section-1-3 + .section-1-3  {
  margin-left: 2%;
}
.books .section-1-3 {
  background-color: #FAF4EF;
  border: 1px solid #eae4de;
}
.books .section-1-3 .floatleft {
  margin-bottom: 0;
  margin-right: 0.8em;
}
.books .section-1-3 p {
  padding: 10px;
}
.main-text-date {
  display: inline-block;
  color: #7e4227;
  font-weight: bold;
}
.chronicle iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.chronicle-date {
  display: inline-block;
  background-color: #7e4227;
  color: #fff;
  padding: 1px 7px;
  margin-right: 3px;
}
@media screen and (max-width: 1350px) {
  .chronicle li {
  line-height: 1.4;
  margin-bottom: 12px;
}
  .main-text>ul {
  margin-left: 0;
}
.main-text>ul>li>ul>li {
  line-height: 1.3;
}
}
.results-info + div,
.search-types + div,
.mw-search-results + div,
form#powersearch,
#mw-upload-form,
#mw-listfiles-form,
#mw-content-text>form {
  clear: none !important;
}
.mw-search-profile-tabs div.search-types {
  float: none;
}
.mw-search-results {
  float: none;
}
.mw-search-top-table:after,
.search-types ul:after {
  content: "";
  display: table;
  clear: both;
}
.search-types ul {
  height: 35px;
}
.oo-ui-textInputWidget {
  max-width: 40em;
}
.fa-angle-double-right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  display: block;
  background-color: /*#7e4227*/ #996047;
  color: #fff;
  padding: 3px 5px;
}
.chronicle .fa-angle-double-right {
  bottom: -10px;
}
.fa-angle-right {
  padding-left: 10px;
  font-size: 15px;
  opacity: 0.8;
  vertical-align: middle;
}
.top-banner {
background: url('http://nffedorov.ru/w/images/archive/9/97/20230705152318%212023-10-04-zastavka.jpg') no-repeat 50% 42%;
}

.top-banner-1 {
background: url('http://nffedorov.ru/w/images/b/b5/Banner.jpg') no-repeat 50% 42%;
}


.top-banner, .top-banner-1 {
  background-size: cover;
  position: relative;
  border: 1px solid #AB735A; 
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: 2.5em !important;
}

.top-banner:after, .top-banner-1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(242, 242, 243, 0.7);
}
.top-banner:hover, .top-banner-1:hover {
  opacity: 0.9;
}
.top-data {
  display: inline-block; 
  width: 35%; 
  vertical-align: middle; 
  position: relative; 
  z-index: 2; 
  padding: 10px 10px 30px;
  color: #7e4227; 
  font-size: 1.4em; 
  font-weight: 700;
}
.top-text {
  display: inline-block; 
  font-size: 1.4em; 
  font-weight: 700; 
  color: #7e4227; 
  width: 60%; 
  vertical-align: middle; 
  position: relative;  
  z-index: 2; 
  padding: 10px 10px 30px;
}

div.floatleft {
  clear: none;
}
.section-1-3.youtube {
    position: relative;
    padding-bottom: 26%;
    height: 0;
    overflow: hidden;
}
.firstHeading {
  color: #7e4227; 
  border-color: #bbb;
  border: 0;
}
a.new:visited, #p-personal a.new:visited,
.mw-body a.new {
  color: #ba0000;
}
.att a {
  position: relative;
}
.att a:after {
  content: "✓";
  position: absolute;
  right: -30px;
  bottom: -8px;
  width: 24px;
  color: red;
  font-size: 24px;
  font-weight: 700;
}
.section-1-5 {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.section-1-5 + .section-1-5 {
  margin-left: 2%;
}
.books .section-1-5 {
  background-color: #FAF4EF;
  border: 1px solid #eae4de;
}
/*.books .section-1-3 .floatleft {
  margin-bottom: 0;
  margin-right: 0.8em;
}
.books .section-1-3 p {
  padding: 10px;
}*/
.section-1-5 img {
  width: 100%;
  height: auto;
  max-height: 290px;
}
.section-1-5 a:last-child {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  padding: 5px 0;
  
}
.one-book .main-pict,
.main-event-v .main-pict {
  display: table-cell;
  width: 30%;
}
.one-book .main-pict img,
.main-event-v .main-pict img {
  height: auto;
  width: 100%;
}
.one-book .main-text,
.main-event-v .main-text{
  display: table-cell;
  width: 70%;
  padding: 0 20px;
}
.book-contents {
  width: 100%;
}
.book-contents a[href$=".pdf"].external, .book-contents a[href*=".pdf?"].external, .book-contents a[href*=".pdf#"].external, .book-contents a[href$=".PDF"].external, .book-contents a[href*=".PDF?"].external, .book-contents a[href*=".PDF#"].external, .book-contents span.PDFlink a {
    padding-right: 0 !important;
background: none !important;
}
.book-contents tr td:nth-of-type(2) {
  text-align: center;
}
.mw-body .one-book a.external:visited, .mw-body .one-book a.external {
  color: transparent;
}
.one-book a[href$=".pdf"].external, .one-book a[href*=".pdf?"].external, .one-book a[href*=".pdf#"].external, .one-book a[href$=".PDF"].external, .one-book a[href*=".PDF?"].external, .one-book a[href*=".PDF#"].external, .one-book span.PDFlink a {
    padding-right: 5px !important;
}
.mw-body p.book-next {
  color: #7e4227;
  font-weight: 700;
  margin-top: 20px
}
.book-next a {
    position: relative;
}
.book-next a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -20px;
  height: 13px;
  width: 13px;
  background: url("http://nffedorov.ru/w/images/c/c5/Arrow-right.png") no-repeat 0 0;
}
.mw-body .section-header a:hover {
  opacity: 0.8;

}
.mw-collapsible-bracket {
  display: none;
}
.mw-redirectedfrom {display: none;}
ul {
  //list-style-image: url('http://nffedorov.ru/w/images/4/4f/Dot_blue2.png');
list-style-image: url('http://nffedorov.ru/w/images/7/7f/Dot_brown2.png');
}

.social-buttons li:not(:first-child) a .fab{
  display: none;
}
.social-buttons li:not(:first-child) a {
  background: url('http://nffedorov.ru/w/images/4/4b/Socials_sprite.png') 0 0 no-repeat;
  width: 46px;
  height: 46px;
  padding: 0;
}
.social-buttons li:nth-child(2) a {
  //background-position: -10px 0;
background: url('http://nffedorov.ru/w/images/5/5e/Youtube_logo_white.png') 50% 45% no-repeat;
background-size: 80% auto;
width: 100px;

}
.social-buttons li:nth-child(3) a {
  background-position: -65px 0;
}
.social-buttons li:nth-child(4) a {
  background-position: -120px 0;
}
/*.social-buttons li:nth-child(2) a:hover {
  background-position: -10px -46px;
}*/
.social-buttons li:nth-child(2):hover {
  background-color:#8b5239;
}
.social-buttons li:nth-child(3) a:hover {
  background-position: -65px -46px;
}
.social-buttons li:nth-child(4) a:hover {
  background-position: -120px -46px;
}
.leftmar {margin-left:55px}


.page-Temp2 .mw-body a.external:visited, 
.page-Temp2 .mw-body a.external,
.page-Temp2 a[href$=".pdf"].external, .page-Temp2 a[href*=".pdf?"].external, .page-Temp2 a[href*=".pdf#"].external, .page-Temp2 a[href$=".PDF"].external, .page-Temp2 a[href*=".PDF?"].external, .page-Temp2 a[href*=".PDF#"].external, .page-Temp2 span.PDFlink a{
  background: none !important;
  padding-right: 0 !important;
}

}
.one-book a[href$=".pdf"].external, .one-book a[href*=".pdf?"].external, .one-book a[href*=".pdf#"].external, .one-book a[href$=".PDF"].external, .one-book a[href*=".PDF?"].external, .one-book a[href*=".PDF#"].external, .one-book span.PDFlink a {
    padding-right: 5px !important;

}
/*calend PDF icon next to external PDF link for Mozilla and Opera and for {PDFlink} template */

.calend a[href$=".pdf"].external,
.calend a[href*=".pdf?"].external,
.calend a[href*=".pdf#"].external,
.calend a[href$=".PDF"].external,
.calend a[href*=".PDF?"].external,
.calend a[href*=".PDF#"].external,
span.PDFlink a {background: none  center right no-repeat !important; padding-right: 18px !important};

.logo {
  font-family: 'Adine Kirnberg'; 
  font-size: 1.7em; 
  line-height: 0.7em;
  position: absolute;

}

.mw-body .section-header-cal {
 // font-size: 1.7em;
  text-align: center;
  color: #7e4227;
  padding: 0 0 15px;

}
.mw-body .section-header-cal a {
    position: relative;

}
.mw-body .section-header a:hover {
  opacity: 0.8;