PluginProbe
GSpeech TTS – WordPress Text To Speech Plugin / 3.21.0
GSpeech TTS – WordPress Text To Speech Plugin v3.21.0
3.21.5 3.21.4 3.21.3 3.21.1 3.21.2 3.20.8 3.21.0 3.20.7 3.20.6 3.20.4 3.20.5 3.20.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.10.0 3.10.1 3.10.2 3.10.3 3.11.0 3.11.1 3.11.2 3.12.0 All 161 releases
gspeech / includes / css / layout.css

layout.css in GSpeech TTS – WordPress Text To Speech Plugin 3.21.0, at includes/css/layout.css

82 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #colorSelector {
2 position: relative;
3 width: 36px;
4 height: 36px;
5 background: url(../images/select.png);
6 }
7 #colorSelector div {
8 position: absolute;
9 top: 3px;
10 left: 3px;
11 width: 30px;
12 height: 30px;
13 background: url(../images/select.png) center;
14 }
15 #colorSelector2 {
16 position: absolute;
17 top: 0;
18 left: 0;
19 width: 36px;
20 height: 36px;
21 background: url(../images/select2.png);
22 }
23 #colorSelector2 div {
24 position: absolute;
25 top: 4px;
26 left: 4px;
27 width: 28px;
28 height: 28px;
29 background: url(../images/select2.png) center;
30 }
31 #colorpickerHolder2 {
32 top: 32px;
33 left: 0;
34 width: 356px;
35 height: 0;
36 overflow: hidden;
37 position: absolute;
38 }
39 #colorpickerHolder2 .colorpicker {
40 background-image: url(../images/custom_background.png);
41 position: absolute;
42 bottom: 0;
43 left: 0;
44 }
45 #colorpickerHolder2 .colorpicker_hue div {
46 background-image: url(../images/custom_indic.gif);
47 }
48 #colorpickerHolder2 .colorpicker_hex {
49 background-image: url(../images/custom_hex.png);
50 }
51 #colorpickerHolder2 .colorpicker_rgb_r {
52 background-image: url(../images/custom_rgb_r.png);
53 }
54 #colorpickerHolder2 .colorpicker_rgb_g {
55 background-image: url(../images/custom_rgb_g.png);
56 }
57 #colorpickerHolder2 .colorpicker_rgb_b {
58 background-image: url(../images/custom_rgb_b.png);
59 }
60 #colorpickerHolder2 .colorpicker_hsb_s {
61 background-image: url(../images/custom_hsb_s.png);
62 display: none;
63 }
64 #colorpickerHolder2 .colorpicker_hsb_h {
65 background-image: url(../images/custom_hsb_h.png);
66 display: none;
67 }
68 #colorpickerHolder2 .colorpicker_hsb_b {
69 background-image: url(../images/custom_hsb_b.png);
70 display: none;
71 }
72 #colorpickerHolder2 .colorpicker_submit {
73 background-image: url(../images/custom_submit.png);
74 }
75 #colorpickerHolder2 .colorpicker input {
76 color: #778398;
77 }
78 #customWidget {
79 position: relative;
80 height: 36px;
81 }
82