Upgrade of TinyMCE is in progress.
[citadel.git] / webcit / tiny_mce / plugins / fullpage / css / fullpage.css
1 /* Hide the advanced tab */\r
2 #advanced_tab {\r
3         display: none;\r
4 }\r
5 \r
6 #metatitle, #metakeywords, #metadescription, #metaauthor, #metacopyright {\r
7         width: 280px;\r
8 }\r
9 \r
10 #doctype, #docencoding {\r
11         width: 200px;\r
12 }\r
13 \r
14 #langcode {\r
15         width: 30px;\r
16 }\r
17 \r
18 #bgimage {\r
19         width: 220px;   \r
20 }\r
21 \r
22 #fontface {\r
23         width: 240px;\r
24 }\r
25 \r
26 #leftmargin, #rightmargin, #topmargin, #bottommargin {\r
27         width: 50px;\r
28 }\r
29 \r
30 .panel_wrapper div.current {\r
31         height: 400px;\r
32 }\r
33 \r
34 #stylesheet, #style {\r
35         width: 240px;\r
36 }\r
37 \r
38 /* Head list classes */\r
39 \r
40 .headlistwrapper {\r
41         width: 100%;\r
42 }\r
43 \r
44 .addbutton, .removebutton, .moveupbutton, .movedownbutton {\r
45         border-top: 1px solid;\r
46         border-left: 1px solid;\r
47         border-bottom: 1px solid;\r
48         border-right: 1px solid;\r
49         border-color: #F0F0EE;\r
50         cursor: default;\r
51         display: block;\r
52         width: 20px;\r
53         height: 20px;\r
54 }\r
55 \r
56 .addbutton:hover, .removebutton:hover, .moveupbutton:hover, .movedownbutton:hover {\r
57         border: 1px solid #0A246A;\r
58         background-color: #B6BDD2;\r
59 }\r
60 \r
61 .addbutton {\r
62         background-image: url('../images/add.gif');\r
63         float: left;\r
64         margin-right: 3px;\r
65 }\r
66 \r
67 .removebutton {\r
68         background-image: url('../images/remove.gif');\r
69         float: left;\r
70 }\r
71 \r
72 .moveupbutton {\r
73         background-image: url('../images/move_up.gif');\r
74         float: left;\r
75         margin-right: 3px;\r
76 }\r
77 \r
78 .movedownbutton {\r
79         background-image: url('../images/move_down.gif');\r
80         float: left;\r
81 }\r
82 \r
83 .selected {\r
84         border: 1px solid #0A246A;\r
85         background-color: #B6BDD2;\r
86 }\r
87 \r
88 .toolbar {\r
89         width: 100%;\r
90 }\r
91 \r
92 #headlist {\r
93         width: 100%;\r
94         margin-top: 3px;\r
95         font-size: 11px;\r
96 }\r
97 \r
98 #info, #title_element, #meta_element, #script_element, #style_element, #base_element, #link_element, #comment_element, #unknown_element {\r
99         display: none;\r
100 }\r
101 \r
102 #addmenu {\r
103         position: absolute;\r
104         border: 1px solid gray;\r
105         display: none;\r
106         z-index: 100;\r
107         background-color: white;\r
108 }\r
109 \r
110 #addmenu a {\r
111         display: block;\r
112         width: 100%;\r
113         line-height: 20px;\r
114         text-decoration: none;\r
115         background-color: white;\r
116 }\r
117 \r
118 #addmenu a:hover {\r
119         background-color: #B6BDD2;\r
120         color: black;\r
121 }\r
122 \r
123 #addmenu span {\r
124         padding-left: 10px;\r
125         padding-right: 10px;\r
126 }\r
127 \r
128 #updateElementPanel {\r
129         display: none;\r
130 }\r
131 \r
132 #script_element .panel_wrapper div.current {\r
133         height: 108px;\r
134 }\r
135 \r
136 #style_element .panel_wrapper div.current {\r
137         height: 108px;\r
138 }\r
139 \r
140 #link_element  .panel_wrapper div.current {\r
141         height: 140px;\r
142 }\r
143 \r
144 #element_script_value {\r
145         width: 100%;\r
146         height: 100px;\r
147 }\r
148 \r
149 #element_comment_value {\r
150         width: 100%;\r
151         height: 120px;\r
152 }\r
153 \r
154 #element_style_value {\r
155         width: 100%;\r
156         height: 100px;\r
157 }\r
158 \r
159 #element_title, #element_script_src, #element_meta_name, #element_meta_content, #element_base_href, #element_link_href, #element_link_title {\r
160         width: 250px;\r
161 }\r
162 \r
163 .updateElementButton {\r
164         margin-top: 3px;\r
165 }\r
166 \r
167 /* MSIE specific styles */\r
168 \r
169 * html .addbutton, * html .removebutton, * html .moveupbutton, * html .movedownbutton {\r
170         width: 22px;\r
171         height: 22px;\r
172 }\r
173 \r
174 textarea {\r
175         height: 55px;\r
176 }