forked from kepi/chromeEyeDropper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (78 loc) · 1.27 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
html {
height: auto;
}
body {
font-family: Arial, Verdana, sans-serif;
font-size: 10px;
text-align: left;
min-width: 400px;
height: auto;
margin: 0px; padding: 0px;
background: transparent;
}
#footer {
font-family: Arial, Verdana, sans-serif;
text-align: right;
margin-top: 5px;
padding: 10px;
padding-top: 15px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#e6f2cb));
}
#footer span#flattrbutton {
float: left;
}
#footer a {
color: black;
}
#footer a:hover {
color: navy;
}
.small {
width: 40px;
}
.icon {
float: left;
margin-right: 10px;
}
.pledgie {
margin-top: 20px;
text-align: center;
}
.historySquare {
width: 15px;
height: 15px;
border: 1px solid #666;
float: left;
margin-right: 2px;
margin-bottom: 2px;
}
br.clear {
clear: both;
}
#pickedColorDiv {
margin-top: 20px;
}
#clearHistory {
margin-top: 20px;
text-align: right;
}
#pickupMessage {
margin-top: 8px;
background-color: #fec438;
padding: 4px;
font-weight: bold;
border: 1px solid #444;
border-radius: 3px;
}
.ui-tabs .ui-tabs-hide {
display: none;
position: absolute;
left: -10000px;
}
.ui-tabs {
border: 0px !important;
}
#paypal-donation-about {
text-align: center;
margin-top: 20px;
}