From: Anne Limoges Date: Thu, 13 Feb 2014 22:26:28 +0000 (+0100) Subject: Changes comletter css to green. X-Git-Tag: xorg/1.1.12~17^2~1 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4af7fd0daf6a9e618bee4dac1a93cbf07860a308;p=platal.git Changes comletter css to green. --- diff --git a/htdocs/css/nl.Annonces.css b/htdocs/css/nl.Annonces.css deleted file mode 120000 index a278ae7..0000000 --- a/htdocs/css/nl.Annonces.css +++ /dev/null @@ -1 +0,0 @@ -nl.Polytechnique.org.css \ No newline at end of file diff --git a/htdocs/css/nl.Annonces.css b/htdocs/css/nl.Annonces.css new file mode 100644 index 0000000..63be3c7 --- /dev/null +++ b/htdocs/css/nl.Annonces.css @@ -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; +} +