Initial commit

This commit is contained in:
meusinfirmary
2025-04-22 14:33:37 +07:00
commit b9891d2f81
1305 changed files with 452033 additions and 0 deletions

View File

@ -0,0 +1,44 @@
.search-wrapper .search-input {
width: 80%;
display: inline-block;
}
.search-submit {
display: inline-block;
border-radius: 4px;
background: #eee;
border: 1px solid #ccc;
vertical-align: top;
}
.search-submit img {
width: 20px;
vertical-align: middle;
}
.search-image {
float: left;
}
.search-item {
margin-left: 130px;
margin-bottom: 50px;
}
.search-item p {
margin: 0;
}
.search-title h3 {
margin: 0;
}
.search-details {
font-size: 13px;
}
.search-row:last-child hr {
display: none;
}