diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:23:45 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:23:45 +0200 |
commit | 3c8d3719af0f77f8a01881b022e548d3a7d4604e (patch) | |
tree | 475c5ac9085dc4e62bc8095f906f211a0052c8de /maquette/newstyle_Awor.css | |
parent | 50b0ff7533657a8edb7a0d9645699559c50ea712 (diff) | |
download | 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.tar.gz 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.tar.bz2 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.zip |
Deuxième maquette 2007-02-06+19:18:54 - 2007-02-08+16:46:19
Diffstat (limited to 'maquette/newstyle_Awor.css')
-rw-r--r-- | maquette/newstyle_Awor.css | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/maquette/newstyle_Awor.css b/maquette/newstyle_Awor.css deleted file mode 100644 index 4482235..0000000 --- a/maquette/newstyle_Awor.css +++ /dev/null @@ -1,146 +0,0 @@ -img { border : none ; } -body { - color: #000000; - background-color:#C1C6FD; - font-family: Verdana, Arial, Helvetica, sans-serif; - padding:0px; - margin:0px; - min-width:750px; /*Pour eviter le chevauchement pour FireFox, ne change rien pour IE (qui gere pas trop mal sans ca) */ -} -table { - border-spacing:0px; - margin: auto; - padding: 0px; - width:98%; - text-align:center; - border: thin solid #000000; - border-collapse:collapse; /* Imite le cellspacing=0 et fonctionne sous IE */ - background-color:#FFFF99; -} -th { - border-right:none; - font-weight: bold; - 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; } -/***** Titre *****/ -#titre h2 { - color: #6666FF; - margin-left: 70px; -} -#titre { - padding: 10px 0px 10px; - clear:left; - background-color:#FFFF99; - background-image:url(images/logo.png); - background-position:left; - background-repeat:no-repeat; -} - -/*****************/ -/***** Menu *****/ -#menu { - padding:0px; - margin:0px; - width:100%; - height:20px; - background-color:#000000; -} -#menu a { - text-decoration:none; - display:block; - font-weight:bold; - text-align:center; - color:#FFFFFF; -} -#menu a:hover { - color:#000000; - background-color:#FFFFFF; -} -/* Pour IE5/MAC \*/#menu a{float:none;}/**/ -#menu li { - list-style: none; - float:left; - padding:0; - margin:0; - width:120px; - white-space:nowrap;/*Evite l'étalement sur deux ligne*/ - vertical-align:middle; -} -#menu #deconnection { - float:right; -} - -#main_menu { - -} -/*********************/ -/***** Sous Menu *****/ -#sous_menu { - clear:left; - padding-top:5px; - padding-bottom:3px; - padding-left:15px; - border-bottom:1px solid #000000; -} -/* -------------- Arbre -------------------*/ -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; } - -/*******************/ -/***** Contenu *****/ -#contenu { - padding-top:10px; - padding-bottom:20px; - padding-left:5px; - padding-right:22%;/*225px;*/ /*200 + 5*2 + 2*2 + (pour ie 5*2) */ - background-color:#FFFF99; -} -#aide { - text-align:justify; - color:#000000; - float:right; - margin:5px; - padding:5px; - border:2px solid #000000; - background-color:#FFFFFF; - font-size:small; - width:18%; -} -#aide h2 -{ - text-align:center; - font-size:medium; - color:#FFFFFF; - background-color:#000000; - margin-top:0; - margin-bottom:10px; -}
\ No newline at end of file |