diff server_css/blog.css @ 586:3eb3a2c0c011

browser and server side: uses RSM (XEP-0059)
author souliane <souliane@mailoo.org>
date Fri, 28 Nov 2014 00:31:27 +0100
parents a3d58514a4d0
children d94feb0d849e
line wrap: on
line diff
--- a/server_css/blog.css	Thu Oct 23 16:56:36 2014 +0200
+++ b/server_css/blog.css	Fri Nov 28 00:31:27 2014 +0100
@@ -40,7 +40,13 @@
     color: rgb(51, 51, 51);
 }
 
+.mblog_comments{
+}
+
 .mblog_comment {
+    position: relative;
+    left: 2%;
+    width: 56%;
 }
 
 .mblog_header {
@@ -51,6 +57,28 @@
     width: 100%;
 }
 
+.mblog_header_main:hover {
+    background-color: #f0f0f0;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
+    border-radius: 5px;
+}
+
+.mblog_footer {
+    font-size: small;
+    border-top: 1px dashed LightGrey;
+    color: gray;
+    display: table;
+    width: 100%;
+}
+
+.mblog_footer_main:hover {
+    background-color: #f0f0f0;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
+    border-radius: 5px;
+}
+
 .mblog_metadata {
     display: table-row;
     width: 100%;
@@ -74,6 +102,44 @@
     text-decoration: none;
 }
 
+.comments_link {
+    text-decoration: none;
+    text-align: center;
+    display: block;
+}
+
+.header {
+    width: 60%;
+    margin: auto;
+    margin-bottom: 20px;
+    text-align: center;
+}
+
+.footer {
+    width: 100%;
+    text-align:center;
+}
+
+.later_message {
+    text-decoration: none;
+    float: left;
+}
+
+.later_messages {
+    text-decoration: none;
+    text-align:center;
+}
+
+.older_message {
+    text-decoration: none;
+    float: right;
+}
+
+.older_messages {
+    text-decoration: none;
+    text-align:center;
+}
+
 .mblog_entry h1, h2, h3, h4, h5, h6 {
     border-bottom: 1px solid rgb(170, 170, 170);
 }