Изменения

Перейти к навигации Перейти к поиску

MediaWiki:Mobile.css

413 байт убрано, 00:51, 10 декабря 2019
м
Нет описания правки
opacity: 1;
visibility: visible;
}
 
/* Styles for the content section */
 
.content {
width: 77%;
margin: 50px auto;
font-family: 'Merriweather', serif;
font-size: 17px;
color: #6c767a;
line-height: 1.9;
}
@media (min-width: 500px) {
.content {
width: 43%;
}
#button {
margin: 30px;
}
}
.content h1 {
margin-bottom: -10px;
color: #03a9f4;
line-height: 1.5;
}
.content h3 {
font-style: italic;
color: #96a2a7;
}

Навигация