|
1 /* Generic */ |
|
2 body { |
|
3 font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; |
|
4 scrollbar-3dlight-color:#F0F0EE; |
|
5 scrollbar-arrow-color:#676662; |
|
6 scrollbar-base-color:#F0F0EE; |
|
7 scrollbar-darkshadow-color:#DDDDDD; |
|
8 scrollbar-face-color:#E0E0DD; |
|
9 scrollbar-highlight-color:#F0F0EE; |
|
10 scrollbar-shadow-color:#F0F0EE; |
|
11 scrollbar-track-color:#F5F5F5; |
|
12 background:#F0F0EE; |
|
13 padding:0; |
|
14 margin:8px 8px 0 8px; |
|
15 } |
|
16 |
|
17 html {background:#F0F0EE;} |
|
18 td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} |
|
19 textarea {resize:none;outline:none;} |
|
20 a:link, a:visited {color:black;} |
|
21 a:hover {color:#2B6FB6;} |
|
22 |
|
23 /* Forms */ |
|
24 fieldset {margin:0; padding:4px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:10px;} |
|
25 legend {color:#2B6FB6; font-weight:bold;} |
|
26 label.msg {display:none;} |
|
27 label.invalid {color:#EE0000; display:inline;} |
|
28 input.invalid {border:1px solid #EE0000;} |
|
29 input {background:#FFF; border:1px solid #CCC;} |
|
30 input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} |
|
31 input, select, textarea {border:1px solid #808080;} |
|
32 input.radio {border:1px none #000000; background:transparent; vertical-align:middle;} |
|
33 input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;} |
|
34 .input_noborder {border:0;} |
|
35 |
|
36 /* Buttons */ |
|
37 #insert, #cancel, input.button, .updateButton { |
|
38 border:0; margin:0; padding:0; |
|
39 font-weight:bold; |
|
40 width:94px; height:26px; |
|
41 background:url(../default/img/buttons.png) 0 -26px; |
|
42 cursor:pointer; |
|
43 padding-bottom:2px; |
|
44 } |
|
45 |
|
46 #insert {background:url(../default/img/buttons.png) 0 -52px;} |
|
47 #cancel {background:url(../default/img/buttons.png) 0 0;} |
|
48 |
|
49 /* Browse */ |
|
50 a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;} |
|
51 .mceOldBoxModel a.browse span {width:22px; height:20px;} |
|
52 a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;} |
|
53 a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);} |
|
54 a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} |
|
55 a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;} |
|
56 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;} |
|
57 a.pickcolor:hover span {background-color:#B2BBD0;} |
|
58 a.pickcolor:hover span.disabled {} |
|
59 |
|
60 /* Charmap */ |
|
61 table.charmap {border-style:solid; border-width:1px; border-color:#AAA;} |
|
62 td.charmap, td.charmapOver {color:#000; border-color:#AAA; border-style:solid; border-width:1px; text-align:center; font-size:12px;} |
|
63 td.charmapOver {background:#CCC; cursor:default;} |
|
64 a.charmap {color:#000; text-decoration:none} |
|
65 |
|
66 /* Source */ |
|
67 .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;} |
|
68 .mceActionPanel {margin-top:5px;} |
|
69 |
|
70 /* Tabs classes */ |
|
71 .tabs {width:100%; height:18px; line-height:normal; background:url(../default/img/tabs.gif) repeat-x 0 -72px;} |
|
72 .tabs ul {margin:0; padding:0; list-style:none;} |
|
73 .tabs li {float:left; background:url(../default/img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:18px;} |
|
74 .tabs li.current {background:url(../default/img/tabs.gif) no-repeat 0 -18px; margin-right:2px;} |
|
75 .tabs span {float:left; display:block; background:url(../default/img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;} |
|
76 .tabs .current span {background:url(../default/img/tabs.gif) no-repeat right -54px;} |
|
77 .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;} |
|
78 .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;} |
|
79 |
|
80 /* Panels */ |
|
81 .panel_wrapper div.panel {display:none;} |
|
82 .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;} |
|
83 .panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;} |
|
84 |
|
85 /* Columns */ |
|
86 .column {float:left;} |
|
87 .properties {width:100%;} |
|
88 .properties .column1 {} |
|
89 .properties .column2 {text-align:left;} |
|
90 |
|
91 /* Titles */ |
|
92 h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;} |
|
93 h3 {font-size:14px;} |
|
94 .title {font-size:12px; font-weight:bold; color:#2B6FB6;} |
|
95 |
|
96 /* Dialog specific */ |
|
97 #link .panel_wrapper, #link div.current {height:125px;} |
|
98 #image .panel_wrapper, #image div.current {height:200px;} |
|
99 #plugintable thead {font-weight:bold; background:#DDD;} |
|
100 #plugintable, #about #plugintable td {border:1px solid #919B9C;} |
|
101 #plugintable {width:96%; margin-top:10px;} |
|
102 #pluginscontainer {height:290px; overflow:auto;} |
|
103 #colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;} |
|
104 #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;} |
|
105 #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;} |
|
106 #colorpicker #light div {overflow:hidden;} |
|
107 #colorpicker #previewblock {float:right; padding-left:10px; height:20px;} |
|
108 #colorpicker .panel_wrapper div.current {height:175px;} |
|
109 #colorpicker #namedcolors {width:150px;} |
|
110 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;} |
|
111 #colorpicker #colornamecontainer {margin-top:5px;} |