first reimport from platal
[platal.git] / htdocs / css / nl.css
1 /***************************************************************************
2 * Copyright (C) 2003-2004 Polytechnique.org *
3 * http://opensource.polytechnique.org/ *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the Free Software *
17 * Foundation, Inc., *
18 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
19 ***************************************************************************/
20
21
22 div.nl {
23 margin: auto;
24 font-family: "Georgia","times new roman",serif;
25 width: 64ex;
26 text-align: justify;
27 font-size: 10pt;
28 }
29
30 div.nl a { text-decoration: none; }
31 div.nl a:hover { text-decoration: underline; }
32
33 div.nl div.title {
34 margin: 2ex auto 2ex auto;
35 padding: 1ex;
36 width: 90%;
37 border: 1px black solid;
38 font-size: 140%;
39 text-align: center;
40 color: inherit;
41 color: blue;
42 background: #eeeeee;
43 border: 2px #cccccc solid;
44 }
45
46 div.nl div.lnk {
47 padding: 0ex 2ex 0ex 2ex;
48 margin: 2ex 0ex 2ex 0ex;
49 }
50
51 div.nl div.lnk a { display: block; }
52
53 div.nl h1 {
54 margin: 6ex 0ex 4ex 0ex;
55 padding: 2px 4ex 2px 0ex;
56 width: 60ex;
57 font-size: 100%;
58 }
59
60 div.nl h1 span {
61 text-decoration: none;
62 font-size: 140%;
63 padding: 2px 1ex 2px 1ex;
64 }
65
66 div.nl h2 {
67 width: 100%;
68 margin: 0ex 1ex 0ex 1ex;
69 padding: 2px 0px 2px 0px;
70 font-weight: bold;
71 font-style: italic;
72 font-size: 95%;
73 }
74
75 div.nl h2 span {
76 color: blue;
77 background: #eeeeee;
78 text-decoration: none;
79 padding: 2px 4px 2px 4px;
80 }
81
82 div.nl div.art {
83 padding: 2ex;
84 margin: 0ex 1ex 2ex 1ex;
85 width: 58ex;
86 border-top: 1px #cccccc solid;
87 }
88
89 div.nl div.app {
90 padding: 2ex 3ex 0ex 3ex;
91 width: 100%;
92 margin: 0ex;
93 text-align: left;
94 font-size: 95%;
95 }
96
97 div.nl div.intro {
98 padding: 2ex;
99 }
100
101 div.nl div.foot {
102 border-top: 1px #808080 dashed;
103 font-size: 95%;
104 padding: 1ex;
105 color: #808080;
106 background: inherit;
107 text-align: center;
108 }
109