Rev | Line | |
---|
[11419] | 1 | .twitter_buttons { |
---|
| 2 | border-spacing: 0px; |
---|
| 3 | border:10px solid #f9f9f9; |
---|
| 4 | border-radius:10px; |
---|
[11514] | 5 | margin-bottom:20px; |
---|
[11419] | 6 | } |
---|
| 7 | |
---|
| 8 | .twitter_buttons td { |
---|
| 9 | padding:10px 40px; |
---|
| 10 | background-color:#ECF6FA; |
---|
| 11 | border:1px solid #fff; |
---|
| 12 | border-right-color:#CDE8F4; |
---|
| 13 | border-bottom-color:#CDE8F4; |
---|
[11514] | 14 | text-align:center; |
---|
| 15 | vertical-align:center; |
---|
[11419] | 16 | } |
---|
| 17 | .twitter_buttons td:hover { |
---|
| 18 | background-color:#D0E7F2; |
---|
| 19 | } |
---|
[11514] | 20 | .twitter_buttons tr td:last-child { |
---|
[11419] | 21 | border-right:none; |
---|
| 22 | } |
---|
| 23 | .twitter_buttons tr:last-child td { |
---|
| 24 | border-bottom:none; |
---|
[11514] | 25 | } |
---|
| 26 | tr.property td, tr.submit td { |
---|
| 27 | padding:10px 5px; |
---|
| 28 | } |
---|
| 29 | tr.property td:hover, tr.submit td:hover { |
---|
| 30 | background-color:#ECF6FA; |
---|
| 31 | } |
---|
| 32 | tr.property td:first-child { |
---|
| 33 | text-align:right; |
---|
| 34 | font-weight:bold; |
---|
| 35 | } |
---|
| 36 | tr.property td:last-child { |
---|
| 37 | text-align:left; |
---|
| 38 | } |
---|
| 39 | tr.submit input { |
---|
| 40 | background: url("http://a0.twimg.com/a/1308875119/phoenix/img/buttons/bg-btn-blue.gif") repeat-x 0 -202px #DDDDDD; |
---|
| 41 | border-color: #3399DD #3399DD #2288CC; |
---|
| 42 | color: #FFFFFF !important; |
---|
| 43 | text-shadow: -1px -1px 0 #3399DD; |
---|
| 44 | border-radius: 4px 4px 4px 4px; |
---|
| 45 | border-style: solid; |
---|
| 46 | border-width: 1px; |
---|
| 47 | padding: 5px 9px !important; |
---|
| 48 | } |
---|
| 49 | tr.submit input:hover { |
---|
| 50 | box-shadow: 0 0 5px #2288CC; |
---|
| 51 | border-color: #3399DD #3399DD #2288CC; |
---|
[11419] | 52 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.