Cleanup core branch
[platal.git] / htdocs / css / openweb.css
diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css
deleted file mode 100644 (file)
index 3eb5622..0000000
+++ /dev/null
@@ -1,639 +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 ]
-*******************************************************************************/
-
-body {
-    background:#369;
-    color: #096;
-    font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
-    margin:2em 1%;
-    padding:0;
-    font-size: 9pt;
-}
-
-a:link, a:visited { color: #f60; background: transparent; }
-a:active, a:hover { color: #369; background: transparent; }
-
-img   { vertical-align: middle; }
-a img { border: 0px; }
-li    { padding: 0em 1em; text-align: justify; }
-hr    { width: 90%; margin: 1em 5%; border: 1px dotted #369; border-bottom: none; }
-
-fieldset {
-    border: 1px dotted #69c;
-    background: #fff;
-    color: inherit;
-
-    margin: 1em 0em;
-    padding: 1em;
-}
-
-legend {
-    border: 1px dotted #69c;
-    background: #d6e1ec;
-    color: inherit;
-
-    padding: 0em 1em;
-}
-
-.center { text-align: center; }
-.right  { text-align: right; }
-.smaller { font-size: smaller; font-style: italic; }
-.spacer { clear: both; }
-
-.float2 { float: left; width: 48%; margin: 2px; }
-.float3 { float: left; width: 33%; }
-
-/*******************************************************************************
-    2   Styles <p>, <div>, <span>, <li>
-        [ styles classiques d'effets de texte ]
-*******************************************************************************/
-
-p {
-    padding: 0em 1em;
-    margin-bottom: 0.5em;
-    text-align: justify;
-}
-
-.errors {
-    margin-top: 10px;
-    border: 1px solid #f00;
-    background-color: #fcc;
-    width: 98%;
-}
-
-.warnings {
-    margin-top: 10px;
-    border: 1px solid #ed0;
-    background-color: #ffc;
-    width: 98%;
-}
-
-.success {
-    margin-top: 10px;
-    border: 1px solid #0d2;
-    background-color: #cfd;
-    width: 98%;
-}
-
-.erreur {
-    font-weight: bold;
-    color: #ff0000;
-    background: inherit;
-    margin-top: 0.5em;
-    margin-bottom: 0.5em;
-}
-
-.erreur a:link, .erreur a:visited, .erreur a:active, .erreur a:hover {
-    color: #ff3333;
-    background: inherit;
-}
-
-input.error, textarea.error {
-    background-color: #faa;
-}
-
-input.valid, textarea.valid {
-    background-color: #afa;
-}
-
-input.warning, textarea.warning {
-    background-color: #fda;
-}
-
-h1 {
-    color: #369;
-    font-size: 140%;
-    background: #f5f8fc;
-    margin: 0em;
-    border-bottom: 2px solid #369;
-    padding: 4px;
-    margin: 1em 0em;
-}
-
-h2 {
-    color: #369;
-    font-size: 115%;
-    padding: 0px 4px;
-    margin: 1em 0em 0.5em 0em;
-    font-weight: bold;
-    border-bottom: 1px dotted #369;
-}
-
-h3 {
-    margin: 0em;
-    font-weight: bold;
-    padding: 0.5em 0em;
-    font-size: 100%;
-}
-
-
-p.explication, div.explication {
-    font-style: italic;
-    padding: 0em 1ex 1ex 1ex;
-}
-
-li.spaced {
-    padding-top: 0.5em;
-    padding-bottom: 0.5em;
-    text-align: justify;
-}
-
-/*******************************************************************************
-    3   Tableaux bicolores + classes utiles
-        [ Tableaux à lignes alternées, en taille normale, ou tiny ]
-*******************************************************************************/
-
-table.bicol {
-    border-collapse: collapse;
-    color: inherit;
-    background: #fff;
-    border: 1px solid #a2c2e1;
-    width: 98%;
-    margin-left: 1%;
-}
-table.tinybicol {
-    border-collapse: collapse;
-    color: inherit;
-    background: #fff;
-    border: 1px solid #a2c2e1;
-    width: 70%;
-    margin-left: 15%;
-}
-
-table.tinybicol tr.impair, table.bicol tr.impair {}
-table.tinybicol tr.pair, table.bicol tr.pair {
-    color: inherit;
-    background: #eee;
-}
-
-table.tinybicol th, table.bicol th {
-    color: #369;
-    background: #d6e1ec;
-    font-weight: bold;
-    text-align: center;
-    padding: 0px 4px;
-}
-table.tinybicol td, table.bicol td {
-    color: #000000;
-    background: inherit;
-    padding: 0px 4px;
-}
-
-td.half { width: 50%; padding: 4px; }
-
-td.titre {
-    color: #000000;
-    background: inherit;
-    font-weight: bold;
-}
-td.action {
-    white-space: nowrap;
-    text-align: right;
-    font-weight: bold;
-}
-td.action a { padding: 0px 2px; }
-
-/*******************************************************************************
-    4   Tableau de choix de skins
-        [ Styles pour les tableaux de types de ceux des skins ]
-*******************************************************************************/
-
-#skin {
-    border-bottom: 1px solid #a2c2e1;
-    border-top: 1px solid #a2c2e1;
-    width: 98%;
-    margin-left: 1%;
-}
-#skin td {
-    border-top: 1px solid #a2c2e1;
-    border-bottom: 1px solid #a2c2e1;
-}
-#skin td.skigauche {
-    background: #d6e1ec;
-    color: inherit;
-}
-#skin td.skimilieu {
-    padding-left: 1em;
-    width: 100%;
-}
-#skin td.skidroite { padding: 0; }
-
-/*******************************************************************************
-    5   Contacts
-        [ Styles liés à l'affichage de contacts ]
-*******************************************************************************/
-
-div.contact-list {
-    width: 98%;
-    margin-left: 1%;
-    border: 1px dotted #a2c2e1;
-}
-
-div.contact-list div.contact {
-    width: 100%;
-    text-align: left;
-    background: #ffecce;
-    border-top: 1px dotted black;
-    color: inherit;
-}
-
-div.contact-list div.grayed {
-    color: #444444;
-    background: #eee;
-    font-style: italic;
-}
-
-div.contact div.photo {
-    float: left;
-}
-
-div.contact div.photo img {
-    width: 60px;
-    margin-right: 4px;
-}
-
-div.contact div.identity {
-    float: left;
-    width: 90%;
-}
-
-div.contact div.nom {
-    font-weight: bold;
-}
-
-div.contact div.bits {
-    text-align: right;
-    float: right;
-}
-
-div.contact div.long {
-    width: 100%;
-    clear: both;
-    background: #fff;
-    color: inherit;
-    padding: 1px 0px;
-}
-
-
-div.long table { width: 100%; }
-div.long td.lt { width: 35%; padding-left: 4px; }
-div.long td.rt { width: 65%; }
-
-/*******************************************************************************
-    6   Profil
-        [ onglets des profils ]
-*******************************************************************************/
-
-.wizard {
-    margin-left: -1em;
-    margin-right: -1em;
-}
-
-.wizard .wiz_header {
-    height: 32px;
-    width: 100%;
-    background: url('../images/skins/wiz_normal.png') top right repeat-x;
-    margin-bottom: 1em;
-}
-
-.wizard .wiz_header .wiz_tab {
-    background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
-    height: 100%;
-    text-align: center;
-    font-size: 75%;
-    border-right: 1px solid #888;
-}
-
-.wizard .wiz_header .wiz_tab:hover {
-    background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
-    color: #fff;
-}
-
-.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
-    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
-    color: #fff;
-}
-
-.wizard .wiz_header a {
-    color: #000;
-    text-decoration: none;
-}
-
-.wizard .wiz_header a.active {
-    color: #fff;
-}
-
-.wizard .wiz_content {
-    margin-left: 1em;
-    margin-right: 1em;
-}
-
-.flags .texte {
-    font-size: smaller;
-    font-weight: bold;
-    margin-left: -6px;
-    padding: 0 12px 0 0;
-}
-.flags img {
-    padding: 0 6px 0 0;
-}
-
-/*******************************************************************************
-    7   fiche.php & fiche_referent.php
-        [ cas de la fiche ]
-*******************************************************************************/
-
-em.intitule {
-    color: purple;
-    font-size: 90%;
-}
-
-div#body {
-    color: #000;
-    background: #fff;
-    border: 3px solid #000;
-
-    width: 800px;
-    margin: 7px;
-}
-
-#fiche {
-    width: 760px;
-    font-size: 100%;
-    vertical-align: top;
-
-    background: #f5f8fc;
-    border: 1px solid #69c;
-    margin: 20px;
-}
-
-#fiche em { color: purple; }
-
-#fiche .part {
-    float: left;
-    clear: left;
-    width: 70%;
-    padding: 0em;
-    margin: 0em;
-}
-
-#fiche #photo {
-    float: right;
-    padding-left: 0;
-    padding; 0;
-    margin: 0;
-    clear: right;
-    width: 30%;
-}
-
-#fiche #photo img {
-    width: 100%;
-}
-
-#fiche_identite {
-    padding: 5px;
-}
-
-#photo {
-    vertical-align: top;
-    padding-left: 1em;
-}
-
-#fiche_identite div.civilite {
-    text-align: center;
-    font-weight: bold;
-    width: 80%;
-    float: left;
-}
-
-#fiche_identite div.maj {
-    float: left;
-    width: 20%;
-    font-size: 80%;
-    text-align: right;
-    clear: right;
-}
-
-#fiche_identite div.contact {
-    clear: both;
-    margin: 1em;
-    padding: 1ex;
-    background: #fff;
-    border: 1px dotted #69c;
-}
-#fiche_identite div.email {
-    clear: left;
-    float: left;
-}
-#fiche_identite div.mob {
-    float: right;
-    clear: right;
-    text-align: right;
-}
-
-#fiche_identite div.formation {
-    margin: 0em 1em;
-}
-
-div.adresse {
-    min-width: 30%;
-    padding: 0px;
-    margin: 0px 2% 2ex 1%;
-}
-
-div.adresse div.titre { color: purple; }
-
-#fiche .medal_frame {
-    float: left;
-    width: 33%;
-}
-
-#fiche .medal_frame img {
-    float: left:
-    padding: 0ex 1ex;
-}
-
-#fiche .medal_text {
-    vertical-align: middle;
-    font-weight: bold;
-}
-
-/* only for fiche_referent.php*/
-
-#fiche_referent{
-    padding: 10px;
-    width: 100%;
-}
-
-#fiche_referent div.rubrique_referent{
-    float: left;
-    width: 31%;
-    padding: 0px;
-    margin: 0px 1% 1ex 1%;
-}
-
-#fiche_referent em{color: purple;}
-#fiche_referent ul { margin: 0px; padding: 0px 1em; }
-#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
-
-/*******************************************************************************
-    A   SKIN
-        [ choix de classes faites par le skinneur
-*******************************************************************************/
-
-.phperror {
-    color: red;
-    background: white;
-    margin: 2px auto;
-    padding: 4px 2px;
-    border: 1px solid black;
-    width: 80%;
-    white-space: pre;
-}
-
-#dev {
-    width: auto;
-    text-align: center;
-    padding: 1px;
-
-    font-family: 'Bauhaus Md BT','Bitstream Vera',sans-serif;
-    font-size: 10pt;
-    font-weight: bold;
-    color: #000;
-    background: #f5f8fc;
-}
-
-.backtrace div.hide       { display: none; }
-.backtrace:hover div.hide { display: block }
-.backtrace h1 { margin: 0px; }
-
-#suid {
-    color: red;
-    background: #ffc0cb;
-    width: auto;
-    font-weight: bold;
-    text-align: center;
-}
-#suid a {
-    color: red;
-    background: inherit;
-    text-decoration: none;
-    display: block;
-}
-#suid:hover {
-    color: red;
-    background: #ffffcb;
-}
-#suid a:hover {
-    color: #ff7000;
-    background: inherit;
-}
-
-table#body {
-    color: #000;
-    background: #fff;
-    border: 3px solid #000;
-
-    width: 900px;
-    margin: 1em auto;
-}
-
-#body-logo   {
-    text-align: center;
-    padding: 2em 0em 0em 0em;
-}
-
-#body-top    {
-    text-align: center;
-    font-size: 94%;
-    padding: 2em 2em 0em 2em;
-    padding-bottom: 16px;
-    font-family: Georgia,serif;
-}
-
-#body-top table { width: 100%; padding: 4px; }
-#body-top .date-heure { text-align: left; }
-#body-top .inscrits { text-align: right; }
-
-#body-bottom { text-align: center;}
-
-#body-menu {
-    vertical-align: top;
-    padding: 1em 0em 2em 2em;
-    border: 0px;
-    width: 140px;
-    font-weight: bold;
-    white-space: nowrap;
-    line-height: 100%;
-}
-
-#body-menu a {
-    color: #690;
-    background: #fff;
-    border: 1px dotted #fff;
-    display: block;
-    padding: 1px 4px;
-    text-align: left;
-    font-size: 85%;
-    font-family: Bitstream Vera Sans,Verdana,sans-serif;
-    text-decoration: none;
-}
-
-#body-menu a:hover {
-    color: #690;
-    background: #eaf2db;
-    border: 1px dotted #690;
-}
-
-#body-menu .menu_title {
-    color: #f90;
-    background: #fff;
-    border-top: none;
-    border-bottom: 3px solid #f90;
-    padding: 1px;
-    text-transform: uppercase;
-    text-align: left;
-    margin: 1ex 0ex;
-}
-
-#content {
-    width: auto;
-    font-size: 100%;
-    vertical-align: top;
-
-    background: #f5f8fc;
-    border: 1px solid #69c;
-    line-height:125%;
-    padding: 0em 1em 1em 1em;
-    margin: 1em 2em 2em 2em;
-}
-
-#content-margin { width: 2em; }
-
-#content input {
-    font-size: 95%;
-}
-
-/* vim: set et ts=4 sts=4 sw=4: */