Lines Matching full:-
5 <meta charset='UTF-8'>
8 <!--
9 Version 0.1 Contributed by William Greathouse 9-Sep-2013
13 The meter displays are adapted from CSS-TRICKS Progress Bars by Chris Coyier
14 at http://css-tricks.com/css3-progress-bars/
15 -->
22 text-align: center;
28 background-color: #ccc;
29 -moz-border-radius: 5px;
30 -webkit-border-radius: 5px;
31 border-radius:6px;
33 font-size: 20px;
36 background-color: #888;
39 background-color: #ccc;
48 margin-left:auto;
49 margin-right:auto;
56 -moz-border-radius: 25px;
57 -webkit-border-radius: 25px;
58 border-radius: 25px;
60 -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
61 -moz-box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
62 box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
67 -webkit-border-top-right-radius: 20px;
68 -webkit-border-bottom-right-radius: 20px;
69 -moz-border-radius-topright: 20px;
70 -moz-border-radius-bottomright: 20px;
71 border-top-right-radius: 20px;
72 border-bottom-right-radius: 20px;
73 -webkit-border-top-left-radius: 20px;
74 -webkit-border-bottom-left-radius: 20px;
75 -moz-border-radius-topleft: 20px;
76 -moz-border-radius-bottomleft: 20px;
77 border-top-left-radius: 20px;
78 border-bottom-left-radius: 20px;
79 background-color: rgb(43,194,83);
80 background-image: -webkit-gradient(
84 color-stop(0, rgb(43,194,83)),
85 color-stop(1, rgb(84,240,84))
87 background-image: -moz-linear-gradient(
92 -webkit-box-shadow:
94 inset 0 -2px 6px rgba(0,0,0,0.4);
95 -moz-box-shadow:
97 inset 0 -2px 6px rgba(0,0,0,0.4);
98 box-shadow:
100 inset 0 -2px 6px rgba(0,0,0,0.4);
108 background-image:
109 -webkit-gradient(linear, 0 0, 100% 100%,
110 color-stop(.25, rgba(255, 255, 255, .2)),
111 color-stop(.25, transparent), color-stop(.5, transparent),
112 color-stop(.5, rgba(255, 255, 255, .2)),
113 color-stop(.75, rgba(255, 255, 255, .2)),
114 color-stop(.75, transparent), to(transparent)
116 background-image:
117 -moz-linear-gradient(
118 -45deg,
127 z-index: 1;
128 -webkit-background-size: 50px 50px;
129 -moz-background-size: 50px 50px;
130 -webkit-animation: move 2s linear infinite;
131 -webkit-border-top-right-radius: 20px;
132 -webkit-border-bottom-right-radius: 20px;
133 -moz-border-radius-topright: 20px;
134 -moz-border-radius-bottomright: 20px;
135 border-top-right-radius: 20px;
136 border-bottom-right-radius: 20px;
137 -webkit-border-top-left-radius: 20px;
138 -webkit-border-bottom-left-radius: 20px;
139 -moz-border-radius-topleft: 20px;
140 -moz-border-radius-bottomleft: 20px;
141 border-top-left-radius: 20px;
142 border-bottom-left-radius: 20px;
150 @-webkit-keyframes move {
152 background-position: 0 0;
155 background-position: 50px 50px;
160 background-color: #f1a165;
161 background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
162 …background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1…
163 background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
167 background-color: #f0a3a3;
168 background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
169 …background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1…
170 background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
174 -webkit-animation: none;
175 background-image: none;
179 background-color: #ccc;
181 overflow-y: auto;