source: extensions/GooglePlusOne/style.css @ 15555

Last change on this file since 15555 was 11600, checked in by mistic100, 13 years ago

Create GooglePlusOne (Google+1) extension
(based on TweetThis)

File size: 1.2 KB
Line 
1.gplus1_buttons {
2  border-spacing: 0px;
3  border:10px solid #f9f9f9;
4  border-radius:10px;
5  margin-bottom:20px;
6}
7
8.gplus1_buttons td {
9  padding:10px 40px;
10  background-color:#f9f9f9;
11  border:1px solid #f5f5f5;
12  border-right-color:#ddd;
13  border-bottom-color:#ddd;
14  text-align:center;
15  vertical-align:center;
16}
17.gplus1_buttons td:hover {
18  background-color:#efefef;
19}
20.gplus1_buttons tr td:last-child {
21  border-right:none;
22}
23.gplus1_buttons tr:last-child td {
24  border-bottom:none;
25}
26tr.property td, tr.submit td {
27  padding:10px 5px;
28}
29tr.property td:hover, tr.submit td:hover {
30  background-color:#f9f9f9;
31}
32tr.property td:first-child {
33  text-align:right;
34  font-weight:bold;
35}
36tr.property td:last-child {
37  text-align:left;
38}
39tr.submit input {
40  background-color: #F5F5F5;
41  border: 1px solid rgba(0, 0, 0, 0.1);
42  border-radius: 2px 2px 2px 2px;
43  color: #666666;
44  font-weight:bold;
45  height: 29px;
46  line-height: 27px;
47  min-width: 54px;
48  padding: 0 8px;
49  text-align: center;
50}
51tr.submit input:hover {
52  background-color: #F8F8F8;
53  border: 1px solid #C6C6C6;
54  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
55  color: #333333;
56}
Note: See TracBrowser for help on using the repository browser.