first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
.ph_simpleblog {
.simpleblog-posts {
.post-title {
h2 {
margin: 15px 0;
}
}
.post-read-more {
margin-top: 15px;
}
}
&.simpleblog-recent {
.title_block {
margin-bottom: 15px;
}
}
#simpleblog-post-comments {
form {
fieldset {
border: 0; margin: 0;
}
.form-group {
label {
display: block;
color: #222;
font-weight: bold;
font-size: 14px;
margin: 5px 0;
}
input[type=text], textarea {
background: #f0f0f0;
border: 1px solid #ccc;
padding: 5px;
}
input[readonly] {
background: #f0f0f0;
color: #ccc;
}
textarea {
width: 100%;
height: 100px;
}
}
}
}
}