12 a:link, a:visited {color:black;} |
12 a:link, a:visited {color:black;} |
13 a:hover {color:#2B6FB6;} |
13 a:hover {color:#2B6FB6;} |
14 .nowrap {white-space: nowrap} |
14 .nowrap {white-space: nowrap} |
15 |
15 |
16 /* Forms */ |
16 /* Forms */ |
|
17 form {margin: 0;} |
17 fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;} |
18 fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;} |
18 legend {color:#2B6FB6; font-weight:bold;} |
19 legend {color:#2B6FB6; font-weight:bold;} |
19 label.msg {display:none;} |
20 label.msg {display:none;} |
20 label.invalid {color:#EE0000; display:inline;} |
21 label.invalid {color:#EE0000; display:inline;} |
21 input.invalid {border:1px solid #EE0000;} |
22 input.invalid {border:1px solid #EE0000;} |
25 input.radio {border:1px none #000000; background:transparent; vertical-align:middle;} |
26 input.radio {border:1px none #000000; background:transparent; vertical-align:middle;} |
26 input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;} |
27 input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;} |
27 .input_noborder {border:0;} |
28 .input_noborder {border:0;} |
28 |
29 |
29 /* Buttons */ |
30 /* Buttons */ |
30 #insert, #cancel, #apply, .mceActionPanel .button, input.mceButton, .updateButton { |
31 #insert, |
|
32 #cancel, |
|
33 #apply, |
|
34 .mceActionPanel .button, |
|
35 input.mceButton, |
|
36 .updateButton { |
31 border: 1px solid #bbb; |
37 border: 1px solid #bbb; |
32 margin:0; |
38 margin:0; |
33 padding:0 0 1px; |
39 padding:0 0 1px; |
34 font-weight:bold; |
40 font-weight:bold; |
35 font-size: 11px; |
41 font-size: 11px; |
37 height:24px; |
43 height:24px; |
38 color:#000; |
44 color:#000; |
39 cursor:pointer; |
45 cursor:pointer; |
40 -webkit-border-radius: 3px; |
46 -webkit-border-radius: 3px; |
41 border-radius: 3px; |
47 border-radius: 3px; |
42 background-color: #eee; /* Fallback */ |
48 background-color: #eee; |
43 background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */ |
49 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); |
44 background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */ |
50 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); |
45 background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */ |
51 background-image: -moz-linear-gradient(bottom, #ddd, #fff); |
46 background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */ |
52 background-image: -o-linear-gradient(bottom, #ddd, #fff); |
47 background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */ |
53 background-image: linear-gradient(to top, #ddd, #fff); |
48 background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */ |
|
49 } |
54 } |
50 #insert:hover, #cancel:hover, input.mceButton:hover, .updateButton:hover, |
55 |
51 #insert:focus, #cancel:focus, input.mceButton:focus, .updateButton:focus { |
56 #insert:hover, |
|
57 #cancel:hover, |
|
58 input.mceButton:hover, |
|
59 .updateButton:hover, |
|
60 #insert:focus, |
|
61 #cancel:focus, |
|
62 input.mceButton:focus, |
|
63 .updateButton:focus { |
52 border: 1px solid #555; |
64 border: 1px solid #555; |
|
65 } |
|
66 |
|
67 .mceActionPanel #insert { |
|
68 float: right; |
53 } |
69 } |
54 |
70 |
55 /* Browse */ |
71 /* Browse */ |
56 a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;} |
72 a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;} |
57 .mceOldBoxModel a.browse span {width:22px; height:20px;} |
73 .mceOldBoxModel a.browse span {width:22px; height:20px;} |
60 a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} |
76 a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} |
61 a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;} |
77 a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;} |
62 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;} |
78 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;} |
63 a.pickcolor:hover span {background-color:#B2BBD0;} |
79 a.pickcolor:hover span {background-color:#B2BBD0;} |
64 a.pickcolor, a.browse {text-decoration:none} |
80 a.pickcolor, a.browse {text-decoration:none} |
|
81 div.iframecontainer {background: #fff;} |
65 |
82 |
66 /* Charmap */ |
83 /* Charmap */ |
67 table.charmap {border:1px solid #AAA; text-align:center} |
84 table.charmap {border:1px solid #AAA; text-align:center} |
68 td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;} |
85 td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;} |
69 #charmap a {display:block; color:#000; text-decoration:none; border:0} |
86 #charmap a {display:block; color:#000; text-decoration:none; border:0} |
107 #image .panel_wrapper, #image div.current {height:200px;} |
124 #image .panel_wrapper, #image div.current {height:200px;} |
108 #plugintable thead {font-weight:bold; background:#DDD;} |
125 #plugintable thead {font-weight:bold; background:#DDD;} |
109 #plugintable, #about #plugintable td {border:1px solid #919B9C;} |
126 #plugintable, #about #plugintable td {border:1px solid #919B9C;} |
110 #plugintable {width:96%; margin-top:10px;} |
127 #plugintable {width:96%; margin-top:10px;} |
111 #pluginscontainer {height:290px; overflow:auto;} |
128 #pluginscontainer {height:290px; overflow:auto;} |
112 #colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;} |
129 #colorpicker #preview {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px} |
|
130 #colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline} |
|
131 #colorpicker #preview_wrapper {text-align:center; padding-top:4px; white-space: nowrap; float: right;} |
|
132 #colorpicker #insert, #colorpicker #cancel {width: 90px} |
113 #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;} |
133 #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;} |
114 #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;} |
134 #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;} |
115 #colorpicker #light div {overflow:hidden;} |
135 #colorpicker #light div {overflow:hidden;} |
116 #colorpicker #previewblock {float:right; padding-left:10px; height:20px;} |
|
117 #colorpicker .panel_wrapper div.current {height:175px;} |
136 #colorpicker .panel_wrapper div.current {height:175px;} |
118 #colorpicker #namedcolors {width:150px;} |
137 #colorpicker #namedcolors {width:150px;} |
119 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;} |
138 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;} |
120 #colorpicker #colornamecontainer {margin-top:5px;} |
139 #colorpicker #colornamecontainer {margin-top:5px;} |
121 #colorpicker #picker_panel fieldset {margin:auto;width:325px;} |
140 #colorpicker #picker_panel fieldset {margin:auto;width:325px;} |