X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fnl.css;h=5a2566e2aca90b1ef956ac6d0920b1e42db001e6;hb=01bb23e6f5ae192ffaa6afbbd94b21b2b37f2138;hp=4670909ffd0bc8d41e565ebd676a091dd6d9b188;hpb=34cfa5f470d5b6e1c1606f2784d63c83671db811;p=platal.git diff --git a/htdocs/css/nl.css b/htdocs/css/nl.css index 4670909..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,12 +18,18 @@ * 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; @@ -42,15 +48,29 @@ div.nl a[href]:hover { 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://dev.m4x.org/images/logo_xorg_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.nl div.intro { @@ -58,11 +78,11 @@ div.nl div.intro { } div.nl div.lnk { + text-align: left; margin : 2ex 6ex; } div.nl div.lnk a { - display : block; font-size : 95%; } @@ -79,8 +99,10 @@ div.nl h1.xorg_nl { font-size : 120%; font-weight : bold; text-align : right; + background: none; background-color : #369; color : #fff; + border: none; } div.nl h2.xorg_nl { @@ -90,6 +112,7 @@ div.nl h2.xorg_nl { font-weight : bold; font-style : italic; background-color : #fff; + background: none; color : #369; border-width : thin 0; border-style : solid;