diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:19:32 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:19:32 +0200 |
commit | f55d097d97c3c81382c441f612b0ce2881e63334 (patch) | |
tree | ec6167735ab6184eaf05e99d262c6acdc28e22bf /maquette_old/style1.css | |
parent | a25edc8edf23e652dbd529b8c42199ae559905a1 (diff) | |
download | 2007-AWOR-f55d097d97c3c81382c441f612b0ce2881e63334.tar.gz 2007-AWOR-f55d097d97c3c81382c441f612b0ce2881e63334.tar.bz2 2007-AWOR-f55d097d97c3c81382c441f612b0ce2881e63334.zip |
Renommage pour diff entre maquette_old et maquette
Diffstat (limited to 'maquette_old/style1.css')
-rw-r--r-- | maquette_old/style1.css | 179 |
1 files changed, 0 insertions, 179 deletions
diff --git a/maquette_old/style1.css b/maquette_old/style1.css deleted file mode 100644 index d70ec0e..0000000 --- a/maquette_old/style1.css +++ /dev/null @@ -1,179 +0,0 @@ -body {
- color: #000000;
- background-color: #CCCCCC;
- font-family: Verdana, Arial, Helvetica, sans-serif;
-}
-.important { color: #FF0000; }
-.termine { color: #00CC00; }
-a:link { color: #000000; }
-a:visited { color: #000000; }
-
-table {
- border-spacing:0px;
- margin: auto;
- padding: 0px;
- background-color: #FFFF99;
- width:98%;
- text-align:center;
- border: thin solid #000000;
-}
-th {
- font-weight: bold;
- border-bottom-width: thin;
- border-bottom-style: solid;
- border-bottom-color: #000000;
- color: #FFFFFF;
- background-color: #000000;
- font-size: small;
-}
-td {
- border-bottom-width: thin;
- border-bottom-style: solid;
- border-bottom-color: #000000;
-}
-th a:link, th a:visited {
- font-size: x-small;
- color: #FFFFFF;
-}
-h1 {
- font-weight: bold;
- color: #9999FF;
- text-align: center;
-}
-h2 {
- color: #5C5CFF;
- margin: 0px;
-}
-select { width:auto; }
-/* ---------------------- Tableau détails réunions ---------------------- */
-table.old {
- border-spacing:0px;
- margin: auto;
- padding: 0px;
- background-color: #FFFF99;
- width:98%;
- text-align:center;
-}
-table.details td.participant {
- text-align:right;
-}
-a.creneau_fixer:hover
-{
- background-color:#CC3300;
-}
-/* ---------------------- Tableau principal ---------------------- */
-table.main {
- border-spacing:0px;
- margin: auto;
- padding: 0px;
- background-color: #FFFF99;
- width:98%;
- text-align: left;
-}
-/* ---------------------- Tableau commentaire ---------------------- */
-table.commentaires {
- text-align: left;
-}
-/* ---------------------- Tableau fichiers ---------------------- */
-table.fichiers {
- text-align: left;
-}
-/* ---------------------- Listes des réunions ---------------------- */
-table.listeReunions {
- border-collapse:collapse;
-}
-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;
-}
-/* ---------------------- Table principale ---------------------- */
-table.principal {
- border:hidden;
- margin:auto;
-}
-/* ---------------------- Arbre du menu ---------------------- */
-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, p.arbre a:visited { color:#1F1FFF; }
-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; }
-/* ---------------------- Listes ---------------------- */
-ul.commentaires {
- list-style-type: none;
- margin-top: 2px;
- padding-left: 2px;
-}
-ul.commentaires li { margin-left: 0px; }
-ul.menu { text-align: left; }
-li.menu
-{
- display: inline;
- list-style-type: none;
- padding-right: 5px;
-}
-table.detail_reunions th { text-align: center; }
-table.detail_reunion td {
- 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;
-}
-/*
-Ancien style de lien
-a:link { color: #1F1FFF; }
-a:visited { color: #EE009F; }
-*/
|