static: move theme scss variables to _vars.scss (#14607)

So it will be possible to reuse them to create other application styles.
This commit is contained in:
Frédéric Péters 2017-01-13 16:03:51 +01:00
parent 3c2ccbc355
commit 9396bad45b
68 changed files with 687 additions and 687 deletions

View File

@ -0,0 +1,14 @@
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px;
$font-color: #333;
$font-family: sans-serif;
$nav-background: transparent;
$nav-color: #2A697C;
$nav-active-color: transparent;
$nav-menu-color: #3791DB;
$border-radius: 0px;
$button-background: #804697;
$title-background: transparent; //#804697;
$title-color: #8D59A1;
$cell-border: 0 solid transparent;

View File

@ -1,20 +1,6 @@
@charset "UTF-8";
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-color: #333;
$font-family: sans-serif !default;
$nav-background: transparent;
$nav-color: #2A697C;
$nav-active-color: transparent;
$nav-menu-color: #3791DB;
$border-radius: 0px;
$button-background: #804697;
$title-background: transparent; //#804697;
$title-color: #8D59A1;
$cell-border: 0 solid transparent;
@import 'vars';
@import '../includes/utils';
@import '../includes/title';

View File

@ -0,0 +1,19 @@
$primary-color: #0779B7;
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: "Exo 2", arial, helvetica, sans-serif;
$border-radius: 0;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-item-background: transparent;
$nav-color: #2A697C;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-menu-color: white;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #3F3F3F;
$dashboard-selected-color: $primary-color;

View File

@ -2,26 +2,7 @@
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,100,200,300,400italic,600,700,700italic,800);
$primary-color: #0779B7;
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-family: "Exo 2", arial, helvetica, sans-serif;
$border-radius: 0;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-item-background: transparent;
$nav-color: #2A697C;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-menu-color: white;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #3F3F3F;
$dashboard-selected-color: $primary-color;
@import 'vars';
@import '../includes/publik';
@import '../includes/dashboard';
@import 'custom';

View File

@ -0,0 +1,24 @@
$primary-color: #C25D1B;
$width: 1140px;
$font-color: #5b4e46;
$font-family: "PT Sans", sans-serif;
$font-size: 15px;
$nav-background: transparent;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-mode: bottom-border;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-border-bottom: 3px solid #CCCCCC;
$title-weight: bold;
$title-color: #646466;
$footer-background: #584F48;
$footer-color: white;

View File

@ -1,29 +1,5 @@
@charset "UTF-8";
$primary-color: #C25D1B;
$width: 1140px;
$font-color: #5b4e46;
$font-family: "PT Sans", sans-serif;
$font-size: 15px;
$nav-background: transparent;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-mode: bottom-border;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-border-bottom: 3px solid #CCCCCC;
$title-weight: bold;
$title-color: #646466;
$footer-background: #584F48;
$footer-color: white;
@import 'vars';
@import '../includes/publik';
@import 'custom';

22
static/clisson/_vars.scss Normal file
View File

@ -0,0 +1,22 @@
$primary-color: #C52F1E;
$width: 1160px;
$font-color: #666;
$font-family: Lato, sans-serif;
$font-size: 15px;
$nav-background: transparent;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-border-bottom: 3px solid $primary-color;
$title-weight: bold;
$title-color: #646466;
$footer-background: #CD3C2E;
$footer-color: white;

View File

@ -1,27 +1,5 @@
@charset "UTF-8";
$primary-color: #C52F1E;
$width: 1160px;
$font-color: #666;
$font-family: Lato, sans-serif;
$font-size: 15px;
$nav-background: transparent;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-border-bottom: 3px solid $primary-color;
$title-weight: bold;
$title-color: #646466;
$footer-background: #CD3C2E;
$footer-color: white;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,15 @@
$primary-color: #008FCB;
$width: 1000px;
$font-color: #575757;
$font-size: 13px;
$font-family: Arial, sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$link-color: #1191D0;

View File

@ -1,20 +1,5 @@
@charset "UTF-8";
$primary-color: #008FCB;
$width: 1000px;
$font-color: #575757;
$font-size: 13px;
$font-family: Arial, sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$link-color: #1191D0;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,15 @@
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: Arial, sans-serif;
$nav-background: #DFE2E6;
$nav-color: #333;
$nav-active-color: transparent;
$nav-menu-color: white;
$nav-item-selected-color: black;
$nav-item-hover-color: black;
$border-radius: 0;
$button-background: #00428F;
$title-background: #00428F;
$title-color: white;
$footer-background: #00428F;

View File

@ -1,20 +1,5 @@
@charset "UTF-8";
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-family: Arial, sans-serif !default;
$nav-background: #DFE2E6;
$nav-color: #333;
$nav-active-color: transparent;
$nav-menu-color: white;
$nav-item-selected-color: black;
$nav-item-hover-color: black;
$border-radius: 0;
$button-background: #00428F;
$title-background: #00428F;
$title-color: white;
$footer-background: #00428F;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,17 @@
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: sans-serif;
$nav-background: transparent;
$nav-submenu-background: white;
$nav-submenu-color: #333;
$nav-color: #2A697C;
$nav-active-color: #2A697C;
$nav-button-background: transparent;
$nav-button-color: $nav-active-color;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-mode: bottom-border;
$border-radius: 3px;
$button-background: #2A697C;
$title-background: #2A697C;
$title-color: white;

View File

@ -1,22 +1,5 @@
@charset "UTF-8";
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: transparent;
$nav-submenu-background: white;
$nav-submenu-color: #333;
$nav-color: #2A697C;
$nav-active-color: #2A697C;
$nav-button-background: transparent;
$nav-button-color: $nav-active-color;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-mode: bottom-border;
$border-radius: 3px;
$button-background: #2A697C;
$title-background: #2A697C;
$title-color: white;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,20 @@
$width: 1000px;
$mobile-limit: 700px;
$font-size: 13px;
$font-family: arial, sans-serif;
$nav-background: white;
$nav-color: #E27828;
$nav-active-color: #FF6E00;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-menu-color: white;
$border-radius: 10px;
$cell-border: transparent;
$cell-title-cover-border: false;
$button-background: #E27828;
$title-background: white;
$title-color: rgb(58, 58, 58);
$title-font-size: 150%;
$title-weight: normal;
$footer-background: transparent;
$footer-color: white;

View File

@ -1,25 +1,5 @@
@charset "UTF-8";
$width: 1000px;
$mobile-limit: 700px;
$font-size: 13px !default;
$font-family: arial, sans-serif !default;
$nav-background: white;
$nav-color: #E27828;
$nav-active-color: #FF6E00;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-menu-color: white;
$border-radius: 10px;
$cell-border: transparent;
$cell-title-cover-border: false;
$button-background: #E27828;
$title-background: white;
$title-color: rgb(58, 58, 58);
$title-font-size: 150%;
$title-weight: normal;
$footer-background: transparent;
$footer-color: white;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,23 @@
$width: 1180px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
$border-radius: 0;
$primary-color: #DA0000;
$link-color: $primary-color;
$nav-background: transparent;
$nav-submenu-background: white;
$nav-submenu-color: #DA0000;
$nav-item-background: transparent;
$nav-color: #050707;
$nav-active-color: white;
$nav-item-selected-color: $primary-color;
$nav-menu-color: $primary-color;
$button-background: #363636;
$title-background: white;
$title-color: #000;
$footer-background: #000;
$footer-color: #FFF;
$dashboard-selected-color: $primary-color;
$title-border-bottom: 1px solid #C5C5B6;
$cell-border: 0px solid transparent;

View File

@ -1,28 +1,5 @@
@charset "UTF-8";
$width: 1180px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
$border-radius: 0;
$primary-color: #DA0000;
$link-color: $primary-color;
$nav-background: transparent;
$nav-submenu-background: white;
$nav-submenu-color: #DA0000;
$nav-item-background: transparent;
$nav-color: #050707;
$nav-active-color: white;
$nav-item-selected-color: $primary-color;
$nav-menu-color: $primary-color;
$button-background: #363636;
$title-background: white;
$title-color: #000;
$footer-background: #000;
$footer-color: #FFF;
$dashboard-selected-color: $primary-color;
$title-border-bottom: 1px solid #C5C5B6;
$cell-border: 0px solid transparent;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,21 @@
$primary-color: #431403; /* dark brown */
$secondary-color: #AD987B; /* light brown */
$width: 950px;
$font-color: #333;
$font-size: 13px;
$font-family: Verdana, Arial, Helvetica, sans-serif;
$nav-background: $secondary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-transform: uppercase;
$title-font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
$title-weight: bold;
$title-border-bottom: 1px dotted #DED6C5;
$title-color: $primary-color;
$footer-background: $primary-color;
$footer-color: white;
$link-color: #4A8B4A;

View File

@ -1,26 +1,5 @@
@charset "UTF-8";
$primary-color: #431403; /* dark brown */
$secondary-color: #AD987B; /* light brown */
$width: 950px;
$font-color: #333;
$font-size: 13px;
$font-family: Verdana, Arial, Helvetica, sans-serif;
$nav-background: $secondary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-transform: uppercase;
$title-font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
$title-weight: bold;
$title-border-bottom: 1px dotted #DED6C5;
$title-color: $primary-color;
$footer-background: $primary-color;
$footer-color: white;
$link-color: #4A8B4A;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,21 @@
$primary-color: #B0D500; /* green */
$secondary-color: #F37C00; /* orange */
$width: 964px;
$font-color: #2C2C2C;
$font-family: Verdana, Tahoma, Arial, sans-serif;
$font-size: 13px;
$nav-background: $primary-color;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-color: white;
$nav-active-color: darken($primary-color, 5%);
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 5px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$footer-background: #FFFFFF;
$footer-color: #333;

View File

@ -1,26 +1,5 @@
@charset "UTF-8";
$primary-color: #B0D500; /* green */
$secondary-color: #F37C00; /* orange */
$width: 964px;
$font-color: #2C2C2C;
$font-family: Verdana, Tahoma, Arial, sans-serif;
$font-size: 13px;
$nav-background: $primary-color;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-color: white;
$nav-active-color: darken($primary-color, 5%);
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 5px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$footer-background: #FFFFFF;
$footer-color: #333;
@import 'vars';
@import '../includes/publik';
@import 'custom';

18
static/jobourg/_vars.scss Normal file
View File

@ -0,0 +1,18 @@
$primary-color: #436C92; /* blue */
$width: 950px;
$font-color: #333;
$font-size: 13px;
$font-family: "Trebuchet MS", sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 5px;
$button-background: $primary-color;
$title-background: #5B9532;
$title-font-family: Georgia, sans-serif;
$title-weight: bold;
$title-border-bottom: 1px solid #999;
$title-color: white;
$footer-background: transparent;
$link-color: $primary-color;

View File

@ -1,23 +1,5 @@
@charset "UTF-8";
$primary-color: #436C92; /* blue */
$width: 950px;
$font-color: #333;
$font-size: 13px;
$font-family: "Trebuchet MS", sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 5px;
$button-background: $primary-color;
$title-background: #5B9532;
$title-font-family: Georgia, sans-serif;
$title-weight: bold;
$title-border-bottom: 1px solid #999;
$title-color: white;
$footer-background: transparent;
$link-color: $primary-color;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,15 @@
$primary-color: #5ABEB9;
$width: 1200px;
$font-color: #515151;
$font-size: 13px;
$font-family: Verdana, Arial, sans-serif;
$nav-background: $primary-color;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$footer-background: transparent;
$link-color: #BE0027;

View File

@ -1,20 +1,5 @@
@charset "UTF-8";
$primary-color: #5ABEB9;
$width: 1200px;
$font-color: #515151;
$font-size: 13px;
$font-family: Verdana, Arial, sans-serif;
$nav-background: $primary-color;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$footer-background: transparent;
$link-color: #BE0027;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,14 @@
$primary-color: #1DA1AE;
$font-color: #565656;
$font-size: 13px;
$font-family: sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 20%);
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$footer-color: $font-color;

View File

@ -1,20 +1,6 @@
@charset "UTF-8";
$primary-color: #1DA1AE;
$font-color: #565656;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 20%);
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$footer-color: $font-color;
@import 'vars';
@import '../includes/publik';
@import '../sictiam/sictiam';
@import 'custom';

View File

@ -0,0 +1,19 @@
$primary-color: #4DB2EC;
$width: 1164px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: sans-serif;
$nav-background: transparent;
$nav-submenu-background: white;
$nav-color: black;
$nav-active-color: transparent;
$nav-mobile-menu-background: $primary-color;
$nav-menu-color: white;
$nav-submenu-color: black;
$nav-item-selected-color: $nav-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$title-font-family: Roboto;
$footer-background: transparent;

View File

@ -1,25 +1,6 @@
@charset "UTF-8";
$primary-color: #4DB2EC;
$width: 1164px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: transparent;
$nav-submenu-background: white;
$nav-color: black;
$nav-active-color: transparent;
$nav-mobile-menu-background: $primary-color;
$nav-menu-color: white;
$nav-submenu-color: black;
$nav-item-selected-color: $nav-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$title-font-family: Roboto;
$footer-background: transparent;
@import 'vars';
@import '../includes/publik';
@import '../sictiam/sictiam';
@import 'custom';

21
static/meaux/_vars.scss Normal file
View File

@ -0,0 +1,21 @@
$width: 1205px;
$mobile-limit: 700px;
$font-size: 13px;
$font-family: sans-serif;
$nav-background: #404040;
$nav-color: white;
$nav-active-color: transparent;
$nav-item-selected-color: white;
$nav-item-hover-color: #c6dc6e;
$nav-menu-color: #444;
$border-radius: 0px;
$button-background: #37a7da;
$title-background: transparent linear-gradient(to right, #C5C0B4 0%, #EBE6DA 100%) repeat scroll 0% 0%;
$title-color: rgb(58, 58, 58);
$title-weight: bold;
$cell-background: #EBE6DA;
$cell-border: 1px solid transparent;
$cell-entry-hover-color: white;
$cell-entry-hover-background: #005EA9;
$footer-background: #eae5db;
$footer-color: #666;

View File

@ -1,26 +1,5 @@
@charset "UTF-8";
$width: 1205px;
$mobile-limit: 700px;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: #404040;
$nav-color: white;
$nav-active-color: transparent;
$nav-item-selected-color: white;
$nav-item-hover-color: #c6dc6e;
$nav-menu-color: #444;
$border-radius: 0px;
$button-background: #37a7da;
$title-background: transparent linear-gradient(to right, #C5C0B4 0%, #EBE6DA 100%) repeat scroll 0% 0%;
$title-color: rgb(58, 58, 58);
$title-weight: bold;
$cell-background: #EBE6DA;
$cell-border: 1px solid transparent;
$cell-entry-hover-color: white;
$cell-entry-hover-background: #005EA9;
$footer-background: #eae5db;
$footer-color: #666;
@import 'vars';
@import '../includes/publik';
@import 'custom';

15
static/meyzieu/_vars.scss Normal file
View File

@ -0,0 +1,15 @@
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: sans-serif;
$nav-background: #58524d;
$nav-item-hover-background: #CF3F03;
$nav-color: #fff;
$nav-selected-color: transparent;
$nav-menu-color: white;
$border-radius: 3px;
$button-background: #007cb5;
$title-background: #007cb5;
$title-color: white;
$footer-background: transparent;
$footer-color: #414141;

View File

@ -1,21 +1,6 @@
@charset "UTF-8";
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: #58524d;
$nav-item-hover-background: #CF3F03;
$nav-color: #fff;
$nav-selected-color: transparent;
$nav-menu-color: white;
$border-radius: 3px;
$button-background: #007cb5;
$title-background: #007cb5;
$title-color: white;
$footer-background: transparent;
$footer-color: #414141;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,31 @@
$width: 1000px;
$mobile-limit: 800px;
$font-color: rgb(58, 58, 58);
$font-size: 13px;
$font-family: 'Lato', sans-serif;
$nav-background: transparent;
$nav-submenu-background: #EA5B0C;
$nav-item-spacing: 5px;
$nav-item-background: #EA5B0C;
$nav-color: white;;
$nav-active-color: #515151;
$nav-menu-color: #EA5B0C;
$nav-item-hover-background: #95C11F;
$nav-item-hover-color: white;
$nav-item-selected-background: #515151;
$nav-item-selected-color: white;
$nav-button-background: #eee;
$title-font-family: 'Carme', sans-serif;
$title-transform: uppercase;
$cell-border: none;
$border-radius: 0px;
$button-background: #EA5B0C;
$button-color: white;
$title-background: #EA5B0C;
$title-color: white;
$responsive-menu: left-to-right;
$cell-entry-hover-effect: middle-to-edges;

View File

@ -1,37 +1,6 @@
@charset "UTF-8";
$width: 1000px;
$mobile-limit: 800px;
$font-color: rgb(58, 58, 58);
$font-size: 13px;
$font-family: 'Lato', sans-serif;
$nav-background: transparent;
$nav-submenu-background: #EA5B0C;
$nav-item-spacing: 5px;
$nav-item-background: #EA5B0C;
$nav-color: white;;
$nav-active-color: #515151;
$nav-menu-color: #EA5B0C;
$nav-item-hover-background: #95C11F;
$nav-item-hover-color: white;
$nav-item-selected-background: #515151;
$nav-item-selected-color: white;
$nav-button-background: #eee;
$title-font-family: 'Carme', sans-serif;
$title-transform: uppercase;
$cell-border: none;
$border-radius: 0px;
$button-background: #EA5B0C;
$button-color: white;
$title-background: #EA5B0C;
$title-color: white;
$responsive-menu: left-to-right;
$cell-entry-hover-effect: middle-to-edges;
@import 'vars';
@import '../includes/utils';
@import '../includes/general';
@import '../includes/title';

View File

@ -0,0 +1,19 @@
$red: #f15252;
$black: #282d33;
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px;
$font-color: #282d33;
$font-family: "Poppins", sans-serif;
$nav-background: transparent;
$nav-active-color: transparent;
$border-radius: 0px;
$title-background: transparent;;
$title-color: $red;
$cell-border: 0 solid transparent;
$button-background: $red;
$button-color: black;
$link-color: #282d33;
$sidebar-width: 200px;
$sidebar-position: right;
$responsive-steps: vertical;

View File

@ -1,25 +1,6 @@
@charset "UTF-8";
$red: #f15252;
$black: #282d33;
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-color: #282d33;
$font-family: "Poppins", sans-serif !default;
$nav-background: transparent;
$nav-active-color: transparent;
$border-radius: 0px;
$title-background: transparent;;
$title-color: $red;
$cell-border: 0 solid transparent;
$button-background: $red;
$button-color: black;
$link-color: #282d33;
$sidebar-width: 200px;
$sidebar-position: right;
$responsive-steps: vertical;
@import 'vars';
@import '../includes/utils';
@import '../includes/title';

17
static/nancy/_vars.scss Normal file
View File

@ -0,0 +1,17 @@
$width: 900px;
$mobile-limit: 700px;
$font-size: 13px;
$font-family: arial, helvetica, sans-serif;
$title-font-family: "Trebuchet Ms Regular", sans-serif;
$border-radius: 10px;
$cell-border: 1px solid white;
$nav-background: #94BCBB;
$nav-item-background: $nav-background;
$nav-color: white;
$nav-active-color: transparent;
$nav-item-selected-color: white;
$nav-menu-color: white;
$button-background: #8BC3BE;
$title-background: #8BC3BE;
$title-color: white;
$footer-background: transparent;

View File

@ -1,22 +1,5 @@
@charset "UTF-8";
$width: 900px;
$mobile-limit: 700px;
$font-size: 13px !default;
$font-family: arial, helvetica, sans-serif;
$title-font-family: "Trebuchet Ms Regular", sans-serif;
$border-radius: 10px;
$cell-border: 1px solid white;
$nav-background: #94BCBB;
$nav-item-background: $nav-background;
$nav-color: white;
$nav-active-color: transparent;
$nav-item-selected-color: white;
$nav-menu-color: white;
$button-background: #8BC3BE;
$title-background: #8BC3BE;
$title-color: white;
$footer-background: transparent;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,20 @@
$primary-color: #D81E41;
$width: 960px;
$font-color: #333;
$font-family: Asap, sans-serif;
$font-size: 13px;
$nav-background: white;
$nav-submenu-background: #222;
$nav-submenu-color: white;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 2px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$footer-background: #E9E9E9;
$footer-color: #333;

View File

@ -1,25 +1,5 @@
@charset "UTF-8";
$primary-color: #D81E41;
$width: 960px;
$font-color: #333;
$font-family: Asap, sans-serif;
$font-size: 13px;
$nav-background: white;
$nav-submenu-background: #222;
$nav-submenu-color: white;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 2px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$footer-background: #E9E9E9;
$footer-color: #333;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,19 @@
$width: 960px;
$font-color: #333;
$font-size: 12px;
$font-family: Arial, Thahoma, sans-serif;
$nav-background: #506266;
$nav-color: white;
$nav-active-color: #7D908C;
$border-radius: 0px;
$button-color: #333;
$button-background: #EEEADE;
$title-background: url(bg-h2.jpg) repeat-x scroll left top #EEEADE;
$title-font-family: Georgia, sans-serif;
$title-weight: normal;
$title-font-size: $font-size * 1.5;
$title-border-bottom: 1px solid #DAD5C1;
$title-color: #7B8F8A;
$footer-background: transparent;
$footer-color: #4E615F;
$link-color: #7F928E;

View File

@ -1,24 +1,5 @@
@charset "UTF-8";
$width: 960px;
$font-color: #333;
$font-size: 12px;
$font-family: Arial, Thahoma, sans-serif;
$nav-background: #506266;
$nav-color: white;
$nav-active-color: #7D908C;
$border-radius: 0px;
$button-color: #333;
$button-background: #EEEADE;
$title-background: url(bg-h2.jpg) repeat-x scroll left top #EEEADE;
$title-font-family: Georgia, sans-serif;
$title-weight: normal;
$title-font-size: $font-size * 1.5;
$title-border-bottom: 1px solid #DAD5C1;
$title-color: #7B8F8A;
$footer-background: transparent;
$footer-color: #4E615F;
$link-color: #7F928E;
@import 'vars';
@import '../includes/publik';
@import 'custom';

30
static/orleans/_vars.scss Normal file
View File

@ -0,0 +1,30 @@
$primary-color: #34697D;
$secondary-color: #f05923;
$ternary-color: #F7EFE2;
$width: 1150px;
$mobile-limit: 800px;
$font-size: 14px;
$font-family: "Roboto", arial, helvetica, sans-serif;
$border-radius: 0;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-item-background: transparent;
$nav-color: black;
$nav-active-color: $primary-color;
$nav-item-selected-background: transparent;
$nav-item-selected-color: $secondary-color;
$nav-menu-color: white;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #162C35;
$dashboard-selected-color: $primary-color;
$category-color: $primary-color;
$category-toggled-title-background: $primary-color;
$category-toggled-background: transparent;
$link-color: #028;
$category-link-color: $link-color;
$category-toggled-link-hover-color: $primary-color;
$dashboard-badge-color: lighten($primary-color, 10%);

View File

@ -2,37 +2,7 @@
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,200,300,400italic,600,700,700italic,800);
$primary-color: #34697D;
$secondary-color: #f05923;
$ternary-color: #F7EFE2;
$width: 1150px;
$mobile-limit: 800px;
$font-size: 14px !default;
$font-family: "Roboto", arial, helvetica, sans-serif;
$border-radius: 0;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-item-background: transparent;
$nav-color: black;
$nav-active-color: $primary-color;
$nav-item-selected-background: transparent;
$nav-item-selected-color: $secondary-color;
$nav-menu-color: white;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #162C35;
$dashboard-selected-color: $primary-color;
$category-color: $primary-color;
$category-toggled-title-background: $primary-color;
$category-toggled-background: transparent;
$link-color: #028;
$category-link-color: $link-color;
$category-toggled-link-hover-color: $primary-color;
$dashboard-badge-color: lighten($primary-color, 10%);
@import 'vars';
@import '../includes/publik';
@import '../includes/categories';
@import '../includes/dashboard';

18
static/oullins/_vars.scss Normal file
View File

@ -0,0 +1,18 @@
$primary-color: #D24B19;
$width: 970px;
$font-color: #111;
$font-size: 14px;
$font-family: Arial, Helvetica, sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 5px;
$button-background: $primary-color;
$title-border-bottom: 2px dotted $primary-color;
$title-background: white;
$title-color: $primary-color;
$footer-background: transparent;
$footer-color: #111;
$link-color: #747578;
$cell-border: 1px solid transparent;

View File

@ -1,23 +1,5 @@
@charset "UTF-8";
$primary-color: #D24B19;
$width: 970px;
$font-color: #111;
$font-size: 14px;
$font-family: Arial, Helvetica, sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 5px;
$button-background: $primary-color;
$title-border-bottom: 2px dotted $primary-color;
$title-background: white;
$title-color: $primary-color;
$footer-background: transparent;
$footer-color: #111;
$link-color: #747578;
$cell-border: 1px solid transparent;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,17 @@
$primary-color: #DB378E;
$width: 1170px;
$font-color: #777;
$font-size: 14px;
$border-radius: 5px;
$font-family: "Open Sans", Arial, sans-serif;
$nav-background: white;
$nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #121214;
$footer-color: white;

View File

@ -1,23 +1,6 @@
@charset "UTF-8";
$primary-color: #DB378E;
$width: 1170px;
$font-color: #777;
$font-size: 14px !default;
$border-radius: 5px;
$font-family: "Open Sans", Arial, sans-serif !default;
$nav-background: white;
$nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #121214;
$footer-color: white;
@import 'vars';
@import '../includes/publik';
@import '../sictiam/sictiam';
@import 'custom';

16
static/pratic/_vars.scss Normal file
View File

@ -0,0 +1,16 @@
$width: 1000px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: sans-serif;
$nav-background: white;
$nav-color: #005EA9;
$nav-active-color: #005EA9;
$nav-menu-color: white;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 0;
$button-background: #005EA9;
$title-background: #005EA9;
$title-color: white;
$footer-background: #D5DEE3;
$responsive-menu: left-to-right;

View File

@ -1,21 +1,5 @@
@charset "UTF-8";
$width: 1000px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: white;
$nav-color: #005EA9;
$nav-active-color: #005EA9;
$nav-menu-color: white;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 0;
$button-background: #005EA9;
$title-background: #005EA9;
$title-color: white;
$footer-background: #D5DEE3;
$responsive-menu: left-to-right;
@import 'vars';
@import '../includes/publik';
@import 'custom';

20
static/publik/_vars.scss Normal file
View File

@ -0,0 +1,20 @@
$primary-color: #DF017A;
$secondary-color: #6D2080;
$width: 1240px;
$font-size: 13px;
$font-family: sans-serif;
$nav-background: $secondary-color;
$nav-color: white;
$nav-active-color: $nav-background;
$nav-item-hover-background: darken($nav-background, 10%);
$nav-mobile-menu-item-hover-background: $nav-background;
$nav-mobile-menu-item-hover-color: white;
$border-radius: 0;
$button-background: $nav-background;
$title-background: $secondary-color;
$title-color: white;
$cell-entry-hover-effect: left-to-right;
$category-toggled-background: $secondary-color;
$category-toggled-link-hover-color: #DF017A;
$dashboard-selected-color: $primary-color;

View File

@ -1,26 +1,6 @@
@charset "UTF-8";
$primary-color: #DF017A;
$secondary-color: #6D2080;
$width: 1240px;
$font-size: 13px !default;
$font-family: sans-serif;
$nav-background: $secondary-color;
$nav-color: white;
$nav-active-color: $nav-background;
$nav-item-hover-background: darken($nav-background, 10%);
$nav-mobile-menu-item-hover-background: $nav-background;
$nav-mobile-menu-item-hover-color: white;
$border-radius: 0;
$button-background: $nav-background;
$title-background: $secondary-color;
$title-color: white;
$cell-entry-hover-effect: left-to-right;
$category-toggled-background: $secondary-color;
$category-toggled-link-hover-color: #DF017A;
$dashboard-selected-color: $primary-color;
@import 'vars';
@import '../includes/publik';
@import '../includes/categories';
@import '../includes/dashboard';

View File

@ -0,0 +1,25 @@
$primary-color: #D24E38;
$width: 1150px;
$font-color: #333;
$font-family: Asap, sans-serif;
$font-size: 14px;
$nav-background: white;
$nav-submenu-background: #222;
$nav-submenu-color: white;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: white;
$title-border-bottom: 1px solid #ccc;
$title-color: $primary-color;
$title-font-size: $font-size * 1.7;
$title-font-style: italic;
$title-padding: 1ex 1ex 1ex 0;
$title-weight: normal;
$cell-background: #E7F0F6;
$footer-background: #E7F0F6;
$footer-color: #333;

View File

@ -1,30 +1,5 @@
@charset "UTF-8";
$primary-color: #D24E38;
$width: 1150px;
$font-color: #333;
$font-family: Asap, sans-serif;
$font-size: 14px;
$nav-background: white;
$nav-submenu-background: #222;
$nav-submenu-color: white;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: white;
$title-border-bottom: 1px solid #ccc;
$title-color: $primary-color;
$title-font-size: $font-size * 1.7;
$title-font-style: italic;
$title-padding: 1ex 1ex 1ex 0;
$title-weight: normal;
$cell-background: #E7F0F6;
$footer-background: #E7F0F6;
$footer-color: #333;
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,15 @@
$primary-color: #2DBBE5;
$font-color: #666;
$font-size: 13px;
$font-family: sans-serif;
$nav-background: white;
$nav-color: #888;
$nav-submenu-color: $nav-color;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$footer-color: $font-color;

View File

@ -1,21 +1,6 @@
@charset "UTF-8";
$primary-color: #2DBBE5;
$font-color: #666;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: white;
$nav-color: #888;
$nav-submenu-color: $nav-color;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$footer-color: $font-color;
@import 'vars';
@import '../includes/publik';
@import '../sictiam/sictiam';
@import 'custom';

13
static/sictiam/_vars.scss Normal file
View File

@ -0,0 +1,13 @@
$primary-color: #0E88BE;
$font-color: #666;
$font-size: .95em/1.75em;
$font-family: Helvetica, Arial, sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: #47A7D7;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: black;

View File

@ -1,19 +1,6 @@
@charset "UTF-8";
$primary-color: #0E88BE;
$font-color: #666;
$font-size: .95em/1.75em !default;
$font-family: Helvetica, Arial, sans-serif !default;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: #47A7D7;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: black;
@import 'vars';
@import '../includes/publik';
@import '../sictiam/sictiam';
@import 'custom';

20
static/sospel/_vars.scss Normal file
View File

@ -0,0 +1,20 @@
$primary-color: #333333;
$link-color: #00b7f3;
$font-color: black;
$font-size: 13px;
$font-family: Droid, sans-serif;
$nav-background: white;
$nav-color: #393939;
$nav-submenu-color: $nav-color;
$nav-active-color: $primary-color;
$nav-item-selected-background: transparent;
$nav-item-selected-color: $nav-color;
$nav-item-hover-background: transparent;
$nav-item-hover-color: $link-color;
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$footer-color: $font-color;

View File

@ -1,26 +1,6 @@
@charset "UTF-8";
$primary-color: #333333;
$link-color: #00b7f3;
$font-color: black;
$font-size: 13px !default;
$font-family: Droid, sans-serif !default;
$nav-background: white;
$nav-color: #393939;
$nav-submenu-color: $nav-color;
$nav-active-color: $primary-color;
$nav-item-selected-background: transparent;
$nav-item-selected-color: $nav-color;
$nav-item-hover-background: transparent;
$nav-item-hover-color: $link-color;
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: transparent;
$footer-color: $font-color;
@import 'vars';
@import '../includes/publik';
@import '../sictiam/sictiam';
@import 'custom';

View File

@ -0,0 +1,19 @@
$primary-color: #ED3237; /* red */
$width: 1000px;
$font-color: #333;
$font-size: 12px;
$font-family: Arial, Helvetica, sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-weight: bold;
$title-border-bottom: 1px solid $primary-color;
$title-color: $primary-color;
$title-font-size: $font-size * 1.4;
$footer-background: transparent;
$footer-color: #cdcdcd;
$link-color: #255989;

View File

@ -1,24 +1,5 @@
@charset "UTF-8";
$primary-color: #ED3237; /* red */
$width: 1000px;
$font-color: #333;
$font-size: 12px;
$font-family: Arial, Helvetica, sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-weight: bold;
$title-border-bottom: 1px solid $primary-color;
$title-color: $primary-color;
$title-font-size: $font-size * 1.4;
$footer-background: transparent;
$footer-color: #cdcdcd;
$link-color: #255989;
@import 'vars';
@import '../includes/publik';
@import 'custom';

19
static/tournai/_vars.scss Normal file
View File

@ -0,0 +1,19 @@
$primary-color: #D8308A;
$width: 1040px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: helvetica, arial, sans-serif;
$nav-background: #DCDADA;
$nav-color: #000;
$nav-active-color: #555;
$nav-item-selected-color: white;
$nav-item-hover-color:white;
$nav-button-background: white;
$nav-menu-color: #676767;
$border-radius: 0;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #7A7979;
$category-toggled-background: $primary-color;
$dashboard-selected-color: $primary-color;

View File

@ -1,25 +1,6 @@
@charset "UTF-8";
$primary-color: #D8308A;
$width: 1040px;
$mobile-limit: 800px;
$font-size: 13px;
$font-family: helvetica, arial, sans-serif;
$nav-background: #DCDADA;
$nav-color: #000;
$nav-active-color: #555;
$nav-item-selected-color: white;
$nav-item-hover-color:white;
$nav-button-background: white;
$nav-menu-color: #676767;
$border-radius: 0;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #7A7979;
$category-toggled-background: $primary-color;
$dashboard-selected-color: $primary-color;
@import 'vars';
@import '../includes/publik';
@import '../includes/categories';
@import '../includes/dashboard';

View File

@ -0,0 +1,22 @@
$primary-color: #4585AB; /* blue */
$width: 960px;
$font-color: #333;
$font-size: 13px;
$font-family: Arial, Tahoma, sans-serif;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-border-bottom: #5F93B5;
$title-color: white;
$footer-background: #296A94 url(bg-footer.jpg) top left repeat-x;
$footer-color: white;
$link-color: #5C8DAE;
$cell-background: #E6F3FA;

View File

@ -1,27 +1,5 @@
@charset "UTF-8";
$primary-color: #4585AB; /* blue */
$width: 960px;
$font-color: #333;
$font-size: 13px;
$font-family: Arial, Tahoma, sans-serif;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-border-bottom: #5F93B5;
$title-color: white;
$footer-background: #296A94 url(bg-footer.jpg) top left repeat-x;
$footer-color: white;
$link-color: #5C8DAE;
$cell-background: #E6F3FA;
@import 'vars';
@import '../includes/publik';
@import 'custom';