Changeset 278 for Dev/branches/Cartis/Tiles preview/css/tile1.css
- Timestamp:
- 02/21/12 17:40:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/Tiles preview/css/tile1.css
r261 r278 85 85 #header { 86 86 width: 100%; 87 height: 95px;87 height: 36px; 88 88 margin-bottom: 20px; 89 89 } 90 90 91 91 #upperBar { 92 height: 68px;93 background: # 508fd2;92 height: 12px; 93 background: #fff; 94 94 } 95 95 96 96 #lowerBar { 97 height: 2 0px;97 height: 24px; 98 98 background: #508fd2; 99 99 } … … 120 120 height: 50px; 121 121 line-height: 50px; 122 color: # fff;122 color: #000; 123 123 font-size: 36px; 124 124 font-family: 'Segoe', sans-serif; … … 211 211 margin-bottom: 5px; 212 212 background: #367ac3; 213 color: #fff; 213 214 214 215 background-image: linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); … … 229 230 } 230 231 231 .doubleHeight {232 height: 465px;233 }234 235 232 .staticTile { 236 233 width: 230px; … … 238 235 border: none; 239 236 float: left; 237 color: #fff; 240 238 clear: none; 241 239 margin-right: 5px; 242 240 margin-bottom: 5px; 243 241 background: #367ac3; 244 245 } 242 } 243 244 .doubleHeight { 245 height: 465px; 246 } 247 248 .doubleWidth { 249 width: 465px; 250 } 251 252 246 253 247 254 .tile:hover { … … 309 316 } 310 317 311 .breadcrumbs{ 312 float: left; 313 margin-top: 20px; 314 margin-bottom: -2px; 315 margin-left: 370px; 316 318 #breadcrumbs{ 319 line-height: 24px; 320 width: 940px; 321 margin: 0 auto; 322 color: #fff; 323 } 324 325 #breadcrumbs a { 326 color: #fff; 327 text-decoration: none; 328 } 329 330 #breadcrumbs a:hover { 331 color: #edd68b; 332 } 333 334 #breadcrumbs a.selected { 335 font-weight: bold; 336 text-decoration: underline; 317 337 } 318 338
Note: See TracChangeset
for help on using the changeset viewer.