feat: elements.css for nekoweb
This commit is contained in:
parent
b0c4a54cf4
commit
658bc3b5e6
1 changed files with 48 additions and 0 deletions
48
public/elements.css
Normal file
48
public/elements.css
Normal file
|
|
@ -0,0 +1,48 @@
|
||||||
|
/* Used by Nekoweb */
|
||||||
|
.site-box {
|
||||||
|
background-color: #303446;
|
||||||
|
background-image: none;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: 2px solid #ef9f76;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-box > a > p {
|
||||||
|
color: #ef9f76;
|
||||||
|
font-family: monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 15px;
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-box > a > span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-box .sitefeature {
|
||||||
|
border: 2px solid rgb(239, 159, 118);
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0px 4px 12px 4px rgba(239, 159, 118, 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-box .sitefeature .screenshot {
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Style for your post box (must start with ".post-box") */
|
||||||
|
.post-box {
|
||||||
|
background-color: #fff2cc;
|
||||||
|
border: 4px solid #ecbfa6;
|
||||||
|
padding: 15px;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: #634c53;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-box .post-title {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue