-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcontrast-analyzer.css
More file actions
146 lines (137 loc) · 3.23 KB
/
contrast-analyzer.css
File metadata and controls
146 lines (137 loc) · 3.23 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
body {
font-size: 12px;
font-family: arial, Verdana;
margin: 0;
padding: 0;
background: #959595;
}
#header {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dae7f9), color-stop(100%,#b4cbe8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dae7f9 0%,#b4cbe8 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom, #dae7f9 0%,#b4cbe8 100%); /* W3C */
min-height: 36px;
}
#showBox {
overflow: auto;
}
#photo {
margin: 0;
padding: 0;
position: relative;
}
#tip {
color: #333333;
padding: 0 5px;
height: 36px;
font-size: 13px;
line-height: 36px;
overflow: hidden;
text-align: left;
margin: 0 180px 0 300px;
}
.toolbar {
margin-left: 10px;
padding-top: 6px;
}
.layer {
font-size:12px;
font-family: arial;
height: 0;
position: absolute;
width: 0;
z-index: 100;
line-height: 22px;
word-wrap: break-word;
text-align: left;
outline: 0;
}
.clear {
clear: both;
}
#mask-canvas {
position: absolute;
left: 0px;
top: 0px;
}
button {
cursor: pointer;
}
input {
cursor: pointer;
}
.btn {
display: inline-block;
text-align: center;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0ecfb));
border: 1px solid #c0cddd;
cursor: pointer;
border-radius: 3px;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
#overlay {
position: absolute;
opacity: 0.3;
background: #000;
display: none;
z-index: 200;
top: 0;
left: 0;
}
#contrastMask {left:0px;position:absolute;top:0;z-index:9999;}
#status {display:inline;margin-left:20px;font-weight:bold;}
#levelEvaluated {display:inline;margin-left:20px;font-weight:bold;}
#pixelRadius {display:inline;margin-left:20px;font-weight:bold;}
#rescanButton {display:inline;margin-left:20px;}
#percentComplete {font-weight:normal;}
#levelEvaluatedText {font-weight:normal;}
#pixelRadiusText {font-weight:normal;}
#help{display:inline;float:right;padding-top:6px;padding-right:10px;}
#help a{font-weight:bold;color:#600;}
#help a:link{color:#600;}
#help a:visited{color:#600;}
#help a:hover{color:#000;}
#help a:active{color:#666;}
.button {
-webkit-appearance: button;
-webkit-writing-mode: horizontal-tb;
margin: 0em;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
align-items: flex-start;
text-align: center;
cursor: default;
color: buttontext;
padding: 2px 6px 3px;
border: 2px outset buttonface;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
background-color: buttonface;
box-sizing: border-box;
text-decoration:none;
width:7em;
}
button {
width:7em;
}
.button-win {
padding: 1px 6px;
}
.inactive {
pointer-events: none;
cursor: default;
opacity: 0.4;
}