Changeset 259 for Dev/branches/Cartis/Tiles preview/css
- Timestamp:
- 02/14/12 17:50:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/Tiles preview/css/tile1.css
r258 r259 161 161 162 162 163 #basePanel {163 .basePanel { 164 164 width: 940px; 165 165 height: 465px; … … 191 191 } 192 192 193 .tile {193 .tileAnimating { 194 194 width: 230px; 195 195 height: 230px; … … 202 202 } 203 203 204 .tile { 205 width: 230px; 206 height: 230px; 207 border: none; 208 float: left; 209 clear: none; 210 margin-right: 5px; 211 margin-bottom: 5px; 212 background: #367ac3; 213 background-image: linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); 214 background-image: -o-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); 215 background-image: -moz-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); 216 background-image: -webkit-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); 217 background-image: -ms-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); 218 219 background-image: -webkit-gradient( 220 linear, 221 left bottom, 222 right top, 223 color-stop(0.44, rgb(54,122,195)), 224 color-stop(0.72, rgb(74,139,208)) 225 ); 226 } 227 228 .doubleHeight { 229 height: 465px; 230 } 231 232 .staticTile { 233 width: 230px; 234 /*height: 230px;*/ 235 border: none; 236 float: left; 237 clear: none; 238 margin-right: 5px; 239 margin-bottom: 5px; 240 background: #367ac3; 241 242 } 243 204 244 .tile:hover { 205 background: #EDD68B; 245 background-color: #78abe2; 246 background-image: linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); 247 background-image: -o-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); 248 background-image: -moz-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); 249 background-image: -webkit-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); 250 background-image: -ms-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); 251 252 background-image: -webkit-gradient( 253 linear, 254 left bottom, 255 left top, 256 color-stop(0.44, rgb(54,122,195)), 257 color-stop(0.72, rgb(120,171,226)) 258 ); 206 259 } 207 260 … … 212 265 color: #fff; 213 266 margin: 195px 5px 5px 5px; 214 font-size: 30px;267 font-size: 25px; 215 268 line-height: 30px; 216 269 text-align: left; … … 219 272 } 220 273 274 .tileHeader { 275 font-family: Segoe, sans-serif; 276 width: 220px; 277 height: 30px; 278 color: #fff; 279 margin: 5px 5px 5px 5px; 280 font-size: 20px; 281 line-height: 20px; 282 text-align: left; 283 white-space: nowrap; 284 user-select: none; 285 } 286 221 287 222 288 #pageInfo { … … 248 314 } 249 315 250 251 316 .tileField { 317 width: 224px; 318 height: auto; 319 margin: 0 3px; 320 border: none; 321 background: #367ac3; 322 color: #fff; 323 font-family: segoe, sans-serif; 324 outline: none; 325 } 326 327 .multipleSelect { 328 padding: 2px; 329 height: 420px; 330 } 331 332 .controls { 333 text-align: right; 334 width: 220px; 335 padding: 5px; 336 } 337 338 .smallButton { 339 background: #00569b; 340 border: none; 341 color: #fff; 342 font-family: segoe, sans-serif; 343 font-size: 16px; 344 padding: 5px; 345 } 346 347 .smallButton:hover { 348 background: #0762a8; 349 } 350 351 .doubleHeight .content { 352 height: 375px; 353 width: 224px; 354 padding: 3px; 355 overflow-x: hidden; 356 overflow-y: auto; 357 color: #fff; 358 } 359 360 .shoppingCartItem { 361 width: 224px; 362 height: 16px; 363 }
Note: See TracChangeset
for help on using the changeset viewer.