Plus d'articles
-Catégories
-Tags
-Catégories
+Tags
+diff --git a/assets/css/style.css b/assets/css/style.css index f59cdf1..7925c9c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -564,10 +564,11 @@ input { .filtre { width: 100%; padding: 6px 10px 6px 10px; - color: white; + color: #fff; text-transform: uppercase; font-size: 14px; margin-top: 15px; + display: block; } .dev-color { @@ -599,7 +600,7 @@ input { } .tag { - color: white; + color: #fff; background-color: #cccccc; text-transform: uppercase; display: inline-block; @@ -617,7 +618,7 @@ input { .phraseFooter { font-size: 17px; padding-top: 10px; - color: white; + color: #fff; font-weight: 400; } @@ -636,7 +637,7 @@ input { background-color: transparent; border: none; width: 180px; - color: white; + color: #fff; } #glass { @@ -650,7 +651,7 @@ input { } #titre-home { - color: white; + color: #fff; padding-bottom: 20px; font-size: 20px; font-weight: bold; @@ -748,8 +749,31 @@ form.login > input { margin: auto; } -form.login >input[type="submit"] { - left: -46%; +form.login >input[type="submit"], form.login > a { + left: -44%; position: relative; margin-top: 10px; + border: none; +} + +form.login > a { + left: -28%; + margin-top: 65px; +} + +a:hover { + text-decoration: none; + color: #fff; +} + + +td, th { + border: 1px solid #dddddd; + text-align: left; + padding: 8px; + background:#fff; +} + +table { + width: 100%; } diff --git a/assets/html/includes/head.html b/assets/html/includes/head.html index 339df78..154f11d 100644 --- a/assets/html/includes/head.html +++ b/assets/html/includes/head.html @@ -1,6 +1,6 @@ -