~fauli/texmfind/2008

« back to all changes in this revision

Viewing changes to website/texmfind.css

  • Committer: Christian Faulhammer
  • Date: 2009-09-08 19:05:07 UTC
  • Revision ID: fauli@gentoo.org-20090908190507-m107q92d23cw6ti2
Sort files to match we need

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
2
 
                ========================================================
3
 
        ================================================================
4
 
                        Feuille de Style sp�ciale document Docbook
5
 
        ================================================================
6
 
                ========================================================
7
 
                
8
 
                2002-2004 - S.URBANOVSKI <s.urbanovski@ac-nancy-metz.fr>
9
 
*/
10
 
 
11
 
 
12
 
/* 
13
 
        ---------------------------------------------------------------------------------------------------     
14
 
        Elements g�n�raux :     
15
 
        ---------------------------------------------------------------------------------------------------
16
 
*/
17
 
 
18
 
body {
19
 
        /* font-family:         verdana, sans-serif; */
20
 
        font-family:            sans-serif;
21
 
        font-size:              11px;
22
 
        text-align:             justify;
23
 
 
24
 
        background-color:       white;
25
 
 
26
 
        margin-right:           20px;
27
 
        margin-left:            40px;
28
 
/*      margin-left:            12px; */
29
 
        margin-top:             2px;
30
 
        margin-bottom:          2px;
31
 
        width:                  60%;
32
 
        min-width:              60em;
33
 
        
34
 
}
35
 
 
36
 
/* Les liens :*/
37
 
a[href] {
38
 
        color:                          #2929BB;
39
 
        text-decoration:        none;
40
 
}
41
 
a[href]:hover {
42
 
        color:                          #800000;
43
 
        text-decoration:        underline;
44
 
}
45
 
a[href]:visited {
46
 
        color:                          #222288;
47
 
}
48
 
a[href]:active {
49
 
        color:                          red;
50
 
}
51
 
 
52
 
 
53
 
tr,th,td {
54
 
        font-size:                      11px;
55
 
}
56
 
 
57
 
 
58
 
/* 
59
 
    ---------------------------------------------------------------------------------------------------
60
 
    Mise en forme des titres de document et de chapitre :
61
 
    ---------------------------------------------------------------------------------------------------
62
 
*/
63
 
 
64
 
div.chapter > h1 {
65
 
        color:                          #EFEFE0;
66
 
        background-color:       #5278B6;
67
 
        text-decoration:        none;
68
 
        font-size:                      12px;
69
 
        padding:                        3px;
70
 
        margin-right:           -5px;
71
 
        margin-left:            -5px;
72
 
}
73
 
 
74
 
div.titlepage h1.title {
75
 
        background-color:       #4268A6;
76
 
/*      background-image:       none ; */
77
 
        background-image:       url(gna.png);
78
 
        background-repeat:      no-repeat;
79
 
        color:                          white;
80
 
        font-size:                      16px;
81
 
        text-align:                     center;
82
 
        text-decoration:        none;
83
 
 
84
 
        margin-left:            2px;
85
 
        border-bottom:          ridge #404090;
86
 
        border-top:                     ridge #404090;
87
 
        padding-top:            5px;
88
 
        padding-bottom:         5px;
89
 
 
90
 
}
91
 
 
92
 
div.book {
93
 
/*        width: 750px; */
94
 
        margin: 0 left;
95
 
        min-height: 100%;
96
 
}
97
 
 
98
 
 
99
 
/* 
100
 
    ---------------------------------------------------------------------------------------------------
101
 
    Mise en forme des ent�tes et pieds de page :
102
 
    ---------------------------------------------------------------------------------------------------
103
 
*/
104
 
 
105
 
div.navfooter, div.navheader {
106
 
        background-color:       #4268A6;
107
 
        border: thin solid      #6DA9E2;
108
 
        margin-right:           -10px;
109
 
        margin-left:            -10px;
110
 
        padding:                        5px;
111
 
        color:                          yellow;
112
 
}
113
 
 
114
 
div.navheader {
115
 
        margin-bottom:          10px;
116
 
}
117
 
div.navfooter {
118
 
        margin-top:                     10px;
119
 
}
120
 
div.navfooter a, div.navheader a {
121
 
        color:                          #E7B508;
122
 
}
123
 
div.navfooter a:visited, div.navheader a:visited {
124
 
        color:                          #E7B508;
125
 
}
126
 
div.navfooter a:hover, div.navheader a:hover {
127
 
        color:                          #F27334;
128
 
}
129
 
div.navfooter td, div.navheader td, div.navheader th {
130
 
        color:                          white;
131
 
}
132
 
div.navfooter hr, div.navheader hr {
133
 
        display:                        none;
134
 
        border-style:           none;
135
 
}
136
 
 
137
 
 
138
 
/* 
139
 
    ---------------------------------------------------------------------------------------------------
140
 
    Mise en page des sections :
141
 
    ---------------------------------------------------------------------------------------------------
142
 
*/
143
 
 
144
 
/* Commun */
145
 
div.sect1, div.sect2, div.sect3, div.bibliography {
146
 
        margin-left:            20px;
147
 
}
148
 
div.titlepage h1, div.titlepage h2, div.titlepage h3 {
149
 
        text-decoration:        underline;
150
 
        margin-left:            -20px;
151
 
}
152
 
 
153
 
 
154
 
div.chapter > div.titlepage h2 {
155
 
        margin-left:            0px;
156
 
}
157
 
 
158
 
/* Niveau 1 */
159
 
div.sect1 {
160
 
}
161
 
div.sect1 div.titlepage h2  {
162
 
        color:                          #800000;
163
 
        font-size:                      12px;
164
 
}
165
 
 
166
 
/* Niveau 2 */
167
 
div.sect2 {
168
 
}
169
 
div.sect2 div.titlepage h3  {
170
 
        color:                          #600000;
171
 
        font-size:                      15px;
172
 
}
173
 
 
174
 
/* Niveau 3 */
175
 
div.sect3 {
176
 
}
177
 
div.sect3 div.titlepage h4  {
178
 
        color:                          #400000;
179
 
        font-size:                      12px;
180
 
}
181
 
 
182
 
/* 
183
 
    ---------------------------------------------------------------------------------------------------
184
 
    Mises en forme diverses (block) :
185
 
    ---------------------------------------------------------------------------------------------------
186
 
*/
187
 
 
188
 
/* Auteurs */
189
 
 
190
 
div.authorgroup {
191
 
        margin:                         10px 0 10px 50px;
192
 
}
193
 
 
194
 
h3.author  {
195
 
        margin:                         10px 0 10px 0;
196
 
}
197
 
div.affiliation div.address {
198
 
        margin:                         -20px 0 10px 10px;
199
 
}
200
 
 
201
 
/* Historique des versions */
202
 
 
203
 
div.revhistory table, div.revhistory td  {
204
 
        border:                         none;
205
 
}
206
 
div.revhistory table {
207
 
        background-color:       #E8F4F0;
208
 
}
209
 
div.revhistory td  {
210
 
        background-color:       white;
211
 
}
212
 
 
213
 
 
214
 
 
215
 
 
216
 
div.example, div.toc {
217
 
        border:                         thin dotted #70AAE5;
218
 
        padding-left:           10px;
219
 
        padding-right:          10px;
220
 
        background-color:       #E8F4F0;
221
 
}
222
 
div.toc {
223
 
        margin-left:            20px;
224
 
        margin-right:           20px;
225
 
}
226
 
pre.programlisting, pre.regexp {
227
 
        background-color:       #DDFFDD;
228
 
        padding:                        5px;
229
 
        border:                         thin solid #a0a0a0;;
230
 
}
231
 
 
232
 
div.note, div.caution, div.important, div.warning  {
233
 
        padding-left:           10px;
234
 
        padding-right:          30px;
235
 
        margin:                 10px 0 10px 0;
236
 
/*        background-color:       #E8F4F0; */
237
 
        background-color:       #FFFFFF; 
238
 
        border:                 thin dotted #70AAE5;
239
 
}
240
 
 
241
 
div.caution  {
242
 
        border-left:            10px solid #FFAAAA;
243
 
}
244
 
 
245
 
div.note  {
246
 
        border:                 thin dotted #11FF00;
247
 
        border-left:            10px solid #11FF00;
248
 
}
249
 
div.important  {
250
 
        border:                 thin dotted #FF9900;
251
 
        border-left:            10px solid #FF9900;
252
 
}
253
 
div.warning  {
254
 
        border:                 thin dotted #FF1800;
255
 
        border-left:            10px solid #FF1800;
256
 
}
257
 
 
258
 
 
259
 
/* 
260
 
    ---------------------------------------------------------------------------------------------------
261
 
    Mises en forme diverses (flow) :
262
 
    ---------------------------------------------------------------------------------------------------
263
 
*/
264
 
span.underline {text-decoration: underline;}
265
 
code.filename {
266
 
        color:                          #8000A0;
267
 
}
268
 
pre.screen {
269
 
        font-family:            monospace;
270
 
        background-color:       #202020;
271
 
        color:                          white;
272
 
        padding:                        5px;
273
 
        width:                          60em;
274
 
}
275
 
 
276
 
em.parameter {
277
 
        color:                  #696969;
278
 
}
279
 
 
280
 
code.prompt {
281
 
/*      color:                          #FFFFAA;*/
282
 
        color:                          #00FF00;
283
 
}
284
 
 
285
 
code.regexp_match {
286
 
/*      color:                          #FFFFAA;*/
287
 
        background-color:               #FFF400;
288
 
        color:                          #000000;
289
 
}
290
 
 
291
 
/* Ajoute les <> pour les balises sgml/xml :*/
292
 
tt.sgmltag-element:before {
293
 
        content:                        "<"
294
 
}
295
 
tt.sgmltag-element:after {
296
 
        content:                        ">"
297
 
}
298
 
tt.sgmltag-element {
299
 
        color:                  purple;
300
 
}
301
 
 
302
 
strong.userinput {
303
 
  font-weight: normal;
304
 
}