MediaWiki:Common.css — различия между версиями
Adminm (обсуждение | вклад) |
Adminm (обсуждение | вклад) |
||
(не показаны 4 промежуточные версии этого же участника) | |||
Строка 36: | Строка 36: | ||
/* don's show red categories */ | /* don's show red categories */ | ||
− | .catlinks .new {display: none} | + | .catlinks li a { |
+ | padding: 5px; | ||
+ | border-right: 1px solid rgb(162, 169, 177) | ||
+ | } | ||
+ | |||
+ | .catlinks .new { | ||
+ | display: none; | ||
+ | border: none; | ||
+ | padding: none; | ||
+ | } | ||
+ | |||
+ | .catlinks li { | ||
+ | border: 0; | ||
+ | padding: 0; | ||
+ | } |
Текущая версия на 15:58, 18 февраля 2019
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* show red links as regular text in the mainpage (by Nazarzadeh) */
a.new, a.new:hover, a.new:focus, a.new:visited {
color: black;
cursor: text;
text-decoration: none;
}
/* padding for tables */
th, td{
padding:5px
}
/* align lines */
p {
text-align: justify
}
/* hiding a sidebar which will be shown to only logged in users */
#n-templates, .showtologgedin {
display: none
}
/* responsive main page */
.featuredArticle {
padding: 10px;
float: left;
margin: auto;
width: calc(33% - 21px);
}
@media (max-width: 800px){
.featuredArticle:last-child {
display: none
}
.featuredArticle {
width: calc(50% - 21px);
}
}
.page-Заглавная_страница h1 {display:none}
/* don's show red categories */
.catlinks li a {
padding: 5px;
border-right: 1px solid rgb(162, 169, 177)
}
.catlinks .new {
display: none;
border: none;
padding: none;
}
.catlinks li {
border: 0;
padding: 0;
}