comparison Agendas/trunk/src/Agendas.Web/Content/Site.css @ 167:ea85bd893247

Ajustes menores de UI
author nelopauselli
date Sat, 06 Aug 2011 02:51:07 -0300
parents f6e4af3a0b09
children 97e51ddeeb58
comparison
equal deleted inserted replaced
166:fae2feae499e 167:ea85bd893247
114 font-size: 32px !important; 114 font-size: 32px !important;
115 } 115 }
116 116
117 #main 117 #main
118 { 118 {
119 background: url("themes/altnethispano/images/div_content.gif") repeat-x 50% 100% transparent; 119 background: url("themes/altnethispano/images/div_content.gif") repeat-x 0 0 #efeff0;
120 padding: 30px 30px 15px 30px; 120 padding: 30px 30px 15px 30px;
121 height: 540px; 121 height: 540px;
122 background-color: #fff;
123 margin-left: auto; 122 margin-left: auto;
124 margin-right: auto; 123 margin-right: auto;
125 _height: 1px; /* only IE6 applies CSS properties starting with an underscore */ 124 _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
126 } 125 }
127 126
131 padding: 10px 0; 130 padding: 10px 0;
132 text-align: center; 131 text-align: center;
133 line-height: normal; 132 line-height: normal;
134 margin: 0; 133 margin: 0;
135 font-size: .9em; 134 font-size: .9em;
136 background-color: transparent; 135 background-color: #efeff0;
137 } 136 }
138 137
139 /* TAB MENU 138 /* TAB MENU
140 ----------------------------------------------------------*/ 139 ----------------------------------------------------------*/
141 ul#menu 140 ul#menu
178 text-decoration: none; 177 text-decoration: none;
179 } 178 }
180 179
181 ul#menu li a:active 180 ul#menu li a:active
182 { 181 {
183 background-color: #a6e2a6; 182 background-color: #fff;
183 color: #000;
184 text-decoration: none; 184 text-decoration: none;
185 } 185 }
186 186
187 ul#menu li.selected a 187 ul#menu li.selected a
188 { 188 {