Changeset 15993 for schedule/css/styles.css
- Timestamp:
- 05/22/13 03:47:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/css/styles.css
r15532 r15993 455 455 } 456 456 457 458 459 .buttonc { 460 cursor:pointer; 461 border-top: 1px solid #96d1f8; 462 463 padding: -1px 6px; 464 -webkit-border-radius: 6px; 465 -moz-border-radius: 6px; 466 border-radius: 6px; 467 -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; 468 -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; 469 box-shadow: rgba(0,0,0,1) 0 1px 0; 470 text-shadow: rgba(0,0,0,.4) 0 1px 0; 471 color: black; 472 font-size: 14px; 473 font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif; 474 text-decoration: none; 475 vertical-align: middle; 476 } 477 478 #buttonc { 479 border-top: 1px solid #96d1f8; 480 background: #65a9d7; 481 background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7)); 482 background: -webkit-linear-gradient(top, #3e779d, #65a9d7); 483 background: -moz-linear-gradient(top, #3e779d, #65a9d7); 484 background: -ms-linear-gradient(top, #3e779d, #65a9d7); 485 background: -o-linear-gradient(top, #3e779d, #65a9d7); 486 padding: 3px 6px; 487 -webkit-border-radius: 6px; 488 -moz-border-radius: 6px; 489 border-radius: 6px; 490 -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; 491 -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; 492 box-shadow: rgba(0,0,0,1) 0 1px 0; 493 text-shadow: rgba(0,0,0,.4) 0 1px 0; 494 color: white; 495 font-size: 12px; 496 font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif; 497 text-decoration: none; 498 vertical-align: middle; 499 } 500 #buttonc:hover { 501 border-top-color: #28597a; 502 background: #28597a; 503 color: #ccc; 504 } 505 #buttonc:active { 506 border-top-color: #b6c5cf; 507 background: #b6c5cf; 508 }
Note:
See TracChangeset
for help on using the changeset viewer.