Recherche des tweets de réponse avec l'API Tweeter
This commit is contained in:
25
resources/sass/dashmix/themes/_base.scss
Normal file
25
resources/sass/dashmix/themes/_base.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// Required files for theme creation
|
||||
// --------------------------------------------------
|
||||
|
||||
// Bootstrap functions
|
||||
@import '../../bootstrap/functions';
|
||||
|
||||
// User variables (your own variable overrides)
|
||||
@import '../../custom/variables';
|
||||
|
||||
// Custom Bootstrap variables overrides
|
||||
@import '../variables-bootstrap';
|
||||
|
||||
// Bootstrap variables
|
||||
@import '../../bootstrap/variables';
|
||||
|
||||
// Bootstrap mixins
|
||||
@import '../../bootstrap/mixins';
|
||||
|
||||
// Custom mixins and Bootstrap overrides
|
||||
@import '../mixins';
|
||||
|
||||
// Custom variables
|
||||
@import '../variables';
|
||||
@import '../variables-themes';
|
||||
58
resources/sass/dashmix/themes/xdream.scss
Normal file
58
resources/sass/dashmix/themes/xdream.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// xDream Theme
|
||||
// --------------------------------------------------
|
||||
|
||||
// Include base files
|
||||
@import 'base';
|
||||
|
||||
// Generate color theme
|
||||
@include color-theme(
|
||||
$theme-xdream-primary,
|
||||
$theme-xdream-light,
|
||||
$theme-xdream-lighter,
|
||||
$theme-xdream-dark,
|
||||
$theme-xdream-darker,
|
||||
$theme-xdream-body-bg,
|
||||
$theme-xdream-body-bg-dark,
|
||||
$theme-xdream-body-bg-light,
|
||||
$theme-xdream-body-color,
|
||||
$theme-xdream-body-color-dark,
|
||||
$theme-xdream-body-color-light,
|
||||
$theme-xdream-link-color,
|
||||
$theme-xdream-link-hover-color,
|
||||
$theme-xdream-input-btn-focus-color,
|
||||
$theme-xdream-input-btn-focus-box-shadow,
|
||||
$theme-xdream-input-bg,
|
||||
$theme-xdream-input-color,
|
||||
$theme-xdream-input-border-color,
|
||||
$theme-xdream-input-focus-bg,
|
||||
$theme-xdream-input-focus-color,
|
||||
$theme-xdream-input-focus-border-color,
|
||||
$theme-xdream-header-bg,
|
||||
$theme-xdream-header-dark-bg,
|
||||
$theme-xdream-sidebar-bg,
|
||||
$theme-xdream-sidebar-dark-bg,
|
||||
$theme-xdream-side-overlay-bg,
|
||||
$theme-xdream-main-nav-link-icon-color,
|
||||
$theme-xdream-main-nav-link-hover-bg,
|
||||
$theme-xdream-main-nav-submenu-bg,
|
||||
$theme-xdream-main-nav-link-icon-dark-color,
|
||||
$theme-xdream-main-nav-link-dark-hover-bg,
|
||||
$theme-xdream-main-nav-submenu-dark-bg
|
||||
);
|
||||
|
||||
@include color-theme-dark(
|
||||
$theme-xdream-primary,
|
||||
$theme-xdream-light,
|
||||
$theme-xdream-lighter,
|
||||
$theme-xdream-sidebar-dark-bg,
|
||||
darken($theme-xdream-sidebar-dark-bg, 5%),
|
||||
$theme-xdream-body-bg,
|
||||
$theme-xdream-body-bg-dark,
|
||||
$theme-xdream-body-bg-light,
|
||||
$theme-xdream-body-color,
|
||||
$theme-xdream-body-color-dark,
|
||||
$theme-xdream-body-color-light,
|
||||
$theme-xdream-link-color,
|
||||
$theme-xdream-link-hover-color
|
||||
);
|
||||
58
resources/sass/dashmix/themes/xeco.scss
Normal file
58
resources/sass/dashmix/themes/xeco.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// xEco Theme
|
||||
// --------------------------------------------------
|
||||
|
||||
// Include base files
|
||||
@import 'base';
|
||||
|
||||
// Generate color theme
|
||||
@include color-theme(
|
||||
$theme-xeco-primary,
|
||||
$theme-xeco-light,
|
||||
$theme-xeco-lighter,
|
||||
$theme-xeco-dark,
|
||||
$theme-xeco-darker,
|
||||
$theme-xeco-body-bg,
|
||||
$theme-xeco-body-bg-dark,
|
||||
$theme-xeco-body-bg-light,
|
||||
$theme-xeco-body-color,
|
||||
$theme-xeco-body-color-dark,
|
||||
$theme-xeco-body-color-light,
|
||||
$theme-xeco-link-color,
|
||||
$theme-xeco-link-hover-color,
|
||||
$theme-xeco-input-btn-focus-color,
|
||||
$theme-xeco-input-btn-focus-box-shadow,
|
||||
$theme-xeco-input-bg,
|
||||
$theme-xeco-input-color,
|
||||
$theme-xeco-input-border-color,
|
||||
$theme-xeco-input-focus-bg,
|
||||
$theme-xeco-input-focus-color,
|
||||
$theme-xeco-input-focus-border-color,
|
||||
$theme-xeco-header-bg,
|
||||
$theme-xeco-header-dark-bg,
|
||||
$theme-xeco-sidebar-bg,
|
||||
$theme-xeco-sidebar-dark-bg,
|
||||
$theme-xeco-side-overlay-bg,
|
||||
$theme-xeco-main-nav-link-icon-color,
|
||||
$theme-xeco-main-nav-link-hover-bg,
|
||||
$theme-xeco-main-nav-submenu-bg,
|
||||
$theme-xeco-main-nav-link-icon-dark-color,
|
||||
$theme-xeco-main-nav-link-dark-hover-bg,
|
||||
$theme-xeco-main-nav-submenu-dark-bg
|
||||
);
|
||||
|
||||
@include color-theme-dark(
|
||||
$theme-xeco-primary,
|
||||
$theme-xeco-light,
|
||||
$theme-xeco-lighter,
|
||||
$theme-xeco-sidebar-dark-bg,
|
||||
darken($theme-xeco-sidebar-dark-bg, 5%),
|
||||
$theme-xeco-body-bg,
|
||||
$theme-xeco-body-bg-dark,
|
||||
$theme-xeco-body-bg-light,
|
||||
$theme-xeco-body-color,
|
||||
$theme-xeco-body-color-dark,
|
||||
$theme-xeco-body-color-light,
|
||||
$theme-xeco-link-color,
|
||||
$theme-xeco-link-hover-color
|
||||
);
|
||||
58
resources/sass/dashmix/themes/xinspire.scss
Normal file
58
resources/sass/dashmix/themes/xinspire.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// xinspire Theme
|
||||
// --------------------------------------------------
|
||||
|
||||
// Include base files
|
||||
@import 'base';
|
||||
|
||||
// Generate color theme
|
||||
@include color-theme(
|
||||
$theme-xinspire-primary,
|
||||
$theme-xinspire-light,
|
||||
$theme-xinspire-lighter,
|
||||
$theme-xinspire-dark,
|
||||
$theme-xinspire-darker,
|
||||
$theme-xinspire-body-bg,
|
||||
$theme-xinspire-body-bg-dark,
|
||||
$theme-xinspire-body-bg-light,
|
||||
$theme-xinspire-body-color,
|
||||
$theme-xinspire-body-color-dark,
|
||||
$theme-xinspire-body-color-light,
|
||||
$theme-xinspire-link-color,
|
||||
$theme-xinspire-link-hover-color,
|
||||
$theme-xinspire-input-btn-focus-color,
|
||||
$theme-xinspire-input-btn-focus-box-shadow,
|
||||
$theme-xinspire-input-bg,
|
||||
$theme-xinspire-input-color,
|
||||
$theme-xinspire-input-border-color,
|
||||
$theme-xinspire-input-focus-bg,
|
||||
$theme-xinspire-input-focus-color,
|
||||
$theme-xinspire-input-focus-border-color,
|
||||
$theme-xinspire-header-bg,
|
||||
$theme-xinspire-header-dark-bg,
|
||||
$theme-xinspire-sidebar-bg,
|
||||
$theme-xinspire-sidebar-dark-bg,
|
||||
$theme-xinspire-side-overlay-bg,
|
||||
$theme-xinspire-main-nav-link-icon-color,
|
||||
$theme-xinspire-main-nav-link-hover-bg,
|
||||
$theme-xinspire-main-nav-submenu-bg,
|
||||
$theme-xinspire-main-nav-link-icon-dark-color,
|
||||
$theme-xinspire-main-nav-link-dark-hover-bg,
|
||||
$theme-xinspire-main-nav-submenu-dark-bg
|
||||
);
|
||||
|
||||
@include color-theme-dark(
|
||||
$theme-xinspire-primary,
|
||||
$theme-xinspire-light,
|
||||
$theme-xinspire-lighter,
|
||||
$theme-xinspire-sidebar-dark-bg,
|
||||
darken($theme-xinspire-sidebar-dark-bg, 5%),
|
||||
$theme-xinspire-body-bg,
|
||||
$theme-xinspire-body-bg-dark,
|
||||
$theme-xinspire-body-bg-light,
|
||||
$theme-xinspire-body-color,
|
||||
$theme-xinspire-body-color-dark,
|
||||
$theme-xinspire-body-color-light,
|
||||
$theme-xinspire-link-color,
|
||||
$theme-xinspire-link-hover-color
|
||||
);
|
||||
58
resources/sass/dashmix/themes/xmodern.scss
Normal file
58
resources/sass/dashmix/themes/xmodern.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// xModern Theme
|
||||
// --------------------------------------------------
|
||||
|
||||
// Include base files
|
||||
@import 'base';
|
||||
|
||||
// Generate color theme
|
||||
@include color-theme(
|
||||
$theme-xmodern-primary,
|
||||
$theme-xmodern-light,
|
||||
$theme-xmodern-lighter,
|
||||
$theme-xmodern-dark,
|
||||
$theme-xmodern-darker,
|
||||
$theme-xmodern-body-bg,
|
||||
$theme-xmodern-body-bg-dark,
|
||||
$theme-xmodern-body-bg-light,
|
||||
$theme-xmodern-body-color,
|
||||
$theme-xmodern-body-color-dark,
|
||||
$theme-xmodern-body-color-light,
|
||||
$theme-xmodern-link-color,
|
||||
$theme-xmodern-link-hover-color,
|
||||
$theme-xmodern-input-btn-focus-color,
|
||||
$theme-xmodern-input-btn-focus-box-shadow,
|
||||
$theme-xmodern-input-bg,
|
||||
$theme-xmodern-input-color,
|
||||
$theme-xmodern-input-border-color,
|
||||
$theme-xmodern-input-focus-bg,
|
||||
$theme-xmodern-input-focus-color,
|
||||
$theme-xmodern-input-focus-border-color,
|
||||
$theme-xmodern-header-bg,
|
||||
$theme-xmodern-header-dark-bg,
|
||||
$theme-xmodern-sidebar-bg,
|
||||
$theme-xmodern-sidebar-dark-bg,
|
||||
$theme-xmodern-side-overlay-bg,
|
||||
$theme-xmodern-main-nav-link-icon-color,
|
||||
$theme-xmodern-main-nav-link-hover-bg,
|
||||
$theme-xmodern-main-nav-submenu-bg,
|
||||
$theme-xmodern-main-nav-link-icon-dark-color,
|
||||
$theme-xmodern-main-nav-link-dark-hover-bg,
|
||||
$theme-xmodern-main-nav-submenu-dark-bg
|
||||
);
|
||||
|
||||
@include color-theme-dark(
|
||||
$theme-xmodern-primary,
|
||||
$theme-xmodern-light,
|
||||
$theme-xmodern-lighter,
|
||||
$theme-xmodern-sidebar-dark-bg,
|
||||
darken($theme-xmodern-sidebar-dark-bg, 5%),
|
||||
$theme-xmodern-body-bg,
|
||||
$theme-xmodern-body-bg-dark,
|
||||
$theme-xmodern-body-bg-light,
|
||||
$theme-xmodern-body-color,
|
||||
$theme-xmodern-body-color-dark,
|
||||
$theme-xmodern-body-color-light,
|
||||
$theme-xmodern-link-color,
|
||||
$theme-xmodern-link-hover-color
|
||||
);
|
||||
58
resources/sass/dashmix/themes/xplay.scss
Normal file
58
resources/sass/dashmix/themes/xplay.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// xPlay Theme
|
||||
// --------------------------------------------------
|
||||
|
||||
// Include base files
|
||||
@import 'base';
|
||||
|
||||
// Generate color theme
|
||||
@include color-theme(
|
||||
$theme-xplay-primary,
|
||||
$theme-xplay-light,
|
||||
$theme-xplay-lighter,
|
||||
$theme-xplay-dark,
|
||||
$theme-xplay-darker,
|
||||
$theme-xplay-body-bg,
|
||||
$theme-xplay-body-bg-dark,
|
||||
$theme-xplay-body-bg-light,
|
||||
$theme-xplay-body-color,
|
||||
$theme-xplay-body-color-dark,
|
||||
$theme-xplay-body-color-light,
|
||||
$theme-xplay-link-color,
|
||||
$theme-xplay-link-hover-color,
|
||||
$theme-xplay-input-btn-focus-color,
|
||||
$theme-xplay-input-btn-focus-box-shadow,
|
||||
$theme-xplay-input-bg,
|
||||
$theme-xplay-input-color,
|
||||
$theme-xplay-input-border-color,
|
||||
$theme-xplay-input-focus-bg,
|
||||
$theme-xplay-input-focus-color,
|
||||
$theme-xplay-input-focus-border-color,
|
||||
$theme-xplay-header-bg,
|
||||
$theme-xplay-header-dark-bg,
|
||||
$theme-xplay-sidebar-bg,
|
||||
$theme-xplay-sidebar-dark-bg,
|
||||
$theme-xplay-side-overlay-bg,
|
||||
$theme-xplay-main-nav-link-icon-color,
|
||||
$theme-xplay-main-nav-link-hover-bg,
|
||||
$theme-xplay-main-nav-submenu-bg,
|
||||
$theme-xplay-main-nav-link-icon-dark-color,
|
||||
$theme-xplay-main-nav-link-dark-hover-bg,
|
||||
$theme-xplay-main-nav-submenu-dark-bg
|
||||
);
|
||||
|
||||
@include color-theme-dark(
|
||||
$theme-xplay-primary,
|
||||
$theme-xplay-light,
|
||||
$theme-xplay-lighter,
|
||||
$theme-xplay-sidebar-dark-bg,
|
||||
darken($theme-xplay-sidebar-dark-bg, 5%),
|
||||
$theme-xplay-body-bg,
|
||||
$theme-xplay-body-bg-dark,
|
||||
$theme-xplay-body-bg-light,
|
||||
$theme-xplay-body-color,
|
||||
$theme-xplay-body-color-dark,
|
||||
$theme-xplay-body-color-light,
|
||||
$theme-xplay-link-color,
|
||||
$theme-xplay-link-hover-color
|
||||
);
|
||||
58
resources/sass/dashmix/themes/xpro.scss
Normal file
58
resources/sass/dashmix/themes/xpro.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// xPro Theme
|
||||
// --------------------------------------------------
|
||||
|
||||
// Include base files
|
||||
@import 'base';
|
||||
|
||||
// Generate color theme
|
||||
@include color-theme(
|
||||
$theme-xpro-primary,
|
||||
$theme-xpro-light,
|
||||
$theme-xpro-lighter,
|
||||
$theme-xpro-dark,
|
||||
$theme-xpro-darker,
|
||||
$theme-xpro-body-bg,
|
||||
$theme-xpro-body-bg-dark,
|
||||
$theme-xpro-body-bg-light,
|
||||
$theme-xpro-body-color,
|
||||
$theme-xpro-body-color-dark,
|
||||
$theme-xpro-body-color-light,
|
||||
$theme-xpro-link-color,
|
||||
$theme-xpro-link-hover-color,
|
||||
$theme-xpro-input-btn-focus-color,
|
||||
$theme-xpro-input-btn-focus-box-shadow,
|
||||
$theme-xpro-input-bg,
|
||||
$theme-xpro-input-color,
|
||||
$theme-xpro-input-border-color,
|
||||
$theme-xpro-input-focus-bg,
|
||||
$theme-xpro-input-focus-color,
|
||||
$theme-xpro-input-focus-border-color,
|
||||
$theme-xpro-header-bg,
|
||||
$theme-xpro-header-dark-bg,
|
||||
$theme-xpro-sidebar-bg,
|
||||
$theme-xpro-sidebar-dark-bg,
|
||||
$theme-xpro-side-overlay-bg,
|
||||
$theme-xpro-main-nav-link-icon-color,
|
||||
$theme-xpro-main-nav-link-hover-bg,
|
||||
$theme-xpro-main-nav-submenu-bg,
|
||||
$theme-xpro-main-nav-link-icon-dark-color,
|
||||
$theme-xpro-main-nav-link-dark-hover-bg,
|
||||
$theme-xpro-main-nav-submenu-dark-bg
|
||||
);
|
||||
|
||||
@include color-theme-dark(
|
||||
$theme-xpro-primary,
|
||||
$theme-xpro-light,
|
||||
$theme-xpro-lighter,
|
||||
$theme-xpro-sidebar-dark-bg,
|
||||
darken($theme-xpro-sidebar-dark-bg, 5%),
|
||||
$theme-xpro-body-bg,
|
||||
$theme-xpro-body-bg-dark,
|
||||
$theme-xpro-body-bg-light,
|
||||
$theme-xpro-body-color,
|
||||
$theme-xpro-body-color-dark,
|
||||
$theme-xpro-body-color-light,
|
||||
$theme-xpro-link-color,
|
||||
$theme-xpro-link-hover-color
|
||||
);
|
||||
58
resources/sass/dashmix/themes/xsmooth.scss
Normal file
58
resources/sass/dashmix/themes/xsmooth.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// xSmooth Theme
|
||||
// --------------------------------------------------
|
||||
|
||||
// Include base files
|
||||
@import 'base';
|
||||
|
||||
// Generate color theme
|
||||
@include color-theme(
|
||||
$theme-xsmooth-primary,
|
||||
$theme-xsmooth-light,
|
||||
$theme-xsmooth-lighter,
|
||||
$theme-xsmooth-dark,
|
||||
$theme-xsmooth-darker,
|
||||
$theme-xsmooth-body-bg,
|
||||
$theme-xsmooth-body-bg-dark,
|
||||
$theme-xsmooth-body-bg-light,
|
||||
$theme-xsmooth-body-color,
|
||||
$theme-xsmooth-body-color-dark,
|
||||
$theme-xsmooth-body-color-light,
|
||||
$theme-xsmooth-link-color,
|
||||
$theme-xsmooth-link-hover-color,
|
||||
$theme-xsmooth-input-btn-focus-color,
|
||||
$theme-xsmooth-input-btn-focus-box-shadow,
|
||||
$theme-xsmooth-input-bg,
|
||||
$theme-xsmooth-input-color,
|
||||
$theme-xsmooth-input-border-color,
|
||||
$theme-xsmooth-input-focus-bg,
|
||||
$theme-xsmooth-input-focus-color,
|
||||
$theme-xsmooth-input-focus-border-color,
|
||||
$theme-xsmooth-header-bg,
|
||||
$theme-xsmooth-header-dark-bg,
|
||||
$theme-xsmooth-sidebar-bg,
|
||||
$theme-xsmooth-sidebar-dark-bg,
|
||||
$theme-xsmooth-side-overlay-bg,
|
||||
$theme-xsmooth-main-nav-link-icon-color,
|
||||
$theme-xsmooth-main-nav-link-hover-bg,
|
||||
$theme-xsmooth-main-nav-submenu-bg,
|
||||
$theme-xsmooth-main-nav-link-icon-dark-color,
|
||||
$theme-xsmooth-main-nav-link-dark-hover-bg,
|
||||
$theme-xsmooth-main-nav-submenu-dark-bg
|
||||
);
|
||||
|
||||
@include color-theme-dark(
|
||||
$theme-xsmooth-primary,
|
||||
$theme-xsmooth-light,
|
||||
$theme-xsmooth-lighter,
|
||||
$theme-xsmooth-sidebar-dark-bg,
|
||||
darken($theme-xsmooth-sidebar-dark-bg, 5%),
|
||||
$theme-xsmooth-body-bg,
|
||||
$theme-xsmooth-body-bg-dark,
|
||||
$theme-xsmooth-body-bg-light,
|
||||
$theme-xsmooth-body-color,
|
||||
$theme-xsmooth-body-color-dark,
|
||||
$theme-xsmooth-body-color-light,
|
||||
$theme-xsmooth-link-color,
|
||||
$theme-xsmooth-link-hover-color
|
||||
);
|
||||
58
resources/sass/dashmix/themes/xwork.scss
Normal file
58
resources/sass/dashmix/themes/xwork.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// xWork Theme
|
||||
// --------------------------------------------------
|
||||
|
||||
// Include base files
|
||||
@import 'base';
|
||||
|
||||
// Generate color theme
|
||||
@include color-theme(
|
||||
$theme-xwork-primary,
|
||||
$theme-xwork-light,
|
||||
$theme-xwork-lighter,
|
||||
$theme-xwork-dark,
|
||||
$theme-xwork-darker,
|
||||
$theme-xwork-body-bg,
|
||||
$theme-xwork-body-bg-dark,
|
||||
$theme-xwork-body-bg-light,
|
||||
$theme-xwork-body-color,
|
||||
$theme-xwork-body-color-dark,
|
||||
$theme-xwork-body-color-light,
|
||||
$theme-xwork-link-color,
|
||||
$theme-xwork-link-hover-color,
|
||||
$theme-xwork-input-btn-focus-color,
|
||||
$theme-xwork-input-btn-focus-box-shadow,
|
||||
$theme-xwork-input-bg,
|
||||
$theme-xwork-input-color,
|
||||
$theme-xwork-input-border-color,
|
||||
$theme-xwork-input-focus-bg,
|
||||
$theme-xwork-input-focus-color,
|
||||
$theme-xwork-input-focus-border-color,
|
||||
$theme-xwork-header-bg,
|
||||
$theme-xwork-header-dark-bg,
|
||||
$theme-xwork-sidebar-bg,
|
||||
$theme-xwork-sidebar-dark-bg,
|
||||
$theme-xwork-side-overlay-bg,
|
||||
$theme-xwork-main-nav-link-icon-color,
|
||||
$theme-xwork-main-nav-link-hover-bg,
|
||||
$theme-xwork-main-nav-submenu-bg,
|
||||
$theme-xwork-main-nav-link-icon-dark-color,
|
||||
$theme-xwork-main-nav-link-dark-hover-bg,
|
||||
$theme-xwork-main-nav-submenu-dark-bg
|
||||
);
|
||||
|
||||
@include color-theme-dark(
|
||||
$theme-xwork-primary,
|
||||
$theme-xwork-light,
|
||||
$theme-xwork-lighter,
|
||||
$theme-xwork-sidebar-dark-bg,
|
||||
darken($theme-xwork-sidebar-dark-bg, 5%),
|
||||
$theme-xwork-body-bg,
|
||||
$theme-xwork-body-bg-dark,
|
||||
$theme-xwork-body-bg-light,
|
||||
$theme-xwork-body-color,
|
||||
$theme-xwork-body-color-dark,
|
||||
$theme-xwork-body-color-light,
|
||||
$theme-xwork-link-color,
|
||||
$theme-xwork-link-hover-color
|
||||
);
|
||||
Reference in New Issue
Block a user