Random changes for many files.
Signed-off-by: Pavel Kirilin <win10@list.ru>
119
static/css/global-styles.scss
Normal file
@ -0,0 +1,119 @@
|
||||
// Import Bulma's core
|
||||
@import "~bulma/sass/utilities/_all";
|
||||
|
||||
// Set your colors
|
||||
$primary: #687cec;
|
||||
$primary-light: findLightColor($primary);
|
||||
$primary-dark: findDarkColor($primary);
|
||||
$primary-invert: findColorInvert($primary);
|
||||
$background: #fafdff;
|
||||
$background-invert: findColorInvert($background);
|
||||
|
||||
// Lists and maps
|
||||
$custom-colors: null !default;
|
||||
$custom-shades: null !default;
|
||||
|
||||
// Setup $colors to use as bulma classes (e.g. 'is-twitter')
|
||||
$colors: mergeColorMaps(
|
||||
(
|
||||
"white": (
|
||||
$white,
|
||||
$black,
|
||||
),
|
||||
"black": (
|
||||
$black,
|
||||
$white,
|
||||
),
|
||||
"light": (
|
||||
$light,
|
||||
$light-invert,
|
||||
),
|
||||
"dark": (
|
||||
$dark,
|
||||
$dark-invert,
|
||||
),
|
||||
"primary": (
|
||||
$primary,
|
||||
$primary-invert,
|
||||
$primary-light,
|
||||
$primary-dark,
|
||||
),
|
||||
"link": (
|
||||
$link,
|
||||
$link-invert,
|
||||
$link-light,
|
||||
$link-dark,
|
||||
),
|
||||
"info": (
|
||||
$info,
|
||||
$info-invert,
|
||||
$info-light,
|
||||
$info-dark,
|
||||
),
|
||||
"success": (
|
||||
$success,
|
||||
$success-invert,
|
||||
$success-light,
|
||||
$success-dark,
|
||||
),
|
||||
"warning": (
|
||||
$warning,
|
||||
$warning-invert,
|
||||
$warning-light,
|
||||
$warning-dark,
|
||||
),
|
||||
"danger": (
|
||||
$danger,
|
||||
$danger-invert,
|
||||
$danger-light,
|
||||
$danger-dark,
|
||||
),
|
||||
),
|
||||
$custom-colors
|
||||
);
|
||||
|
||||
// Links
|
||||
$link: $primary;
|
||||
$link-invert: $primary-invert;
|
||||
$link-focus-border: $primary;
|
||||
|
||||
// Import Bulma and Buefy styles
|
||||
@import "~bulma";
|
||||
@import "~buefy/src/scss/buefy";
|
||||
|
||||
.bnumber {
|
||||
align-items: center;
|
||||
background-color: whitesmoke;
|
||||
border-radius: 9999px;
|
||||
display: inline-flex;
|
||||
font-size: 1.25rem;
|
||||
height: 2em;
|
||||
justify-content: center;
|
||||
margin-right: 1.5rem;
|
||||
min-width: 2.5em;
|
||||
padding: 0.25rem 0.5rem;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.number {
|
||||
display: inherit;
|
||||
background-color: none;
|
||||
border: none;
|
||||
min-width: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: inherit;
|
||||
background: none;
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: $background;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
9
static/css/syntax-highlighter.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.nuxt-content {
|
||||
@apply break-words;
|
||||
|
||||
& .nuxt-content-highlight {
|
||||
& > .filename {
|
||||
@apply block bg-gray-700 text-gray-100 font-mono text-sm tracking-tight py-2 px-4 -mb-3 rounded-t;
|
||||
}
|
||||
}
|
||||
}
|
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
static/images/traefik_imgs/couldflare_certs.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
static/images/traefik_imgs/curls.gif
Normal file
After Width: | Height: | Size: 4.5 MiB |
BIN
static/images/traefik_imgs/keenetic_dns.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
static/images/traefik_imgs/logo.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
static/images/traefik_imgs/nginx_comparasion.png
Normal file
After Width: | Height: | Size: 463 KiB |
BIN
static/images/traefik_imgs/traefik-architecture.png
Normal file
After Width: | Height: | Size: 361 KiB |
BIN
static/images/traefik_imgs/traefik_web.png
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
static/logo.png
Normal file
After Width: | Height: | Size: 38 KiB |