comparison themes/default/styles/blog.css @ 743:916075bd0356

server_side: display tags in static blogs
author souliane <souliane@mailoo.org>
date Sat, 21 Nov 2015 17:03:46 +0100
parents bf562fb9c273
children 7390cba0bb44
comparison
equal deleted inserted replaced
742:d123e27fc386 743:916075bd0356
114 float: right; 114 float: right;
115 background: url("../images/include/date.gif") no-repeat scroll 0px 1px transparent; 115 background: url("../images/include/date.gif") no-repeat scroll 0px 1px transparent;
116 padding: 0px 0px 0px 18px; 116 padding: 0px 0px 0px 18px;
117 } 117 }
118 118
119 /* START TAGS: styles are adapted from Dotclear */
120 .mblog_tags {
121 background: #fbfbfb none repeat scroll 0% 0%;
122 padding: 5px;
123 margin: 8px 0px 0px;
124 overflow: hidden;
125 }
126
127 .mblog_tags li {
128 display: inline;
129 font-size: small;
130 }
131
132 .mblog_tags li a {
133 float: left;
134 padding: 2px 8px 2px 18px;
135 white-space: nowrap;
136 color: #005D99;
137 text-decoration: none;
138 background: transparent url("../images/blueSilence/tag.png") no-repeat scroll 0px 0px;
139 }
140 /* END TAGS */
141
119 .mblog_content { 142 .mblog_content {
120 display: block; 143 display: block;
121 padding-top: 5px; 144 padding-top: 5px;
122 } 145 }
123 146
172 border-bottom: 1px solid rgb(170, 170, 170); 195 border-bottom: 1px solid rgb(170, 170, 170);
173 } 196 }
174 197
175 .mblog_entry h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 198 .mblog_entry h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
176 text-decoration: none; 199 text-decoration: none;
177 color: rgb(51, 51, 51); 200 color: #666;
178 } 201 }
179 202
180 img { 203 img {
181 max-width: 100%; 204 max-width: 100%;
182 } 205 }