Шаблон:Home/Styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
Volas (обсуждение | вклад) Новая страница: «.wrap { border: 1px solid #b3b3b3; border-top: 0; } .header-image { height: 100px; border-top: 1px solid #b3b3b3; background-position: center; background-color: #120806; background-repeat: no-repeat; } .header-image p { padding-top: 20px; text-shadow: 1px 0 2px black, 0 1px 2px black, -1px 0 2px black, 0 -1px 2px black; color: white; font-size: 170%; text-align: center; } .header-field { background-color: #f0f0f0; border-top:...» |
Volas (обсуждение | вклад) Нет описания правки |
||
| Строка 7: | Строка 7: | ||
height: 100px; | height: 100px; | ||
border-top: 1px solid #b3b3b3; | border-top: 1px solid #b3b3b3; | ||
background- | background: url('https://wiki.taucetistation.org/images/tc_assets/home-header.png') center no-repeat; | ||
background-color: #120806; | background-color: #120806; | ||
} | } | ||
.header-image p { | .header-image p { | ||
padding-top: 20px; | padding-top: 20px; | ||
Версия от 10:00, 20 декабря 2025
.wrap {
border: 1px solid #b3b3b3;
border-top: 0;
}
.header-image {
height: 100px;
border-top: 1px solid #b3b3b3;
background: url('https://wiki.taucetistation.org/images/tc_assets/home-header.png') center no-repeat;
background-color: #120806;
}
.header-image p {
padding-top: 20px;
text-shadow: 1px 0 2px black, 0 1px 2px black, -1px 0 2px black, 0 -1px 2px black;
color: white;
font-size: 170%;
text-align: center;
}
.header-field {
background-color: #f0f0f0;
border-top: 1px solid #b3b3b3;
border-bottom: 1px solid #b3b3b3;
}
.header-field p {
margin: 0;
padding: 10px 0;
text-align: center;
}
.footer-field {
background-color: #f0f0f0;
border-top: 1px solid #b3b3b3;
}
.footer-field p {
margin: 0;
padding: 10px 0;
text-align: center;
font-weight: bold;
}
.main-field {
display: flex;
}
.left-content {
width: 33%;
}
.center-content {
width: 34%;
background-color: #f0f0f0;
text-align: center;
padding-top: 25px;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
}
.center-content .image-link {
display: inline-block;
padding: 5px;
transition: all linear 0.1s;
}
.center-content .image-link:hover {
transform: scale(1.05);
}
.right-content {
width: 33%;
}
.side-header {
font-family: "Century Gothic", CenturyGothic, Lucida Grande, sans-serif;
font-size: 115%;
font-weight: bold;
text-align: center;
}
.content-template-column {
padding-left: 10px;
padding-right: 10px;
}