MediaWiki:Common.css — различия между версиями

Материал из Исламоведение
Перейти к: навигация, поиск
Строка 15: Строка 15:
 
}
 
}
 
/* hiding a sidebar which will be shown to only logged in users */
 
/* hiding a sidebar which will be shown to only logged in users */
  #n-templates {
+
  #n-templates, .showtologgedin {
 
     display: none  
 
     display: none  
 
}
 
}

Версия 18:13, 4 июня 2018

/* Размещённый здесь 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}