Conjunto de mudanças 6263 no repositório publico
- Timestamp:
- 23/04/2012 16:02:16 (9 anos atrás)
- Localização:
- PortalInterlegis/produtos/il.portal.theme/il/portal/theme
- Arquivos:
-
- 1 adicionado
- 1 removido
- 4 editados
- 1 movido
Legenda:
- Não Modificado
- Adicionado
- Removido
-
PortalInterlegis/produtos/il.portal.theme/il/portal/theme/sass/style.scss
r6262 r6263 3 3 font-family: Mako, sans-serif; 4 4 font-size: 12px; //TODO rever este tamanho 5 background-image:url('../img/net.png'); 5 6 } 6 7 … … 33 34 #portal-globalnav { 34 35 // background: none repeat scroll 0 0 #DDDDDD; 35 background: none;36 background: white; 36 37 font-size: 10px; 37 margin: 0 0 1em -8px; 38 margin: 0; 39 border-style: dotted; 40 border-width: 1px 1px 0 1px; 41 padding: 10px 10px 10px 0; 42 width: $width - 10px; 43 38 44 li { 39 45 display: inline-block; 40 width: $width/6 - 1 4px; //TODO rever isso46 width: $width/6 - 13px; //TODO rever isso 41 47 margin: 0 0 0 10px; 42 48 padding: 0; 43 49 a { 50 color: white; 51 background: #4C71A1; 44 52 text-transform: uppercase; 45 53 line-height: 72px; … … 49 57 padding: 0 0 0 8px; 50 58 } 59 a:visited { 60 color: white; 61 } 51 62 } 63 li.selected a, li.selected a:hover, li a:hover { 64 color: white; 65 background: #0d2651; 66 } 67 } 68 69 #portal-columns { 70 background: white; 71 border-style: dotted; 72 border-width: 1px; 73 margin-bottom: 50px; 52 74 } 53 75 -
PortalInterlegis/produtos/il.portal.theme/il/portal/theme/static/css/style.css
r6261 r6263 1 1 body { 2 2 font-family: Mako, sans-serif; 3 font-size: 12px; } 3 font-size: 12px; 4 background-image: url("../img/net.png"); } 4 5 5 6 .__white-font, div.top-bar, div.footer { … … 17 18 18 19 #portal-globalnav { 19 background: none;20 background: white; 20 21 font-size: 10px; 21 margin: 0 0 1em -8px; } 22 margin: 0; 23 border-style: dotted; 24 border-width: 1px 1px 0 1px; 25 padding: 10px 10px 10px 0; 26 width: 950px; } 22 27 #portal-globalnav li { 23 28 display: inline-block; 24 width: 14 6px;29 width: 147px; 25 30 margin: 0 0 0 10px; 26 31 padding: 0; } 27 32 #portal-globalnav li a { 33 color: white; 34 background: #4C71A1; 28 35 text-transform: uppercase; 29 36 line-height: 72px; … … 32 39 margin: 0; 33 40 padding: 0 0 0 8px; } 41 #portal-globalnav li a:visited { 42 color: white; } 43 #portal-globalnav li.selected a, #portal-globalnav li.selected a:hover, #portal-globalnav li a:hover { 44 color: white; 45 background: #0d2651; } 46 47 #portal-columns { 48 background: white; 49 border-style: dotted; 50 border-width: 1px; 51 margin-bottom: 50px; } 34 52 35 53 div.footer { -
PortalInterlegis/produtos/il.portal.theme/il/portal/theme/static/index.html
r6257 r6263 21 21 <div class="row" id="portal-top"> 22 22 23 <div class="cell width-full position-0">24 23 <div id="portal-header"> 25 24 26 25 <a href="http://localhost:8080/Plone" accesskey="1" title="Site" id="portal-logo"> 27 <img width="215" height="56" title="Site" alt="Site" src=" logo.png"/>26 <img width="215" height="56" title="Site" alt="Site" src="img/logo.png"/> 28 27 </a> 29 28 … … 37 36 </ul> 38 37 </div> 39 </div>40 38 </div> 41 39 -
PortalInterlegis/produtos/il.portal.theme/il/portal/theme/static/rules.xml
r6260 r6263 21 21 <replace css:content="#portal-globalnav" css:theme="#portal-globalnav"/> 22 22 <replace css:content="#portal-columns" css:theme="#portal-columns"/> 23 <drop css:content="#viewlet-above-content"/> 23 24 24 25 <append content="//*[@id='kss-spinner']" theme="/html/body" />
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.