diff --git a/univcloud/static/css/style.css b/univcloud/static/css/style.css index 18c09cb..24423e8 100644 --- a/univcloud/static/css/style.css +++ b/univcloud/static/css/style.css @@ -1,17 +1,17 @@ html, body { margin: 0; padding: 0; - background: #4087b6 url(../img/noise-texture.png); + background: #001c3a; /* url(../img/noise-texture.png); */ height: 101%; font-family: 'Merriweather Sans', sans-serif; - color: #222; + color: #ffffff; } a { font-weight: normal; text-decoration: none; border-bottom: 1px dashed #aaa; - color: #3b79a2; + color: white; } #footer { @@ -22,6 +22,7 @@ h1 { color: white; font-weight: normal; padding-left: 10px; + padding-top: 20px; margin-top: 0; } @@ -56,7 +57,7 @@ ul li h2 { font-weight: normal; font-size: 20px; text-decoration: none; - color: black; + color: white; font-weight: normal; } @@ -73,21 +74,24 @@ ul li.dark-bg h2 { #logout { position: absolute; - right: -5%; - top: 0px; + right: 0; + top: -2px; background: white; padding: 5px 10px; - border-radius: 0 0 5px 5px; + border-radius: 0; + text-decoration: none; + color: black; + border: none; + display: none; } #portal { position: absolute; - right: 10px; + right: 150px; top: -2px; background: white; padding: 5px 10px; - border-radius: 0 0 5px 5px; - display: block; + border-radius: 0; text-decoration: none; color: black; border: none; @@ -295,6 +299,11 @@ li.dark-bg:hover .close { margin-left: -30px; } +#idplist ul li a { + color: black; + border-bottom: 0; +} + input#search { margin: 10px 10px; height: 1.5em; diff --git a/univcloud/templates/univcloud/base.html b/univcloud/templates/univcloud/base.html index 17f0060..4238739 100644 --- a/univcloud/templates/univcloud/base.html +++ b/univcloud/templates/univcloud/base.html @@ -20,6 +20,7 @@ {% endif %}
diff --git a/univcloud/templates/univcloud/homepage.html b/univcloud/templates/univcloud/homepage.html index 580dfc2..05bad1b 100644 --- a/univcloud/templates/univcloud/homepage.html +++ b/univcloud/templates/univcloud/homepage.html @@ -19,10 +19,6 @@ UnivCloud {% endblock %} {% block content %} -
-Déconnexion -
-