Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-12-06 19:33:36 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-12-06 19:33:36 +0300
commita466a10c80a8ee28c392cbdc2168b7916a740717 (patch)
tree9a0761e779b2279c24bd907785c2191303708afe /static
parentb24a7dce4e2eccc991c9970d5db02bf432d54ac5 (diff)
Static comments here we are
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index cc0aa58..f9715cc 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -194,6 +194,34 @@ img {
border-radius: .25em;
background-color: #5b9dd9;
}
+.comments {
+ padding: .4rem;
+}
+.comment {
+ background-color: #4c5767;
+ padding: .4rem;
+ border-radius: 4px;
+ margin-top: .4rem;
+}
+.reply {
+ background-color: #414b58;
+ padding: 0.4rem;
+ border-radius: 4px;
+ margin-top: .4rem;
+ margin-left: 1rem;
+}
+.comments span {
+ float: left;
+}
+.comment-name, .reply-name {
+ float: left;
+}
+.comment-date, .reply-date {
+ float: right;
+}
+.comment-body, .reply-body {
+ clear: both;
+}
@media only screen and (min-width: 900px) {
aside {
float: left;