* Fixed a multiselect bug in the mailbox view. Ctrl-click was selecting a message...
[citadel.git] / webcit / tiny_mce / plugins / fullpage / css / fullpage.css
blob7a3334f08d0bdc7da68f0368ce183661dde6f468
1 /* Hide the advanced tab */
2 #advanced_tab {
3 display: none;
6 #metatitle, #metakeywords, #metadescription, #metaauthor, #metacopyright {
7 width: 280px;
10 #doctype, #docencoding {
11 width: 200px;
14 #langcode {
15 width: 30px;
18 #bgimage {
19 width: 220px;
22 #fontface {
23 width: 240px;
26 #leftmargin, #rightmargin, #topmargin, #bottommargin {
27 width: 50px;
30 .panel_wrapper div.current {
31 height: 400px;
34 #stylesheet, #style {
35 width: 240px;
38 /* Head list classes */
40 .headlistwrapper {
41 width: 100%;
44 .addbutton, .removebutton, .moveupbutton, .movedownbutton {
45 border-top: 1px solid;
46 border-left: 1px solid;
47 border-bottom: 1px solid;
48 border-right: 1px solid;
49 border-color: #F0F0EE;
50 cursor: default;
51 display: block;
52 width: 20px;
53 height: 20px;
56 #doctypes {
57 width: 200px;
60 .addbutton:hover, .removebutton:hover, .moveupbutton:hover, .movedownbutton:hover {
61 border: 1px solid #0A246A;
62 background-color: #B6BDD2;
65 .addbutton {
66 background-image: url('../images/add.gif');
67 float: left;
68 margin-right: 3px;
71 .removebutton {
72 background-image: url('../images/remove.gif');
73 float: left;
76 .moveupbutton {
77 background-image: url('../images/move_up.gif');
78 float: left;
79 margin-right: 3px;
82 .movedownbutton {
83 background-image: url('../images/move_down.gif');
84 float: left;
87 .selected {
88 border: 1px solid #0A246A;
89 background-color: #B6BDD2;
92 .toolbar {
93 width: 100%;
96 #headlist {
97 width: 100%;
98 margin-top: 3px;
99 font-size: 11px;
102 #info, #title_element, #meta_element, #script_element, #style_element, #base_element, #link_element, #comment_element, #unknown_element {
103 display: none;
106 #addmenu {
107 position: absolute;
108 border: 1px solid gray;
109 display: none;
110 z-index: 100;
111 background-color: white;
114 #addmenu a {
115 display: block;
116 width: 100%;
117 line-height: 20px;
118 text-decoration: none;
119 background-color: white;
122 #addmenu a:hover {
123 background-color: #B6BDD2;
124 color: black;
127 #addmenu span {
128 padding-left: 10px;
129 padding-right: 10px;
132 #updateElementPanel {
133 display: none;
136 #script_element .panel_wrapper div.current {
137 height: 108px;
140 #style_element .panel_wrapper div.current {
141 height: 108px;
144 #link_element .panel_wrapper div.current {
145 height: 140px;
148 #element_script_value {
149 width: 100%;
150 height: 100px;
153 #element_comment_value {
154 width: 100%;
155 height: 120px;
158 #element_style_value {
159 width: 100%;
160 height: 100px;
163 #element_title, #element_script_src, #element_meta_name, #element_meta_content, #element_base_href, #element_link_href, #element_link_title {
164 width: 250px;
167 .updateElementButton {
168 margin-top: 3px;
171 /* MSIE specific styles */
173 * html .addbutton, * html .removebutton, * html .moveupbutton, * html .movedownbutton {
174 width: 22px;
175 height: 22px;
178 textarea {
179 height: 55px;
182 .panel_wrapper div.current {height:420px;}