Admin (обсуждение | вклад) м |
Admin (обсуждение | вклад) м |
||
Строка 105: | Строка 105: | ||
#wikieditor-toolbar-link-int-target-status-notexists { | #wikieditor-toolbar-link-int-target-status-notexists { | ||
color: red; | color: red; | ||
+ | } | ||
+ | |||
+ | .article_author { | ||
+ | display: inline-block; | ||
} | } |
Версия 10:39, 18 апреля 2021
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
body.page-Главная.action-view h1.firstHeading, body.page-Главная.action-submit h1.firstHeading { display: none; }
body.page-Date.action-view h1.firstHeading, body.page-Date.action-submit h1.firstHeading { display: none; }
/* Скрытие из футтера ссылки на медиавики */
#footer-poweredbyico { display: none; }
#toc.sitenotice {
width: 100%;
}
#toc.sitenotice p{
margin: 0px;
}
.sourceBlock {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.sourceBlock .linkBlock span {
margin-right: 15px;
}
/* Скрытие из сайтбара раздела "Инструменты" */
#p-tb {
display: none;
}
#footer-info-lastmod {
display: none;
}
.text-left {
text-align: left;
}
.text-center{
text-align: center;
}
.text-fullWidth{
text-align: justify;
}
.text-right{
text-align: right;
}
.group.group-insert {
margin-right: 10px;
}
blockquote {
background: #f8f9fa;
}
#p-lang {
display: none;
}
.wikiEditor-ui-left .sections .options {
z-index: 1;
}
.wikiEditor-ui .wikiEditor-ui-left {
border-left: 1px solid #c8ccd1;
border-right: 1px solid #c8ccd1;
box-sizing: border-box;
}
#ca-viewsource, #ca-edit {
display: none;
}
.mw-body-content .toc .toctitle > p {
font-size: 100%;
font-family: sans-serif;
margin-top: 1em;
display: inline;
font-weight: bold;
}
.toc .toctitle > div {
font-size: 100%;
font-family: sans-serif;
margin-top: 1em;
display: inline;
font-weight: bold;
}
#mw-panel .portal .menuTitle{
font-size: 0.75em;
color: #444444;
font-weight: normal;
margin: 0.5em 0 0 0.66666667em;
padding: 0.25em 0;
cursor: default;
border: 0;
}
#wikieditor-toolbar-link-int-target-status-exists {
color: green;
}
#wikieditor-toolbar-link-int-target-status-notexists {
color: red;
}
.article_author {
display: inline-block;
}