Conjunto de mudanças 6225 no repositório publico
- Timestamp:
- 18/04/2012 19:34:42 (9 anos atrás)
- Localização:
- PortalInterlegis/produtos/il.portal.theme/il/portal/theme
- Arquivos:
-
- 1 adicionado
- 1 editado
- 1 copiado
Legenda:
- Não Modificado
- Adicionado
- Removido
-
PortalInterlegis/produtos/il.portal.theme/il/portal/theme/sass/style.scss
r6224 r6225 3 3 background: url(../img/fundo-barra-superior.png) repeat-x scroll 0 0 #eef; 4 4 height: 50px; 5 } 6 div.barra-topo a:link, a:visited { 7 color: white;5 a:link, a:visited { 6 color: white; 7 } 8 8 } 9 9 … … 27 27 } 28 28 29 div.footer-left-box { 30 border-width: 0 1px 1px 0; 29 @mixin footer-firstrow($w) { 31 30 border-style: dotted; 32 padding-bottom: 45px; 33 width: 16.67%; 34 height: 200px; 31 width: $w; 32 height: 250px; 35 33 float: left; 36 34 font-size: smaller; 35 li { 36 display: block; 37 } 38 } 39 40 div.footer-left-box { 41 @include footer-firstrow(16.6667%); 42 border-width: 0 1px 1px 0; 37 43 } 38 44 39 45 div.footer-right-box { 46 @include footer-firstrow(49%); 40 47 border-width: 0 0 1px 0; 41 border-style: dotted;42 padding-bottom: 45px;43 width: 49%;44 height: 200px;45 float: left;46 font-size: smaller;47 48 } 48 49 49 div.footer-right-box li, div.footer-left-box li {50 display: block;51 } -
PortalInterlegis/produtos/il.portal.theme/il/portal/theme/static/css/style.css
r6224 r6225 1 2 1 div.barra-topo { 3 background: url(../img/fundo-barra-superior.png) repeat-x scroll 0 0 #eef; 4 height: 50px; 5 } 6 div.barra-topo a:link, a:visited { 7 color: white; 8 } 2 background: url(../img/fundo-barra-superior.png) repeat-x scroll 0 0 #eeeeff; 3 height: 50px; } 4 div.barra-topo a:link, div.barra-topo a:visited { 5 color: white; } 9 6 10 7 div.middle-container { 11 max-width: 960px; 12 margin: 0 auto; 13 } 8 max-width: 960px; 9 margin: 0 auto; } 14 10 15 11 div.rodape { 16 color: white; 17 background: #25528c; 18 border-width: 10px; 19 height: 1000px; 20 padding-top: 40px; 21 float: left; 22 width: 100%; 23 } 12 color: white; 13 background: #25528c; 14 border-width: 10px; 15 height: 1000px; 16 padding-top: 40px; 17 float: left; 18 width: 100%; } 24 19 25 20 div.rodape a:link, a:visited { 26 color: white; 27 } 21 color: white; } 28 22 29 23 div.footer-left-box { 30 border-width: 0 1px 1px 0;31 border-style: dotted;32 padding-bottom: 45px;33 width: 16.67%;34 height: 200px;35 float: left;36 font-size: smaller;37 }24 border-style: dotted; 25 width: 16.667%; 26 height: 250px; 27 float: left; 28 font-size: smaller; 29 border-width: 0 1px 1px 0; } 30 div.footer-left-box li { 31 display: block; } 38 32 39 33 div.footer-right-box { 40 border-width: 0 0 1px 0; 41 border-style: dotted; 42 padding-bottom: 45px; 43 width: 49%; 44 height: 200px; 45 float: left; 46 font-size: smaller; 47 } 48 49 div.footer-right-box li, div.footer-left-box li { 50 display: block; 51 } 34 border-style: dotted; 35 width: 49%; 36 height: 250px; 37 float: left; 38 font-size: smaller; 39 border-width: 0 0 1px 0; } 40 div.footer-right-box li { 41 display: block; }
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.