From 45f04f438d87c26d649ab9a43856fcaaf77df908 Mon Sep 17 00:00:00 2001 From: jbousquie Date: Tue, 29 Nov 2016 12:04:42 +0100 Subject: [PATCH] cosmetique --- admin/default.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/admin/default.css b/admin/default.css index dba01b3..5a9add2 100644 --- a/admin/default.css +++ b/admin/default.css @@ -106,3 +106,23 @@ a.anchor { .proc { background-color: LightSteelBlue;} .p_user { background-color: PowderBlue;} + +.footer { + margin-top: 30px; + font-size: 75%; + text-align: center; +} + +.header { + font-size: 300%; + font-weight: bolder; + text-align: center; +} + +.materiel_ligne1 { + background-color: LavenderBlush; +} + +.materiel_ligne2 { + background-color: Lavender; +} \ No newline at end of file