1 |
diff -Nur smeserver-userpanel-1.1.old/createlinks smeserver-userpanel-1.1/createlinks |
2 |
--- smeserver-userpanel-1.1.old/createlinks 2014-08-22 11:08:39.000000000 -0400 |
3 |
+++ smeserver-userpanel-1.1/createlinks 2016-07-19 09:20:32.920000000 -0400 |
4 |
@@ -21,5 +21,7 @@ |
5 |
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
6 |
templates2events( "/etc/httpd/conf/httpd.conf",$event); |
7 |
templates2events( "/etc/httpd/admin-conf/httpd.conf",$event); |
8 |
+templates2events( "/etc/e-smith/web/common/css/manager.css",$event); |
9 |
+templates2events( "/etc/e-smith/web/common/css/manager.css","bootstrap-console-save"); |
10 |
|
11 |
|
12 |
diff -Nur smeserver-userpanel-1.1.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/manager.css/50body smeserver-userpanel-1.1/root/etc/e-smith/templates/etc/e-smith/web/common/css/manager.css/50body |
13 |
--- smeserver-userpanel-1.1.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/manager.css/50body 1969-12-31 19:00:00.000000000 -0500 |
14 |
+++ smeserver-userpanel-1.1/root/etc/e-smith/templates/etc/e-smith/web/common/css/manager.css/50body 2016-06-22 07:26:18.000000000 -0400 |
15 |
@@ -0,0 +1,315 @@ |
16 |
+{ |
17 |
+ $OUT =<<'HERE'; |
18 |
+/*------------------------------------------------------------ |
19 |
+ * Default properties |
20 |
+ *------------------------------------------------------------*/ |
21 |
+ |
22 |
+body |
23 |
+{ |
24 |
+ background: #ffffff; |
25 |
+ color: #000000; |
26 |
+ font-family: verdana,arial,helvetica,sans-serif; |
27 |
+ font-size: 10pt; |
28 |
+ border-width: 0 |
29 |
+} |
30 |
+ |
31 |
+/* Netscape 4 needs these basic settings in order to render default font properly */ |
32 |
+p |
33 |
+{ |
34 |
+ color: #000000; |
35 |
+ font-family: verdana,arial,helvetica,sans-serif; |
36 |
+} |
37 |
+ |
38 |
+table td |
39 |
+{ |
40 |
+ color: #000000; |
41 |
+ font-family: verdana,arial,helvetica,sans-serif; |
42 |
+ font-size: 10pt; |
43 |
+} |
44 |
+ |
45 |
+td { |
46 |
+ font-family: verdana,arial,helvetica,sans-serif; |
47 |
+ font-size: 10pt; |
48 |
+} |
49 |
+table td div { |
50 |
+ background: transparent; |
51 |
+ font-size: 10pt; |
52 |
+} |
53 |
+ |
54 |
+p.notsmall { |
55 |
+ font-size: 10pt; |
56 |
+} |
57 |
+ |
58 |
+/* End Netscape-isms (for the moment <sigh>) */ |
59 |
+ |
60 |
+.centerit |
61 |
+{ |
62 |
+ text-align: center; |
63 |
+} |
64 |
+ |
65 |
+div |
66 |
+{ |
67 |
+ margin-top: 10px; |
68 |
+ margin-bottom: 10px; |
69 |
+} |
70 |
+ |
71 |
+.highlight |
72 |
+{ |
73 |
+ background: #ffc61e; |
74 |
+} |
75 |
+ |
76 |
+.subheading |
77 |
+{ |
78 |
+ background: #ffffff; |
79 |
+ color: #1e385b; |
80 |
+} |
81 |
+/*------------------------------------------------------------ |
82 |
+ * Properties for headings |
83 |
+ *------------------------------------------------------------*/ |
84 |
+ |
85 |
+ |
86 |
+h1 |
87 |
+{ |
88 |
+ font-family: verdana,helvetica,arial,sans-serif; |
89 |
+ color: #000099 |
90 |
+} |
91 |
+ |
92 |
+h2 |
93 |
+{ |
94 |
+ font-family: verdana,helvetica,arial,sans-serif; |
95 |
+ color: #000099 |
96 |
+} |
97 |
+ |
98 |
+h3 |
99 |
+{ |
100 |
+ font-family: verdana,helvetica,arial,sans-serif; |
101 |
+ color: #000099 |
102 |
+} |
103 |
+ |
104 |
+h4 |
105 |
+{ |
106 |
+ font-family: verdana,helvetica,arial,sans-serif; |
107 |
+ font-style: italic |
108 |
+} |
109 |
+ |
110 |
+/*------------------------------------------------------------ |
111 |
+ * Properties for lists |
112 |
+ *------------------------------------------------------------*/ |
113 |
+ |
114 |
+ul |
115 |
+{ |
116 |
+ font-family: arial,helvetica,sans-serif; |
117 |
+ list-style-type: square; |
118 |
+ |
119 |
+} |
120 |
+ |
121 |
+ol { |
122 |
+ font-family: arial,helvetica,sans-serif; |
123 |
+ font-size: 80%; |
124 |
+ color: #1e385b; |
125 |
+} |
126 |
+ |
127 |
+/*------------------------------------------------------------ |
128 |
+ * Properties for list items |
129 |
+ *------------------------------------------------------------*/ |
130 |
+ |
131 |
+ol ul li |
132 |
+{ |
133 |
+ font-family: arial,helvetica,sans-serif; |
134 |
+ font-size: 80%; |
135 |
+ font-weight: normal; |
136 |
+ color: #000000; |
137 |
+} |
138 |
+ |
139 |
+ |
140 |
+/*------------------------------------------------------------ |
141 |
+ * Properties for tables |
142 |
+ *------------------------------------------------------------*/ |
143 |
+ |
144 |
+/* Removed -- see default table font above... */ |
145 |
+/* td |
146 |
+{ |
147 |
+ font-family: Times |
148 |
+} |
149 |
+*/ |
150 |
+ |
151 |
+table |
152 |
+{ |
153 |
+ margin-top: 0px; |
154 |
+ margin-bottom: 0px; |
155 |
+ margin-left: 0px; |
156 |
+ margin-right: 0px; |
157 |
+} |
158 |
+/* left margin and center [sic] table classes */ |
159 |
+ |
160 |
+.banner |
161 |
+{ |
162 |
+ background: #000000; |
163 |
+ color: #ffffff; |
164 |
+} |
165 |
+ |
166 |
+.banner-right |
167 |
+{ |
168 |
+ font-family: arial,helvetica,sans-serif; |
169 |
+ background: #e17200; |
170 |
+ color: #ffffff; |
171 |
+} |
172 |
+ |
173 |
+.border |
174 |
+{ |
175 |
+ background: #000000; |
176 |
+ color: #000000; |
177 |
+ border-color: #000000; |
178 |
+} |
179 |
+.sidebar |
180 |
+{ |
181 |
+ width: 200px; |
182 |
+ background: #ffffff; |
183 |
+ font-size: smaller; |
184 |
+ font: arial,helvetica,sans-serif; |
185 |
+ font-weight: normal; |
186 |
+} |
187 |
+ |
188 |
+.sidebar-title |
189 |
+{ |
190 |
+ background: #1e385b; |
191 |
+ color: #ffffff; |
192 |
+ font: arial,helvetica,sans-serif; |
193 |
+ font-weight: bold; |
194 |
+} |
195 |
+ |
196 |
+.newsitem |
197 |
+{ |
198 |
+ background: #ffffff; |
199 |
+ font-color: #000000; |
200 |
+ font: arial,helvetica,sans-serif; |
201 |
+ margin-left: 5px; |
202 |
+ margin-right: 5px; |
203 |
+ margin-top: 5px; |
204 |
+ margin-bottom: 5px; |
205 |
+} |
206 |
+ |
207 |
+.newsitem-title |
208 |
+{ |
209 |
+ background: #cccccc; |
210 |
+ font-color: #ffffff; |
211 |
+ font: arial,helvetica,sans-serif; |
212 |
+ font-weight: bold; |
213 |
+} |
214 |
+ |
215 |
+.newsitem-footer |
216 |
+{ |
217 |
+ background: #cccccc; |
218 |
+ color: #000000; |
219 |
+ font: arial,helvetica,sans-serif; |
220 |
+ font-size: smaller; |
221 |
+ text-align: right; |
222 |
+} |
223 |
+ |
224 |
+.newsitem-detail |
225 |
+{ |
226 |
+ font-size: smaller; |
227 |
+ font-weight: normal; |
228 |
+} |
229 |
+ |
230 |
+.formlabel |
231 |
+{ |
232 |
+ background: #c0c0c0; |
233 |
+ color: #000000; |
234 |
+ font: arial,helvetica,sans-serif; |
235 |
+ font-size: small; |
236 |
+ font-weight: bold; |
237 |
+ text-align: right; |
238 |
+} |
239 |
+ |
240 |
+ |
241 |
+/*------------------------------------------------------------ |
242 |
+ * Properties for title tables |
243 |
+ *------------------------------------------------------------*/ |
244 |
+ |
245 |
+th |
246 |
+{ |
247 |
+ /* font-family: Helvetica,Arial; */ |
248 |
+ background: #F7E0B5; |
249 |
+ color: #000000 |
250 |
+} |
251 |
+ |
252 |
+/*------------------------------------------------------------ |
253 |
+ * Properties for the copyright notice on the bottom |
254 |
+ *------------------------------------------------------------*/ |
255 |
+ |
256 |
+.copyright |
257 |
+{ |
258 |
+ font-family: Times; |
259 |
+ font-size: smaller |
260 |
+} |
261 |
+ |
262 |
+/*------------------------------------------------------------ |
263 |
+ * Properties for the clickable links |
264 |
+ *------------------------------------------------------------*/ |
265 |
+ |
266 |
+/* Netscape 4 can't use these. Default ANCHOR setting follows... */ |
267 |
+a:link, A:visited, A:active |
268 |
+{ |
269 |
+ color: #00008b |
270 |
+} |
271 |
+ |
272 |
+a |
273 |
+{ |
274 |
+ color: #00008b; |
275 |
+} |
276 |
+ |
277 |
+/* link styles for index.php3 (i.e. welcome page) */ |
278 |
+.welcome-link |
279 |
+{ |
280 |
+ background: #ffffff; |
281 |
+ color: #1e385b; |
282 |
+} |
283 |
+ |
284 |
+/*------------------------------------------------------------ |
285 |
+ * Properties for the littlelinks |
286 |
+ *------------------------------------------------------------*/ |
287 |
+ |
288 |
+.littlelink |
289 |
+{ |
290 |
+ font-family: helvetica,arial,sans-serif; |
291 |
+} |
292 |
+ |
293 |
+/*------------------------------------------------------------ |
294 |
+ * Style for positioning text |
295 |
+ *------------------------------------------------------------*/ |
296 |
+ |
297 |
+#textlayer |
298 |
+{ |
299 |
+ position: absolute; |
300 |
+ visibility: inherit; |
301 |
+ top: 160px; |
302 |
+ left: 50px; |
303 |
+ z-index: 2 |
304 |
+} |
305 |
+ |
306 |
+/*------------------------------------------------------------ |
307 |
+ * Style for bold paragraph text |
308 |
+ *------------------------------------------------------------*/ |
309 |
+ |
310 |
+#para |
311 |
+{ |
312 |
+ font-family: helvetica,arial,sans-serif; |
313 |
+ font-weight: bold; |
314 |
+ color: #000000 |
315 |
+} |
316 |
+ |
317 |
+/*------------------------------------------------------------ |
318 |
+ * |
319 |
+ *------------------------------------------------------------*/ |
320 |
+ |
321 |
+#title |
322 |
+{ |
323 |
+ font-family: helvetica,arial,sans-serif; |
324 |
+ font-weight: bold; |
325 |
+ padding: 7px 7px 7px 7px; |
326 |
+ color: #ffffff |
327 |
+} |
328 |
+ |
329 |
+HERE |
330 |
+} |
331 |
diff -Nur smeserver-userpanel-1.1.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/manager.css/template-begin smeserver-userpanel-1.1/root/etc/e-smith/templates/etc/e-smith/web/common/css/manager.css/template-begin |
332 |
--- smeserver-userpanel-1.1.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/manager.css/template-begin 1969-12-31 19:00:00.000000000 -0500 |
333 |
+++ smeserver-userpanel-1.1/root/etc/e-smith/templates/etc/e-smith/web/common/css/manager.css/template-begin 2016-06-23 08:05:36.000000000 -0400 |
334 |
@@ -0,0 +1 @@ |
335 |
+/* DO NOT MODIFY THIS FILE! It is updated automatically */ |