gpttemp
This commit is contained in:
25
code/public/static/css/modules/head/head_78.css
Normal file
25
code/public/static/css/modules/head/head_78.css
Normal file
@@ -0,0 +1,25 @@
|
||||
/* head_78.css */
|
||||
.__PFX__-h78-vertical{
|
||||
padding:8px 12px;
|
||||
background:
|
||||
linear-gradient(180deg,var(--primary-color),var(--bg-color));
|
||||
}
|
||||
.__PFX__-h78-head{
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
align-items:center;
|
||||
}
|
||||
.__PFX__-h78-brand{
|
||||
color:#fff;
|
||||
font-weight:900;
|
||||
}
|
||||
.__PFX__-h78-cats,
|
||||
.__PFX__-h78-search{display:none;margin-top:8px;}
|
||||
body.__PFX__-h78-open .__PFX__-h78-cats{display:flex;flex-direction:column;gap:6px;}
|
||||
body.__PFX__-h78-open .__PFX__-h78-search{display:block;}
|
||||
.__PFX__-h78-cats a{
|
||||
color:#fff;
|
||||
padding:6px 10px;
|
||||
border-radius:8px;
|
||||
border:1px solid rgba(255,255,255,.4);
|
||||
}
|
||||
Reference in New Issue
Block a user