-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbackend.css
225 lines (223 loc) · 4.2 KB
/
backend.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
/**
* extendedWYSIWYG
*
* @author Ralf Hertsch <[email protected]>
* @link https://addons.phpmanufaktur.de/extendedWYSIWYG
* @copyright 2012 phpManufaktur by Ralf Hertsch
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*
* Please consult the Dwoo Documentation & WIKI to get further informations
* and hints for the usage of the Dwoo template engine.
*
* @link http://wiki.dwoo.org/
*
* Use {dump()} to get a list of all in this template available variables!
*/
@import url(../manufaktur_config/backend.css);
.clear {
clear: both;
margin: 0;
padding: 0;
width: 1px;
height: 1px;
}
.wysiwyg_body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
color: #363636;
background-color: transparent;
}
.wysiwyg_error {
color: #fff;
background-color: #992826;
margin: 20px 0 20px 0;
padding: 10px 120px 10px 10px;
font-size: 10px;
min-height: 90px;
background-image: url(images/bug_110x110.png);
background-position: top right;
background-repeat: no-repeat;
}
.wysiwyg_error a:link,
.wysiwyg_error a:visited {
text-decoration: none;
color: #ffff00;
background-color: transparent;
}
.wysiwyg_error a:hover,
.wysiwyg_error a:active {
text-decoration: underline;
color: #ffff00;
background-color: transparent;
}
.wysiwyg_error_support {
margin: 20px 0 0 0;
}
.wysiwyg_editor {
clear: both;
margin: 0;
padding: 0;
}
.wysiwyg_editor_buttons {
clear: both;
padding: 10px 0 20px 0;
margin: 0;
text-align: left;
}
.wysiwyg_editor_buttons input[type=submit],
.wysiwyg_editor_buttons input[type=button] {
width: 150px;
margin: 0 10px 0 0;
padding: 2px;
}
.wysiwyg_control {
padding: 10px 0 0 0;
margin: 0;
text-align: left;
}
.wysiwyg_blog_publish,
.wysiwyg_control_publish {
float: left;
width: 164px;
margin: 0;
padding: 0 0 5px 0;
}
.wysiwyg_blog_publish input,
.wysiwyg_blog_publish label,
.wysiwyg_control_publish input,
.wysiwyg_control_publish label {
float:left;
}
.wysiwyg_blog_archiv_id,
.wysiwyg_control_archiv_id {
float: left;
width: 250px;
}
.wysiwyg_control_author {
float: left;
width: 200px;
}
.wysiwyg_control_counter {
float: right;
width: 200px;
text-align: right;
color: #333;
background-color: transparent;
}
.wysiwyg_system {
width: 100%;
margin: 0;
padding: 5px 0 15px 0;
text-align: right;
font-size: 9px;
}
.wysiwyg_system a:link,
.wysiwyg_system a:visited {
text-decoration: none;
color: #363636;
background-color: transparent;
}
.wysiwyg_system a:hover,
.wysiwyg_system a:active {
text-decoration: none;
color: #da251d;
background-color: transparent;
}
.wysiwyg_options {
float: left;
margin: 0;
padding: 0 0 5px 0;
}
#wysiwyg_about {
margin: 0;
padding: 0;
width: 700px;
height: auto;
}
.wysiwyg_about_top {
clear: both;
margin: 20px 0 20px 0;
padding: 0;
}
.wysiwyg_about_logo {
float: left;
width: 300px;
height: auto;
text-align: left;
}
.wysiwyg_about_phpmanufaktur {
float: left;
width: 300px;
height: auto;
text-align: left;
}
.wysiwyg_about_button {
clear: both;
margin: 0;
padding: 20px 0 20px 300px;
text-align: left;
}
.wysiwyg_about_button input[type=button] {
width: 150px;
margin: 0 10px 0 0;
padding: 2px;
}
.wysiwyg_about_version {
clear: both;
margin: 0;
padding: 20px 0 10px 300px;
text-align: left;
}
.wysiwyg_about_notes {
margin: 0;
width: 600px;
height-max: 200px;
padding: 0 0 0 300px;
text-align: left;
overflow-y: scroll;
}
#wysiwyg_page_settings {
clear: both;
margin: 0;
padding: 0 0 5px 0;
}
#wysiwyg_page_settings textarea,
#wysiwyg_page_settings input {
border: 1px inset #d3d3d3;
color: #333;
background-color: #fff;
}
.wysiwyg_page_settings_value textarea {
height: 30px;
}
.wysiwyg_blog_item,
.wysiwyg_page_settings_item {
clear: both;
}
.wysiwyg_blog_label,
.wysiwyg_page_settings_label {
float: left;
width: 20%;
}
.wysiwyg_blog_value,
.wysiwyg_page_settings_value {
float: left;
width: 80%;
padding: 0 0 3px 0;
}
.wysiwyg_blog_content,
.wysiwyg_page_settings_content {
float: left;
width: 80%;
}
.wysiwyg_blog_help,
.wysiwyg_page_settings_help {
float: left;
width: 20%;
}
.wysiwyg_system {
margin: 2px 0 10px 0;
}