From 1df25a3f06adfc8df46ede476d842a91cd5dc09c Mon Sep 17 00:00:00 2001 From: matcornic Date: Tue, 8 Aug 2017 22:15:56 +0200 Subject: [PATCH] feat: slight changes to blue theme --- exampleSite/README.md | 5 ++++- static/css/theme-blue.css | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/exampleSite/README.md b/exampleSite/README.md index 913dd2c27e..b59f207c75 100644 --- a/exampleSite/README.md +++ b/exampleSite/README.md @@ -1,8 +1,11 @@ - récriture doc -> TODO - créer une section Showcase -- créer des jolis thèmes de base (avec des noms ou au moins de meilleures couleurs) -> TODO + - corriger le multilangue pour la recherche et les autres ressources statiques +- créer des jolis thèmes de base (avec des noms ou au moins de meilleures couleurs) -> DOING + - Thème blue : OK - Menus déroulants icone -> TODO - Comprendre le pbm de Travis -> TODO + - Peut-être passer à autre chose - Section "MORE" -> OK - ajouter les childs -> OK diff --git a/static/css/theme-blue.css b/static/css/theme-blue.css index 4764d4d279..9955541b47 100644 --- a/static/css/theme-blue.css +++ b/static/css/theme-blue.css @@ -7,11 +7,11 @@ --MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */ --MENU-HEADER-BG-color:#1C90F3; /* Background color of menu header */ - --MENU-HEADER-BORDER-color:#45a9ff; /*Color of menu header border */ + --MENU-HEADER-BORDER-color:#33a1ff; /*Color of menu header border */ --MENU-SEARCH-BG-color:#167ad0; /* Search field background color (by default borders + icons) */ - --MENU-SEARCH-BOX-color: #45a9ff; /* Override search field border color */ - --MENU-SEARCH-BOX-ICONS-color: #45a9ff; /* Override search field icons color */ + --MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */ + --MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */ --MENU-SECTIONS-ACTIVE-BG-color:#20272b; /* Background color of the active section and its childs */ --MENU-SECTIONS-BG-color:#252c31; /* Background color of other sections */ @@ -20,7 +20,7 @@ --MENU-SECTION-ACTIVE-CATEGORY-color: #777; /* Color of active category text */ --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fff; /* Color of background for the active category (only) */ - --MENU-VISITED-color: #45a9ff; /* Color of 'page visited' icons in menu */ + --MENU-VISITED-color: #33a1ff; /* Color of 'page visited' icons in menu */ --MENU-SECTION-HR-color: #20272b; /* Color of
separator in menu */ }