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

нет описания правки
Нет описания правки
Нет описания правки
Строка 13: Строка 13:
  *  3.3 Колонки
  *  3.3 Колонки
  *  3.4 Таблицы
  *  3.4 Таблицы
*  3.5 Порталы
  *  4. Шаблоны
  *  4. Шаблоны
  *  5. Страницы
  *  5. Страницы
Строка 67: Строка 66:


blockquote {
blockquote {
margin: 0.7em 0 0.7em 5%;
padding: 0.7em 2% 0.7em 4%;
background: #f8f9fa;
background: #f8f9fa;
overflow: hidden;
overflow: hidden;
Строка 96: Строка 93:


/* Remove "external" icon from links to WP */
/* Remove "external" icon from links to WP */
body.ns-talk a.external[href*="//ru.wikipedia.org/"],
body.ns-talk a.external[href*="//massarn.com/w/"],
body.ns-4 a.external[href*="//ru.wikipedia.org/"],
body.ns-4 a.external[href*="//massarn.com/w/"],
body.ns-104 a.external[href*="//ru.wikipedia.org/"],
body.ns-104 a.external[href*="//massarn.com/w/"],
body.ns-106 a.external[href*="//ru.wikipedia.org/"] {
body.ns-106 a.external[href*="//massarn.com/w/"] {
background: none !important;
background: none !important;
padding-right: 0 !important;
padding-right: 0 !important;
Строка 116: Строка 113:
}
}


.hatnote,
.hatnote {
.dablink,
.rellink {
font-style: italic;
font-style: italic;
padding-left: 1.6em;
padding-left: 1.6em;
Строка 137: Строка 132:
.clickable-image a:hover {
.clickable-image a:hover {
text-decoration: none;
text-decoration: none;
}
/* Скрыть пункт «Элемент Викиданных» до начала работы гаджета
  [[MediaWiki:Gadget-sidebarRelated.js]] */
.client-js .action-view #t-wikibase {
display: none;
}
}


Строка 148: Строка 137:
#mw-pages {
#mw-pages {
clear: both;
clear: both;
}
#disambig {
border-top: 3px double #c8ccd1;
border-bottom: 3px double #c8ccd1;
}
}


Строка 203: Строка 187:
#mw-revision-nav {
#mw-revision-nav {
margin-top: 0.5em;
margin-top: 0.5em;
}
/* Кнопки [показать]/[скрыть], создаваемые mw-collapsible */
.mw-collapsible-toggle {
font-weight: normal;
}
/* Кнопки [показать]/[скрыть], создаваемые динамически функцией collapsibleTables()
  в [[MediaWiki:Common.js]] */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible.collapsed > tbody > tr:not(:first-child),
.client-js .NavFrame.collapsed > .NavContent,
.client-js .tochidden-wrapper > .toc > ul {
display: none;
}
}


Строка 230: Строка 239:
.sitedir-ltr div.flaggedrevs_short {
.sitedir-ltr div.flaggedrevs_short {
float: none;
float: none;
margin-left: 0;
padding: 1px;
padding: 1px;
}
}
Строка 251: Строка 261:
.wef_low_priority_links a.extiw:visited,
.wef_low_priority_links a.extiw:visited,
.wef_low_priority_links a.external:visited {
.wef_low_priority_links a.external:visited {
color: #000;
color: #202122;
}
}


Строка 275: Строка 285:
.ve-active li.ve-show {
.ve-active li.ve-show {
display: list-item;
display: list-item;
}
/* Костыль исправляющий дублирование иконки в сообщениях об ошибках (Editnotice)
при сохранении правки в визуальном редакторе */
.ve-ui-mwSaveDialog .oo-ui-flaggedElement-error.oo-ui-iconElement table.fmbox {
margin-top: 0;
}
.ve-ui-mwSaveDialog .oo-ui-flaggedElement-error.oo-ui-iconElement .mbox-image {
display: none;
}
}


Строка 289: Строка 308:
.group-filemover-show,
.group-filemover-show,
.group-editor-show,
.group-editor-show,
.group-autoeditor-show,
.group-autoreview-show,
.group-user-show {
.group-user-show {
display: none;
display: none;
Строка 571: Строка 590:
table tr td.dark {
table tr td.dark {
background: #ccc;
background: #ccc;
}
/* ПОРТАЛЫ ---------------------------------------- */
/* For portals, added 2011-12-07 -bv
  On wide screens, show these as two columns
  On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
float: left;
width: 50%;
}
.portal-column-right {
float: right;
width: 49%;
}
.portal-column-left-wide {
float: left;
width: 60%;
}
.portal-column-right-narrow {
float: right;
width: 39%;
}
.portal-column-left-extra-wide {
float: left;
width: 70%;
}
.portal-column-right-extra-narrow {
float: right;
width: 29%;
}
@media only screen and (max-width: 800px) {
/* Decouple the columns on narrow screens */
.portal-column-left,
.portal-column-right,
.portal-column-left-wide,
.portal-column-right-narrow,
.portal-column-left-extra-wide,
.portal-column-right-extra-narrow {
float: inherit;
width: inherit;
}
}
}


Строка 622: Строка 599:


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text,
.mbox-text,
td.mbox-text {  /* The message body cell(s) */
.mbox-text {  /* The message body cell(s) */
border: none;
border: none;
/* @noflip */
/* @noflip */
Строка 629: Строка 606:
width: 100%;   /* Make all mboxes the same width regardless of text length */
width: 100%;   /* Make all mboxes the same width regardless of text length */
}
}
td.mbox-image { /* The left image cell */
.mbox-image { /* The left image cell */
border: none;
border: none;
/* @noflip */
/* @noflip */
Строка 635: Строка 612:
text-align: center;
text-align: center;
}
}
td.mbox-imageright {   /* The right image cell */
.mbox-imageright {   /* The right image cell */
border: none;
border: none;
/* @noflip */
/* @noflip */
Строка 641: Строка 618:
text-align: center;
text-align: center;
}
}
td.mbox-empty-cell {   /* An empty narrow cell */
.mbox-empty-cell {   /* An empty narrow cell */
border: none;
border: none;
padding: 0px;
padding: 0px;
width: 1px;
width: 1px;
}
.mbox-text .mbox-multiply {
display: none;
}
}


/* Image message box styles */
/* Image message box styles */
table.imbox {
.imbox {
margin: 4px 10%;
margin: 4px 10%;
border-collapse: collapse;
border-collapse: collapse;
Строка 662: Строка 642:
}
}


table.imbox-notice {
.imbox-notice {
border: 3px solid #1e90ff; /* Blue */
border: 2px solid #1e90ff; /* Blue */
}
}
table.imbox-speedy {
.imbox-speedy {
border: 3px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
background: #fee; /* Pink */
background: #fee; /* Pink */
}
}
table.imbox-delete {
.imbox-delete {
border: 3px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
}
}
table.imbox-content {
.imbox-content {
border: 3px solid #f28500; /* Orange */
border: 2px solid #f28500; /* Orange */
}
}
table.imbox-style {
.imbox-style {
border: 3px solid #f4c430; /* Yellow */
border: 2px solid #f4c430; /* Yellow */
}
}
table.imbox-move {
.imbox-move {
border: 3px solid #9932cc; /* Purple */
border: 2px solid #9932cc; /* Purple */
}
}
table.imbox-protection {
.imbox-protection {
border: 3px solid #bba;   /* Gray-gold */
border: 2px solid #bba;   /* Gray-gold */
}
}
table.imbox-license {
.imbox-license {
border: 3px solid #88a;   /* Dark gray */
border: 2px solid #88a;   /* Dark gray */
background: #f7f8ff;   /* Light gray */
background: #f7f8ff;   /* Light gray */
}
}
table.imbox-featured {
.imbox-featured {
border: 3px solid #cba135; /* Brown-gold */
border: 2px solid #cba135; /* Brown-gold */
}
}


/* Category message box styles */
/* Category message box styles */
table.cmbox {
.cmbox {
margin: 3px 10%;
margin: 3px 10%;
border-collapse: collapse;
border-collapse: collapse;
Строка 700: Строка 680:
}
}


table.cmbox-notice {
.cmbox-notice {
background: #d8e8ff; /* Blue */
background: #d8e8ff; /* Blue */
}
}
table.cmbox-speedy {
.cmbox-speedy {
margin-top: 4px;
margin-top: 4px;
margin-bottom: 4px;
margin-bottom: 4px;
Строка 709: Строка 689:
background: #ffdbdb;   /* Pink */
background: #ffdbdb;   /* Pink */
}
}
table.cmbox-delete {
.cmbox-delete {
background: #ffdbdb; /* Red */
background: #ffdbdb; /* Red */
}
}
table.cmbox-content {
.cmbox-content {
background: #ffe7ce; /* Orange */
background: #ffe7ce; /* Orange */
}
}
table.cmbox-style {
.cmbox-style {
background: #fff9db; /* Yellow */
background: #fff9db; /* Yellow */
}
}
table.cmbox-move {
.cmbox-move {
background: #e4d8ff; /* Purple */
background: #e4d8ff; /* Purple */
}
}
table.cmbox-protection {
.cmbox-protection {
background: #efefe1; /* Gray-gold */
background: #efefe1; /* Gray-gold */
}
}


/* Other pages message box styles */
/* Other pages message box styles */
table.ombox {
.ombox {
margin: 4px 10%;
margin: 4px 10%;
border-collapse: collapse;
border-collapse: collapse;
border: 1px solid #aaa;   /* Default "notice" gray */
border: 1px solid #a2a9b1;   /* Default "notice" gray */
background: #f9f9f9;
background: #f8f9fa;
}
}


table.ombox-notice {
.ombox-notice {
border: 1px solid #aaa;   /* Gray */
border: 1px solid #a2a9b1;   /* Gray */
}
}
table.ombox-speedy {
.ombox-speedy {
border: 2px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
background: #fee; /* Pink */
background: #fee; /* Pink */
}
}
table.ombox-delete {
.ombox-delete {
border: 2px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
}
}
table.ombox-content {
.ombox-content {
border: 1px solid #f28500; /* Orange */
border: 1px solid #f28500; /* Orange */
}
}
table.ombox-style {
.ombox-style {
border: 1px solid #f4c430; /* Yellow */
border: 1px solid #f4c430; /* Yellow */
}
}
table.ombox-move {
.ombox-move {
border: 1px solid #9932cc; /* Purple */
border: 1px solid #9932cc; /* Purple */
}
}
table.ombox-protection {
.ombox-protection {
border: 2px solid #bba;   /* Gray-gold */
border: 2px solid #bba;   /* Gray-gold */
}
}


/* Talk page message box styles */
/* Talk page message box styles */
table.tmbox {
.tmbox {
margin: 4px 10%;
margin: 4px 10%;
border-collapse: collapse;
border-collapse: collapse;
Строка 772: Строка 752:
}
}


table.tmbox-speedy {
.tmbox-speedy {
border: 2px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
background: #fee; /* Pink */
background: #fee; /* Pink */
}
}
table.tmbox-delete {
.tmbox-delete {
border: 2px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
}
}
table.tmbox-content {
.tmbox-content {
border: 2px solid #f28500; /* Orange */
border: 2px solid #f28500; /* Orange */
}
}
table.tmbox-style {
.tmbox-style {
border: 2px solid #f4c430; /* Yellow */
border: 2px solid #f4c430; /* Yellow */
}
}
table.tmbox-move {
.tmbox-move {
border: 2px solid #9932cc; /* Purple */
border: 2px solid #9932cc; /* Purple */
}
}
table.tmbox-protection,
.tmbox-protection,
table.tmbox-notice {
.tmbox-notice {
border: 1px solid #c0c090; /* Gray-brown */
border: 1px solid #c0c090; /* Gray-brown */
}
}


/* {ambox} */
/* {ambox} */
table.ambox {
.ambox {
margin: 0 10%;   /* 10% = Will not overlap with other elements */
margin: 0 10%;   /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
Строка 801: Строка 781:
background: #fbfbfb;
background: #fbfbfb;
}
}
table.ambox + table.ambox {   /* Single border between stacked boxes. */
.ambox + .ambox {   /* Single border between stacked boxes. */
margin-top: -1px;
margin-top: -1px;
}
}
.ambox th.mbox-text,
.ambox .mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
.ambox .mbox-text { /* The message body cell(s) */
padding: 0 0.5em;   /* 0.5em left/right */
padding: 0 0.5em;   /* 0.5em left/right */
}
}
.ambox td.mbox-image {   /* The left image cell */
.ambox .mbox-image {   /* The left image cell */
/* @noflip */
/* @noflip */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
}
.ambox td.mbox-imageright {   /* The right image cell */
.ambox .mbox-imageright {   /* The right image cell */
/* @noflip */
/* @noflip */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
}


table.ambox-notice {
.navbox + .ambox {              /* for ambox 1em before navbox */
margin-top: 1em;
}
 
.ambox-notice {
/* @noflip */
/* @noflip */
border-left: 10px solid #36c; /* Blue */
border-left: 10px solid #36c; /* Blue */
}
}
table.ambox-speedy {
.ambox-speedy {
/* @noflip */
/* @noflip */
border-left: 10px solid #b22222; /* Red */
border-left: 10px solid #b22222; /* Red */
background: #fee7e6;   /* Pink */
background: #fee7e6;   /* Pink */
}
}
table.ambox-delete,
.ambox-delete,
table.ambox-serious {
.ambox-serious {
/* @noflip */
/* @noflip */
border-left: 10px solid #b22222; /* Red */
border-left: 10px solid #b22222; /* Red */
}
}
table.ambox-content {
.ambox-content {
/* @noflip */
/* @noflip */
border-left: 10px solid #f28500; /* Orange */
border-left: 10px solid #f28500; /* Orange */
}
}
table.ambox-style {
.ambox-style {
/* @noflip */
/* @noflip */
border-left: 10px solid #f4c430; /* Yellow */
border-left: 10px solid #f4c430; /* Yellow */
}
}
table.ambox-good {
.ambox-good {
border-left: 10px solid #66cc44;
border-left: 10px solid #66cc44;
}
}
table.ambox-discussion {
.ambox-discussion {
border-left: 10px solid #339966;
border-left: 10px solid #339966;
}
}
table.ambox-merge {
.ambox-merge {
border-left: 10px solid #9932cc;
border-left: 10px solid #9932cc;
}
}
table.ambox-move {
.ambox-move {
/* @noflip */
/* @noflip */
border-left: 10px solid #9932cc; /* Purple */
border-left: 10px solid #9932cc; /* Purple */
}
}
table.ambox-protection {
.ambox-protection {
/* @noflip */
/* @noflip */
border-left: 10px solid #a2a9b1;   /* Gray-gold */
border-left: 10px solid #a2a9b1;   /* Gray-gold */
Строка 858: Строка 842:


/* Footer and header message box styles */
/* Footer and header message box styles */
table.fmbox {
.fmbox {
clear: both;
clear: both;
margin: 0.2em 0;
margin: 0.2em 0;
Строка 866: Строка 850:
background: #f9f9f9;
background: #f9f9f9;
}
}
table.fmbox-system {
.fmbox-system {
background: #f9f9f9;
background: #f9f9f9;
}
}
table.fmbox-warning {
.fmbox-warning {
border: 1px solid #bb7070;  /* Dark pink */
border: 1px solid #bb7070;  /* Dark pink */
background: #ffdbdb; /* Pink */
background: #ffdbdb; /* Pink */
}
}
table.fmbox-editnotice {
.fmbox-editnotice {
background: transparent;
background: transparent;
}
}
Строка 901: Строка 885:
ambox/tmbox/ombox etc classes. "body.mediawiki" is so
ambox/tmbox/ombox etc classes. "body.mediawiki" is so
they override "table.ambox + table.ambox" above. */
they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
.mediawiki .mbox-small.mbox-small {  /* For the "small=yes" option. */
/* @noflip */
/* @noflip */
clear: right;
clear: right;
Строка 912: Строка 896:
line-height: 1.25em;
line-height: 1.25em;
}
}
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
.mediawiki .mbox-small.mbox-small-left {  /* For the "small=left" option. */
/* @noflip */
/* @noflip */
margin: 4px 1em 4px 0;
margin: 4px 1em 4px 0;
Строка 919: Строка 903:
font-size: 88%;
font-size: 88%;
line-height: 1.25em;
line-height: 1.25em;
}
/* Style for {{rq}} */
/* Hide the extra cells */
.ambox-multiple_issues .ambox .mbox-image,
.ambox-multiple_issues .ambox .mbox-imageright,
.ambox-multiple_issues .ambox .mbox-empty-cell,
.ambox-multiple_issues .ambox .mbox-text-div,
.ambox-multiple_issues .ambox .mbox-textsmall-div {
display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.ambox-multiple_issues .ambox {
border: none;
border-collapse: collapse;
background: transparent;
margin: 0 0 0 1.6em;
padding: 0;
width: auto;
display: block;
}
.ambox-multiple_issues .mbox-small-left {
font-size: 100%;
width: auto;
margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.ambox-multiple_issues .ambox .mbox-text {
    padding: 0;
    margin: 0;
}
.ambox-multiple_issues .ambox .mbox-multiply {
    display: list-item;
    line-height: 1.5em;
list-style-image: url(/w/skins/Vector/resources/common/images/bullet-icon.svg);
}
.skin-monobook .ambox-multiple_issues .ambox .mbox-multiply {
    list-style-type: square;
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
}
/* Allow for hiding text in compact form */
.ambox-multiple_issue .hide-when-compact {
display: none;
}
/* Стили нотификаций для ноутбуков */
@media (max-width: 1366px) {
.ombox,
.tmbox,
.ambox {
margin-left: 6%;
margin-right: 6%;
}
}
}


/* Стили нотификаций для мобильного устройсва */
/* Стили нотификаций для мобильного устройсва */
@media (max-width: 719px) {
@media (max-width: 719px) {
table.ombox,
.ombox,
table.tmbox,
.tmbox,
table.ambox {
.ambox {
margin-left: 0;
margin-left: 0;
margin-right: 0;
margin-right: 0;
}
}
}
.notice {
text-align: justify;
margin: 1em 0.5em;
padding: 0.5em;
}
}


Строка 993: Строка 1025:
/* Компоненты карточки */
/* Компоненты карточки */
.infobox-above {
.infobox-above {
background: #cfe3ff;
font-size: 120%;
font-size: 120%;
text-align: center;
text-align: center;
Строка 1002: Строка 1035:
}
}
.infobox-header {
.infobox-header {
background: #dcebff;
text-align: center;
text-align: center;
}
}
.infobox-below {
.infobox-below {
background: #dcebff;
text-align: center;
text-align: center;
}
}
Строка 1012: Строка 1047:
padding: 0;
padding: 0;
}
}
.infobox-inner-table,
.infobox-table > table,
.infobox-table > table,
.infobox-tablebox > table,
.infobox-tablebox > table,
Строка 1095: Строка 1131:
.infobox td p {
.infobox td p {
margin: 0 !important;
margin: 0 !important;
}
/* [[Шаблон:Tree list]] --------------------------- */
.treeview ul {
padding: 0;
margin: 0;
}
.treeview li {
padding: 0;
margin: 0;
list-style-type: none;
list-style-image: none;
}
.treeview li li {
background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
/* @noflip */
padding-left: 20px;
text-indent: 0.3em;
}
.treeview li li.lastline {
background-position: 0 -5971px
}
.treeview li.emptyline > ul {
/* @noflip */
margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
background-position: 0 9px
}
/* [[Шаблон:Math]] -------------------------------- */
.math-template {
white-space: nowrap;
font-family: times, serif, palatino linotype, new athena unicode, athena, gentium, code2000;
font-size: 120%;
}
}


Строка 1177: Строка 1176:
font-weight: normal;
font-weight: normal;
font-size: 90%;
font-size: 90%;
}
/* Отдельно перезаписывем NavFrame для свернутых блоков */
.collapsibleBox {
box-sizing: border-box;
}
.collapsibleBox .NavHead {
line-height: 1.6em;
min-height: 1.2em;
padding: .1em 6em;
}
.collapsibleBox .NavToggle {
font-size: inherit;
position: absolute;
top: .1em;
width: 5em;
}
.collapsibleBox-title-rightHideLink .NavToggle {
text-align: right;
right: 1em;
}
.collapsibleBox-title-leftHideLink .NavToggle {
text-align: left;
left: 1em;
}
.collapsibleBox .collapsibleBox-title-rightTitle.collapsibleBox-title-rightHideLink {
padding-right: 6.5em;
}
:not(.collapsibleBox-transparent) .collapsibleBox-title-leftTitle.collapsibleBox-title-rightHideLink {
padding-left: 1em;
}
.collapsibleBox .collapsibleBox-title-leftTitle.collapsibleBox-title-leftHideLink {
padding-left: 6.5em;
}
:not(.collapsibleBox-transparent) .collapsibleBox-title-rightTitle.collapsibleBox-title-leftHideLink {
padding-right: 1em;
}
.collapsibleBox .NavContent {
padding: .25em 1em;
}
.collapsibleBox-transparent.NavFrame {
border: none;
}
.collapsibleBox-transparent.NavFrame .NavHead {
background: transparent;
padding: .1em 5.5em;
}
.collapsibleBox-transparent .collapsibleBox-title-rightHideLink .NavToggle {
text-align: right;
right: 0;
}
.collapsibleBox-transparent .collapsibleBox-title-leftHideLink .NavToggle {
text-align: left;
left: 0;
}
.collapsibleBox-transparent.NavFrame .collapsibleBox-title-rightTitle.collapsibleBox-title-rightHideLink,
.collapsibleBox-transparent.NavFrame .collapsibleBox-title-leftTitle.collapsibleBox-title-rightHideLink {
padding-left: 0;
}
.collapsibleBox-transparent.NavFrame .collapsibleBox-title-rightTitle.collapsibleBox-title-leftHideLink,
.collapsibleBox-transparent.NavFrame .collapsibleBox-title-leftTitle.collapsibleBox-title-leftHideLink {
padding-right: 0;
}
.collapsibleBox-transparent .NavContent {
padding: .25em 0;
}
}


Строка 1258: Строка 1189:
font-size: 90%;
font-size: 90%;
text-align: center;
text-align: center;
padding: 1px;
padding: 3px;
}
}
.navbox-inner,
.navbox-inner,
Строка 1366: Строка 1297:
margin-right: 0.5em;
margin-right: 0.5em;
width: 5em;
width: 5em;
}
/* Кнопки [показать]/[скрыть], создаваемые динамически функцией collapsibleTables()
  в [[MediaWiki:Common.js]] */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible.collapsed > tbody > tr:not(:first-child),
.client-js .NavFrame.collapsed > .NavContent,
.client-js .tochidden-wrapper > .toc > ul {
display: none;
}
}


Строка 1419: Строка 1330:
.geo-lon {
.geo-lon {
white-space: nowrap;
white-space: nowrap;
}
/* [[Шаблон:Tl]] ---------------------------------- */
.wp-templatelink {
color: #72777d;
}
/* [[Шаблон: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;
}
}


Строка 1451: Строка 1344:
body.page-Заглавная_страница #lastmod,
body.page-Заглавная_страница #lastmod,
body.page-Заглавная_страница #footer-info-lastmod,
body.page-Заглавная_страница #footer-info-lastmod,
body.page-Заглавная_страница.action-view h1.firstHeading,
body.page-Заглавная_страница.action-view #siteSub,
body.page-Заглавная_страница.action-view #siteSub,
body.page-Заглавная_страница.action-view #contentSub,
body.page-Заглавная_страница.action-view #contentSub,
body.page-Заглавная_страница.action-view #contentSub2,
body.page-Заглавная_страница.action-view #mw-data-after-content {
body.page-Заглавная_страница.action-view #mw-data-after-content {
display: none !important;
display: none !important;