source: extensions/TumblrShare/style.css @ 27153

Last change on this file since 27153 was 19361, checked in by mistic100, 11 years ago

first commit

File size: 1.3 KB
Line 
1.tumblr_buttons {
2  border-spacing: 0px;
3  border:6px solid #3C668C;
4  border-radius:10px;
5  margin-bottom:20px;
6}
7
8.tumblr_buttons td {
9  padding:10px 40px;
10  background-color:#fff;
11  border:1px solid #fff;
12  border-right-color:#eee;
13  border-bottom-color:#ddd;
14  text-align:left;
15  vertical-align:center;
16}
17.tumblr_buttons td:hover {
18  background-color:#EEEEEE;
19}
20.tumblr_buttons tr td:last-child {
21  border-right:none;
22}
23.tumblr_buttons tr:last-child td {
24  border-bottom:none;
25}
26.tumblr_buttons input {
27  background:#eee;
28  border:1px solid #aaa;
29  border-radius:4px;
30  box-shadow:inset 0 1px 0 rgba(0,0,0,0.05);
31  padding:5px;
32}
33.tumblr_buttons input:focus {
34  background:#fff;
35  border-color:#3399ff;
36}
37tr.property td, tr.submit td {
38  padding:10px 5px;
39}
40tr.property td:hover, tr.submit td:hover {
41  background-color:#fff;
42}
43tr.property td:first-child {
44  text-align:right;
45  font-weight:bold;
46}
47tr.property td:last-child {
48  text-align:left;
49}
50tr.submit input {
51    background:#F5F5F5;
52    border-color:#DDDDDD #CCCCCC #CCCCCC #DDDDDD;
53    color:#529214 !important;
54    border-radius: 5px;
55    border-style: solid;
56    border-width: 1px;
57    padding: 7px 12px !important;
58    font-size:15px;
59}
60tr.submit input:hover {
61  background:#E6EFC2;
62  border-color: #c6d880;
63}
Note: See TracBrowser for help on using the repository browser.