70 lines
1.1 KiB
CSS
70 lines
1.1 KiB
CSS
/* head_23.css */
|
|
|
|
.__PFX__-h23-wrap{
|
|
padding:16px 12px 10px;
|
|
background:linear-gradient(135deg,var(--grad-start),var(--grad-end));
|
|
color:#fff;
|
|
border-bottom:1px solid rgba(255,255,255,0.15);
|
|
}
|
|
|
|
.__PFX__-h23-top{
|
|
text-align:center;
|
|
}
|
|
|
|
.__PFX__-h23-logo{
|
|
font-size:22px;
|
|
font-weight:800;
|
|
}
|
|
|
|
.__PFX__-h23-sub{
|
|
font-size:12px;
|
|
opacity:0.8;
|
|
margin-top:4px;
|
|
}
|
|
|
|
.__PFX__-h23-search{
|
|
margin:12px auto 8px;
|
|
max-width:480px;
|
|
display:flex;
|
|
gap:6px;
|
|
}
|
|
|
|
.__PFX__-h23-search input{
|
|
flex:1;
|
|
padding:7px 10px;
|
|
border-radius:999px;
|
|
border:none;
|
|
}
|
|
|
|
.__PFX__-h23-btn{
|
|
padding:7px 12px;
|
|
border-radius:999px;
|
|
border:none;
|
|
background:#00000033;
|
|
color:#fff;
|
|
}
|
|
|
|
.__PFX__-h23-cats{
|
|
display:flex;
|
|
gap:8px;
|
|
overflow-x:auto;
|
|
padding-bottom:3px;
|
|
}
|
|
|
|
.__PFX__-h23-cats a{
|
|
flex:0 0 auto;
|
|
font-size:11px;
|
|
padding:3px 8px;
|
|
border-radius:999px;
|
|
background:rgba(0,0,0,0.18);
|
|
}
|
|
|
|
.__PFX__-h23-cats a.active{
|
|
background:#fff;
|
|
color:var(--primary-color);
|
|
}
|
|
|
|
@media(min-width:768px){
|
|
.__PFX__-h23-logo{font-size:26px;}
|
|
}
|