summaryrefslogtreecommitdiff
path: root/maquette/style1.css
diff options
context:
space:
mode:
Diffstat (limited to 'maquette/style1.css')
-rw-r--r--maquette/style1.css179
1 files changed, 179 insertions, 0 deletions
diff --git a/maquette/style1.css b/maquette/style1.css
new file mode 100644
index 0000000..d70ec0e
--- /dev/null
+++ b/maquette/style1.css
@@ -0,0 +1,179 @@
+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; }
+*/