Cleanup core branch
[platal.git] / htdocs / css / ax.css
diff --git a/htdocs/css/ax.css b/htdocs/css/ax.css
deleted file mode 100644 (file)
index bdee05b..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-/***************************************************************************
- *  Copyright (C) 2003-2008 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.ax_background {
-    margin : 0;
-    padding : 1em 0;
-    background-color: #ddd;
-    color: #000;
-}
-
-div.ax_mail {
-    margin : auto;
-    width : 72ex;
-    font-family : "Georgia", "Times New Roman", serif;
-    font-size : 10pt;
-    text-align : justify;
-    background-color : #fff;
-    color : #000;
-}
-
-div.ax_mail a[href] {
-    background-color : #fff;
-    color : #555753;
-}
-
-div.ax_mail a[href]:hover {
-    background-color : #fff;
-    color : #4e9a06;
-}
-
-div.ax_mail div.title {
-    margin : 0ex;
-    padding : 68px 1ex 1ex 1ex;
-    font-size : 120%;
-    font-weight : bold;
-    text-align : right;
-    background-color : #fce94f;
-    color : #a40000;
-    background-repeat : no-repeat;
-    background-position : 0ex 0ex;
-    background-image : url(http://www.polytechnique.org/images/ax_mail_header.jpg);
-}
-
-div.ax_mail div.intro {
-    margin : 4ex 0ex 2ex 6ex;
-}
-
-div.ax_mail div.body {
-    margin : 0;
-    padding : 0 20px;
-}
-
-div.ax_mail div.body h1 {
-    margin : 4ex -20px 2ex -20px;
-    padding : 0.4ex 20px;
-    font-size : 100%;
-    font-weight : bold;
-    background-color : #fff;
-    color : #a40000;
-    border-width : thin 0;
-    border-style : solid;
-    border-color : #a40000;
-}
-
-div.ax_mail div.body h2 {
-    margin : 2ex -20px 2ex -20px;
-    padding : 0.4ex 40px;
-    font-size : 100%;
-    font-weight : normal;
-    background-color : #fff;
-    color : #a40000;
-    border-width : 0 0 thin 0;
-    border-style : dotted;
-    border-color : #a40000;
-}
-
-div.ax_mail div.signature {
-    margin : 2ex 2ex 0 0ex;
-    font-size : 90%;
-    font-style: italic;
-    text-align : right;
-
-}
-
-div.ax_mail div.foot1 {
-    margin : 2ex 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.ax_mail div.foot2 {
-    padding : 1ex 0;
-    font-size : 90%;
-    background-color : #fff;
-    color : #999;
-    text-align : center;
-}
-