gpttemp
This commit is contained in:
36
code/public/static/css/modules/head/head_15.css
Normal file
36
code/public/static/css/modules/head/head_15.css
Normal file
@@ -0,0 +1,36 @@
|
||||
/* head_15.css */
|
||||
|
||||
.__PFX__-h15-wrap{
|
||||
background:linear-gradient(180deg,var(--grad-start) 35%,var(--bg-color) 35%);
|
||||
padding-bottom:6px;
|
||||
border-bottom:1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.__PFX__-h15-logo{
|
||||
padding:14px;
|
||||
font-size:20px;
|
||||
color:#fff;
|
||||
font-weight:700;
|
||||
}
|
||||
|
||||
.__PFX__-h15-search{
|
||||
padding:0 14px;
|
||||
}
|
||||
|
||||
.__PFX__-h15-search input{
|
||||
width:100%;
|
||||
padding:8px 12px;
|
||||
border:none;
|
||||
border-radius:6px;
|
||||
}
|
||||
|
||||
.__PFX__-h15-nav{
|
||||
padding:8px 14px;
|
||||
display:flex;
|
||||
gap:12px;
|
||||
}
|
||||
|
||||
.__PFX__-h15-nav a{
|
||||
font-size:13px;
|
||||
color:var(--text-color);
|
||||
}
|
||||
Reference in New Issue
Block a user