1 | /* Columns */ |
---|
2 | .two-cols .col:first-child { |
---|
3 | width: 250px; |
---|
4 | } |
---|
5 | div.col { |
---|
6 | width: 100%; |
---|
7 | } |
---|
8 | |
---|
9 | /* Browse */ |
---|
10 | a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;} |
---|
11 | .mceOldBoxModel a.browse span {width:22px; height:20px;} |
---|
12 | a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;} |
---|
13 | a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);} |
---|
14 | a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} |
---|
15 | a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;} |
---|
16 | .mceOldBoxModel a.pickcolor span {width:21px; height:17px;} |
---|
17 | a.pickcolor:hover span {background-color:#B2BBD0;} |
---|
18 | a.pickcolor, a.browse {text-decoration:none} |
---|
19 | |
---|
20 | /* Charmap */ |
---|
21 | table.charmap {border:1px solid #AAA; text-align:center} |
---|
22 | 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;} |
---|
23 | #charmap a {display:block; color:#000; text-decoration:none; border:0} |
---|
24 | #charmap a:hover {background:#CCC;color:#2B6FB6} |
---|
25 | #charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center} |
---|
26 | #charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center} |
---|
27 | #charmap #charmapView {background-color:#fff;} |
---|
28 | |
---|
29 | /* Source */ |
---|
30 | .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;} |
---|
31 | .mceActionPanel {margin-top:5px;} |
---|
32 | |
---|
33 | /* Tabs classes */ |
---|
34 | .tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;} |
---|
35 | .tabs ul {margin:0; padding:0; list-style:none;} |
---|
36 | .tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;} |
---|
37 | .tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;} |
---|
38 | .tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;} |
---|
39 | .tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;} |
---|
40 | .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;} |
---|
41 | .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;} |
---|
42 | |
---|
43 | /* Panels */ |
---|
44 | .panel_wrapper div.panel {display:none;} |
---|
45 | .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;} |
---|
46 | .panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;} |
---|
47 | |
---|
48 | /* Columns */ |
---|
49 | .column {float:left;} |
---|
50 | .properties {width:100%;} |
---|
51 | .properties .column1 {} |
---|
52 | .properties .column2 {text-align:left;} |
---|
53 | |
---|
54 | /* Titles */ |
---|
55 | .title {font-size:12px; font-weight:bold; color:#2B6FB6;} |
---|
56 | |
---|
57 | /* Dialog specific */ |
---|
58 | #link .panel_wrapper, #link div.current {height:125px;} |
---|
59 | #image .panel_wrapper, #image div.current {height:200px;} |
---|
60 | #plugintable thead {font-weight:bold; background:#DDD;} |
---|
61 | #plugintable, #about #plugintable td {border:1px solid #919B9C;} |
---|
62 | #plugintable {width:96%; margin-top:10px;} |
---|
63 | #pluginscontainer {height:290px; overflow:auto;} |
---|
64 | #colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;} |
---|
65 | #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;} |
---|
66 | #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;} |
---|
67 | #colorpicker #light div {overflow:hidden;} |
---|
68 | #colorpicker #previewblock {float:right; padding-left:10px; height:20px;} |
---|
69 | #colorpicker .panel_wrapper div.current {height:175px;} |
---|
70 | #colorpicker #namedcolors {width:150px;} |
---|
71 | #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;} |
---|
72 | #colorpicker #colornamecontainer {margin-top:5px;} |
---|
73 | #colorpicker #picker_panel fieldset {margin:auto;width:325px;} |
---|