Commit a56ceaed987a5b9e943a4afcb404d896861b76fd

Authored by Arthur Sturzbecher
1 parent 9cab23b8

fixing wiki and repository blocks style

Showing 1 changed file with 7 additions and 5 deletions   Show diff stats
css/software-pages.css
@@ -281,20 +281,22 @@ @@ -281,20 +281,22 @@
281 } 281 }
282 282
283 .template-default .box-3 #bt_wiki, 283 .template-default .box-3 #bt_wiki,
284 -.template-default .box-3 #bt_wiki:active,  
285 -.template-default .box-3 #bt_wiki:visited,  
286 -.template-default .box-3 #bt_repositorio,  
287 -.template-default .box-3 #bt_repositorio:active,  
288 -.template-default .box-3 #bt_repositorio:visited{ 284 +.template-default .box-3 #bt_repositorio {
289 border-radius: 4px; 285 border-radius: 4px;
290 padding: 12px 10px; 286 padding: 12px 10px;
291 background: #EAEBEE; 287 background: #EAEBEE;
  288 + color: #2C66CE;
292 font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; 289 font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif;
293 text-transform: uppercase; 290 text-transform: uppercase;
294 display: block; 291 display: block;
295 position: relative; 292 position: relative;
296 } 293 }
297 294
  295 +.template-default .box-3 #bt_wiki:hover,
  296 +.template-default .box-3 #bt_repositorio:hover {
  297 + color:#172738;
  298 +}
  299 +
298 .template-default .box-3 #bt_wiki:after, 300 .template-default .box-3 #bt_wiki:after,
299 .template-default .box-3 #bt_repositorio:after{ 301 .template-default .box-3 #bt_repositorio:after{
300 margin-top: -2px; 302 margin-top: -2px;