Update/merge Newsletter-related code. (Closes #1226, #858, #1047)
[platal.git] / htdocs / css / nl.Polytechnique.org.css
CommitLineData
0337d704 1/***************************************************************************
12262f13 2 * Copyright (C) 2003-2011 Polytechnique.org *
0337d704 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
a46f274c 21div.nl_background {
183a157b 22 margin : 0;
23 padding : 1em 0;
24 background-color: #ddd;
25 color: #000;
26}
27
a46f274c 28div.nl {
377108d3 29 margin : auto;
30 width : 72ex;
8f061101 31 font-family : "Verdana", "Arial", "Helvetica", sans-serif;
32 font-size : 10pt;
377108d3 33 text-align : justify;
34 background-color : #fff;
35 color : #000;
0337d704 36}
37
34cfa5f4 38div.nl a[href] {
377108d3 39 text-decoration : none;
40 background-color : #fff;
41 color : #36c;
0337d704 42}
43
34cfa5f4 44div.nl a[href]:hover {
377108d3 45 background-color : #fff;
46 color : #6c0;
0337d704 47}
48
34cfa5f4 49div.nl div.title {
377108d3 50 margin : 0 0 3ex;
9fc2d0d2 51 padding : 4.5ex 1ex 1ex 15ex;
377108d3 52 font-size : 130%;
53 font-weight : bold;
54 text-align : right;
55 background-color : #369;
56 color : #fff;
2c5cbe69 57 background-image : url(http://www.polytechnique.org/images/logo_xorg_nl.png);
377108d3 58 background-repeat : no-repeat;
4508c190 59 background-position : 0.5ex 0ex;
377108d3 60}
61
6b440e23
SJ
62div.nl div.title a {
63 color : #fff;
64 background-color : transparent;
65 text-decoration : none;
66 background-image: none;
67}
68
69div.nl div.title a:hover {
70 color : #fff;
71 background-color : transparent;
72 text-decoration : none;
73 background-image: none;
74}
75
34cfa5f4 76div.nl div.intro {
377108d3 77 margin : 4ex 3ex;
78}
79
34cfa5f4 80div.nl div.lnk {
7903a47a 81 text-align: left;
377108d3 82 margin : 2ex 6ex;
83}
0337d704 84
34cfa5f4 85div.nl div.lnk a {
377108d3 86 font-size : 95%;
0337d704 87}
88
34cfa5f4 89div.nl div.top_lnk {
377108d3 90 margin : 2ex;
91 padding : 0;
92 font-size : 85%;
93 text-align : right;
0337d704 94}
95
34cfa5f4 96div.nl h1.xorg_nl {
377108d3 97 margin : 3ex 0 2ex;
98 padding : 1.5ex 2ex 0.5ex 1ex;
99 font-size : 120%;
100 font-weight : bold;
101 text-align : right;
5a65d954 102 background: none;
377108d3 103 background-color : #369;
104 color : #fff;
4508c190 105 border: none;
0337d704 106}
107
34cfa5f4 108div.nl h2.xorg_nl {
377108d3 109 margin : 2ex 0 0;
110 padding : 0.4ex 2ex;
111 font-size : 100%;
112 font-weight : bold;
113 font-style : italic;
114 background-color : #fff;
5a65d954 115 background: none;
377108d3 116 color : #369;
117 border-width : thin 0;
118 border-style : solid;
119 border-color : #369;
0337d704 120}
121
34cfa5f4 122div.nl div.art {
377108d3 123 margin : 2ex 3ex;
0337d704 124}
125
34cfa5f4 126div.nl div.app {
377108d3 127 margin : 2ex 6ex 0 3ex;
128 font-size : 95%;
129 text-align : left;
0337d704 130}
131
34cfa5f4 132div.nl div.foot1 {
377108d3 133 margin : 8ex 0 0;
134 padding : 0.5ex 2ex;
135 font-size : 90%;
136 background-color : #fff;
137 color : #999;
138 border-width : thin 0;
139 border-style : solid;
140 border-color : #ddd;
141 text-align : center;
0337d704 142}
143
34cfa5f4 144div.nl div.foot2 {
377108d3 145 padding : 1ex 0;
146 font-size : 90%;
147 background-color : #fff;
148 color : #999;
149 text-align : center;
0337d704 150}
151