summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000381.html
blob: 8bf0a90ff5f465d8c74d85b071badae1e987a50c (plain)
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-sysadm] [119] removes old style, narrower doc format
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B119%5D%20removes%20old%20style%2C%20narrower%20doc%20format&In-Reply-To=%3C20101108150025.D933E3F90D%40valstar.mageia.org%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="000380.html">
   <LINK REL="Next"  HREF="000382.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-sysadm] [119] removes old style, narrower doc format</H1>
    <B>root at mageia.org</B> 
    <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B119%5D%20removes%20old%20style%2C%20narrower%20doc%20format&In-Reply-To=%3C20101108150025.D933E3F90D%40valstar.mageia.org%3E"
       TITLE="[Mageia-sysadm] [119] removes old style, narrower doc format">root at mageia.org
       </A><BR>
    <I>Mon Nov  8 16:00:25 CET 2010</I>
    <P><UL>
        <LI>Previous message: <A HREF="000380.html">[Mageia-sysadm] [208] - remove comment ( not really needed )
</A></li>
        <LI>Next message: <A HREF="000382.html">[Mageia-sysadm] [120] style update
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#381">[ date ]</a>
              <a href="thread.html#381">[ thread ]</a>
              <a href="subject.html#381">[ subject ]</a>
              <a href="author.html#381">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Revision: 119
Author:   rda
Date:     2010-11-08 16:00:25 +0100 (Mon, 08 Nov 2010)
Log Message:
-----------
removes old style, narrower doc format

Modified Paths:
--------------
    identity/CatDap/branches/live/root/static/style/ttsite.css
    identity/CatDap/branches/live/root/template/layout

Modified: identity/CatDap/branches/live/root/static/style/ttsite.css
===================================================================
--- identity/CatDap/branches/live/root/static/style/ttsite.css	2010-11-08 00:09:25 UTC (rev 118)
+++ identity/CatDap/branches/live/root/static/style/ttsite.css	2010-11-08 15:00:25 UTC (rev 119)
@@ -1,45 +1,14 @@
-
-html {
-    margin: 0;
+html, body {
+    background: #ccc;
 }
 
-body { 
-    /*background-color: #ccc;*/
-    color: #000;
-    margin: 0;
-    padding: 0px;
+#doc {
+    -webkit-box-shadow: 0 0 10px #aaa;
+    -moz-box-shadow: 0 0 10px #aaa;
+    box-shadow: 0 0 10px #aaa;
+    background: #fff; 
 }
 
-#header {
-    background-color: #eee;
-    border-bottom: 0px solid #fff;
-}
-
-#footer {
-    background-color: #ccc;
-    text-align: center;
-    /*border-top: 1px solid #000;*/
-    position: absolute;
-    /*top: 99%;*/
-    float: bottom;
-    left: 0px;
-    width: 100%;
-    height: 1em;
-    padding: 0px;
-    padding-bottom: 2px;
-    top: 100%;
-}
-
-#content {
-    padding: 10px;
-    vertical-align: top;
-}
-
-h1.title {
-    padding: 4px;
-    margin: 0px;
-}
-
 .message {
     color: #000;
 }
@@ -48,203 +17,39 @@
     color: #f00;
 }
 
-
-/* Some stuff from skidoo_too.css */
-#outerColumnContainer
-{
-	/* reserves space for the left and right columns. you can use either
-	 * padding, margins, or borders, depending on your needs. however you
-	 * can use the border method to create a background color for both left
-	 * and right columns
-	 */
-	/*height: 98%;*/
-	border-left: solid 12em #eee;
-	border-right: solid 0em #eee;
-	/*border-bottom: solid 1em #fff;*/
-}
-#innerColumnContainer
-{
-	border: solid 0px #000;
-	border-width: 0 0px;
-	margin: 0 -1px;		/* compensate for the borders because of
-				   100% width declaration */
-	width: 100%;
-	/*height: 90%;*/
-	/*z-index: 1;*/
-    	background-color: #fff;
-	float: right;
-}
-#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
-{
-	overflow: visible;	/* fix for IE italics bug */
-	position: relative;	/* fix some rendering issues */
-}
-#SOWrap
-{
-	float: left;
-	margin: 0 -1px 0 0;
-	width: 100%;
-	/*z-index: 3;*/
-}
-#middleColumn
-{
-	float: right;
-	margin: 0 0 0 -1px;
-	width: 100%;
-	/*z-index: 5;*/
-}
-#leftColumn
-{
-	float: left;
-	margin: 0 1px 0 -12em;
-	width: 12em;
-	/*z-index: 4;*/
-	height: 100%;
-    	background-color: #eee;
-}
-#rightColumn
-{
-	float: right;
-	width: 14em;
-	margin: 0 -14em 0 1px;
-	/*z-index: 2;*/
-}
-
-/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
- * in the original skidoo layout.
- */
-.vnav
-{
-	margin: 0em 0;
-}
-.vnav ul, .vnav ul li
-{
-	margin: 0;
-	padding: 0;
-	list-style-type: none;
-	display: block;
-}
-.vnav ul
-{
-	border: solid 0px #fff;
-	border-bottom-width: 0;
-}
-.vnav ul li
-{
-	border-bottom: solid 0px #fff;
-}
-.vnav ul li, .vnav ul li a
-{
-	margin: 0;
-	display: block;
-	padding: 0;
-	line-height: normal;
-}
-.vnav ul li a
-{
-	display: block;
-	padding: 2px 5px 3px 5px;
-}
-.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
-{
-	text-decoration: none;
-	cursor: pointer;
-	background-color: #eee;
-	color: #000;
-}
-
-.vnav ul li a:hover
-{
-	text-decoration: none;
-	background-color: #ccc;
-}
-
-
-.vnav h3
-{
-	margin-bottom: 0;
-	padding-bottom: 0;
-	font-size: 126%;
-}
-* html .vnav ul li a/* hide from IE5.0/Win &amp; IE5/Mac */
-{
-	height: 0.01%;
-}
-* html .vnav ul
-{
-	position: relative;	/* IE needs this to fix a rendering problem */
-}
-
 /* horizontal navigation elements. create a DIV element with the class hnav
  * and stick one unordered list inside it to generate a horizontal menu.
  */
 .hnav
 {
-	border-bottom: solid 0px #fff;
-	text-align: center;
+    border-bottom: solid 0px #fff;
+    text-align: center;
 }
 .hnav, .hnav ul li a
 {
-	/* need to middor veritcal padding on .hnav and child anchor elements
-	 * because the anchors are _not_ block elements. since they are not
-	 * block elements web browsers will not expand .hnav to contain them
-	 * even with the extra padding. by applying the same padding to both
-	 * the parent .hnav _looks_ like its containing the child anchor
-	 * elements. 
-	 */
-	padding-top: 3px;
-	padding-bottom: 4px;
+    /* need to middor veritcal padding on .hnav and child anchor elements
+     * because the anchors are _not_ block elements. since they are not
+     * block elements web browsers will not expand .hnav to contain them
+     * even with the extra padding. by applying the same padding to both
+     * the parent .hnav _looks_ like its containing the child anchor
+     * elements. 
+     */
+    padding-top: 3px;
+    padding-bottom: 4px;
 }
 .hnav ul, .hnav ul li
 {
-	display: inline;
-	list-style-type: none;
-	margin: 0;
-	padding: 0;
+    display: inline;
+    list-style-type: none;
+    margin: 0;
+    padding: 0;
 }
 .hnav ul li a
 {
-	margin: 0 -1px 0 0;
-	padding-left: 10px;
-	padding-right: 10px;	/* short-hand padding attribute would overwrite
-				   top/bottom padding set in a previous rule */
-	border-left: solid 0px #000;
-	border-right: solid 0px #000;
-	white-space: nowrap;
+    margin: 0 -1px 0 0;
+    padding-left: 10px;
+    padding-right: 10px;
+    border-left: solid 0px #000;
+    border-right: solid 0px #000;
+    white-space: nowrap;
 }
-.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
-{
-	text-decoration: none;
-	color: #7f899a;
-}
-.hnav ul li a:hover
-{
-	text-decoration: none;
-	background-color: #ccc;
-}
-.hnav ul li span.divider
-{
-	display: none;
-}
-* html .hnav ul li, * html .hnav ul li a
-{
-	width: 1%; /* IE/Mac needs this */
-	display: inline-block;	/* IE/Mac needs this */
-	/* \*/
-		width: auto;
-		display: inline;
-	/* reset above hack */
-}
-* html .hnav, * html .hnav ul a
-{
-	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
-				 IE/Mac will ignore this rule. */
-}
-* html .HNAV
-{
-	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
-			   inline children that have vertical padding. So this
-			   incorrect case selector hack will be applied only by
-			   IE 5.x/Win */
-}
-

Modified: identity/CatDap/branches/live/root/template/layout
===================================================================
--- identity/CatDap/branches/live/root/template/layout	2010-11-08 00:09:25 UTC (rev 118)
+++ identity/CatDap/branches/live/root/template/layout	2010-11-08 15:00:25 UTC (rev 119)
@@ -1,4 +1,4 @@
-&lt;div id=&quot;doc4&quot; class=&quot;yui-t7&quot;&gt;
+&lt;div id=&quot;doc&quot; class=&quot;yui-t7&quot;&gt;
     &lt;div id=&quot;hd&quot; role=&quot;banner&quot;&gt;
     [% PROCESS template/header %]
     &lt;/div&gt;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;/pipermail/mageia-sysadm/attachments/20101108/027589ff/attachment.html&gt;
</PRE>











<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="000380.html">[Mageia-sysadm] [208] - remove comment ( not really needed )
</A></li>
	<LI>Next message: <A HREF="000382.html">[Mageia-sysadm] [120] style update
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#381">[ date ]</a>
              <a href="thread.html#381">[ thread ]</a>
              <a href="subject.html#381">[ subject ]</a>
              <a href="author.html#381">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>