quarta-feira, 13 de março de 2013

Webfont - Maven Pro Regular [nova fonte base site]

Webfont - Maven Pro Regular
[nova fonte base do site, em vez de Tahoma]
terça-feira, 12 de Março de 2013 23:53

Para ser mais fácil de ler e ter um toque mais "moderno":



 


 clip_image005[11] web/interface/themes/blueprint/css/styles.css


a{font-family:Maven Pro Regular, tahoma, verdana, Arial, Helvetica, sans-serif;text-decoration:none;color:#0095E6;font-weight:400;}

a:hover{text-decoration:none;color:#FF9003;background-color:rgba(25525500.11);}


body{font-family:Maven Pro Regular, tahoma, verdana, Arial, Helvetica, sans-serif;color:#392529;font-size13px;}


(…)

.summcover{max-width:70px;margin-top:.5em;margin-left:.6em;padding:0;opacity: 0.08;-moz-transition: opacity 2s ease 0.07s;-webkit-transition: opacity 2s ease 0.07s;-o-transition: opacity 2s ease 0.07s;transition: opacity 2s ease 0.07s;}

[antes estava margin-top: .5em;]

(…)

.title{font-size:110%;color:#1CA422;}

(…)

@font-face{font-family:'Maven Pro Regular';src:url('/interface/themes/blueprint/css/fontes/Maven Pro Regular.ttf');}
@font-face{font-family:'Lato Light';src:url('/interface/themes/blueprint/css/fontes/Lato Light.ttf');}


 ----------------------------------------------------------------



 clip_image005[11] web/interface/themes/blueprint/css/blueprint/screen.css

Antes:

ul,ol{padding-left:1.5em;margin:0 1.5em 1.5em 0;}

Depois:

ul,ol{padding-left:1.5em;margin:0 0.8em 1.5em 0;}


 ----------------------------------------------------------------




 clip_image005[11] web/interface/themes/blueprint/css/blueprint/screen.css

Antes:

.span-4{width:150px;}


Depois:

.span-4{width:147px;}


 clip_image005[11] web/interface/themes/blueprint/css/home.css

Antes:


#socialHome {margin-left: 376px;}


Depois:


#socialHome {margin-left: 421px;}



< FIM 13-03-2013 01:27 >


clip_image001  < 13-03-2013 14:10 >

Botão pesquisar estava com fonte

clip_image002 web/interface/themes/blueprint/css/home.css


.g-button.color { border-width: 1px; border-color: rgba(238, 238, 238, 0.85);border-top-color: rgba(201, 201, 201, 0.74);border-right-color: rgba(238, 238, 238, 0.84); background: -webkit-gradient(linear, 0% 0%, 0% 100%, to(rgba(206, 197, 155, 0.22)), from(white));padding-bottom: 2.4px;margin-bottom: 4px;font-family: tahoma; border-bottom-right-radius: 6px;border-top-right-radius: 6px;color: #556C96;margin-left: 4px;}


clip_image002web/interface/themes/blueprint/RecordDrivers/Index/core.tpl

Antes:
clip_image001[6]

<div style='float:left;margin-left:111px;width:60px'>


Depois:
clip_image002[6]

<div style='float:left;margin-left:124px;width:60px'>

< FEITO 13-03-2013 14:30 >

Sem comentários:

Enviar um comentário