Merge branch 'xorg/maint' into xorg/master
[platal.git] / htdocs / css / nl.FX.css
index dcbab87..609dfcf 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2011 Polytechnique.org                              *
+ *  Copyright (C) 2003-2013 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
  ***************************************************************************/
 
 
+
 div.fx_mail {
     margin : auto;
     width : 72ex;
-    font-family : "Georgia", "Times New Roman", serif;
+    font-family : "Georgia", serif;
     font-size : 10pt;
     text-align : justify;
     background-color : #fff;
-    color : #000;
+    color : #4a4a49;
 }
 
-/* Links */
 div.fx_mail a[href] {
-    background-color: transparent;
-    color : #444;
-    text-decoration : none;
-    background-image: none;
+    background-color : #fff;
+    color : #546a77;
 }
 
 div.fx_mail a[href]:hover {
-    background-color: transparent;
-    color : #D44;
-    text-decoration : none;
-    background-image: none;
+    background-color : #fff;
+    color : #546a77;
 }
 
-/* Title */
-div.fx_mail .title {
-    background-color: #FA2;
-    margin : 0 0 3ex;
-    padding : 4.5ex 1ex 1ex 15ex;
-    font-size : 130%;
+div.fx_mail div.title {
+    margin : 0ex;
+    padding : 120px 1ex 1ex 1ex;
+    font-size : 120%;
     font-weight : bold;
     text-align : left;
+    color : #0a293b;
+    font-family: "Century Gothic", sans-serif;
+    background-repeat : no-repeat;
+    background-position : 0ex 0ex;
+    background-image: url(https://www.polytechnique.org/images/fx_mail_header.jpg);
 }
 
-/* Intro */
 div.fx_mail div.intro {
     margin : 4ex 2ex 2ex 2ex;
 }
 
+div.fx_mail div.body {
+    margin : 0;
+    padding : 0 20px;
+}
+
+div.fx_mail div.body h1 {
+    margin : 4ex -20px 2ex -20px;
+    padding : 0.4ex 20px;
+    font-size : 100%;
+    font-weight : bold;
+    background-color : #fff;
+    color : #0a293b;
+    border-width : thin 0;
+    border-style : solid;
+    border-color : #a40000;
+font-family: "Century Gothic", sans-serif;
+}
+
+div.fx_mail div.body h2 {
+    margin : 2ex -20px 2ex -20px;
+    padding : 0.4ex 40px;
+    font-size : 100%;
+    font-weight : normal;
+    background-color : #fff;
+    color : #0a293b;
+    border-width : 0 0 thin 0;
+    border-style : dotted;
+    border-color : #a40000;
+font-family: "Century Gothic", sans-serif;
+}
+
 div.fx_mail div.signature {
-    margin : 3ex 2ex 0 0;
+    margin : 2ex 2ex 0 0ex;
     font-size : 90%;
     font-style: italic;
     text-align : right;
+
 }
 
-/* Give */
-div.fx_mail div.give {
-    font-weight: bold;
-    text-align: center;
-    padding: 0.5ex 0 0.5ex 0;
-    border-top: solid 2ex #FA2;
+div.fx_mail div.foot1 {
+    margin : 2ex 0 0;
+    padding : 0.5ex 2ex;
+    font-size : 90%;
+    background-color : #fff;
+    color : #4a4a49;
+    border-width : thin 0;
+    border-style : solid;
+    border-color : #ddd;
+    text-align : center;
 }
 
-/* Footer */
-div.fx_mail div.foot1, div.fx_mail div.foot2 {
-    background-color: #FA2;
-    text-align: center;
-    font-size: 90%;
-    padding: 0.5ex 0;
+div.fx_mail div.foot2 {
+    padding : 1ex 0;
+    font-size : 90%;
+    background-color : #fff;
+    color : #4a4a49;
+    text-align : center;
 }
+