summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/style.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/styles/style.css b/styles/style.css
index b2a56af..c4e0b2c 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -39,12 +39,24 @@ td {
}
.info {
- margin: 1px 1px 1px 6px;
color: #666;
}
.post-content {
overflow: auto;
+ background-color: #eee;
+ padding: 12px 4px 12px 4px;
+ display: block;
+}
+
+.youtube-embed {
+ width: 480px;
+ height: 270px;
+ border: none;
+}
+
+.image-embed {
+ width: 480px;
}
textarea {
@@ -54,3 +66,12 @@ textarea {
overflow: scroll;
resize: none;
}
+
+blockquote {
+ border-color: #b6dcd5;
+ background-color: #E9F5F2;
+ padding: 12px;
+ border: 1px solid #79a;
+ overflow: hidden;
+ border-radius: 5px;
+}