Cleanup core branch
[platal.git] / htdocs / css / linux.css
diff --git a/htdocs/css/linux.css b/htdocs/css/linux.css
deleted file mode 100644 (file)
index ae46031..0000000
+++ /dev/null
@@ -1,124 +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                *
- ***************************************************************************/
-
-/*******************************************************************************
-    1   Styles par défauts
-        [ balises sans attributs ou classes sans contexte ]
-*******************************************************************************/
-
-fieldset {
-    background-color: #eeeeee;
-    border: 1px #777777 solid;
-    color: inherit;
-}
-
-legend {
-    background-color: #d0d0ff;
-    border: 1px #777777 solid;
-    color: inherit;
-}
-
-
-/*******************************************************************************
-    2   Styles <p>, <div>, <span>, <li>
-        [ styles classiques d'effets de texte ]
-*******************************************************************************/
-
-h1 a:link, h1 a:visited, h1 a:active {
-    color: #999999;
-    background: inherit;
-}
-
-h1 a:hover {
-    color: #cccccc;
-}
-
-h1 {
-    color: #eeeeee;
-    background-color: #444444;
-    background-image: url( "../images/skins/linux_titre.jpg");
-    background-repeat: repeat-x;
-}
-
-/*******************************************************************************
-    3   Tableaux bicolores + classes utiles
-        [ Tableaux à lignes alternées, en taille normale, ou tiny ]
-*******************************************************************************/
-
-/*******************************************************************************
-    4   Tableau de choix de skins
-        [ Styles pour les tableaux de types de ceux des skins ]
-*******************************************************************************/
-
-/*******************************************************************************
-    5   Contacts
-        [ Styles liés à l'affichage de contacts ]
-*******************************************************************************/
-
-div.contact-list div.contact {
-    background-color: #d0d0ff;
-}
-
-/*******************************************************************************
-    6   Profil
-        [ onglets des profils ]
-*******************************************************************************/
-
-/*******************************************************************************
-    7   fiche.php
-        [ cas de la fiche ]
-*******************************************************************************/
-
-#fiche h2 {
-    color: #000;
-    background-color: #ccc;
-    border: none;
-}
-
-#fiche em, #fiche_referent em {
-    color: #444;
-}
-
-/*******************************************************************************
-    A   SKIN
-        [ choix de classes faites par le skinneur
-*******************************************************************************/
-
-#body-logo {
-    border-bottom: none;
-    border-right: none;
-}
-
-#body-top {
-    border-bottom: 2px solid #777777;
-}
-
-#body-menu {
-    border-right: none;
-}
-
-#body-menu .menu_title {
-    color: #000000;
-    background-image: url("../images/skins/linux_menu.jpg");
-    border-top: none;
-    border-bottom: none;
-}
-
-/* vim: set et ts=4 sts=4 sw=4: */