gpttemp
This commit is contained in:
40
code/public/static/css/modules/head/head_67.css
Normal file
40
code/public/static/css/modules/head/head_67.css
Normal file
@@ -0,0 +1,40 @@
|
||||
/* head_67.css */
|
||||
.__PFX__-h67-fracture{
|
||||
padding:8px 12px;
|
||||
background:var(--bg-color);
|
||||
border-bottom:1px solid var(--border-color);
|
||||
}
|
||||
.__PFX__-h67-top{
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
align-items:center;
|
||||
}
|
||||
.__PFX__-h67-brand{
|
||||
font-size:17px;
|
||||
font-weight:900;
|
||||
}
|
||||
.__PFX__-h67-toggle{
|
||||
border:1px solid var(--border-color);
|
||||
background:var(--bg-soft-color);
|
||||
border-radius:8px;
|
||||
padding:6px 10px;
|
||||
}
|
||||
.__PFX__-h67-nav{
|
||||
display:none;
|
||||
margin-top:10px;
|
||||
padding-top:10px;
|
||||
border-top:1px dashed var(--border-color);
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
gap:8px;
|
||||
}
|
||||
body.__PFX__-h67-open .__PFX__-h67-nav{
|
||||
display:flex;
|
||||
}
|
||||
.__PFX__-h67-nav a{
|
||||
font-size:12px;
|
||||
padding:6px 10px;
|
||||
border-radius:999px;
|
||||
background:var(--bg-soft-color);
|
||||
border:1px solid var(--border-color);
|
||||
}
|
||||
Reference in New Issue
Block a user