Commit 61da814e3dbb5faf36735b085fb8542c5199e50c
1 parent
867bbf37
Exists in
master
and in
12 other branches
News page css.
Showing
1 changed file
with
173 additions
and
0 deletions
Show diff stats
pagina-artigos.css
... | ... | @@ -153,3 +153,176 @@ ol li { |
153 | 153 | } |
154 | 154 | |
155 | 155 | |
156 | +#article-hits { | |
157 | + display:none !important; | |
158 | + | |
159 | +} | |
160 | + | |
161 | +.main-block #article-header H1.title{ | |
162 | + font-size: 34px !important; | |
163 | + line-height: 37px !important; | |
164 | + margin-bottom: 10px !important; | |
165 | +} | |
166 | + | |
167 | +.article-body { | |
168 | + line-height: 21px; | |
169 | + font-family: arial; | |
170 | + font-size: 15px; | |
171 | +} | |
172 | + | |
173 | +#content .main-block h2, #content .main-block h3 { | |
174 | + min-height: 0 !important; | |
175 | +} | |
176 | + | |
177 | +#content .main-block .article-body h2 { | |
178 | + font-size: 16px !important; | |
179 | + font-weight: bold; | |
180 | + line-height: 21px; | |
181 | + margin-bottom: 20px; | |
182 | + font-family: arial; | |
183 | +} | |
184 | + | |
185 | +#content .main-block .article-body h3 { | |
186 | + font-size: 15px !important;; | |
187 | + line-height: 21px; | |
188 | + font-weight: bold; | |
189 | + margin-bottom: 20px; | |
190 | + font-family: arial; | |
191 | +} | |
192 | + | |
193 | +#content .main-block .article-body P { | |
194 | + margin-bottom: 20px; | |
195 | + font-family: arial; | |
196 | +} | |
197 | + | |
198 | +#content .main-block .article-body .zoomable-image { | |
199 | + overflow: auto; | |
200 | + display: block; | |
201 | + margin-bottom: 10px; | |
202 | +} | |
203 | + | |
204 | +.article-body ul.lista-ajuda { | |
205 | + padding-top: 20px; | |
206 | + margin-top: 45px; | |
207 | + margin-bottom: 20px; | |
208 | + border-top: 1px solid #ddd; | |
209 | + font-size: 15px; | |
210 | +} | |
211 | + | |
212 | +.article-body ul.lista-ajuda li { | |
213 | + list-style-position: inside; | |
214 | + margin-bottom: 2px; | |
215 | +} | |
216 | + | |
217 | +.article-body ul.etapas-publicacao { | |
218 | + margin-bottom: 20px; | |
219 | +} | |
220 | + | |
221 | +.article-body ul.etapas-publicacao li { | |
222 | + list-style: none; | |
223 | + list-style-position: inside; | |
224 | + margin-bottom: 10px; | |
225 | +} | |
226 | + | |
227 | +.article-body ul.etapas-publicacao li strong { | |
228 | + background: #333; | |
229 | + padding: 2px 8px; | |
230 | + border-radius: 50%; | |
231 | + color: #fff; | |
232 | + float: left; | |
233 | + margin-right: 6px; | |
234 | +} | |
235 | + | |
236 | +#content .main-block .created-at { | |
237 | + font-family: arial !important; | |
238 | +} | |
239 | + | |
240 | +/* Pagina Ultimas noticias */ | |
241 | + | |
242 | +.title_top { | |
243 | + color: #F91461; | |
244 | + text-transform: uppercase; | |
245 | + font-size: 15px; | |
246 | + padding-bottom: 25px; | |
247 | +} | |
248 | + | |
249 | +.news_principal_block { | |
250 | + padding-bottom: 5px; | |
251 | +} | |
252 | + | |
253 | +.news_principal_date { | |
254 | + padding-bottom: 5px; | |
255 | +} | |
256 | + | |
257 | +.news_principal_title { | |
258 | + font-size: 32px; | |
259 | + font-weight: bold; | |
260 | + padding-bottom: 15px; | |
261 | +} | |
262 | + | |
263 | +.news_principal_image { | |
264 | + padding-bottom: 10px; | |
265 | +} | |
266 | + | |
267 | +.news_principal_image img { | |
268 | + width: 750px; | |
269 | + max-width: 750px; | |
270 | + max-height: 320px; | |
271 | + border: 0px solid #c0c1c1; | |
272 | + border-radius: 8px; | |
273 | +} | |
274 | + | |
275 | +.news_principal_text { | |
276 | + font-size: 15px; | |
277 | + /* padding-bottom: 30px; */ | |
278 | +} | |
279 | +.news_small_block { | |
280 | + /*height: 300px;*/ | |
281 | + width: 750px; | |
282 | +} | |
283 | +.news_small_item { | |
284 | + width: 230px; | |
285 | + border: 0px solid #c0c1c1; | |
286 | + float: left; | |
287 | + position: relative; | |
288 | + padding-bottom: 20px; | |
289 | + padding-right: 30px; | |
290 | +} | |
291 | + | |
292 | +.news_small_block .news_small_item:last-child { | |
293 | + padding-right: 0px; | |
294 | +} | |
295 | + | |
296 | +.news_small_image { | |
297 | + padding-bottom: 15px; | |
298 | +} | |
299 | + | |
300 | + | |
301 | +.news_small_image img { | |
302 | + width: 230px; | |
303 | + max-width: 230px; | |
304 | + max-height: 136px; | |
305 | + border: 0px solid #c0c1c1; | |
306 | + border-radius: 5px; | |
307 | +} | |
308 | + | |
309 | +.news_small_date { | |
310 | + padding-bottom: 10px; | |
311 | +} | |
312 | +.news_small_title { | |
313 | + font-size: 15px; | |
314 | + font-weight: bold; | |
315 | + padding-bottom: 5px; | |
316 | +} | |
317 | +.news_small_text { | |
318 | + font-size: 14px; | |
319 | + padding-bottom: 15px; | |
320 | +} | |
321 | + | |
322 | +.profile-homepage #content .block.display-content-block .block-title { | |
323 | +border-top: 0px solid #643C67; | |
324 | +border-bottom: 1px solid gray; | |
325 | +background: transparent; | |
326 | +color: #F91461; | |
327 | +} | |
328 | + | ... | ... |