Projet

Général

Profil

0001-static-move-theme-scss-variables-to-_vars.scss-14607.patch

Frédéric Péters, 13 janvier 2017 16:06

Télécharger (59,4 ko)

Voir les différences:

Subject: [PATCH 1/4] static: move theme scss variables to _vars.scss (#14607)

So it will be possible to reuse them to create other application styles.
 static/alfortville/_vars.scss                  | 14 +++++++++++
 static/alfortville/style.scss                  | 16 +------------
 static/chateauroux/_vars.scss                  | 19 +++++++++++++++
 static/chateauroux/style.scss                  | 21 +---------------
 static/clisson-sevre-et-maine-agglo/_vars.scss | 24 +++++++++++++++++++
 static/clisson-sevre-et-maine-agglo/style.scss | 26 +-------------------
 static/clisson/_vars.scss                      | 22 +++++++++++++++++
 static/clisson/style.scss                      | 24 +------------------
 static/dardilly/_vars.scss                     | 15 ++++++++++++
 static/dardilly/style.scss                     | 17 +------------
 static/dauphine/_vars.scss                     | 15 ++++++++++++
 static/dauphine/style.scss                     | 17 +------------
 static/fondettes/_vars.scss                    | 17 +++++++++++++
 static/fondettes/style.scss                    | 19 +--------------
 static/fontenay-sous-bois/_vars.scss           | 20 ++++++++++++++++
 static/fontenay-sous-bois/style.scss           | 22 +----------------
 static/grandlyon/_vars.scss                    | 23 ++++++++++++++++++
 static/grandlyon/style.scss                    | 25 +------------------
 static/greville-hague/_vars.scss               | 21 ++++++++++++++++
 static/greville-hague/style.scss               | 23 +-----------------
 static/haute-goulaine/_vars.scss               | 21 ++++++++++++++++
 static/haute-goulaine/style.scss               | 23 +-----------------
 static/jobourg/_vars.scss                      | 18 ++++++++++++++
 static/jobourg/style.scss                      | 20 +---------------
 static/la-hague/_vars.scss                     | 15 ++++++++++++
 static/la-hague/style.scss                     | 17 +------------
 static/la-seyne-sur-mer/_vars.scss             | 14 +++++++++++
 static/la-seyne-sur-mer/style.scss             | 16 +------------
 static/massoins/_vars.scss                     | 19 +++++++++++++++
 static/massoins/style.scss                     | 21 +---------------
 static/meaux/_vars.scss                        | 21 ++++++++++++++++
 static/meaux/style.scss                        | 23 +-----------------
 static/meyzieu/_vars.scss                      | 15 ++++++++++++
 static/meyzieu/style.scss                      | 17 +------------
 static/montpellier/_vars.scss                  | 31 ++++++++++++++++++++++++
 static/montpellier/style.scss                  | 33 +-------------------------
 static/nancy-2017/_vars.scss                   | 19 +++++++++++++++
 static/nancy-2017/style.scss                   | 21 +---------------
 static/nancy/_vars.scss                        | 17 +++++++++++++
 static/nancy/style.scss                        | 19 +--------------
 static/nanterre/_vars.scss                     | 20 ++++++++++++++++
 static/nanterre/style.scss                     | 22 +----------------
 static/omonville-la-rogue/_vars.scss           | 19 +++++++++++++++
 static/omonville-la-rogue/style.scss           | 21 +---------------
 static/orleans/_vars.scss                      | 30 +++++++++++++++++++++++
 static/orleans/style.scss                      | 32 +------------------------
 static/oullins/_vars.scss                      | 18 ++++++++++++++
 static/oullins/style.scss                      | 20 +---------------
 static/pays-de-grasse/_vars.scss               | 17 +++++++++++++
 static/pays-de-grasse/style.scss               | 19 +--------------
 static/pratic/_vars.scss                       | 16 +++++++++++++
 static/pratic/style.scss                       | 18 +-------------
 static/publik/_vars.scss                       | 20 ++++++++++++++++
 static/publik/style.scss                       | 22 +----------------
 static/rochefort/_vars.scss                    | 25 +++++++++++++++++++
 static/rochefort/style.scss                    | 27 +--------------------
 static/saint-vallier-de-thiey/_vars.scss       | 15 ++++++++++++
 static/saint-vallier-de-thiey/style.scss       | 17 +------------
 static/sictiam/_vars.scss                      | 13 ++++++++++
 static/sictiam/style.scss                      | 15 +-----------
 static/sospel/_vars.scss                       | 20 ++++++++++++++++
 static/sospel/style.scss                       | 22 +----------------
 static/tonneville/_vars.scss                   | 19 +++++++++++++++
 static/tonneville/style.scss                   | 21 +---------------
 static/tournai/_vars.scss                      | 19 +++++++++++++++
 static/tournai/style.scss                      | 21 +---------------
 static/urville-nacqueville/_vars.scss          | 22 +++++++++++++++++
 static/urville-nacqueville/style.scss          | 24 +------------------
 68 files changed, 687 insertions(+), 687 deletions(-)
 create mode 100644 static/alfortville/_vars.scss
 create mode 100644 static/chateauroux/_vars.scss
 create mode 100644 static/clisson-sevre-et-maine-agglo/_vars.scss
 create mode 100644 static/clisson/_vars.scss
 create mode 100644 static/dardilly/_vars.scss
 create mode 100644 static/dauphine/_vars.scss
 create mode 100644 static/fondettes/_vars.scss
 create mode 100644 static/fontenay-sous-bois/_vars.scss
 create mode 100644 static/grandlyon/_vars.scss
 create mode 100644 static/greville-hague/_vars.scss
 create mode 100644 static/haute-goulaine/_vars.scss
 create mode 100644 static/jobourg/_vars.scss
 create mode 100644 static/la-hague/_vars.scss
 create mode 100644 static/la-seyne-sur-mer/_vars.scss
 create mode 100644 static/massoins/_vars.scss
 create mode 100644 static/meaux/_vars.scss
 create mode 100644 static/meyzieu/_vars.scss
 create mode 100644 static/montpellier/_vars.scss
 create mode 100644 static/nancy-2017/_vars.scss
 create mode 100644 static/nancy/_vars.scss
 create mode 100644 static/nanterre/_vars.scss
 create mode 100644 static/omonville-la-rogue/_vars.scss
 create mode 100644 static/orleans/_vars.scss
 create mode 100644 static/oullins/_vars.scss
 create mode 100644 static/pays-de-grasse/_vars.scss
 create mode 100644 static/pratic/_vars.scss
 create mode 100644 static/publik/_vars.scss
 create mode 100644 static/rochefort/_vars.scss
 create mode 100644 static/saint-vallier-de-thiey/_vars.scss
 create mode 100644 static/sictiam/_vars.scss
 create mode 100644 static/sospel/_vars.scss
 create mode 100644 static/tonneville/_vars.scss
 create mode 100644 static/tournai/_vars.scss
 create mode 100644 static/urville-nacqueville/_vars.scss
static/alfortville/_vars.scss
1
$width: 950px;
2
$mobile-limit: 800px;
3
$font-size: 13px;
4
$font-color: #333;
5
$font-family: sans-serif;
6
$nav-background: transparent;
7
$nav-color: #2A697C;
8
$nav-active-color: transparent;
9
$nav-menu-color: #3791DB;
10
$border-radius: 0px;
11
$button-background: #804697;
12
$title-background: transparent; //#804697;
13
$title-color: #8D59A1;
14
$cell-border: 0 solid transparent;
static/alfortville/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 950px;
4
$mobile-limit: 800px;
5
$font-size: 13px !default;
6
$font-color: #333;
7
$font-family: sans-serif !default;
8
$nav-background: transparent;
9
$nav-color: #2A697C;
10
$nav-active-color: transparent;
11
$nav-menu-color: #3791DB;
12
$border-radius: 0px;
13
$button-background: #804697;
14
$title-background: transparent; //#804697;
15
$title-color: #8D59A1;
16
$cell-border: 0 solid transparent;
17

  
3
@import 'vars';
18 4
@import '../includes/utils';
19 5
@import '../includes/title';
20 6

  
static/chateauroux/_vars.scss
1
$primary-color: #0779B7;
2
$width: 950px;
3
$mobile-limit: 800px;
4
$font-size: 13px;
5
$font-family: "Exo 2", arial, helvetica, sans-serif;
6
$border-radius: 0;
7
$nav-background: transparent;
8
$nav-submenu-background: $primary-color;
9
$nav-submenu-color: white;
10
$nav-item-background: transparent;
11
$nav-color: #2A697C;
12
$nav-active-color: $primary-color;
13
$nav-item-selected-color: white;
14
$nav-menu-color: white;
15
$button-background: $primary-color;
16
$title-background: $primary-color;
17
$title-color: white;
18
$footer-background: #3F3F3F;
19
$dashboard-selected-color: $primary-color;
static/chateauroux/style.scss
2 2

  
3 3
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,100,200,300,400italic,600,700,700italic,800);
4 4

  
5
$primary-color: #0779B7;
6
$width: 950px;
7
$mobile-limit: 800px;
8
$font-size: 13px !default;
9
$font-family: "Exo 2", arial, helvetica, sans-serif;
10
$border-radius: 0;
11
$nav-background: transparent;
12
$nav-submenu-background: $primary-color;
13
$nav-submenu-color: white;
14
$nav-item-background: transparent;
15
$nav-color: #2A697C;
16
$nav-active-color: $primary-color;
17
$nav-item-selected-color: white;
18
$nav-menu-color: white;
19
$button-background: $primary-color;
20
$title-background: $primary-color;
21
$title-color: white;
22
$footer-background: #3F3F3F;
23
$dashboard-selected-color: $primary-color;
24

  
5
@import 'vars';
25 6
@import '../includes/publik';
26 7
@import '../includes/dashboard';
27 8
@import 'custom';
static/clisson-sevre-et-maine-agglo/_vars.scss
1
$primary-color: #C25D1B;
2

  
3
$width: 1140px;
4
$font-color: #5b4e46;
5
$font-family: "PT Sans", sans-serif;
6
$font-size: 15px;
7
$nav-background: transparent;
8
$nav-submenu-background: #eee;
9
$nav-submenu-color: #333;
10
$nav-color: $font-color;
11
$nav-active-color: $primary-color;
12
$nav-item-selected-color: white;
13
$nav-item-hover-color: white;
14
$nav-item-selected-mode: bottom-border;
15
$nav-item-hover-mode: bottom-border;
16
$border-radius: 0px;
17
$button-background: $primary-color;
18
$title-background: transparent;
19

  
20
$title-border-bottom: 3px solid #CCCCCC;
21
$title-weight: bold;
22
$title-color: #646466;
23
$footer-background: #584F48;
24
$footer-color: white;
static/clisson-sevre-et-maine-agglo/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #C25D1B;
4

  
5
$width: 1140px;
6
$font-color: #5b4e46;
7
$font-family: "PT Sans", sans-serif;
8
$font-size: 15px;
9
$nav-background: transparent;
10
$nav-submenu-background: #eee;
11
$nav-submenu-color: #333;
12
$nav-color: $font-color;
13
$nav-active-color: $primary-color;
14
$nav-item-selected-color: white;
15
$nav-item-hover-color: white;
16
$nav-item-selected-mode: bottom-border;
17
$nav-item-hover-mode: bottom-border;
18
$border-radius: 0px;
19
$button-background: $primary-color;
20
$title-background: transparent;
21

  
22
$title-border-bottom: 3px solid #CCCCCC;
23
$title-weight: bold;
24
$title-color: #646466;
25
$footer-background: #584F48;
26
$footer-color: white;
27

  
3
@import 'vars';
28 4
@import '../includes/publik';
29 5
@import 'custom';
static/clisson/_vars.scss
1
$primary-color: #C52F1E;
2

  
3
$width: 1160px;
4
$font-color: #666;
5
$font-family: Lato, sans-serif;
6
$font-size: 15px;
7
$nav-background: transparent;
8
$nav-submenu-background: #eee;
9
$nav-submenu-color: #333;
10
$nav-color: $font-color;
11
$nav-active-color: $primary-color;
12
$nav-item-selected-color: white;
13
$nav-item-hover-color: white;
14
$border-radius: 0px;
15
$button-background: $primary-color;
16
$title-background: transparent;
17

  
18
$title-border-bottom: 3px solid $primary-color;
19
$title-weight: bold;
20
$title-color: #646466;
21
$footer-background: #CD3C2E;
22
$footer-color: white;
static/clisson/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #C52F1E;
4

  
5
$width: 1160px;
6
$font-color: #666;
7
$font-family: Lato, sans-serif;
8
$font-size: 15px;
9
$nav-background: transparent;
10
$nav-submenu-background: #eee;
11
$nav-submenu-color: #333;
12
$nav-color: $font-color;
13
$nav-active-color: $primary-color;
14
$nav-item-selected-color: white;
15
$nav-item-hover-color: white;
16
$border-radius: 0px;
17
$button-background: $primary-color;
18
$title-background: transparent;
19

  
20
$title-border-bottom: 3px solid $primary-color;
21
$title-weight: bold;
22
$title-color: #646466;
23
$footer-background: #CD3C2E;
24
$footer-color: white;
25

  
3
@import 'vars';
26 4
@import '../includes/publik';
27 5
@import 'custom';
static/dardilly/_vars.scss
1
$primary-color: #008FCB;
2

  
3
$width: 1000px;
4
$font-color: #575757;
5
$font-size: 13px;
6
$font-family: Arial, sans-serif;
7
$nav-background: $primary-color;
8
$nav-color: white;
9
$nav-active-color: darken($nav-background, 10%);
10
$border-radius: 3px;
11
$button-background: $primary-color;
12
$title-background: $primary-color;
13
$title-color: white;
14
$footer-background: transparent;
15
$link-color: #1191D0;
static/dardilly/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #008FCB;
4

  
5
$width: 1000px;
6
$font-color: #575757;
7
$font-size: 13px;
8
$font-family: Arial, sans-serif;
9
$nav-background: $primary-color;
10
$nav-color: white;
11
$nav-active-color: darken($nav-background, 10%);
12
$border-radius: 3px;
13
$button-background: $primary-color;
14
$title-background: $primary-color;
15
$title-color: white;
16
$footer-background: transparent;
17
$link-color: #1191D0;
18

  
3
@import 'vars';
19 4
@import '../includes/publik';
20 5
@import 'custom';
static/dauphine/_vars.scss
1
$width: 950px;
2
$mobile-limit: 800px;
3
$font-size: 13px;
4
$font-family: Arial, sans-serif;
5
$nav-background: #DFE2E6;
6
$nav-color: #333;
7
$nav-active-color: transparent;
8
$nav-menu-color: white;
9
$nav-item-selected-color: black;
10
$nav-item-hover-color: black;
11
$border-radius: 0;
12
$button-background: #00428F;
13
$title-background: #00428F;
14
$title-color: white;
15
$footer-background: #00428F;
static/dauphine/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 950px;
4
$mobile-limit: 800px;
5
$font-size: 13px !default;
6
$font-family: Arial, sans-serif !default;
7
$nav-background: #DFE2E6;
8
$nav-color: #333;
9
$nav-active-color: transparent;
10
$nav-menu-color: white;
11
$nav-item-selected-color: black;
12
$nav-item-hover-color: black;
13
$border-radius: 0;
14
$button-background: #00428F;
15
$title-background: #00428F;
16
$title-color: white;
17
$footer-background: #00428F;
18

  
3
@import 'vars';
19 4
@import '../includes/publik';
20 5
@import 'custom';
static/fondettes/_vars.scss
1
$width: 950px;
2
$mobile-limit: 800px;
3
$font-size: 13px;
4
$font-family: sans-serif;
5
$nav-background: transparent;
6
$nav-submenu-background: white;
7
$nav-submenu-color: #333;
8
$nav-color: #2A697C;
9
$nav-active-color: #2A697C;
10
$nav-button-background: transparent;
11
$nav-button-color: $nav-active-color;
12
$nav-item-selected-mode: bottom-border;
13
$nav-item-hover-mode: bottom-border;
14
$border-radius: 3px;
15
$button-background: #2A697C;
16
$title-background: #2A697C;
17
$title-color: white;
static/fondettes/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 950px;
4
$mobile-limit: 800px;
5
$font-size: 13px !default;
6
$font-family: sans-serif !default;
7
$nav-background: transparent;
8
$nav-submenu-background: white;
9
$nav-submenu-color: #333;
10
$nav-color: #2A697C;
11
$nav-active-color: #2A697C;
12
$nav-button-background: transparent;
13
$nav-button-color: $nav-active-color;
14
$nav-item-selected-mode: bottom-border;
15
$nav-item-hover-mode: bottom-border;
16
$border-radius: 3px;
17
$button-background: #2A697C;
18
$title-background: #2A697C;
19
$title-color: white;
20

  
3
@import 'vars';
21 4
@import '../includes/publik';
22 5
@import 'custom';
static/fontenay-sous-bois/_vars.scss
1
$width: 1000px;
2
$mobile-limit: 700px;
3
$font-size: 13px;
4
$font-family: arial, sans-serif;
5
$nav-background: white;
6
$nav-color: #E27828;
7
$nav-active-color: #FF6E00;
8
$nav-item-selected-color: white;
9
$nav-item-hover-color: white;
10
$nav-menu-color: white;
11
$border-radius: 10px;
12
$cell-border: transparent;
13
$cell-title-cover-border: false;
14
$button-background: #E27828;
15
$title-background: white;
16
$title-color: rgb(58, 58, 58);
17
$title-font-size: 150%;
18
$title-weight: normal;
19
$footer-background: transparent;
20
$footer-color: white;
static/fontenay-sous-bois/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 1000px;
4
$mobile-limit: 700px;
5
$font-size: 13px !default;
6
$font-family: arial, sans-serif !default;
7
$nav-background: white;
8
$nav-color: #E27828;
9
$nav-active-color: #FF6E00;
10
$nav-item-selected-color: white;
11
$nav-item-hover-color: white;
12
$nav-menu-color: white;
13
$border-radius: 10px;
14
$cell-border: transparent;
15
$cell-title-cover-border: false;
16
$button-background: #E27828;
17
$title-background: white;
18
$title-color: rgb(58, 58, 58);
19
$title-font-size: 150%;
20
$title-weight: normal;
21
$footer-background: transparent;
22
$footer-color: white;
23

  
3
@import 'vars';
24 4
@import '../includes/publik';
25 5
@import 'custom';
static/grandlyon/_vars.scss
1
$width: 1180px;
2
$mobile-limit: 800px;
3
$font-size: 13px;
4
$font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5
$border-radius: 0;
6
$primary-color: #DA0000;
7
$link-color: $primary-color;
8
$nav-background: transparent;
9
$nav-submenu-background: white;
10
$nav-submenu-color: #DA0000;
11
$nav-item-background: transparent;
12
$nav-color: #050707;
13
$nav-active-color: white;
14
$nav-item-selected-color: $primary-color;
15
$nav-menu-color: $primary-color;
16
$button-background: #363636;
17
$title-background: white;
18
$title-color: #000;
19
$footer-background: #000;
20
$footer-color: #FFF;
21
$dashboard-selected-color: $primary-color;
22
$title-border-bottom: 1px solid #C5C5B6;
23
$cell-border: 0px solid transparent;
static/grandlyon/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 1180px;
4
$mobile-limit: 800px;
5
$font-size: 13px !default;
6
$font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7
$border-radius: 0;
8
$primary-color: #DA0000;
9
$link-color: $primary-color;
10
$nav-background: transparent;
11
$nav-submenu-background: white;
12
$nav-submenu-color: #DA0000;
13
$nav-item-background: transparent;
14
$nav-color: #050707;
15
$nav-active-color: white;
16
$nav-item-selected-color: $primary-color;
17
$nav-menu-color: $primary-color;
18
$button-background: #363636;
19
$title-background: white;
20
$title-color: #000;
21
$footer-background: #000;
22
$footer-color: #FFF;
23
$dashboard-selected-color: $primary-color;
24
$title-border-bottom: 1px solid #C5C5B6;
25
$cell-border: 0px solid transparent;
26

  
3
@import 'vars';
27 4
@import '../includes/publik';
28 5
@import 'custom';
static/greville-hague/_vars.scss
1
$primary-color: #431403; /* dark brown */
2
$secondary-color: #AD987B; /* light brown */
3

  
4
$width: 950px;
5
$font-color: #333;
6
$font-size: 13px;
7
$font-family: Verdana, Arial, Helvetica, sans-serif;
8
$nav-background: $secondary-color;
9
$nav-color: white;
10
$nav-active-color: $primary-color;
11
$border-radius: 0px;
12
$button-background: $primary-color;
13
$title-background: transparent;
14
$title-transform: uppercase;
15
$title-font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
16
$title-weight: bold;
17
$title-border-bottom: 1px dotted #DED6C5;
18
$title-color: $primary-color;
19
$footer-background: $primary-color;
20
$footer-color: white;
21
$link-color: #4A8B4A;
static/greville-hague/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #431403; /* dark brown */
4
$secondary-color: #AD987B; /* light brown */
5

  
6
$width: 950px;
7
$font-color: #333;
8
$font-size: 13px;
9
$font-family: Verdana, Arial, Helvetica, sans-serif;
10
$nav-background: $secondary-color;
11
$nav-color: white;
12
$nav-active-color: $primary-color;
13
$border-radius: 0px;
14
$button-background: $primary-color;
15
$title-background: transparent;
16
$title-transform: uppercase;
17
$title-font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
18
$title-weight: bold;
19
$title-border-bottom: 1px dotted #DED6C5;
20
$title-color: $primary-color;
21
$footer-background: $primary-color;
22
$footer-color: white;
23
$link-color: #4A8B4A;
24

  
3
@import 'vars';
25 4
@import '../includes/publik';
26 5
@import 'custom';
static/haute-goulaine/_vars.scss
1
$primary-color: #B0D500; /* green */
2
$secondary-color: #F37C00; /* orange */
3

  
4
$width: 964px;
5
$font-color: #2C2C2C;
6
$font-family: Verdana, Tahoma, Arial, sans-serif;
7
$font-size: 13px;
8
$nav-background: $primary-color;
9
$nav-submenu-background: $primary-color;
10
$nav-submenu-color: white;
11
$nav-color: white;
12
$nav-active-color: darken($primary-color, 5%);
13
$nav-item-selected-color: white;
14
$nav-item-hover-color: white;
15
$border-radius: 5px;
16
$button-background: $primary-color;
17
$title-background: $primary-color;
18
$title-weight: bold;
19
$title-color: white;
20
$footer-background: #FFFFFF;
21
$footer-color: #333;
static/haute-goulaine/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #B0D500; /* green */
4
$secondary-color: #F37C00; /* orange */
5

  
6
$width: 964px;
7
$font-color: #2C2C2C;
8
$font-family: Verdana, Tahoma, Arial, sans-serif;
9
$font-size: 13px;
10
$nav-background: $primary-color;
11
$nav-submenu-background: $primary-color;
12
$nav-submenu-color: white;
13
$nav-color: white;
14
$nav-active-color: darken($primary-color, 5%);
15
$nav-item-selected-color: white;
16
$nav-item-hover-color: white;
17
$border-radius: 5px;
18
$button-background: $primary-color;
19
$title-background: $primary-color;
20
$title-weight: bold;
21
$title-color: white;
22
$footer-background: #FFFFFF;
23
$footer-color: #333;
24

  
3
@import 'vars';
25 4
@import '../includes/publik';
26 5
@import 'custom';
static/jobourg/_vars.scss
1
$primary-color: #436C92; /* blue */
2

  
3
$width: 950px;
4
$font-color: #333;
5
$font-size: 13px;
6
$font-family: "Trebuchet MS", sans-serif;
7
$nav-background: $primary-color;
8
$nav-color: white;
9
$nav-active-color: darken($nav-background, 10%);
10
$border-radius: 5px;
11
$button-background: $primary-color;
12
$title-background: #5B9532;
13
$title-font-family: Georgia, sans-serif;
14
$title-weight: bold;
15
$title-border-bottom: 1px solid #999;
16
$title-color: white;
17
$footer-background: transparent;
18
$link-color: $primary-color;
static/jobourg/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #436C92; /* blue */
4

  
5
$width: 950px;
6
$font-color: #333;
7
$font-size: 13px;
8
$font-family: "Trebuchet MS", sans-serif;
9
$nav-background: $primary-color;
10
$nav-color: white;
11
$nav-active-color: darken($nav-background, 10%);
12
$border-radius: 5px;
13
$button-background: $primary-color;
14
$title-background: #5B9532;
15
$title-font-family: Georgia, sans-serif;
16
$title-weight: bold;
17
$title-border-bottom: 1px solid #999;
18
$title-color: white;
19
$footer-background: transparent;
20
$link-color: $primary-color;
21

  
3
@import 'vars';
22 4
@import '../includes/publik';
23 5
@import 'custom';
static/la-hague/_vars.scss
1
$primary-color: #5ABEB9;
2

  
3
$width: 1200px;
4
$font-color: #515151;
5
$font-size: 13px;
6
$font-family: Verdana, Arial, sans-serif;
7
$nav-background: $primary-color;
8
$nav-active-color: darken($nav-background, 10%);
9
$border-radius: 0px;
10
$button-background: $primary-color;
11
$title-background: $primary-color;
12
$title-weight: bold;
13
$title-color: white;
14
$footer-background: transparent;
15
$link-color: #BE0027;
static/la-hague/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #5ABEB9;
4

  
5
$width: 1200px;
6
$font-color: #515151;
7
$font-size: 13px;
8
$font-family: Verdana, Arial, sans-serif;
9
$nav-background: $primary-color;
10
$nav-active-color: darken($nav-background, 10%);
11
$border-radius: 0px;
12
$button-background: $primary-color;
13
$title-background: $primary-color;
14
$title-weight: bold;
15
$title-color: white;
16
$footer-background: transparent;
17
$link-color: #BE0027;
18

  
3
@import 'vars';
19 4
@import '../includes/publik';
20 5
@import 'custom';
static/la-seyne-sur-mer/_vars.scss
1
$primary-color: #1DA1AE;
2

  
3
$font-color: #565656;
4
$font-size: 13px;
5
$font-family: sans-serif;
6
$nav-background: $primary-color;
7
$nav-color: white;
8
$nav-active-color: darken($primary-color, 20%);
9
$border-radius: 3px;
10
$button-background: $primary-color;
11
$title-background: $primary-color;
12
$title-color: white;
13
$footer-background: transparent;
14
$footer-color: $font-color;
static/la-seyne-sur-mer/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #1DA1AE;
4

  
5
$font-color: #565656;
6
$font-size: 13px !default;
7
$font-family: sans-serif !default;
8
$nav-background: $primary-color;
9
$nav-color: white;
10
$nav-active-color: darken($primary-color, 20%);
11
$border-radius: 3px;
12
$button-background: $primary-color;
13
$title-background: $primary-color;
14
$title-color: white;
15
$footer-background: transparent;
16
$footer-color: $font-color;
17

  
3
@import 'vars';
18 4
@import '../includes/publik';
19 5
@import '../sictiam/sictiam';
20 6
@import 'custom';
static/massoins/_vars.scss
1
$primary-color: #4DB2EC;
2
$width: 1164px;
3
$mobile-limit: 800px;
4
$font-size: 13px;
5
$font-family: sans-serif;
6
$nav-background: transparent;
7
$nav-submenu-background: white;
8
$nav-color: black;
9
$nav-active-color: transparent;
10
$nav-mobile-menu-background: $primary-color;
11
$nav-menu-color: white;
12
$nav-submenu-color: black;
13
$nav-item-selected-color: $nav-color;
14
$border-radius: 0px;
15
$button-background: $primary-color;
16
$title-background: $primary-color;
17
$title-color: white;
18
$title-font-family: Roboto;
19
$footer-background: transparent;
static/massoins/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #4DB2EC;
4
$width: 1164px;
5
$mobile-limit: 800px;
6
$font-size: 13px !default;
7
$font-family: sans-serif !default;
8
$nav-background: transparent;
9
$nav-submenu-background: white;
10
$nav-color: black;
11
$nav-active-color: transparent;
12
$nav-mobile-menu-background: $primary-color;
13
$nav-menu-color: white;
14
$nav-submenu-color: black;
15
$nav-item-selected-color: $nav-color;
16
$border-radius: 0px;
17
$button-background: $primary-color;
18
$title-background: $primary-color;
19
$title-color: white;
20
$title-font-family: Roboto;
21
$footer-background: transparent;
22

  
3
@import 'vars';
23 4
@import '../includes/publik';
24 5
@import '../sictiam/sictiam';
25 6
@import 'custom';
static/meaux/_vars.scss
1
$width: 1205px;
2
$mobile-limit: 700px;
3
$font-size: 13px;
4
$font-family: sans-serif;
5
$nav-background: #404040;
6
$nav-color: white;
7
$nav-active-color: transparent;
8
$nav-item-selected-color: white;
9
$nav-item-hover-color: #c6dc6e;
10
$nav-menu-color: #444;
11
$border-radius: 0px;
12
$button-background: #37a7da;
13
$title-background: transparent linear-gradient(to right, #C5C0B4 0%, #EBE6DA 100%) repeat scroll 0% 0%;
14
$title-color: rgb(58, 58, 58);
15
$title-weight: bold;
16
$cell-background: #EBE6DA;
17
$cell-border: 1px solid transparent;
18
$cell-entry-hover-color: white;
19
$cell-entry-hover-background: #005EA9;
20
$footer-background: #eae5db;
21
$footer-color: #666;
static/meaux/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 1205px;
4
$mobile-limit: 700px;
5
$font-size: 13px !default;
6
$font-family: sans-serif !default;
7
$nav-background: #404040;
8
$nav-color: white;
9
$nav-active-color: transparent;
10
$nav-item-selected-color: white;
11
$nav-item-hover-color: #c6dc6e;
12
$nav-menu-color: #444;
13
$border-radius: 0px;
14
$button-background: #37a7da;
15
$title-background: transparent linear-gradient(to right, #C5C0B4 0%, #EBE6DA 100%) repeat scroll 0% 0%;
16
$title-color: rgb(58, 58, 58);
17
$title-weight: bold;
18
$cell-background: #EBE6DA;
19
$cell-border: 1px solid transparent;
20
$cell-entry-hover-color: white;
21
$cell-entry-hover-background: #005EA9;
22
$footer-background: #eae5db;
23
$footer-color: #666;
24

  
3
@import 'vars';
25 4
@import '../includes/publik';
26 5
@import 'custom';
static/meyzieu/_vars.scss
1
$width: 950px;
2
$mobile-limit: 800px;
3
$font-size: 13px;
4
$font-family: sans-serif;
5
$nav-background: #58524d;
6
$nav-item-hover-background: #CF3F03;
7
$nav-color: #fff;
8
$nav-selected-color: transparent;
9
$nav-menu-color: white;
10
$border-radius: 3px;
11
$button-background: #007cb5;
12
$title-background: #007cb5;
13
$title-color: white;
14
$footer-background: transparent;
15
$footer-color: #414141;
static/meyzieu/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 950px;
4
$mobile-limit: 800px;
5
$font-size: 13px !default;
6
$font-family: sans-serif !default;
7
$nav-background: #58524d;
8
$nav-item-hover-background: #CF3F03;
9
$nav-color: #fff;
10
$nav-selected-color: transparent;
11
$nav-menu-color: white;
12
$border-radius: 3px;
13
$button-background: #007cb5;
14
$title-background: #007cb5;
15
$title-color: white;
16
$footer-background: transparent;
17
$footer-color: #414141;
18

  
3
@import 'vars';
19 4
@import '../includes/publik';
20 5
@import 'custom';
21 6

  
static/montpellier/_vars.scss
1
$width: 1000px;
2
$mobile-limit: 800px;
3
$font-color: rgb(58, 58, 58);
4
$font-size: 13px;
5
$font-family: 'Lato', sans-serif;
6

  
7
$nav-background: transparent;
8
$nav-submenu-background: #EA5B0C;
9
$nav-item-spacing: 5px;
10
$nav-item-background: #EA5B0C;
11
$nav-color: white;;
12
$nav-active-color: #515151;
13
$nav-menu-color: #EA5B0C;
14
$nav-item-hover-background: #95C11F;
15
$nav-item-hover-color: white;
16
$nav-item-selected-background: #515151;
17
$nav-item-selected-color: white;
18
$nav-button-background: #eee;
19

  
20
$title-font-family: 'Carme', sans-serif;
21
$title-transform: uppercase;
22

  
23
$cell-border: none;
24
$border-radius: 0px;
25
$button-background: #EA5B0C;
26
$button-color: white;
27
$title-background: #EA5B0C;
28
$title-color: white;
29

  
30
$responsive-menu: left-to-right;
31
$cell-entry-hover-effect: middle-to-edges;
static/montpellier/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 1000px;
4
$mobile-limit: 800px;
5
$font-color: rgb(58, 58, 58);
6
$font-size: 13px;
7
$font-family: 'Lato', sans-serif;
8

  
9
$nav-background: transparent;
10
$nav-submenu-background: #EA5B0C;
11
$nav-item-spacing: 5px;
12
$nav-item-background: #EA5B0C;
13
$nav-color: white;;
14
$nav-active-color: #515151;
15
$nav-menu-color: #EA5B0C;
16
$nav-item-hover-background: #95C11F;
17
$nav-item-hover-color: white;
18
$nav-item-selected-background: #515151;
19
$nav-item-selected-color: white;
20
$nav-button-background: #eee;
21

  
22
$title-font-family: 'Carme', sans-serif;
23
$title-transform: uppercase;
24

  
25
$cell-border: none;
26
$border-radius: 0px;
27
$button-background: #EA5B0C;
28
$button-color: white;
29
$title-background: #EA5B0C;
30
$title-color: white;
31

  
32
$responsive-menu: left-to-right;
33
$cell-entry-hover-effect: middle-to-edges;
34

  
3
@import 'vars';
35 4
@import '../includes/utils';
36 5
@import '../includes/general';
37 6
@import '../includes/title';
static/nancy-2017/_vars.scss
1
$red: #f15252;
2
$black: #282d33;
3
$width: 950px;
4
$mobile-limit: 800px;
5
$font-size: 13px;
6
$font-color: #282d33;
7
$font-family: "Poppins", sans-serif;
8
$nav-background: transparent;
9
$nav-active-color: transparent;
10
$border-radius: 0px;
11
$title-background: transparent;;
12
$title-color: $red;
13
$cell-border: 0 solid transparent;
14
$button-background: $red;
15
$button-color: black;
16
$link-color: #282d33;
17
$sidebar-width: 200px;
18
$sidebar-position: right;
19
$responsive-steps: vertical;
static/nancy-2017/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$red: #f15252;
4
$black: #282d33;
5
$width: 950px;
6
$mobile-limit: 800px;
7
$font-size: 13px !default;
8
$font-color: #282d33;
9
$font-family: "Poppins", sans-serif !default;
10
$nav-background: transparent;
11
$nav-active-color: transparent;
12
$border-radius: 0px;
13
$title-background: transparent;;
14
$title-color: $red;
15
$cell-border: 0 solid transparent;
16
$button-background: $red;
17
$button-color: black;
18
$link-color: #282d33;
19
$sidebar-width: 200px;
20
$sidebar-position: right;
21
$responsive-steps: vertical;
22

  
3
@import 'vars';
23 4
@import '../includes/utils';
24 5
@import '../includes/title';
25 6

  
static/nancy/_vars.scss
1
$width: 900px;
2
$mobile-limit: 700px;
3
$font-size: 13px;
4
$font-family: arial, helvetica, sans-serif;
5
$title-font-family: "Trebuchet Ms Regular", sans-serif;
6
$border-radius: 10px;
7
$cell-border: 1px solid white;
8
$nav-background: #94BCBB;
9
$nav-item-background: $nav-background;
10
$nav-color: white;
11
$nav-active-color: transparent;
12
$nav-item-selected-color: white;
13
$nav-menu-color: white;
14
$button-background: #8BC3BE;
15
$title-background: #8BC3BE;
16
$title-color: white;
17
$footer-background: transparent;
static/nancy/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 900px;
4
$mobile-limit: 700px;
5
$font-size: 13px !default;
6
$font-family: arial, helvetica, sans-serif;
7
$title-font-family: "Trebuchet Ms Regular", sans-serif;
8
$border-radius: 10px;
9
$cell-border: 1px solid white;
10
$nav-background: #94BCBB;
11
$nav-item-background: $nav-background;
12
$nav-color: white;
13
$nav-active-color: transparent;
14
$nav-item-selected-color: white;
15
$nav-menu-color: white;
16
$button-background: #8BC3BE;
17
$title-background: #8BC3BE;
18
$title-color: white;
19
$footer-background: transparent;
20

  
3
@import 'vars';
21 4
@import '../includes/publik';
22 5
@import 'custom';
static/nanterre/_vars.scss
1
$primary-color: #D81E41;
2

  
3
$width: 960px;
4
$font-color: #333;
5
$font-family: Asap, sans-serif;
6
$font-size: 13px;
7
$nav-background: white;
8
$nav-submenu-background: #222;
9
$nav-submenu-color: white;
10
$nav-color: $font-color;
11
$nav-active-color: $primary-color;
12
$nav-item-selected-color: white;
13
$nav-item-hover-color: white;
14
$border-radius: 2px;
15
$button-background: $primary-color;
16
$title-background: $primary-color;
17
$title-weight: bold;
18
$title-color: white;
19
$footer-background: #E9E9E9;
20
$footer-color: #333;
static/nanterre/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #D81E41;
4

  
5
$width: 960px;
6
$font-color: #333;
7
$font-family: Asap, sans-serif;
8
$font-size: 13px;
9
$nav-background: white;
10
$nav-submenu-background: #222;
11
$nav-submenu-color: white;
12
$nav-color: $font-color;
13
$nav-active-color: $primary-color;
14
$nav-item-selected-color: white;
15
$nav-item-hover-color: white;
16
$border-radius: 2px;
17
$button-background: $primary-color;
18
$title-background: $primary-color;
19
$title-weight: bold;
20
$title-color: white;
21
$footer-background: #E9E9E9;
22
$footer-color: #333;
23

  
3
@import 'vars';
24 4
@import '../includes/publik';
25 5
@import 'custom';
static/omonville-la-rogue/_vars.scss
1
$width: 960px;
2
$font-color: #333;
3
$font-size: 12px;
4
$font-family: Arial, Thahoma, sans-serif;
5
$nav-background: #506266;
6
$nav-color: white;
7
$nav-active-color: #7D908C;
8
$border-radius: 0px;
9
$button-color: #333;
10
$button-background: #EEEADE;
11
$title-background: url(bg-h2.jpg) repeat-x scroll left top #EEEADE;
12
$title-font-family: Georgia, sans-serif;
13
$title-weight: normal;
14
$title-font-size: $font-size * 1.5;
15
$title-border-bottom: 1px solid #DAD5C1;
16
$title-color: #7B8F8A;
17
$footer-background: transparent;
18
$footer-color: #4E615F;
19
$link-color: #7F928E;
static/omonville-la-rogue/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 960px;
4
$font-color: #333;
5
$font-size: 12px;
6
$font-family: Arial, Thahoma, sans-serif;
7
$nav-background: #506266;
8
$nav-color: white;
9
$nav-active-color: #7D908C;
10
$border-radius: 0px;
11
$button-color: #333;
12
$button-background: #EEEADE;
13
$title-background: url(bg-h2.jpg) repeat-x scroll left top #EEEADE;
14
$title-font-family: Georgia, sans-serif;
15
$title-weight: normal;
16
$title-font-size: $font-size * 1.5;
17
$title-border-bottom: 1px solid #DAD5C1;
18
$title-color: #7B8F8A;
19
$footer-background: transparent;
20
$footer-color: #4E615F;
21
$link-color: #7F928E;
22

  
3
@import 'vars';
23 4
@import '../includes/publik';
24 5
@import 'custom';
static/orleans/_vars.scss
1
$primary-color: #34697D;
2
$secondary-color: #f05923;
3
$ternary-color: #F7EFE2;
4

  
5
$width: 1150px;
6
$mobile-limit: 800px;
7
$font-size: 14px;
8
$font-family: "Roboto", arial, helvetica, sans-serif;
9
$border-radius: 0;
10
$nav-background: transparent;
11
$nav-submenu-background: $primary-color;
12
$nav-submenu-color: white;
13
$nav-item-background: transparent;
14
$nav-color: black;
15
$nav-active-color: $primary-color;
16
$nav-item-selected-background: transparent;
17
$nav-item-selected-color: $secondary-color;
18
$nav-menu-color: white;
19
$button-background: $primary-color;
20
$title-background: $primary-color;
21
$title-color: white;
22
$footer-background: #162C35;
23
$dashboard-selected-color: $primary-color;
24
$category-color: $primary-color;
25
$category-toggled-title-background: $primary-color;
26
$category-toggled-background: transparent;
27
$link-color: #028;
28
$category-link-color: $link-color;
29
$category-toggled-link-hover-color: $primary-color;
30
$dashboard-badge-color: lighten($primary-color, 10%);
static/orleans/style.scss
2 2

  
3 3
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,200,300,400italic,600,700,700italic,800);
4 4

  
5
$primary-color: #34697D;
6
$secondary-color: #f05923;
7
$ternary-color: #F7EFE2;
8

  
9
$width: 1150px;
10
$mobile-limit: 800px;
11
$font-size: 14px !default;
12
$font-family: "Roboto", arial, helvetica, sans-serif;
13
$border-radius: 0;
14
$nav-background: transparent;
15
$nav-submenu-background: $primary-color;
16
$nav-submenu-color: white;
17
$nav-item-background: transparent;
18
$nav-color: black;
19
$nav-active-color: $primary-color;
20
$nav-item-selected-background: transparent;
21
$nav-item-selected-color: $secondary-color;
22
$nav-menu-color: white;
23
$button-background: $primary-color;
24
$title-background: $primary-color;
25
$title-color: white;
26
$footer-background: #162C35;
27
$dashboard-selected-color: $primary-color;
28
$category-color: $primary-color;
29
$category-toggled-title-background: $primary-color;
30
$category-toggled-background: transparent;
31
$link-color: #028;
32
$category-link-color: $link-color;
33
$category-toggled-link-hover-color: $primary-color;
34
$dashboard-badge-color: lighten($primary-color, 10%);
35

  
5
@import 'vars';
36 6
@import '../includes/publik';
37 7
@import '../includes/categories';
38 8
@import '../includes/dashboard';
static/oullins/_vars.scss
1
$primary-color: #D24B19;
2

  
3
$width: 970px;
4
$font-color: #111;
5
$font-size: 14px;
6
$font-family: Arial, Helvetica, sans-serif;
7
$nav-background: $primary-color;
8
$nav-color: white;
9
$nav-active-color: darken($nav-background, 10%);
10
$border-radius: 5px;
11
$button-background: $primary-color;
12
$title-border-bottom: 2px dotted $primary-color;
13
$title-background: white;
14
$title-color: $primary-color;
15
$footer-background: transparent;
16
$footer-color: #111;
17
$link-color: #747578;
18
$cell-border: 1px solid transparent;
static/oullins/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #D24B19;
4

  
5
$width: 970px;
6
$font-color: #111;
7
$font-size: 14px;
8
$font-family: Arial, Helvetica, sans-serif;
9
$nav-background: $primary-color;
10
$nav-color: white;
11
$nav-active-color: darken($nav-background, 10%);
12
$border-radius: 5px;
13
$button-background: $primary-color;
14
$title-border-bottom: 2px dotted $primary-color;
15
$title-background: white;
16
$title-color: $primary-color;
17
$footer-background: transparent;
18
$footer-color: #111;
19
$link-color: #747578;
20
$cell-border: 1px solid transparent;
21

  
3
@import 'vars';
22 4
@import '../includes/publik';
23 5
@import 'custom';
static/pays-de-grasse/_vars.scss
1
$primary-color: #DB378E;
2

  
3
$width: 1170px;
4
$font-color: #777;
5
$font-size: 14px;
6
$border-radius: 5px;
7
$font-family: "Open Sans", Arial, sans-serif;
8
$nav-background: white;
9
$nav-color: $primary-color;
10
$nav-active-color: $primary-color;
11
$nav-submenu-background: $primary-color;
12
$nav-submenu-color: white;
13
$button-background: $primary-color;
14
$title-background: $primary-color;
15
$title-color: white;
16
$footer-background: #121214;
17
$footer-color: white;
static/pays-de-grasse/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #DB378E;
4

  
5
$width: 1170px;
6
$font-color: #777;
7
$font-size: 14px !default;
8
$border-radius: 5px;
9
$font-family: "Open Sans", Arial, sans-serif !default;
10
$nav-background: white;
11
$nav-color: $primary-color;
12
$nav-active-color: $primary-color;
13
$nav-submenu-background: $primary-color;
14
$nav-submenu-color: white;
15
$button-background: $primary-color;
16
$title-background: $primary-color;
17
$title-color: white;
18
$footer-background: #121214;
19
$footer-color: white;
20

  
3
@import 'vars';
21 4
@import '../includes/publik';
22 5
@import '../sictiam/sictiam';
23 6
@import 'custom';
static/pratic/_vars.scss
1
$width: 1000px;
2
$mobile-limit: 800px;
3
$font-size: 13px;
4
$font-family: sans-serif;
5
$nav-background: white;
6
$nav-color: #005EA9;
7
$nav-active-color: #005EA9;
8
$nav-menu-color: white;
9
$nav-item-selected-color: white;
10
$nav-item-hover-color: white;
11
$border-radius: 0;
12
$button-background: #005EA9;
13
$title-background: #005EA9;
14
$title-color: white;
15
$footer-background: #D5DEE3;
16
$responsive-menu: left-to-right;
static/pratic/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$width: 1000px;
4
$mobile-limit: 800px;
5
$font-size: 13px !default;
6
$font-family: sans-serif !default;
7
$nav-background: white;
8
$nav-color: #005EA9;
9
$nav-active-color: #005EA9;
10
$nav-menu-color: white;
11
$nav-item-selected-color: white;
12
$nav-item-hover-color: white;
13
$border-radius: 0;
14
$button-background: #005EA9;
15
$title-background: #005EA9;
16
$title-color: white;
17
$footer-background: #D5DEE3;
18
$responsive-menu: left-to-right;
19

  
3
@import 'vars';
20 4
@import '../includes/publik';
21 5
@import 'custom';
static/publik/_vars.scss
1
$primary-color: #DF017A;
2
$secondary-color: #6D2080;
3

  
4
$width: 1240px;
5
$font-size: 13px;
6
$font-family: sans-serif;
7
$nav-background: $secondary-color;
8
$nav-color: white;
9
$nav-active-color: $nav-background;
10
$nav-item-hover-background: darken($nav-background, 10%);
11
$nav-mobile-menu-item-hover-background: $nav-background;
12
$nav-mobile-menu-item-hover-color: white;
13
$border-radius: 0;
14
$button-background: $nav-background;
15
$title-background: $secondary-color;
16
$title-color: white;
17
$cell-entry-hover-effect: left-to-right;
18
$category-toggled-background: $secondary-color;
19
$category-toggled-link-hover-color: #DF017A;
20
$dashboard-selected-color: $primary-color;
static/publik/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #DF017A;
4
$secondary-color: #6D2080;
5

  
6
$width: 1240px;
7
$font-size: 13px !default;
8
$font-family: sans-serif;
9
$nav-background: $secondary-color;
10
$nav-color: white;
11
$nav-active-color: $nav-background;
12
$nav-item-hover-background: darken($nav-background, 10%);
13
$nav-mobile-menu-item-hover-background: $nav-background;
14
$nav-mobile-menu-item-hover-color: white;
15
$border-radius: 0;
16
$button-background: $nav-background;
17
$title-background: $secondary-color;
18
$title-color: white;
19
$cell-entry-hover-effect: left-to-right;
20
$category-toggled-background: $secondary-color;
21
$category-toggled-link-hover-color: #DF017A;
22
$dashboard-selected-color: $primary-color;
23

  
3
@import 'vars';
24 4
@import '../includes/publik';
25 5
@import '../includes/categories';
26 6
@import '../includes/dashboard';
static/rochefort/_vars.scss
1
$primary-color: #D24E38;
2

  
3
$width: 1150px;
4
$font-color: #333;
5
$font-family: Asap, sans-serif;
6
$font-size: 14px;
7
$nav-background: white;
8
$nav-submenu-background: #222;
9
$nav-submenu-color: white;
10
$nav-color: $font-color;
11
$nav-active-color: $primary-color;
12
$nav-item-selected-color: white;
13
$nav-item-hover-color: white;
14
$border-radius: 0px;
15
$button-background: $primary-color;
16
$title-background: white;
17
$title-border-bottom: 1px solid #ccc;
18
$title-color: $primary-color;
19
$title-font-size: $font-size * 1.7;
20
$title-font-style: italic;
21
$title-padding: 1ex 1ex 1ex 0;
22
$title-weight: normal;
23
$cell-background: #E7F0F6;
24
$footer-background: #E7F0F6;
25
$footer-color: #333;
static/rochefort/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #D24E38;
4

  
5
$width: 1150px;
6
$font-color: #333;
7
$font-family: Asap, sans-serif;
8
$font-size: 14px;
9
$nav-background: white;
10
$nav-submenu-background: #222;
11
$nav-submenu-color: white;
12
$nav-color: $font-color;
13
$nav-active-color: $primary-color;
14
$nav-item-selected-color: white;
15
$nav-item-hover-color: white;
16
$border-radius: 0px;
17
$button-background: $primary-color;
18
$title-background: white;
19
$title-border-bottom: 1px solid #ccc;
20
$title-color: $primary-color;
21
$title-font-size: $font-size * 1.7;
22
$title-font-style: italic;
23
$title-padding: 1ex 1ex 1ex 0;
24
$title-weight: normal;
25
$cell-background: #E7F0F6;
26
$footer-background: #E7F0F6;
27
$footer-color: #333;
28

  
3
@import 'vars';
29 4
@import '../includes/publik';
30 5
@import 'custom';
static/saint-vallier-de-thiey/_vars.scss
1
$primary-color: #2DBBE5;
2

  
3
$font-color: #666;
4
$font-size: 13px;
5
$font-family: sans-serif;
6
$nav-background: white;
7
$nav-color: #888;
8
$nav-submenu-color: $nav-color;
9
$nav-active-color: $primary-color;
10
$border-radius: 0px;
11
$button-background: $primary-color;
12
$title-background: $primary-color;
13
$title-color: white;
14
$footer-background: transparent;
15
$footer-color: $font-color;
static/saint-vallier-de-thiey/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #2DBBE5;
4

  
5
$font-color: #666;
6
$font-size: 13px !default;
7
$font-family: sans-serif !default;
8
$nav-background: white;
9
$nav-color: #888;
10
$nav-submenu-color: $nav-color;
11
$nav-active-color: $primary-color;
12
$border-radius: 0px;
13
$button-background: $primary-color;
14
$title-background: $primary-color;
15
$title-color: white;
16
$footer-background: transparent;
17
$footer-color: $font-color;
18

  
3
@import 'vars';
19 4
@import '../includes/publik';
20 5
@import '../sictiam/sictiam';
21 6
@import 'custom';
static/sictiam/_vars.scss
1
$primary-color: #0E88BE;
2

  
3
$font-color: #666;
4
$font-size: .95em/1.75em;
5
$font-family: Helvetica, Arial, sans-serif;
6
$nav-background: $primary-color;
7
$nav-color: white;
8
$nav-active-color: #47A7D7;
9
$border-radius: 0px;
10
$button-background: $primary-color;
11
$title-background: $primary-color;
12
$title-color: white;
13
$footer-background: black;
static/sictiam/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #0E88BE;
4

  
5
$font-color: #666;
6
$font-size: .95em/1.75em !default;
7
$font-family: Helvetica, Arial, sans-serif !default;
8
$nav-background: $primary-color;
9
$nav-color: white;
10
$nav-active-color: #47A7D7;
11
$border-radius: 0px;
12
$button-background: $primary-color;
13
$title-background: $primary-color;
14
$title-color: white;
15
$footer-background: black;
16

  
3
@import 'vars';
17 4
@import '../includes/publik';
18 5
@import '../sictiam/sictiam';
19 6
@import 'custom';
static/sospel/_vars.scss
1
$primary-color: #333333;
2

  
3
$link-color: #00b7f3;
4
$font-color: black;
5
$font-size: 13px;
6
$font-family: Droid, sans-serif;
7
$nav-background: white;
8
$nav-color: #393939;
9
$nav-submenu-color: $nav-color;
10
$nav-active-color: $primary-color;
11
$nav-item-selected-background: transparent;
12
$nav-item-selected-color: $nav-color;
13
$nav-item-hover-background: transparent;
14
$nav-item-hover-color: $link-color;
15
$border-radius: 3px;
16
$button-background: $primary-color;
17
$title-background: $primary-color;
18
$title-color: white;
19
$footer-background: transparent;
20
$footer-color: $font-color;
static/sospel/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #333333;
4

  
5
$link-color: #00b7f3;
6
$font-color: black;
7
$font-size: 13px !default;
8
$font-family: Droid, sans-serif !default;
9
$nav-background: white;
10
$nav-color: #393939;
11
$nav-submenu-color: $nav-color;
12
$nav-active-color: $primary-color;
13
$nav-item-selected-background: transparent;
14
$nav-item-selected-color: $nav-color;
15
$nav-item-hover-background: transparent;
16
$nav-item-hover-color: $link-color;
17
$border-radius: 3px;
18
$button-background: $primary-color;
19
$title-background: $primary-color;
20
$title-color: white;
21
$footer-background: transparent;
22
$footer-color: $font-color;
23

  
3
@import 'vars';
24 4
@import '../includes/publik';
25 5
@import '../sictiam/sictiam';
26 6
@import 'custom';
static/tonneville/_vars.scss
1
$primary-color: #ED3237; /* red */
2

  
3
$width: 1000px;
4
$font-color: #333;
5
$font-size: 12px;
6
$font-family: Arial, Helvetica, sans-serif;
7
$nav-background: $primary-color;
8
$nav-color: white;
9
$nav-active-color: darken($nav-background, 10%);
10
$border-radius: 0px;
11
$button-background: $primary-color;
12
$title-background: transparent;
13
$title-weight: bold;
14
$title-border-bottom: 1px solid $primary-color;
15
$title-color: $primary-color;
16
$title-font-size: $font-size * 1.4;
17
$footer-background: transparent;
18
$footer-color: #cdcdcd;
19
$link-color: #255989;
static/tonneville/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #ED3237; /* red */
4

  
5
$width: 1000px;
6
$font-color: #333;
7
$font-size: 12px;
8
$font-family: Arial, Helvetica, sans-serif;
9
$nav-background: $primary-color;
10
$nav-color: white;
11
$nav-active-color: darken($nav-background, 10%);
12
$border-radius: 0px;
13
$button-background: $primary-color;
14
$title-background: transparent;
15
$title-weight: bold;
16
$title-border-bottom: 1px solid $primary-color;
17
$title-color: $primary-color;
18
$title-font-size: $font-size * 1.4;
19
$footer-background: transparent;
20
$footer-color: #cdcdcd;
21
$link-color: #255989;
22

  
3
@import 'vars';
23 4
@import '../includes/publik';
24 5
@import 'custom';
static/tournai/_vars.scss
1
$primary-color: #D8308A;
2
$width: 1040px;
3
$mobile-limit: 800px;
4
$font-size: 13px;
5
$font-family: helvetica, arial, sans-serif;
6
$nav-background: #DCDADA;
7
$nav-color: #000;
8
$nav-active-color: #555;
9
$nav-item-selected-color: white;
10
$nav-item-hover-color:white;
11
$nav-button-background: white;
12
$nav-menu-color: #676767;
13
$border-radius: 0;
14
$button-background: $primary-color;
15
$title-background: $primary-color;
16
$title-color: white;
17
$footer-background: #7A7979;
18
$category-toggled-background: $primary-color;
19
$dashboard-selected-color: $primary-color;
static/tournai/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #D8308A;
4
$width: 1040px;
5
$mobile-limit: 800px;
6
$font-size: 13px;
7
$font-family: helvetica, arial, sans-serif;
8
$nav-background: #DCDADA;
9
$nav-color: #000;
10
$nav-active-color: #555;
11
$nav-item-selected-color: white;
12
$nav-item-hover-color:white;
13
$nav-button-background: white;
14
$nav-menu-color: #676767;
15
$border-radius: 0;
16
$button-background: $primary-color;
17
$title-background: $primary-color;
18
$title-color: white;
19
$footer-background: #7A7979;
20
$category-toggled-background: $primary-color;
21
$dashboard-selected-color: $primary-color;
22

  
3
@import 'vars';
23 4
@import '../includes/publik';
24 5
@import '../includes/categories';
25 6
@import '../includes/dashboard';
static/urville-nacqueville/_vars.scss
1
$primary-color: #4585AB; /* blue */
2

  
3
$width: 960px;
4
$font-color: #333;
5
$font-size: 13px;
6
$font-family: Arial, Tahoma, sans-serif;
7
$nav-background: transparent;
8
$nav-submenu-background: $primary-color;
9
$nav-color: $primary-color;
10
$nav-active-color: $primary-color;
11
$nav-item-selected-color: white;
12
$nav-item-hover-color: white;
13
$border-radius: 3px;
14
$button-background: $primary-color;
15
$title-background: $primary-color;
16
$title-weight: bold;
17
$title-border-bottom: #5F93B5;
18
$title-color: white;
19
$footer-background: #296A94 url(bg-footer.jpg) top left repeat-x;
20
$footer-color: white;
21
$link-color: #5C8DAE;
22
$cell-background: #E6F3FA;
static/urville-nacqueville/style.scss
1 1
@charset "UTF-8";
2 2

  
3
$primary-color: #4585AB; /* blue */
4

  
5
$width: 960px;
6
$font-color: #333;
7
$font-size: 13px;
8
$font-family: Arial, Tahoma, sans-serif;
9
$nav-background: transparent;
10
$nav-submenu-background: $primary-color;
11
$nav-color: $primary-color;
12
$nav-active-color: $primary-color;
13
$nav-item-selected-color: white;
14
$nav-item-hover-color: white;
15
$border-radius: 3px;
16
$button-background: $primary-color;
17
$title-background: $primary-color;
18
$title-weight: bold;
19
$title-border-bottom: #5F93B5;
20
$title-color: white;
21
$footer-background: #296A94 url(bg-footer.jpg) top left repeat-x;
22
$footer-color: white;
23
$link-color: #5C8DAE;
24
$cell-background: #E6F3FA;
25

  
3
@import 'vars';
26 4
@import '../includes/publik';
27 5
@import 'custom';
28
-