MediaWiki:Common.css
Версия от 15:44, 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 a {
border-left: 1px solid black
}
.catlinks .new {
display: none;
border: none
}
.catlinks li {border: none}