X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fnl.css;h=5a2566e2aca90b1ef956ac6d0920b1e42db001e6;hb=01bb23e6f5ae192ffaa6afbbd94b21b2b37f2138;hp=a8fe6d5bce383652fbdbcb94555e29717240c2a4;hpb=377108d3c290b7ff6abc4f511c58072764893fa8;p=platal.git diff --git a/htdocs/css/nl.css b/htdocs/css/nl.css index a8fe6d5..5a2566e 100644 --- a/htdocs/css/nl.css +++ b/htdocs/css/nl.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2006 Polytechnique.org * + * Copyright (C) 2003-2010 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -18,95 +18,118 @@ * 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 : "Georgia", "Times New Roman", serif; - font-size : 11pt; + font-family : "Verdana", "Arial", "Helvetica", sans-serif; + font-size : 10pt; text-align : justify; background-color : #fff; color : #000; } -a[href] { +div.nl a[href] { text-decoration : none; background-color : #fff; color : #36c; } -a[href]:hover { +div.nl a[href]:hover { background-color : #fff; color : #6c0; } -div.title { +div.nl div.title { margin : 0 0 3ex; - padding : 5ex 1ex 1ex 15ex; + padding : 4.5ex 1ex 1ex 15ex; font-size : 130%; font-weight : bold; text-align : right; background-color : #369; color : #fff; - background-image : url(http://carva.org/aymeric.augustin/images/poly_org_nl.png); + background-image : url(http://www.polytechnique.org/images/logo_xorg_nl.png); background-repeat : no-repeat; - background-position : 0.5ex 0.5ex; + 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.intro { +div.nl div.intro { margin : 4ex 3ex; } -div.lnk { +div.nl div.lnk { + text-align: left; margin : 2ex 6ex; } -div.lnk a { - display : block; +div.nl div.lnk a { font-size : 95%; } -div.top_lnk { +div.nl div.top_lnk { margin : 2ex; padding : 0; font-size : 85%; text-align : right; } -h1.xorg_nl { +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 : #369; color : #fff; + border: none; } -h2.xorg_nl { +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 : #369; border-width : thin 0; border-style : solid; border-color : #369; } -div.art { +div.nl div.art { margin : 2ex 3ex; } -div.app { +div.nl div.app { margin : 2ex 6ex 0 3ex; font-size : 95%; text-align : left; } -div.foot1 { +div.nl div.foot1 { margin : 8ex 0 0; padding : 0.5ex 2ex; font-size : 90%; @@ -118,7 +141,7 @@ div.foot1 { text-align : center; } -div.foot2 { +div.nl div.foot2 { padding : 1ex 0; font-size : 90%; background-color : #fff;