diff --git a/beesdoo_website_shift/static/src/css/design.css b/beesdoo_website_shift/static/src/css/design.css
deleted file mode 100644
index acfb05a..0000000
--- a/beesdoo_website_shift/static/src/css/design.css
+++ /dev/null
@@ -1,3 +0,0 @@
-h1 {
- color: grey;
-}
diff --git a/beesdoo_website_shift/views/shift_website_templates.xml b/beesdoo_website_shift/views/shift_website_templates.xml
index 1bbd66a..e7dba77 100644
--- a/beesdoo_website_shift/views/shift_website_templates.xml
+++ b/beesdoo_website_shift/views/shift_website_templates.xml
@@ -16,15 +16,6 @@
-
-
-
-
-
-
-
= 1.6 */
+@nbcolors: 8; /* For less <=1.4 */
+
+
+/* Main */
+body
+{
+ font-family: Roboto, sans;
+}
+
+
+/* Header menu */
+header
+{
+ .navbar-default
+ {
+ font-family: BebasNeue, sans;
+ // Enlarge the menu
+ padding-top: 20px;
+ padding-bottom: 20px;
+
+ .navbar-nav
+ {
+ font-size: 1.5em;
+
+ // Function to underline non active links
+ #menu()
+ {
+ padding-bottom: 10px;
+ border-bottom-width: 4px;
+ border-bottom-style: solid;
+ }
+
+ // Function to underline the active links
+ #menu-active()
+ {
+ padding-bottom: 6px;
+ border-bottom-width: 8px;
+ border-bottom-style: solid;
+ }
+
+ // Underline the link
+ a,
+ {
+ span:not(.caret)
+ {
+ #menu
+ }
+
+ &:hover,
+ &:focus
+ {
+ span:not(.caret)
+ {
+ #menu-active
+ }
+ }
+ }
+
+ > .open > a,
+ > .open > a:hover,
+ > .open > a:focus
+ {
+ background-color: transparent;
+ }
+
+ .active
+ {
+ a,
+ a:hover,
+ a:focus
+ {
+ background-color: transparent;
+ span:not(.caret)
+ {
+ #menu-active
+ }
+ }
+ }
+
+ // Last element is the name of the logged user.
+ // This should not be in the same font as other links
+ > li:last-child
+ {
+ font-family: Roboto;
+ font-size: 0.8em;
+ }
+
+ // Put different colors on each link of the menu
+ .menu-color-loop(@i) when (@i > 0)
+ {
+ .menu-color-loop((@i - 1));
+
+ > li:nth-child(@{nbcolors}n+@{i})
+ {
+ a
+ {
+ span:not(.caret)
+ {
+ border-bottom-color: extract(@colors, @i);
+ }
+ }
+ }
+ }
+
+ .menu-color-loop(@nbcolors);
+ }
+ }
+}
+
+
+/* Titles */
+// Underline the title with colored bar
+h1
+{
+ color: black;
+ font-family: BebasNeue, sans;
+ text-align: center;
+ position: relative;
+ margin-bottom: 1em;
+}
+
+h1:after
+{
+ content: "";
+ background-color: extract(@colors, 1);
+ height: 6px;
+ width: 100px;
+ display: block;
+ margin: 0 auto;
+ margin-top: 0.5em;
+}
diff --git a/beesdoo_website_theme/views/assets.xml b/beesdoo_website_theme/views/assets.xml
new file mode 100644
index 0000000..4b8102a
--- /dev/null
+++ b/beesdoo_website_theme/views/assets.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+