MediaWiki:Common.css — различия между версиями
Adminm (обсуждение | вклад) |
Adminm (обсуждение | вклад) |
||
Строка 45: | Строка 45: | ||
} | } | ||
− | .catlinks li {border: none} | + | .catlinks li { |
+ | border: none; | ||
+ | padding: 0; | ||
+ | } |
Версия 15:47, 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 a {
border-left: 1px solid black
}
.catlinks .new {
display: none;
border: none
}
.catlinks li {
border: none;
padding: 0;
}