Subversion Repositories ALCASAR

Rev

Rev 1533 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1533 Rev 1675
1
body 
1
body 
2
{
2
{
3
    margin: 0;
3
    margin: 0;
4
    padding: 0;
4
    padding: 0;
5
}
5
}
6
 
6
 
-
 
7
a[href]:link,
-
 
8
a[href]:visited {
-
 
9
    color: #00f;
-
 
10
    text-decoration: none;
-
 
11
}
-
 
12
a[href]:hover,
-
 
13
a[href]:active,
-
 
14
a[href]:focus {
-
 
15
    color: #c00;
-
 
16
    text-decoration: none;
-
 
17
}
-
 
18
 
7
#wrap
19
#wrap
8
{
20
{
9
   xwidth: 868px;
21
   xwidth: 868px;
10
}
22
}
11
 
23
 
12
#sidebar
24
#sidebar
13
{
25
{
14
    width: 160px;
26
    width: 160px;
15
    border-right: 1px solid #99b;
27
    border-right: 1px solid #99b;
16
    border-collapse: collapse;
28
    border-collapse: collapse;
17
    float: left;
29
    float: left;
18
}
30
}
19
 
31
 
20
#sidebar ul.iface
32
#sidebar ul.iface
21
{
33
{
22
    margin: 0;
34
    margin: 0;
23
    padding: 0;
35
    padding: 0;
24
    border-top: 1px solid #99b;    
36
    border-top: 1px solid #99b;    
25
    color: #000;
37
    color: #000;
26
    background-color: #eef;
38
    background-color: #eef;
27
}
39
}
28
 
40
 
-
 
41
#sidebar li.iface ul
-
 
42
{
-
 
43
    display: none;
-
 
44
}
-
 
45
#sidebar li.iface.active ul
-
 
46
{
-
 
47
    display: block;
-
 
48
}
-
 
49
#sidebar li.iface:hover ul
-
 
50
{
-
 
51
    display: block;
-
 
52
}
29
#sidebar li.iface
53
#sidebar li.iface
30
{
54
{
31
    margin: 0;
55
    margin: 2px;
32
    padding: 0;
56
    padding: 0;
33
    list-style-type: none;
57
    list-style-type: none;
34
    font-family: 'Trebuchet MS', Verdana, sans-serif;
-
 
35
    font-size: 1em;
58
    font-size: 12px;
36
    font-weight: bold;
59
    font-weight: bold;
37
    xborder-top: 1px solid #99b;
60
    xborder-top: 1px solid #99b;
38
    border-bottom: 1px solid #99b;
61
    border-bottom: 1px solid #99b;
39
}
62
}
40
 
63
 
41
#sidebar a
64
#sidebar a
42
{
65
{
43
    font-family: 'Trebuchet MS', Verdana, sans-serif;
66
    font-family: 'Trebuchet MS', Verdana, sans-serif;
44
    font-size: 1em;
67
    font-size: 1em;
45
    font-weight: bold;
68
    font-weight: bold;
46
}
69
}
47
 
70
 
48
#sidebar ul.page
71
#sidebar ul.page
49
{
72
{
50
    margin: 0;
73
    margin: 0;
51
    padding: 0;
74
    padding: 0;
52
    border-top: 1px solid #99b;
75
    border-top: 1px solid #99b;
53
}
76
}
54
 
77
 
55
#sidebar li.page 
78
#sidebar li.page 
56
{
79
{
57
    margin: 0;
80
    margin: 0;
58
    padding: 4px;
81
    padding: 4px;
59
    border: none;
82
    border: none;
60
    list-style-type: none;
83
    list-style-type: none;
61
    font-family: 'Trebuchet MS', Verdana, sans-serif;
84
    font-family: 'Trebuchet MS', Verdana, sans-serif;
62
    font-size: 0.75em;
85
    font-size: 0.75em;
63
    font-weight: normal;
86
    font-weight: normal;
64
    text-align: right;
87
    text-align: right;
65
    color: #000;    
88
    color: #000;    
66
    background-color: #fff;
89
    background-color: #fff;
67
}
90
}
68
 
91
 
69
#content
92
#content
70
{
93
{
71
    margin-left: 160px;
94
    margin-left: 160px;
72
    width: 720px;
95
    width: 720px;
73
}
96
}
74
 
97
 
75
 
98
 
76
#header
99
#header
77
{
100
{
78
    padding: 0px 8px 0px 8px;
101
    padding: 0px 8px 0px 8px;
79
    border-width: 1px;
102
    border-width: 1px;
80
    border-style: solid solid solid solid;
103
    border-style: solid solid solid solid;
81
    border-color: #99b;
104
    border-color: #99b;
82
    border-collapse: collapse;
105
    border-collapse: collapse;
83
    color: #000;    
106
    color: #000;    
84
    background-color: #eef;
107
    background-color: #eef;
85
    font-family: 'Trebuchet MS', Verdana, sans-serif;
108
    font-family: 'Trebuchet MS', Verdana, sans-serif;
86
    font-size: 1em;
109
    font-size: 1em;
87
    font-weight: bold;    
110
    font-weight: bold;    
88
    text-align: center;
111
    text-align: center;
89
}
112
}
90
 
113
 
91
#footer
114
#footer
92
{
115
{
93
    padding: 2px 8px 2px 8px;
116
    padding: 2px 8px 2px 8px;
94
    border: 1px solid #99b;
117
    border: 1px solid #99b;
95
    border-collapse: collapse;
118
    border-collapse: collapse;
96
    color: #000;    
119
    color: #000;    
97
    background-color: #eef;
120
    background-color: #eef;
98
    font-family: 'Trebuchet MS', Verdana, sans-serif;
121
    font-family: 'Trebuchet MS', Verdana, sans-serif;
99
    font-size: 0.65em;
122
    font-size: 0.65em;
100
    font-weight: bold;    
123
    font-weight: bold;    
101
    text-align: center;
124
    text-align: center;
102
}
125
}
103
 
126
 
104
#main
127
#main
105
{
128
{
106
    padding: 8px;
129
    padding: 8px;
107
    border-left: 1px solid #99b;
130
    border-left: 1px solid #99b;
108
    border-right: 1px solid #99b;    
131
    border-right: 1px solid #99b;
-
 
132
    border-bottom: 1px solid #99b;
109
    border-collapse: collapse;
133
    border-collapse: collapse;
110
}
134
}
111
 
135
 
112
#main td
136
#main td
113
{
137
{
114
    font-family: 'Trebuchet MS', Verdana, sans-serif;
138
    font-family: 'Trebuchet MS', Verdana, sans-serif;
115
    font-size: 0.8em;
139
    font-size: 0.8em;
116
}
140
}
117
 
141
 
118
#main td.numeric_odd
142
#main td.numeric_odd
119
{
143
{
120
    text-align: right;
144
    text-align: right;
121
    color: #000;
145
    color: #000;
122
    background-color: #eef;
146
    background-color: #eef;
123
}
147
}
124
 
148
 
125
#main td.numeric_even
149
#main td.numeric_even
126
{
150
{
127
    text-align: right;
151
    text-align: right;
128
    color: #000;    
152
    color: #000;    
129
    background-color: #fff;
153
    background-color: #fff;
130
}
154
}
131
 
155
 
132
#main td.label_odd
156
#main td.label_odd
133
{
157
{
134
    color: #000;
158
    color: #000;
135
    background-color: #dde;
159
    background-color: #dde;
136
}
160
}
137
 
161
 
138
#main td.label_even
162
#main td.label_even
139
{
163
{
140
    color: #000;
164
    color: #000;
141
    background-color: #eee;
165
    background-color: #eee;
142
}
166
}
143
 
167
 
144
#main th.label
168
#main th.label
145
{
169
{
146
    font-family: 'Trebuchet MS', Verdana, sans-serif;
170
    font-family: 'Trebuchet MS', Verdana, sans-serif;
147
    font-size: 1em;
171
    font-size: 1em;
148
    font-weight: bold;
172
    font-weight: bold;
149
    color: #000;    
173
    color: #000;    
150
    background-color: #dde;
174
    background-color: #dde;
151
}
175
}
152
 
176
 
153
#main caption
177
#main caption
154
{
178
{
155
    font-family: 'Trebuchet MS', Verdana, sans-serif;
179
    font-family: 'Trebuchet MS', Verdana, sans-serif;
156
    font-size: 1.25em;
180
    font-size: 1.25em;
157
    font-weight: bold;
181
    font-weight: bold;
158
    padding: 4px;
182
    padding: 4px;
159
}
183
}
160
 
184