diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:22:30 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:22:30 +0200 |
commit | 50b0ff7533657a8edb7a0d9645699559c50ea712 (patch) | |
tree | 54fb5d7b6efc44d26aef24a6fa055e97b65f74b6 /maquette/styleOLD.css | |
parent | f55d097d97c3c81382c441f612b0ce2881e63334 (diff) | |
download | 2007-AWOR-50b0ff7533657a8edb7a0d9645699559c50ea712.tar.gz 2007-AWOR-50b0ff7533657a8edb7a0d9645699559c50ea712.tar.bz2 2007-AWOR-50b0ff7533657a8edb7a0d9645699559c50ea712.zip |
Strip retours chariot Windows pour diff propre
Diffstat (limited to 'maquette/styleOLD.css')
-rw-r--r-- | maquette/styleOLD.css | 372 |
1 files changed, 186 insertions, 186 deletions
diff --git a/maquette/styleOLD.css b/maquette/styleOLD.css index 61c4a02..988624d 100644 --- a/maquette/styleOLD.css +++ b/maquette/styleOLD.css @@ -1,186 +1,186 @@ -body {
- color: #000000;
- background-color: #CCFF99;
- font-family: Verdana, Arial, Helvetica, sans-serif;
-}
-.important { color: #FF0000; }
-/*
-Ancien style de lien
-a:link { color: #1F1FFF; }
-a:visited { color: #EE009F; }
-*/
-a:link { color: #000000; }
-a:visited { color: #000000; }
-h1 {
- font-weight: bold;
- color: #9999FF;
- text-align: center;
-}
-h2 {
- color: #5C5CFF;
- margin: 0px;
-}
-table.main {
- border-spacing:0px;
- margin: auto;
- padding: 0px;
- background-color: #FFFF99;
- width:98%;
-}
-/* ---------------------- Tableau détails réunions ---------------------- */
-table.details {
- border-spacing:0px;
- margin: auto;
- padding: 0px;
- background-color: #FFFF99;
- width:98%;
- text-align: center;
-}
-table.details th {
- font-weight: bold;
- border-bottom-width: thin;
- border-bottom-style: solid;
- border-bottom-color: #000000;
- font-size: small;
- color: #FFFFFF;
- background-color: #000000;
-}
-table.details td {
- border-bottom-width: thin;
- border-bottom-style: solid;
- border-bottom-color: #000000;
-}
-table.details td.disponible {
- background-color: #00FF40;
-}
-table.details td.indisponible {
- background-color: #FF3333;
-}
-table.details td.inconnu {
- background-color: #6699FF;
-}
-/* ---------------------- Listes des réunions ---------------------- */
-table.listeReunions {
- width:95%;
- margin:auto;
- text-align:center;
- border-collapse:collapse;
-}
-table.listeReunions a:link {
- color: #000000;
-}
-table.listeReunions a:visited {
- color: #000000;
-}
-table.listeReunions th {
- font-weight: bold;
- border-bottom-width: thin;
- border-bottom-style: solid;
- border-bottom-color: #000000;
- color: #FFFFFF;
- background-color: #000000;
-}
-table.listeReunions td {
- border-top-width: 0px;
- border-right-width: 0px;
- border-bottom-width: 1px;
- border-left-width: 0px;
- border-bottom-style: solid;
- border-bottom-color: #000000;
-}
-table.formulaire {
-
- border-spacing:0px;
- border-right-width: 0px;
- border-bottom-width: 0px;
- border-left-width: 0px;
- border-top-style: none;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: none;
- margin: auto;
- margin-top:2px;
- padding: 0px;
- background-color: #9999FF;
- width:80%;
- color: #000000;
-}
-p.arbre {
- font-size: small;
- color: #1F1FFF;
- text-align: left;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
-}
-p.arbre a:link { color:#1F1FFF; }
-p.arbre a:visited { color:#1F1FFF; }
-
-.termine {
- color: #00CC00;
-}
-
-
-table.principal {
- border:hidden;
- margin:auto;
-}
-td.menu
-{
- background-color: #000000;
- text-align: left;
- height: 25px;
- text-indent: 5px;
-}
-td.menu a:link {
- color: #FFFFFF;
-}
-td.menu a:visited {
- color: #FFFFFF;
-}
-ul.menu
-{
- text-align: left;
-}
-li.menu
-{
- display: inline;
- list-style-type: none;
- padding-right: 5px;
-}
-.detail_reunion
-{
- text-align: left;
-}
-.organisateur {
- font-weight: bold;
-}
-td.aide {
- color: #000000;
- background-color: #FFFFFF;
- border-left-width: medium;
- border-left-style: solid;
- border-left-color: #000000;
- width: 20%;
- vertical-align: top;
- font-size: small;
- font-family: Arial, Helvetica, sans-serif;
- padding: 0px;
-}
-div.titre_aide {
- font-weight: bold;
- color: #FFFFFF;
- background-color: #000000;
- vertical-align: top;
-}
-div.corps_aide {
- margin: 1px;
- text-align: justify;
-}
-p.deconnexion {
- color: #FFFFFF;
- text-align: right;
- margin: 0px;
- margin-right:5px;
-}
+body { + color: #000000; + background-color: #CCFF99; + font-family: Verdana, Arial, Helvetica, sans-serif; +} +.important { color: #FF0000; } +/* +Ancien style de lien +a:link { color: #1F1FFF; } +a:visited { color: #EE009F; } +*/ +a:link { color: #000000; } +a:visited { color: #000000; } +h1 { + font-weight: bold; + color: #9999FF; + text-align: center; +} +h2 { + color: #5C5CFF; + margin: 0px; +} +table.main { + border-spacing:0px; + margin: auto; + padding: 0px; + background-color: #FFFF99; + width:98%; +} +/* ---------------------- Tableau détails réunions ---------------------- */ +table.details { + border-spacing:0px; + margin: auto; + padding: 0px; + background-color: #FFFF99; + width:98%; + text-align: center; +} +table.details th { + font-weight: bold; + border-bottom-width: thin; + border-bottom-style: solid; + border-bottom-color: #000000; + font-size: small; + color: #FFFFFF; + background-color: #000000; +} +table.details td { + border-bottom-width: thin; + border-bottom-style: solid; + border-bottom-color: #000000; +} +table.details td.disponible { + background-color: #00FF40; +} +table.details td.indisponible { + background-color: #FF3333; +} +table.details td.inconnu { + background-color: #6699FF; +} +/* ---------------------- Listes des réunions ---------------------- */ +table.listeReunions { + width:95%; + margin:auto; + text-align:center; + border-collapse:collapse; +} +table.listeReunions a:link { + color: #000000; +} +table.listeReunions a:visited { + color: #000000; +} +table.listeReunions th { + font-weight: bold; + border-bottom-width: thin; + border-bottom-style: solid; + border-bottom-color: #000000; + color: #FFFFFF; + background-color: #000000; +} +table.listeReunions td { + border-top-width: 0px; + border-right-width: 0px; + border-bottom-width: 1px; + border-left-width: 0px; + border-bottom-style: solid; + border-bottom-color: #000000; +} +table.formulaire { + + border-spacing:0px; + border-right-width: 0px; + border-bottom-width: 0px; + border-left-width: 0px; + border-top-style: none; + border-right-style: none; + border-bottom-style: none; + border-left-style: none; + margin: auto; + margin-top:2px; + padding: 0px; + background-color: #9999FF; + width:80%; + color: #000000; +} +p.arbre { + font-size: small; + color: #1F1FFF; + text-align: left; + margin-top: 0px; + margin-right: 0px; + margin-bottom: 0px; + margin-left: 0px; +} +p.arbre a:link { color:#1F1FFF; } +p.arbre a:visited { color:#1F1FFF; } + +.termine { + color: #00CC00; +} + + +table.principal { + border:hidden; + margin:auto; +} +td.menu +{ + background-color: #000000; + text-align: left; + height: 25px; + text-indent: 5px; +} +td.menu a:link { + color: #FFFFFF; +} +td.menu a:visited { + color: #FFFFFF; +} +ul.menu +{ + text-align: left; +} +li.menu +{ + display: inline; + list-style-type: none; + padding-right: 5px; +} +.detail_reunion +{ + text-align: left; +} +.organisateur { + font-weight: bold; +} +td.aide { + color: #000000; + background-color: #FFFFFF; + border-left-width: medium; + border-left-style: solid; + border-left-color: #000000; + width: 20%; + vertical-align: top; + font-size: small; + font-family: Arial, Helvetica, sans-serif; + padding: 0px; +} +div.titre_aide { + font-weight: bold; + color: #FFFFFF; + background-color: #000000; + vertical-align: top; +} +div.corps_aide { + margin: 1px; + text-align: justify; +} +p.deconnexion { + color: #FFFFFF; + text-align: right; + margin: 0px; + margin-right:5px; +} |