Commit 0b33fc477be5651fa4a1ad06492940c33141b2a3

Authored by Juliana
1 parent 0f7b9031

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 244  
245 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 252 #content .box-1 .categories-and-tags-block .block-inner-1 .block-title {
257 253 font-size: 11px;
  254 + float:left;
  255 + background: none;
  256 + margin-top:2px;
  257 +}
  258 +
  259 + /*font-size: 11px;
258 260 border-top: 1px solid #8b949b;
259   - /*border-top: none;*/
  261 + /*border-top: none;
260 262 background: none;
261 263 border-bottom: 1px solid #8b949b;
262 264 /*border-bottom: none;*/
263 265 /*padding: 15px 0px 0px 3px;*/
264 266 /*margin:10px;*/
265 267 /*margin-top:-5px;*/
266   -}
  268 +
267 269 #content .box-1 .categories-and-tags-block .block-inner-2 .block-title{
268 270 border-top: 4px solid transparent; /*#2c66ce;*/ /*#172938;*/
269 271 }
270 272  
271 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 279 margin-bottom: 15px;
274 280 text-align: left;
275 281 margin-top: -47px;
276   - margin-left: 40px;
  282 + margin-left: 40px;*/
277 283  
278 284 }
279 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 294 margin-bottom: 15px;
282 295 text-align: left;
283 296 margin-top: -47px;
284   - margin-left: 72px;
285   -
286   -}
  297 + margin-left: 72px;*/
287 298  
288 299 #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a,
289 300 #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a {
... ... @@ -297,29 +308,30 @@ category_cloud{
297 308  
298 309 #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:hover,
299 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 316 #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:link,
306 317 #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a:link {
307 318 text-decoration: none;
308 319 }
309   -
  320 +/*
310 321 #content .box-1 .categories-and-tags-block .block-footer-content a{
  322 + display:none;
311 323 background: none;
312 324 border: none;
313 325 border-radius: none;
314 326 top:-5px;
315 327 font-size:0px;
316   -}
317   -
  328 +}*/
  329 +/*
318 330 #content .box-1 .categories-and-tags-block .block-footer-content {
319 331 /*margin-top: -15px;*/
320   - border-bottom: 1px solid #8b949b;
  332 + /*border-bottom: 1px solid #8b949b;
321 333 margin-bottom: 30px;
322   -}
  334 +}*/
323 335  
324 336  
325 337 /********* Botao Repositorio ************/
... ...