Changes comletter css to green.
authorAnne Limoges <anne.limoges_git@polytechnique.org>
Thu, 13 Feb 2014 22:26:28 +0000 (23:26 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Fri, 14 Feb 2014 07:32:04 +0000 (08:32 +0100)
htdocs/css/nl.Annonces.css [changed from symlink to file mode: 0644]

deleted file mode 120000 (symlink)
index a278ae7172c3c4a65bec077a4dd3686ead7fc297..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-nl.Polytechnique.org.css
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..63be3c77d6571216e2a411c20676e4a61b23640f
--- /dev/null
@@ -0,0 +1,151 @@
+/***************************************************************************
+ *  Copyright (C) 2003-2014 Polytechnique.org                              *
+ *  http://opensource.polytechnique.org/                                   *
+ *                                                                         *
+ *  This program is free software; you can redistribute it and/or modify   *
+ *  it under the terms of the GNU General Public License as published by   *
+ *  the Free Software Foundation; either version 2 of the License, or      *
+ *  (at your option) any later version.                                    *
+ *                                                                         *
+ *  This program is distributed in the hope that it will be useful,        *
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
+ *  GNU General Public License for more details.                           *
+ *                                                                         *
+ *  You should have received a copy of the GNU General Public License      *
+ *  along with this program; if not, write to the Free Software            *
+ *  Foundation, Inc.,                                                      *
+ *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
+ ***************************************************************************/
+
+div.nl_background {
+    margin : 0;
+    padding : 1em 0;
+    background-color: #ddd;
+    color: #000;
+}
+
+div.nl {
+    margin : auto;
+    width : 72ex;
+    font-family : "Verdana", "Arial", "Helvetica", sans-serif;
+    font-size : 10pt;
+    text-align : justify;
+    background-color : #fff;
+    color : #000;
+}
+
+div.nl a[href] {
+    text-decoration : none;
+    background-color : #fff;
+    color : #6c0;
+}
+
+div.nl a[href]:hover {
+    background-color : #fff;
+    color : #090;
+}
+
+div.nl div.title {
+    margin : 0 0 3ex;
+    padding : 4.5ex 1ex 1ex 15ex;
+    font-size : 130%;
+    font-weight : bold;
+    text-align : right;
+    background-color : #093;
+    color : #fff;
+    background-image : url(http://www.polytechnique.org/images/logo_evenements.png);
+    background-repeat : no-repeat;
+    background-position : 0.5ex 0ex;
+}
+
+div.nl div.title a {
+    color : #fff;
+    background-color : transparent;
+    text-decoration : none;
+    background-image: none;
+}
+
+div.nl div.title a:hover {
+    color : #fff;
+    background-color : transparent;
+    text-decoration : none;
+    background-image: none;
+}
+
+div.nl div.intro {
+    margin : 4ex 3ex;
+}
+
+div.nl div.lnk {
+    text-align: left;
+    margin : 2ex 6ex;
+}
+
+div.nl div.lnk a {
+    font-size : 95%;
+}
+
+div.nl div.top_lnk {
+    margin : 2ex;
+    padding : 0;
+    font-size : 85%;
+    text-align : right;
+}
+
+div.nl h1.xorg_nl {
+    margin : 3ex 0 2ex;
+    padding : 1.5ex 2ex 0.5ex 1ex;
+    font-size : 120%;
+    font-weight : bold;
+    text-align : right;
+    background: none;
+    background-color : #093;
+    color : #fff;
+    border: none;
+}
+
+div.nl h2.xorg_nl {
+    margin : 2ex 0 0;
+    padding : 0.4ex 2ex;
+    font-size : 100%;
+    font-weight : bold;
+    font-style : italic;
+    background-color : #fff;
+    background: none;
+    color : #093;
+    border-width : thin 0;
+    border-style : solid;
+    border-color : #093;
+}
+
+div.nl div.art {
+    margin : 2ex 3ex;
+}
+
+div.nl div.app {
+    margin : 2ex 6ex 0 3ex;
+    font-size : 95%;
+    text-align : left;
+}
+
+div.nl div.foot1 {
+    margin : 8ex 0 0;
+    padding : 0.5ex 2ex;
+    font-size : 90%;
+    background-color : #fff;
+    color : #999;
+    border-width : thin 0;
+    border-style : solid;
+    border-color : #ddd;
+    text-align : center;
+}
+
+div.nl div.foot2 {
+    padding : 1ex 0;
+    font-size : 90%;
+    background-color : #fff;
+    color : #999;
+    text-align : center;
+}
+