MOD Amélioration de la CSS (mineur)
[pompage.git] / css / yopyop.css
index ca657f1..399d9d1 100644 (file)
@@ -6,13 +6,19 @@
     color: #000000;\r
 }\r
 \r
+body {\r
+       background-color: #DDDDDD;\r
+}\r
+\r
 h1 {\r
        font-size: 20pt;\r
-       font-style: italic;     \r
+       font-style: italic;\r
+       font-weight: bold;\r
+       margin-left: 40px;\r
 }\r
 \r
 th {\r
-       font-size: 13pt;\r
+       font-size: 14pt;\r
        font-weight: bold;      \r
 }\r
 \r
@@ -30,11 +36,51 @@ table#liste th {
        padding: 3px;\r
 }\r
 \r
+table#liste th.titre {\r
+       text-align: left;\r
+}\r
+\r
+table#liste th.annee {\r
+       width: 50px;\r
+}\r
+\r
+table#liste th.duree {\r
+       width: 80px;\r
+}\r
+\r
+table#liste th.lien {\r
+       width: 50px;\r
+}\r
+\r
+table#liste th.fichier {\r
+       width: 50px;\r
+}\r
+\r
 table#liste td {\r
     background-color: #BBBBEE; \r
        padding: 3px;\r
 }\r
 \r
+table#liste td.titre {\r
+       font-weight: bold;\r
+}\r
+\r
+table#liste td.annee {\r
+       text-align: right;\r
+}\r
+\r
+table#liste td.duree {\r
+       text-align: right;\r
+}\r
+\r
+table#liste td.lien {\r
+       text-align: center;\r
+}\r
+\r
+table#liste td.fichier {\r
+       text-align: center;\r
+}\r
+\r
 table#liste td.titre:hover {\r
     background-color: #CCCCFF; \r
        padding: 3px;\r