Dotclear

source: admin/js/tiny_mce/themes/advanced/skins/dotclear/dialog.css @ 411:7735865d1ac0

Revision 411:7735865d1ac0, 4.3 KB checked in by Tomtom33 <tbouron@…>, 14 years ago (diff)

Improved editor popups/display/CSS

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

Sites map