Commit 0b33fc477be5651fa4a1ad06492940c33141b2a3
1 parent
0f7b9031
Exists in
master
and in
12 other branches
Reorganization block "categories-and-tags-block
Showing
1 changed file
with
35 additions
and
23 deletions
Show diff stats
pagina_software.css
@@ -244,46 +244,57 @@ border: | @@ -244,46 +244,57 @@ border: | ||
244 | 244 | ||
245 | /*************raw html - category and tags****************/ | 245 | /*************raw html - category and tags****************/ |
246 | 246 | ||
247 | -#content .block .categories-and-tags-block { | ||
248 | -border-top:4px solid #21376C; | 247 | +#content .categories-and-tags-block { |
248 | + border-top:4px solid #4562b1; | ||
249 | + /*border-top: 3px solid #21376C;*/ | ||
249 | } | 250 | } |
250 | -/* | ||
251 | -#content .categories-and-tags-block .tag_cloud | ||
252 | -category_cloud{ | ||
253 | - | ||
254 | -}*/ | ||
255 | 251 | ||
256 | #content .box-1 .categories-and-tags-block .block-inner-1 .block-title { | 252 | #content .box-1 .categories-and-tags-block .block-inner-1 .block-title { |
257 | font-size: 11px; | 253 | font-size: 11px; |
254 | + float:left; | ||
255 | + background: none; | ||
256 | + margin-top:2px; | ||
257 | +} | ||
258 | + | ||
259 | + /*font-size: 11px; | ||
258 | border-top: 1px solid #8b949b; | 260 | border-top: 1px solid #8b949b; |
259 | - /*border-top: none;*/ | 261 | + /*border-top: none; |
260 | background: none; | 262 | background: none; |
261 | border-bottom: 1px solid #8b949b; | 263 | border-bottom: 1px solid #8b949b; |
262 | /*border-bottom: none;*/ | 264 | /*border-bottom: none;*/ |
263 | /*padding: 15px 0px 0px 3px;*/ | 265 | /*padding: 15px 0px 0px 3px;*/ |
264 | /*margin:10px;*/ | 266 | /*margin:10px;*/ |
265 | /*margin-top:-5px;*/ | 267 | /*margin-top:-5px;*/ |
266 | -} | 268 | + |
267 | #content .box-1 .categories-and-tags-block .block-inner-2 .block-title{ | 269 | #content .box-1 .categories-and-tags-block .block-inner-2 .block-title{ |
268 | border-top: 4px solid transparent; /*#2c66ce;*/ /*#172938;*/ | 270 | border-top: 4px solid transparent; /*#2c66ce;*/ /*#172938;*/ |
269 | } | 271 | } |
270 | 272 | ||
271 | #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud { | 273 | #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud { |
272 | - /*margin-top:-11px;*/ | 274 | + float:left; |
275 | + position: absolute; | ||
276 | + margin-top:9px; | ||
277 | + margin-left:72px; | ||
278 | + /*margin-top:-11px; | ||
273 | margin-bottom: 15px; | 279 | margin-bottom: 15px; |
274 | text-align: left; | 280 | text-align: left; |
275 | margin-top: -47px; | 281 | margin-top: -47px; |
276 | - margin-left: 40px; | 282 | + margin-left: 40px;*/ |
277 | 283 | ||
278 | } | 284 | } |
279 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud { | 285 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud { |
280 | - /*margin-top:-11px;*/ | 286 | + float:left; |
287 | + position: absolute; | ||
288 | + margin-top:9px; | ||
289 | + margin-left:72px; | ||
290 | + margin-bottom: 10px; | ||
291 | +} | ||
292 | + | ||
293 | + /*margin-top:-11px; | ||
281 | margin-bottom: 15px; | 294 | margin-bottom: 15px; |
282 | text-align: left; | 295 | text-align: left; |
283 | margin-top: -47px; | 296 | margin-top: -47px; |
284 | - margin-left: 72px; | ||
285 | - | ||
286 | -} | 297 | + margin-left: 72px;*/ |
287 | 298 | ||
288 | #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a, | 299 | #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a, |
289 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a { | 300 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a { |
@@ -297,29 +308,30 @@ category_cloud{ | @@ -297,29 +308,30 @@ category_cloud{ | ||
297 | 308 | ||
298 | #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:hover, | 309 | #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:hover, |
299 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a:hover { | 310 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a:hover { |
300 | -background: #3a70d1; /*#205c90;*/ | ||
301 | -color: white; | ||
302 | -border-color: #3a70d1; /*#205c90;*/ | 311 | + background: #3a70d1; /*#205c90;*/ |
312 | + color: white; | ||
313 | + border-color: #3a70d1; /*#205c90;*/ | ||
303 | } | 314 | } |
304 | 315 | ||
305 | #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:link, | 316 | #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:link, |
306 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a:link { | 317 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a:link { |
307 | text-decoration: none; | 318 | text-decoration: none; |
308 | } | 319 | } |
309 | - | 320 | +/* |
310 | #content .box-1 .categories-and-tags-block .block-footer-content a{ | 321 | #content .box-1 .categories-and-tags-block .block-footer-content a{ |
322 | + display:none; | ||
311 | background: none; | 323 | background: none; |
312 | border: none; | 324 | border: none; |
313 | border-radius: none; | 325 | border-radius: none; |
314 | top:-5px; | 326 | top:-5px; |
315 | font-size:0px; | 327 | font-size:0px; |
316 | -} | ||
317 | - | 328 | +}*/ |
329 | +/* | ||
318 | #content .box-1 .categories-and-tags-block .block-footer-content { | 330 | #content .box-1 .categories-and-tags-block .block-footer-content { |
319 | /*margin-top: -15px;*/ | 331 | /*margin-top: -15px;*/ |
320 | - border-bottom: 1px solid #8b949b; | 332 | + /*border-bottom: 1px solid #8b949b; |
321 | margin-bottom: 30px; | 333 | margin-bottom: 30px; |
322 | -} | 334 | +}*/ |
323 | 335 | ||
324 | 336 | ||
325 | /********* Botao Repositorio ************/ | 337 | /********* Botao Repositorio ************/ |