gpttemp
This commit is contained in:
35
code/public/static/css/modules/head/head_16.css
Normal file
35
code/public/static/css/modules/head/head_16.css
Normal file
@@ -0,0 +1,35 @@
|
||||
/* head_16.css */
|
||||
|
||||
.__PFX__-h16-wrap{
|
||||
position:relative;
|
||||
padding:18px 12px 34px;
|
||||
background:linear-gradient(135deg,var(--grad-start),var(--grad-end));
|
||||
}
|
||||
|
||||
.__PFX__-h16-logo{
|
||||
text-align:center;
|
||||
font-size:22px;
|
||||
color:#fff;
|
||||
font-weight:800;
|
||||
}
|
||||
|
||||
.__PFX__-h16-searchBox{
|
||||
position:absolute;
|
||||
left:50%;
|
||||
bottom:-18px;
|
||||
transform:translateX(-50%);
|
||||
width:80%;
|
||||
backdrop-filter:blur(8px);
|
||||
-webkit-backdrop-filter:blur(8px);
|
||||
background:rgba(255,255,255,0.4);
|
||||
border-radius:12px;
|
||||
padding:6px 12px;
|
||||
}
|
||||
|
||||
.__PFX__-h16-searchBox input{
|
||||
width:100%;
|
||||
border:none;
|
||||
background:transparent;
|
||||
color:#000;
|
||||
padding:6px;
|
||||
}
|
||||
Reference in New Issue
Block a user