-
Notifications
You must be signed in to change notification settings - Fork 15
/
styles.css
84 lines (70 loc) · 2.2 KB
/
styles.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
.atto_morefontcolors_button .dropdown-menu {
min-width: inherit;
}
.atto_morefontcolors_button #atto_morefontcolors_customicon {
background-image: url('[[pix:i/edit]]');
background-size: 20px 20px;
}
/** HSL Color Picker **/
#atto_morefontcolors_dialogue .picker {
padding: 15px;
background: #efefef;
border: 1px solid #ddd;
}
#atto_morefontcolors_dialogue .yui3-slider {
background-image: url('[[pix:atto_morefontcolors|e/rail-x]]');
background-repeat: repeat-x;
}
#atto_morefontcolors_dialogue #atto_morefontcolors_dialogue_hue-dial, #atto_morefontcolors_dialogue .sliders, #atto_morefontcolors_dialogue .color {
display: inline-block;
zoom: 1; *display: inline;
vertical-align: middle;
}
#atto_morefontcolors_dialogue #atto_morefontcolors_dialogue_hue-dial .yui3-dial-ring {
background: url('[[pix:atto_morefontcolors|e/colorwheel]]') -25px -25px no-repeat;
}
#atto_morefontcolors_dialogue .sliders {
margin: 0 30px;
}
#atto_morefontcolors_dialogue .sliders strong {
font-weight: 600;
display: block;
}
#atto_morefontcolors_dialogue .sliders strong span {
font-weight: 300;
}
#atto_morefontcolors_dialogue .sliders div + div {
margin-top: 1em;
}
#atto_morefontcolors_dialogue .color {
width: 100px;
height: 100px;
border: 1px solid rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
/** Output Styles **/
#atto_morefontcolors_dialogue .picker-output {
padding: 20px 10px 10px;
background: #efefef;
border: 1px solid #ddd;
border-top: none;
-webkit-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
#atto_morefontcolors_dialogue .picker-output strong {
font-weight: bold;
display: block;
}
#atto_morefontcolors_dialogue .yui3-dial-label-string {
display: none;
}
.atto_morefontcolors_button .atto_menuentry {
list-style-type: none;
}
.atto_morefontcolors_button .atto_menuentry a[role="menuitem"]{
display: flex;
display: -webkit-flex;
}