Last modified by Ecaterina Moraru on 2013/11/13 12:48

From version 1.2
edited by Ecaterina Valica
on 2010/03/19 18:51
Change comment: Added object
To version 3.1
edited by Ecaterina Valica
on 2010/03/19 18:51
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +default
Code
... ... @@ -1,0 +1,124 @@
1 +#hierarchy, #document-title, #document-info, #xdocFooter, #xwikidatacontents, #footerglobal {
2 +
3 +}
4 +
5 +.header {
6 + margin-bottom: 20px;
7 + display: block;
8 +}
9 +
10 +.header ul.menu {
11 +float:left;
12 +list-style:none;
13 +margin:0;
14 +padding:0px 24px 0 0;
15 +}
16 +
17 +.header ul.menu li {
18 +border-right:1px solid #E0E0E0;
19 +color:#454545;
20 +float:left;
21 +font-size:0.9em;
22 +padding:0 9px;
23 +}
24 +
25 +/* ------------------------------------------------- Footer */
26 +
27 +.jmega1container {
28 +margin:0 auto 0 0;
29 +width:100%;
30 +}
31 +
32 +div, p {
33 +font-size:1em;
34 +}
35 +
36 +.jmegacolumn-first {
37 +float:left;
38 +padding:0 8px 0 0;
39 +text-align:left;
40 +width:auto;
41 +}
42 +
43 +.jmegacolumn-middle {
44 +float:left;
45 +padding:0 8px;
46 +text-align:left;
47 +width:auto;
48 +}
49 +
50 +.jmegacolumn-last {
51 +float:left;
52 +padding:0 0 0 8px;
53 +text-align:left;
54 +width:auto;
55 +}
56 +
57 +a.h3, a.h4 {
58 +line-height:1.3em;
59 +margin:0;
60 +padding:0;
61 +color: #4d4d4d;
62 +}
63 +
64 +a.h3 {
65 +font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
66 +font-size:1.3em;
67 +font-weight:bold;
68 +letter-spacing:-0.03em;
69 +margin-bottom:0.1em;
70 +margin-top:15px;
71 +text-decoration: none;
72 +display: block;
73 +}
74 +
75 +a.h4 {
76 +font-family:Helvetica,Arial,sans-serif;
77 +font-size:1.2em;
78 +font-weight:bold;
79 +text-decoration: none;
80 +display: block;
81 +}
82 +
83 +.jmega1container a.h3 {
84 +letter-spacing:1px;
85 +}
86 +
87 +.jmega1container a.h4 {
88 +border-bottom:1px solid #969696;
89 +font-weight:normal;
90 +letter-spacing:1px;
91 +padding-bottom:5px;
92 +}
93 +
94 +.footer {
95 +color:#FFFFFF;
96 +float:left;
97 +font-size:10px;
98 +padding:0 0 0;
99 +text-align:center;
100 +width:100%;
101 +}
102 +
103 +.footer ul {
104 +list-style:none outside none;
105 +margin:0;
106 +padding:0 0 10px;
107 +}
108 +
109 +ul.jmega1 li {
110 +border-left:0 none;
111 +border-right:0 none;
112 +display:block;
113 +margin:0;
114 +padding:0;
115 +text-indent:0;
116 +}
117 +
118 +.jmega1 a {
119 +text-decoration:none;
120 +}
121 +
122 +.jmegaclear {
123 +clear:both;
124 +}
Parse content
... ... @@ -1,0 +1,1 @@
1 +Yes
Use this extension
... ... @@ -1,0 +1,1 @@
1 +onDemand