source: trunk/www.guidonia.net/wp/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 6.7 KB
Line 
1/* Clearlooks 2 */
2/* Reset */
3.clearlooks2, .clearlooks2 div, .clearlooks2 span, .clearlooks2 a {vertical-align:baseline; text-align:left; position:absolute; border:0; padding:0; margin:0; background:transparent; font-family:Arial,Verdana; font-size:11px; color:#000; text-decoration:none; font-weight:normal; width:auto; height:auto; overflow:hidden; display:block;}
4
5/* General */
6.clearlooks2 {position:absolute; direction:ltr}
7.clearlooks2 .mceWrapper {position:static}
8.mceEventBlocker {position:fixed; left:0; top:0; background:url(img/horizontal.gif) no-repeat 0 -75px; width:100%; height:100%}
9.clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)}
10.clearlooks2_modalBlocker {position:fixed; left:0; top:0; width:100%; height:100%; background:#FFF; opacity:0.6; -ms-filter:'alpha(opacity=60)'; filter:alpha(opacity=60); display:none}
11
12/* Top */
13.clearlooks2 .mceTop,
14.clearlooks2 .mceTop div {
15 top:0;
16 width:100%;
17 height:23px
18}
19.clearlooks2 .mceTop .mceLeft {
20 width:55%;
21 background-image: none;
22 border-style: solid none none solid;
23 border-width: 1px;
24}
25.clearlooks2 .mceTop .mceCenter {
26}
27.clearlooks2 .mceTop .mceRight {
28 right:0;
29 width:55%;
30 height:23px;
31 background-image: none;
32 border-style: solid solid none none;
33 border-width: 1px;
34}
35.clearlooks2 .mceTop span {
36 width:100%;
37 font: 12px/20px bold "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
38 text-align:center;
39 vertical-align:middle;
40 line-height:23px;
41 font-weight:bold;
42}
43.clearlooks2 .mceFocus .mceTop .mceLeft {
44 background-image: none;
45 border-style: solid none none solid;
46 border-width: 1px;
47}
48.clearlooks2 .mceFocus .mceTop .mceCenter {
49}
50.clearlooks2 .mceFocus .mceTop .mceRight {
51 background-image: none;
52 border-style: solid solid none none;
53 border-width: 1px;
54}
55.clearlooks2 .mceFocus .mceTop span {
56color:#FFF
57}
58
59/* Middle */
60.clearlooks2 .mceMiddle, .clearlooks2 .mceMiddle div {top:0}
61.clearlooks2 .mceMiddle {width:100%; height:100%; clip:rect(23px auto auto auto)}
62.clearlooks2 .mceMiddle .mceLeft {left:0; width:5px; height:100%; background:#E4F2FD;border-left:1px solid #c6d9e9}
63.clearlooks2 .mceMiddle span {top:23px; left:5px; width:100%; height:100%; background:#FFF}
64.clearlooks2 .mceMiddle .mceRight {right:0; width:5px; height:100%; background:#E4F2FD;border-right:1px solid #c6d9e9}
65
66/* Bottom */
67.clearlooks2 .mceBottom, .clearlooks2 .mceBottom div {height:6px}
68.clearlooks2 .mceBottom {left:0; bottom:0; width:100%;background:#E4F2FD;border-bottom:1px solid #c6d9e9}
69.clearlooks2 .mceBottom div {top:0}
70.clearlooks2 .mceBottom .mceLeft {left:0; width:5px; background:#E4F2FD ;border-left:1px solid #c6d9e9}
71.clearlooks2 .mceBottom .mceCenter {left:5px; width:100%}
72.clearlooks2 .mceBottom .mceRight {right:0; width:6px; background:#E4F2FD url(img/drag.gif) no-repeat;border-right:1px solid #c6d9e9}
73.clearlooks2 .mceBottom span {display:none}
74.clearlooks2 .mceStatusbar .mceBottom, .clearlooks2 .mceStatusbar .mceBottom div {height:23px}
75.clearlooks2 .mceStatusbar .mceBottom .mceLeft {background:url(img/corners.gif) -29px 0}
76.clearlooks2 .mceStatusbar .mceBottom .mceCenter {background:url(img/horizontal.gif) 0 -52px}
77.clearlooks2 .mceStatusbar .mceBottom .mceRight {background:url(img/corners.gif) -24px 0}
78.clearlooks2 .mceStatusbar .mceBottom span {display:block; left:7px; font-family:Arial, Verdana; font-size:11px; line-height:23px}
79
80/* Actions */
81.clearlooks2 a {width:29px; height:16px; top:3px}
82.clearlooks2 .mceClose {right:6px; background:url(img/buttons.gif) -87px 0}
83.clearlooks2 .mceMin {display:none; right:68px; background:url(img/buttons.gif) 0 0}
84.clearlooks2 .mceMed {display:none; right:37px; background:url(img/buttons.gif) -29px 0}
85.clearlooks2 .mceMax {display:none; right:37px; background:url(img/buttons.gif) -58px 0}
86.clearlooks2 .mceMove {display:none;width:100%;cursor:move;background:url(img/corners.gif) no-repeat -100px -100px}
87.clearlooks2 .mceMovable .mceMove {display:block}
88.clearlooks2 .mceFocus .mceClose {right:6px; background:url(img/buttons.gif) -87px -16px}
89.clearlooks2 .mceFocus .mceMin {right:68px; background:url(img/buttons.gif) 0 -16px}
90.clearlooks2 .mceFocus .mceMed {right:37px; background:url(img/buttons.gif) -29px -16px}
91.clearlooks2 .mceFocus .mceMax {right:37px; background:url(img/buttons.gif) -58px -16px}
92.clearlooks2 .mceFocus .mceClose:hover {right:6px; background:url(img/buttons.gif) -87px -32px}
93.clearlooks2 .mceFocus .mceClose:hover {right:6px; background:url(img/buttons.gif) -87px -32px}
94.clearlooks2 .mceFocus .mceMin:hover {right:68px; background:url(img/buttons.gif) 0 -32px}
95.clearlooks2 .mceFocus .mceMed:hover {right:37px; background:url(img/buttons.gif) -29px -32px}
96.clearlooks2 .mceFocus .mceMax:hover {right:37px; background:url(img/buttons.gif) -58px -32px}
97
98/* Resize */
99.clearlooks2 .mceResize {top:auto; left:auto; display:none; width:5px; height:5px; background:url(img/horizontal.gif) no-repeat 0 -75px}
100.clearlooks2 .mceResizable .mceResize {display:block}
101.clearlooks2 .mceResizable .mceMin, .clearlooks2 .mceMax {display:none}
102.clearlooks2 .mceMinimizable .mceMin {display:block}
103.clearlooks2 .mceMaximizable .mceMax {display:block}
104.clearlooks2 .mceMaximized .mceMed {display:block}
105.clearlooks2 .mceMaximized .mceMax {display:none}
106.clearlooks2 a.mceResizeN {top:0; left:0; width:100%; cursor:n-resize}
107.clearlooks2 a.mceResizeNW {top:0; left:0; cursor:nw-resize}
108.clearlooks2 a.mceResizeNE {top:0; right:0; cursor:ne-resize}
109.clearlooks2 a.mceResizeW {top:0; left:0; height:100%; cursor:w-resize}
110.clearlooks2 a.mceResizeE {top:0; right:0; height:100%; cursor:e-resize}
111.clearlooks2 a.mceResizeS {bottom:0; left:0; width:100%; cursor:s-resize}
112.clearlooks2 a.mceResizeSW {bottom:0; left:0; cursor:sw-resize}
113.clearlooks2 a.mceResizeSE {bottom:0; right:0; cursor:se-resize}
114
115/* Alert/Confirm */
116.clearlooks2 .mceButton {font-weight:bold; bottom:10px; width:80px; height:30px; background:url(img/button.gif); line-height:30px; vertical-align:middle; text-align:center; outline:0}
117.clearlooks2 .mceMiddle .mceIcon {left:15px; top:35px; width:32px; height:32px}
118.clearlooks2 .mceAlert .mceMiddle span, .clearlooks2 .mceConfirm .mceMiddle span {background:transparent;left:60px; top:35px; width:320px; height:50px; font-weight:bold; overflow:auto; white-space:normal}
119.clearlooks2 a:hover {font-weight:bold}
120.clearlooks2 .mceAlert .mceMiddle, .clearlooks2 .mceConfirm .mceMiddle {background:#E4F2FD}
121.clearlooks2 .mceAlert .mceOk {left:50%; top:auto; margin-left: -40px}
122.clearlooks2 .mceAlert .mceIcon {background:url(img/alert.gif)}
123.clearlooks2 .mceConfirm .mceOk {left:50%; top:auto; margin-left: -90px}
124.clearlooks2 .mceConfirm .mceCancel {left:50%; top:auto}
125.clearlooks2 .mceConfirm .mceIcon {background:url(img/confirm.gif)}
Note: See TracBrowser for help on using the repository browser.