Files
2023-01-21 23:34:32 -08:00

324 lines
10 KiB
SCSS
Executable File

---
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";
$btn-primary-border: white;
$brand-primary: #00A7EA;
$font-family-sans-serif: "Helvetica Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-size-base: 16px;
$gray-base: #333;
$headings-color: #333;
$headings-font-weight: 200;
$headings-line-height: 1.3;
$jumbotron-bg: $brand-primary;
$jumbotron-color: white;
$line-height-base: 1.6;
$navbar-height: 100px;
$navbar-border-radius: 0;
$navbar-inverse-bg: $jumbotron-bg;
$navbar-inverse-color: $jumbotron-color;
$navbar-inverse-link-color: $jumbotron-color;
$navbar-inverse-link-hover-color: darken($navbar-inverse-link-color, 10%);
$navbar-inverse-link-active-color: $navbar-inverse-link-color;
$navbar-inverse-border: transparent;
$navbar-inverse-toggle-border-color: $jumbotron-color;
$navbar-inverse-toggle-hover-bg: transparent;
@import "bootstrap";
footer {
text-align: center;
color: #767876;
margin: 3em 0 5em 0;
}
footer a:hover {
text-decoration: none
}
samp {
font: inherit;
background: rgba(0,0,0,0.02);
padding: 1px;
}
.container {
h2 {
font-weight: 300;
letter-spacing: 2.2px;
color: #6A6D6A;
}
h3 {
font-weight: 300;
letter-spacing: .8px;
color: #6A6D6A;
}
}
.sparkle-jumbotron {
background-image: -webkit-gradient(linear, left top, left bottom, from(#00a8eb), to(#2b6ac8));
text-align: center;
img.screenshot {
width: 100%;
max-width: 620px;
-webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.20);
box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.20);
}
.tag-line {
font-size: 1.1em;
letter-spacing: 1px;
color: #ffffff;
margin: 2em 0 1em 0;
}
a.btn-setup,
a.btn-setup:hover,
a.btn-setup:active,
a.btn-setup:visited {
text-decoration: none;
}
a.btn-setup {
font-size: 0.7em;
font-weight: normal;
letter-spacing: 1.2px;
color: #1984d7;
border-radius: 7px;
padding: 8px 15px;
background-color: #ffffff;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-box-shadow: 0 14px 26px rgba(0,0,0,0.15);
box-shadow: 0 14px 26px rgba(0,0,0,0.15);
}
a.btn-setup:hover {
-webkit-transition: all .5s;
-webkit-box-shadow: 0 7px 13px rgba(0,0,0,0.10);
box-shadow: 0 7px 13px rgba(0,0,0,0.10);
}
a.btn-download,
a.btn-download:hover,
a.btn-download:active,
a.btn-download:visited {
text-decoration: none;
}
a.btn-download {
font-size: 0.7em;
font-weight: normal;
letter-spacing: 1.2px;
color: #1984d7;
border-radius: 7px;
padding: 8px 15px;
background-color: #ffffff;
margin: 0 20px 0 0;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-box-shadow: 0 14px 26px rgba(0,0,0,0.15);
box-shadow: 0 14px 26px rgba(0,0,0,0.15);
}
a.btn-download:hover {
-webkit-transition: all .5s;
transition: all .5s;
-webkit-box-shadow: 0 7px 13px rgba(0,0,0,0.10);
box-shadow: 0 7px 13px rgba(0,0,0,0.10);
}
}
.sparkle-features {
padding-bottom: $jumbotron-padding;
background-color: #ffff;
div.card h2 {
font-weight: 300;
letter-spacing: 2.2px;
color: #6A6D6A;
}
div.card p {
color: #767876;
}
div.card {
-webkit-transition: all .5s;
transition: all .5s;
}
div.card:hover {
display: block;
border-radius: 15px;
background-color: #ffffff;
cursor: pointer;
-webkit-transform: matrix(.97, 0, 0, .97, 0, 0);
transform: matrix(.97, 0, 0, .97, 0, 0);
-webkit-transition: all .5s;
transition: all .5s;
-webkit-box-shadow: 0 26px 51px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 26px 51px 0 rgba(0, 0, 0, 0.08);
}
}
.sparkle-users-jumbotron {
background-image: -webkit-gradient(linear, left top, left bottom, from(#079de5), to(#2672cd));
background-image: linear-gradient(to bottom, #079de5, #2672cd);
text-align: center;
p {
margin-bottom: ($jumbotron-padding / 2) * 2;
font-size: 1.4em;
letter-spacing: 1px;
}
p:last-child {
margin-bottom: ($jumbotron-padding / 2); // default
}
ul {
max-width: 50%;
margin: 0 auto;
padding: 0;
& > li {
display: inline-block;
margin: $line-height-computed / 2;
margin: $line-height-computed / 2;
-webkit-transition: all .5s;
transition: all .5s;
}
& > li:hover {
cursor: pointer;
-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 0);
transform: matrix(1.3, 0, 0, 1.3, 0, 0);
-webkit-transition: all .5s;
transition: all .5s;
}
}
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: white;
background-color: #0083b7;
padding: 2px 20px;
border-radius: 9px;
margin: 35px 0 0 0;
}
.navbar {
font-weight: 200;
letter-spacing: .8px;
}
.navbar-home {
margin-bottom: 0;
}
.navbar-brand {
font-size: $font-size-base * 2;
letter-spacing: 2.2px;
img {
float: left;
width: 64px;
height: 64px;
margin-top: -((64px - $line-height-computed) / 2);
margin-right: $line-height-computed;
}
}
td {
/* If text overflows, we want text to be vertically aligned to top */
vertical-align: top;
padding: 0 2.2em 0 0;
}
/*
CSS syntax highlighting generated from:
pygmentize -S friendly -f html -a .highlight
*/
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f0f0f0; }
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #007020 } /* Comment.Preproc */
.highlight .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
.highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #902000 } /* Keyword.Type */
.highlight .m { color: #40a070 } /* Literal.Number */
.highlight .s { color: #4070a0 } /* Literal.String */
.highlight .na { color: #4070a0 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.highlight .no { color: #60add5 } /* Name.Constant */
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #007020 } /* Name.Exception */
.highlight .nf { color: #06287e } /* Name.Function */
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #bb60d5 } /* Name.Variable */
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #40a070 } /* Literal.Number.Bin */
.highlight .mf { color: #40a070 } /* Literal.Number.Float */
.highlight .mh { color: #40a070 } /* Literal.Number.Hex */
.highlight .mi { color: #40a070 } /* Literal.Number.Integer */
.highlight .mo { color: #40a070 } /* Literal.Number.Oct */
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
.highlight .sr { color: #235388 } /* Literal.String.Regex */
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #06287e } /* Name.Function.Magic */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */