MediaWiki:Common.css
Версия от 15:58, 18 февраля 2019; Adminm (обсуждение | вклад)
/* Размещённый здесь 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;
}