annotate WebContent/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css @ 6:5bb7cc86069c

restlet.jar
author dwinter
date Wed, 14 Mar 2012 16:21:45 +0100
parents 0be9d53a6967
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
1 /* Hide the advanced tab */
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2 #advanced_tab {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 display: none;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
6 #metatitle, #metakeywords, #metadescription, #metaauthor, #metacopyright {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
7 width: 280px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10 #doctype, #docencoding {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 width: 200px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 #langcode {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 width: 30px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18 #bgimage {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 width: 220px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
22 #fontface {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
23 width: 240px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
24 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
25
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
26 #leftmargin, #rightmargin, #topmargin, #bottommargin {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
27 width: 50px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
28 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
29
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
30 .panel_wrapper div.current {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
31 height: 400px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
32 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
33
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
34 #stylesheet, #style {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
35 width: 240px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
36 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
37
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
38 #doctypes {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
39 width: 200px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
40 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
41
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
42 /* Head list classes */
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
43
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
44 .headlistwrapper {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
45 width: 100%;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
46 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
47
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
48 .selected {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
49 border: 1px solid #0A246A;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
50 background-color: #B6BDD2;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
51 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
52
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
53 .toolbar {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
54 width: 100%;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
55 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
56
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
57 #headlist {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
58 width: 100%;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
59 margin-top: 3px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
60 font-size: 11px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
61 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
62
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
63 #info, #title_element, #meta_element, #script_element, #style_element, #base_element, #link_element, #comment_element, #unknown_element {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
64 display: none;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
65 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
66
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
67 #addmenu {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
68 position: absolute;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
69 border: 1px solid gray;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
70 display: none;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
71 z-index: 100;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
72 background-color: white;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
73 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
74
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
75 #addmenu a {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
76 display: block;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
77 width: 100%;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
78 line-height: 20px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
79 text-decoration: none;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
80 background-color: white;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
81 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
82
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
83 #addmenu a:hover {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
84 background-color: #B6BDD2;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
85 color: black;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
86 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
87
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
88 #addmenu span {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
89 padding-left: 10px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
90 padding-right: 10px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
91 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
92
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
93 #updateElementPanel {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
94 display: none;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
95 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
96
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
97 #script_element .panel_wrapper div.current {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
98 height: 108px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
99 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
100
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
101 #style_element .panel_wrapper div.current {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
102 height: 108px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
103 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
104
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
105 #link_element .panel_wrapper div.current {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
106 height: 140px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
107 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
108
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
109 #element_script_value {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
110 width: 100%;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
111 height: 100px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
112 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
113
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
114 #element_comment_value {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
115 width: 100%;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
116 height: 120px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
117 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
118
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
119 #element_style_value {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
120 width: 100%;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
121 height: 100px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
122 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
123
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
124 #element_title, #element_script_src, #element_meta_name, #element_meta_content, #element_base_href, #element_link_href, #element_link_title {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
125 width: 250px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
126 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
127
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
128 .updateElementButton {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
129 margin-top: 3px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
130 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
131
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
132 /* MSIE specific styles */
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
133
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
134 * html .addbutton, * html .removebutton, * html .moveupbutton, * html .movedownbutton {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
135 width: 22px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
136 height: 22px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
137 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
138
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
139 textarea {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
140 height: 55px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
141 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
142
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
143 .panel_wrapper div.current {height:420px;}