Conjunto de mudanças 6512 no repositório publico
- Timestamp:
- 17/06/2012 15:52:31 (9 anos atrás)
- Localização:
- PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/sass
- Arquivos:
-
- 4 editados
Legenda:
- Não Modificado
- Adicionado
- Removido
-
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/sass/_carousel.scss
r6461 r6512 1 1 2 $car-width: 600px - 20px;3 $car-height: 215px;4 /* $car-height: 400px; */2 $car-width: 600px - 20px; 3 $car-height: 215px; 4 /* $car-height: 400px; */ 5 5 6 6 #container { 7 7 .js { 8 overflow: hidden;9 zoom: 1;8 overflow: hidden; 9 zoom: 1; 10 10 .carousel-wrap { 11 display: inline-block;12 vertical-align:middle;13 width:$car-width;14 margin:0 5px 15px;11 display: inline-block; 12 margin: 0 5px 15px; 13 vertical-align: middle; 14 width: $car-width; 15 15 } 16 16 ul li { 17 overflow:hidden;18 display:inline;19 float:left;20 width:$car-width;21 height:$car-height;22 zoom: 1;17 display: inline; 18 float: left; 19 height: $car-height; 20 overflow: hidden; 21 width: $car-width; 22 zoom: 1; 23 23 } 24 24 } 25 25 // ################################################################ 26 26 .carousel { 27 margin:0;28 border:0;29 zoom: 1;27 border: 0; 28 margin: 0; 29 zoom: 1; 30 30 .carousel-wrap { 31 margin:0;32 border:0;33 zoom: 1;31 border: 0; 32 margin: 0; 33 zoom: 1; 34 34 } 35 35 ul { 36 margin: 0;37 padding: 0;38 zoom: 1;36 margin: 0; 37 padding: 0; 38 zoom: 1; 39 39 } 40 40 .carousel-control { 41 overflow:hidden;42 display:inline-block;43 vertical-align:middle;44 width:40px;45 height:40px;46 cursor:pointer;47 line-height:999px;48 zoom:1;49 border:0;50 text-indent:-9999px;51 &: hover {52 -moz-opacity: .7;53 opacity: 0.70;54 filter: alpha(opacity=70);41 border: 0; 42 cursor: pointer; 43 display: inline-block; 44 height: 40px; 45 line-height: 999px; 46 overflow: hidden; 47 text-indent: -9999px; 48 vertical-align: middle; 49 width: 40px; 50 zoom: 1; 51 &: hover { 52 -moz-opacity: .7; 53 opacity: 0.70; 54 filter: alpha(opacity=70); 55 55 } 56 56 } 57 57 .carousel-next { 58 background: url(../images/icons/next.png) 0 0 no-repeat;58 background: url(../images/icons/next.png) 0 0 no-repeat; 59 59 } 60 60 .carousel-previous { 61 background: url(../images/icons/prev.png) 0 0 no-repeat;61 background: url(../images/icons/prev.png) 0 0 no-repeat; 62 62 } 63 .disabled, .disabled: hover {64 -moz-opacity:.1;65 opacity:0.10;66 filter:alpha(opacity=10);67 cursor:default;63 .disabled, .disabled: hover { 64 cursor: default; 65 filter: alpha(opacity=10); 66 -moz-opacity: .1; 67 opacity: 0.10; 68 68 } 69 69 div { 70 margin:0;71 padding:0;72 border:0;70 border: 0; 71 margin: 0; 72 padding: 0; 73 73 } 74 74 ul { 75 padding:0;76 list-style:none;75 list-style: none; 76 padding: 0; 77 77 li { 78 position:relative;79 width:$car-width;80 margin:0;78 margin: 0; 79 position: relative; 80 width: $car-width; 81 81 div.carousel-text { 82 position:absolute; 82 color: $blue; 83 left: 362px; 84 position: absolute; 83 85 top: 30px; 84 left: 362px; 85 // TODO: refatorar essa repeticao 86 // TODO: refatorar essa repeticao 86 87 b { 87 88 color: $dark-blue; 88 89 } 89 color: $blue;90 90 h3 { 91 91 margin-bottom: 10px; … … 93 93 } 94 94 cite { 95 position:absolute;96 bottom:3px;97 right:10px;98 line-height:19px;99 font-size:11px;95 bottom: 3px; 96 font-size: 11px; 97 line-height: 19px; 98 position: absolute; 99 right: 10px; 100 100 a { 101 color: #fff;102 text-decoration: none;101 color: #fff; 102 text-decoration: none; 103 103 img { 104 vertical-align: middle;104 vertical-align: middle; 105 105 } 106 106 } … … 111 111 112 112 div.center-wrap { 113 position:absolute; 114 bottom:0; 115 left:370px; 116 117 overflow:hidden; 118 clear:both; 119 zoom:1; 113 bottom: 0; 114 clear: both; 115 left: 370px; 116 overflow: hidden; 117 position: absolute; 118 zoom: 1; 120 119 div { 121 border: 0;122 margin: 15px 0;120 border: 0; 121 margin: 15px 0; 123 122 } 124 123 a { 125 124 span { 126 color: transparent;125 color: transparent; 127 126 } 128 padding:2px 5px;129 background:url(../images/icons/bullet-off.png) 0 0 no-repeat;130 cursor:pointer;127 background: url(../images/icons/bullet-off.png) 0 0 no-repeat; 128 cursor: pointer; 129 padding: 2px 5px; 131 130 &.active { 132 background: url(../images/icons/bullet-on.png) 0 0 no-repeat;131 background: url(../images/icons/bullet-on.png) 0 0 no-repeat; 133 132 } 134 133 } … … 137 136 } 138 137 .IE #container .js .carousel-wrap { 139 display: inline;138 display: inline; 140 139 } 141 142 143 144 -
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/sass/_deco-gs.scss
r6447 r6512 31 31 } 32 32 33 // 33 // 34 34 // Mixin to re-define deco-grid global variables. 35 35 // … … 57 57 } 58 58 59 // 59 // 60 60 // Mixin to inject attributes for a row-class. 61 61 // … … 63 63 // 64 64 @mixin deco-row { 65 display: block; 65 66 float: left; 66 67 position: relative; 67 display: block;68 68 width: 100%; 69 69 } 70 70 71 // 71 // 72 72 // Mixin to inject attributes for a cell-width-class. 73 73 // … … 100 100 } 101 101 102 // 102 // 103 103 // Mixin to inject attributes for a cell-position-class. 104 104 // … … 120 120 } 121 121 122 // 122 // 123 123 // Mixin to inject attributes for a cell-class. 124 124 // … … 126 126 // 127 127 // Advanced notes: By defining parameters, it's possible to define 128 // special cell-classes self-containing width and position attributes. 128 // special cell-classes self-containing width and position attributes. 129 129 // 130 130 @mixin deco-cell($position: -1, $width: 0, … … 142 142 } 143 143 144 // 144 // 145 145 // Mixin to generate complete deco-grid-systems. 146 146 // … … 154 154 $prefix: if($prefix=="", "", $prefix + "-"); // adds a dash after a non-empty prefix 155 155 156 /* The $columns-column Deco Grid System. 156 /* The $columns-column Deco Grid System. 157 157 * Available in multiple variants, see http://deco.gs 158 158 */ … … 167 167 } 168 168 169 /* Width classes. 170 For a given cell width, the calculation is: 169 /* Width classes. 170 For a given cell width, the calculation is: 171 171 width = (total cell width) * n - (margin*2) */ 172 172 @for $i from 1 through $deco-column-count { … … 174 174 } 175 175 176 /* Positioning classes, these are subtracting from a rightmost 176 /* Positioning classes, these are subtracting from a rightmost 177 177 position, which is why they seem the wrong way around */ 178 178 /* For a given position, the calculation is: … … 184 184 /* End of the core Deco Grid System */ 185 185 186 /* Convenience classes — ¼, ½, ¾ widths and ¼, ½, ¾ positions. 186 /* Convenience classes — ¼, ½, ¾ widths and ¼, ½, ¾ positions. 187 187 Not strictly necessary. */ 188 188 /* .width-1:2 */ -
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/sass/_footer.scss
r6447 r6512 7 7 8 8 @mixin footer-firstrow { 9 border-style: dotted; 9 10 float: left; 10 border-style: dotted;11 12 11 height: 250px; 13 12 padding-left: $footer-pad; … … 21 20 @extend .__white-font; 22 21 background: $footer-blue; 23 height: 1000px;24 padding-top: 40px;25 22 float: left; 26 width: 100%;27 23 font-family: Mako, sans-serif; 28 24 font-size: 11px; 25 height: 1000px; 29 26 margin-top: 50px; 27 padding-top: 40px; 28 width: 100%; 30 29 31 30 h2 { … … 51 50 .address { 52 51 float: left; 52 font-size: 10px; 53 line-height: 150%; 54 padding: 30px 0 0 $footer-pad; 53 55 width: ($width / 2) - $footer-pad - 1; 54 font-size: 10px; 55 padding: 30px 0 0 $footer-pad; 56 line-height: 150%; 56 57 57 address { 58 58 font-style: normal; … … 65 65 .utils { 66 66 $util-pad: 20px; 67 float: left;68 67 border-style: dotted; 69 68 border-width: 0 0 1px 1px; 69 float: left; 70 font-size: 9px; 70 71 padding: 30px 0 25px $util-pad; 71 72 width: ($width / 2) - $util-pad - 1px; 72 font-size: 9px;73 73 74 ul#portal-siteactions {74 #portal-siteactions { 75 75 font-size: 9px; 76 76 padding: 0; … … 84 84 li:first-child:before { 85 85 content: ""; 86 margin: 086 margin: 0; 87 87 } 88 88 } 89 89 } 90 90 .partners { 91 float: left;92 91 border-style: dotted; 93 92 border-width: 0 0 0 1px; 93 float: left; 94 height: 70px; 94 95 padding: 10px 0 0 20px; 95 height: 70px;96 96 img { 97 97 vertical-align: middle; … … 99 99 } 100 100 img.last { 101 padding-right: 0 px;101 padding-right: 0; 102 102 } 103 103 } -
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/sass/style.scss
r6477 r6512 36 36 // they are ment just to compose other classes via sass @extend 37 37 .__white-font { 38 color: white;38 color: #fff; 39 39 a:link, a:visited { 40 color: white;40 color: #fff; 41 41 } 42 42 } … … 49 49 50 50 div.middle-container { 51 margin: 0 auto; 51 52 max-width: $width; 52 margin: 0 auto;53 53 } 54 54 55 55 // EDIT BAR 56 56 #edit-bar { 57 font-size: 100%; 57 58 margin-top: 10px; 58 font-size: 100%;59 59 #contentActionMenus { 60 60 right: -3px; … … 72 72 background: transparent; 73 73 border-radius: 0; 74 margin: -14px 0 0 0; 74 75 padding: 0; 75 margin: -14px 0 0 0;76 76 #personaltools-login, #user-name { 77 77 background: url("../images/icons/person.png") no-repeat right top transparent; 78 color: black; 79 margin: 0; 78 80 padding: 9px 25px 0 0; 79 margin: 0;80 color: black;81 81 } 82 82 dt.actionMenuHeader a:after { … … 101 101 margin: 73px 0 30px 0; 102 102 input { 103 border: none;103 border: 0; 104 104 height: 30px; 105 105 &[type="text"] { 106 106 background: url("../images/search-open-brace.png") no-repeat left top white; 107 width: 272px;108 padding-left: 10px;109 107 font-family: Poly,serif; 110 108 font-style: italic; 109 padding-left: 10px; 110 width: 272px; 111 111 } 112 112 &.searchButton { 113 113 background: url("../images/search-button.png") no-repeat left top white; 114 height: 30px; 114 115 text-indent: -3000px; /* sends the text off-screen */ 115 116 width: 41px; 116 height: 30px;117 117 } 118 118 } … … 123 123 margin-top: -4px; 124 124 .livesearchContainer { 125 background: white;125 background: #fff; 126 126 } 127 127 } … … 149 149 #portal-globalnav { 150 150 background: white; 151 border-style: dotted; 152 border-width: 1px 1px 0 1px; 151 153 font-size: 10px; 152 154 margin: 0; 153 border-style: dotted;154 border-width: 1px 1px 0 1px;155 155 padding: 10px 8px 10px 0px; 156 156 width: $width - 8px; … … 158 158 li { 159 159 display: inline-block; 160 width: $width/6 - 13px; //TODO rever isso161 160 margin: 0 0 0 10px; 162 161 padding: 0; 162 width: $width/6 - 13px; //TODO rever isso 163 163 &#portaltab-index_html { 164 164 margin-left: 8px; 165 165 } 166 166 a { 167 color: white;168 167 background: $blue; 168 color: #fff; 169 height: 48px; 170 line-height: 72px; 171 margin: 0; 172 padding: 0 0 0 8px; 169 173 text-transform: uppercase; 170 line-height: 72px;171 height: 48px;172 174 width: 100%; 173 margin: 0;174 padding: 0 0 0 8px;175 175 } 176 176 a:visited { 177 color: white; 178 } 179 } 180 li.selected a, li.selected a:hover, li a:hover { 181 color: white; 177 color: #fff; 178 } 179 } 180 li.selected a, 181 li.selected a:hover, 182 li a:hover { 182 183 background: $dark-blue; 184 color: #fff; 183 185 } 184 186 } … … 187 189 // ================================================================ 188 190 @mixin box-header { 191 background: $blue; 192 color: #fff; 189 193 font-size: 12px; //TODO rever este tamanho 190 color: white;191 background: $blue;192 text-transform: uppercase;193 194 height: 24px; 194 195 line-height: 26px; 196 margin-bottom: 10px; 195 197 padding-left: 10px; 196 margin-bottom: 10px;198 text-transform: uppercase; 197 199 } 198 200 199 201 // uso de "b": vide http://html5doctor.com/i-b-em-strong-element/ 200 202 @mixin superlink { 203 margin-bottom: 5px; 201 204 padding-left: 45px; 202 margin-bottom: 5px;203 205 a, a:visited { 204 206 b { … … 222 224 h3 { 223 225 @include superlink; 226 font-size: 1.5em; 224 227 margin-top: 20px; 225 font-size: 1.5em;226 228 } 227 229 } … … 234 236 } 235 237 } 236
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.