comparison 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
comparison
equal deleted inserted replaced
585:bade589dbd5a 586:3eb3a2c0c011
38 box-shadow: 0px 0px 0.5em rgb(153, 153, 153); 38 box-shadow: 0px 0px 0.5em rgb(153, 153, 153);
39 font-family: FreeSans, Liberation Sans, Arial, sans-serif; 39 font-family: FreeSans, Liberation Sans, Arial, sans-serif;
40 color: rgb(51, 51, 51); 40 color: rgb(51, 51, 51);
41 } 41 }
42 42
43 .mblog_comments{
44 }
45
43 .mblog_comment { 46 .mblog_comment {
47 position: relative;
48 left: 2%;
49 width: 56%;
44 } 50 }
45 51
46 .mblog_header { 52 .mblog_header {
47 font-size: small; 53 font-size: small;
48 border-bottom: 1px dashed LightGrey; 54 border-bottom: 1px dashed LightGrey;
49 color: gray; 55 color: gray;
50 display: table; 56 display: table;
51 width: 100%; 57 width: 100%;
58 }
59
60 .mblog_header_main:hover {
61 background-color: #f0f0f0;
62 -moz-border-radius: 5px;
63 -webkit-border-radius: 5px;
64 border-radius: 5px;
65 }
66
67 .mblog_footer {
68 font-size: small;
69 border-top: 1px dashed LightGrey;
70 color: gray;
71 display: table;
72 width: 100%;
73 }
74
75 .mblog_footer_main:hover {
76 background-color: #f0f0f0;
77 -moz-border-radius: 5px;
78 -webkit-border-radius: 5px;
79 border-radius: 5px;
52 } 80 }
53 81
54 .mblog_metadata { 82 .mblog_metadata {
55 display: table-row; 83 display: table-row;
56 width: 100%; 84 width: 100%;
72 100
73 .item_link { 101 .item_link {
74 text-decoration: none; 102 text-decoration: none;
75 } 103 }
76 104
105 .comments_link {
106 text-decoration: none;
107 text-align: center;
108 display: block;
109 }
110
111 .header {
112 width: 60%;
113 margin: auto;
114 margin-bottom: 20px;
115 text-align: center;
116 }
117
118 .footer {
119 width: 100%;
120 text-align:center;
121 }
122
123 .later_message {
124 text-decoration: none;
125 float: left;
126 }
127
128 .later_messages {
129 text-decoration: none;
130 text-align:center;
131 }
132
133 .older_message {
134 text-decoration: none;
135 float: right;
136 }
137
138 .older_messages {
139 text-decoration: none;
140 text-align:center;
141 }
142
77 .mblog_entry h1, h2, h3, h4, h5, h6 { 143 .mblog_entry h1, h2, h3, h4, h5, h6 {
78 border-bottom: 1px solid rgb(170, 170, 170); 144 border-bottom: 1px solid rgb(170, 170, 170);
79 } 145 }
80 146
81 .mblog_entry h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 147 .mblog_entry h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {