48 lines
864 B
CSS
48 lines
864 B
CSS
/* 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;
|
|
}
|