Слушать
Радио онлайн
“Техстудент”
Вторник, 03.02.2026, 2:34:29
Приветствую Вас
Интернет ПутниК
tehstudent.net
Журнал
| В категории материалов: 0 |
|
Не найдено материалов, доступных для просмотра
/* ===== Modern Footer ===== */
.siteFooter{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding:12px 14px;
border-radius:14px;
background: rgba(15,22,35,.60);
border: 1px solid rgba(255,255,255,.08);
box-shadow: 0 12px 30px rgba(0,0,0,.20);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
color: rgba(230,237,243,.86);
font-size: 12px;
}
.siteFooter__left{
min-width:0;
overflow-wrap:anywhere;
}
.siteFooter__brand{
font-weight:700;
letter-spacing:.2px;
color: rgba(230,237,243,.98);
}
.siteFooter__muted{
color: rgba(230,237,243,.72);
}
.siteFooter__sep{
opacity:.55;
margin: 0 8px;
}
.siteFooter__right{
display:flex;
align-items:center;
gap:10px;
}
.siteFooter__right img{
display:block;
width:31px;
height:31px;
border-radius:8px;
border: 1px solid rgba(255,255,255,.10);
background: rgba(27,35,48,.40);
}
/* Mobile */
@media (max-width: 700px){
.siteFooter{
flex-direction:column;
align-items:flex-start;
}
.siteFooter__sep{ display:none; }
}