Merge commit 'a215abf70e018f4bf40d6c09d8bd148d8684b33d'

This commit is contained in:
Bjørn Erik Pedersen
2018-04-22 17:57:24 +02:00
257 changed files with 0 additions and 5146 deletions

View File

@@ -1,65 +0,0 @@
/*!
* Bootstrap for http://gohugo.io/
* additional property-value pairs, for selectors already in Bootstrap;
* also, additional Bootstrap-like selectors
*
* Keep all such property additions to Bootstrap v3.3.6 here.
*
* Here, maintain the same order as the original Bootstrap file.
*
* Keep any additional Bootstrap-like selectors at the bottom.
*
* Copyright 2013-2016 Steve Francia and the Hugo Authors
*
* Based on 'dist/css/bootstrap.css' from:
*
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn {
-webkit-transition: all 0.15s;
-moz-transition: all 0.15s;
transition: all 0.15s;
}
.btn-primary:focus,
.btn-primary:active,
.btn-success:focus,
.btn-success:active,
.btn-info:focus,
.btn-info:active {
background-color: transparent;
}
.btn-default:hover,
.btn-default:active,
.btn-primary:hover,
.btn-primary:active,
.btn-success:hover,
.btn-success:active,
.btn-info:hover,
.btn-info:active {
outline: none;
}
/* additional Bootstrap-like selectors */
.btn-repo {
border-color: black;
background-color: rgba(30, 30, 30, 0.8);
color: white;
}
.btn-repo:focus,
.btn-repo:active {
color: black;
}
.btn-repo:hover {
background-color: aliceblue;
}
.btn-repo:focus,
.btn-repo:active {
background-color: transparent;
}
.btn-repo:hover,
.btn-repo:active {
outline: none;
}

View File

@@ -1,136 +0,0 @@
/*!
* Bootstrap for http://gohugo.io/
* value changes to properties in Bootstrap selectors;
* Bootstrap must already have the same properties in the same selectors.
*
* Keep all such value changes to Bootstrap v3.3.6 here.
*
* Here, maintain the same order as the original Bootstrap file.
*
* Keep all new properties, for new or existing selectors,
* in other stylesheets.
*
* Copyright 2013-2016 Steve Francia and the Hugo Authors
*
* Based on 'dist/css/bootstrap.css' from:
*
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
body {
font-family: Lato;
color: #2b2b2b;
}
a {
color: #ff4088;
}
a:hover,
a:focus {
color: #ff4088;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Lato;
font-weight: 400;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Consolas, 'DejaVu Sans Mono',
'Bitstream Vera Sans Mono', 'Lucida Console', Monaco,
'Droid Sans Mono', monospace;
}
legend {
color: #2b2b2b;
border-bottom: 1px solid #c7c7cc;
}
.btn:focus {
/*outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;*/
outline: none;
}
.btn:hover,
.btn:focus {
color: #2b2b2b;
}
.btn-default:focus {
color: #fff;
background-color: #9e9e9e;
border-color: #9e9e9e;
}
.btn-default:hover {
color: #fff;
background-color: #9e9e9e;
border-color: #9e9e9e;
}
.btn-default:active {
color: #fff;
background-color: #9e9e9e;
border-color: #9e9e9e;
}
.btn-primary {
background-color: #007aff;
border-color: #007aff;
}
.btn-primary:focus {
color: #007aff;
border-color: #007aff;
}
.btn-primary:hover {
color: #007aff;
background-color: aliceblue;
border-color: #007aff;
}
.btn-primary:active {
color: #007aff;
border-color: #007aff;
}
.btn-success {
background-color: #4cd964;
border-color: #4cd964;
}
.btn-success:focus {
color: #4cd964;
border-color: #4cd964;
}
.btn-success:hover {
color: #4cd964;
background-color: aliceblue;
border-color: #4cd964;
}
.btn-success:active {
color: #4cd964;
border-color: #4cd964;
}
.btn-info {
background-color: #34aadc;
border-color: #34aadc;
}
.btn-info:focus {
color: #34aadc;
border-color: #34aadc;
}
.btn-info:hover {
color: #34aadc;
background-color: aliceblue;
border-color: #34aadc;
}
.btn-info:active {
color: #34aadc;
border-color: #34aadc;
}
.panel {
border: 0px solid transparent;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.panel-body {
padding: 15px 15px 0px 15px;
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,84 +0,0 @@
/* Styles used by tables at the URLs:
1. /overview/configuration/#configure-blackfriday-rendering
2. /templates/functions/#math
Their HTML is in the files:
1. ./docs/content/overview/configuration.md
2. ./docs/content/templates/functions.md
*/
table.table {
margin: 1em 0;
}
table.table-bordered tr th,
table.table-bordered tr td {
border-width: 2px;
border-color: #dddddd;
border-style: solid;
padding: 0 0.5em;
}
table.table-bordered-configuration {
max-width: 100%;
}
table.table-bordered-configuration,
table.table-bordered-configuration tr,
table.table-bordered-configuration tr th,
table.table-bordered-configuration tr td:not(.purpose-description) {
border-width: 2px;
}
table.table-bordered-configuration tr td.purpose-description {
border-width: 1px;
}
table.table-bordered-configuration,
table.table-bordered-configuration tr,
table.table-bordered-configuration tr th,
table.table-bordered-configuration tr td {
border-color: #dddddd;
}
table.table-bordered-configuration {
border-right-style: solid;
border-bottom-style: solid;
}
table.table-bordered-configuration tr,
table.table-bordered-configuration tr th,
table.table-bordered-configuration tr td:not(.purpose-description) {
border-left-style: solid;
}
table.table-bordered-configuration tr th,
table.table-bordered-configuration tr td:not(.purpose-description) {
border-top-style: solid;
}
table.table-bordered-configuration tr td.purpose-description {
border-top-style: dotted;
}
table.table-bordered-configuration tr th,
table.table-bordered-configuration tr td {
padding-top: 0;
padding-right: 0.5em;
padding-left: 0.5em;
}
table.table-bordered-configuration tr th,
table.table-bordered-configuration tr td:not(.purpose-description) {
padding-bottom: 0;
}
table.table-bordered-configuration tr td.purpose-description {
padding-bottom: 0.5em;
}
table.table-bordered-configuration tr th,
table.table-bordered-configuration tr td:not(.purpose-description) {
text-align: center;
}
table.table-bordered-configuration tr td:not(.purpose-description) code {
padding: 0;
border-radius: 0;
font-size: 14px;
background-color: inherit;
color: darkgreen;
}
table.table-bordered-configuration tr td span.purpose-title {
padding-right: 0.15em;
font-style: italic;
color: chocolate;
}

View File

@@ -1,44 +0,0 @@
/* full page image header area */
@media (min-width: 1024.1px) {
.header {
background-image: url('../img/desk.jpg');
}
}
@media (max-width: 319.9px) {
.header {
background-image: url('../img/desk-sm.jpg');
}
}
@media (max-width: 319.9px), (min-width: 1024.1px) {
.header {
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
}
@media (min-width: 320px) and (max-width: 1024px) {
.header {
background-position: 0% 0%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
}
}
@media (min-width: 320px) and (max-width: 1024px) and (orientation: portrait) {
.header {
background-image: url('../img/desk-mini.jpg');
}
}
@media (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
.header {
background-image: url('../img/desk-wide.jpg');
}
}

View File

@@ -1,194 +0,0 @@
/* global styles */
html {
width: 100%;
height: 100%;
letter-spacing: 0.5px;
}
body {
width: 100%;
height: 100%;
letter-spacing: 0.5px;
line-height: 1.6;
font-family: 'Arbutus Slab', "Helvetica Neue", "Helvetica", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Cabin', "Helvetica Neue", "Helvetica", sans-serif;
}
div.vert-text {
display: table-cell;
vertical-align: middle;
text-align: center;
}
/* full page image header area */
div.buttonbox {
margin: 2em 0 4em;
}
img.logo {
padding: 2em;
width: 100%;
max-width: 35em;
}
div#main {
position: relative;
z-index: 99999;
background: rgb(255, 255, 255);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.header {
display: table;
position: relative;
width: 100%;
height: 70%;
min-height: 70%;
z-index: 99999;
background-color: black;
background-repeat: no-repeat;
}
.header a.btn {
margin: 10px;
font-weight: 100;
}
/* intro */
a:hover {
color: rgb(52, 73, 94);
}
i.callout-icon, i.lead-icon, i.point-icon {
display: inline-block;
vertical-align: middle;
text-align: center;
width: 140px;
height: 140px;
font-size: 56px;
line-height: 136px;
border-radius: 50%;
-webkit-transition: box-shadow 0.2s;
-moz-transition: box-shadow 0.2s;
transition: box-shadow 0.2s;
}
div.counterpoint {
background-color: rgb(255, 252, 244);
}
div.counterpoint, div.point {
padding: 50px 0;
}
div.counterpoint a, div.point a {
color: rgb(7,162,166);
}
div.counterpoint h2, div.point h2 {
line-height: 1.7;
font-size: 32pt;
}
a.icon-2x {
font-size: 200%;
}
i.lead-icon {
border: 3px solid #222222;
}
i.lead-icon:hover {
border: 3px solid black;
background: black;
color: #ffffff;
}
div.point {
background: rgb(96,210,211);
color: #ffffff;
}
div.point h2 > i {
color:#FF4088;
}
i.point-icon {
border: 3px solid #ffffff;
}
i.point-icon:hover {
background: #ffffff;
color: rgb(22, 203, 230);
}
/* callout */
div.callout {
display: table;
table-layout: fixed;
width: 100%;
height: 420px;
padding: 50px 0;
background-color: rgb(118,156,172);
color: #ffffff;
}
i.callout-icon {
border: 3px solid #ffffff;
}
i.callout-icon:hover {
background: #ffffff;
color: rgb(249, 176, 190);
}
/* call to action */
div#action.call-to-action {
padding: 30px 0px 40px;
padding: 30px 0px 50px;
width: 100%;
background-color: rgba(255, 255, 255, 0.19);
background: url('../img/gray.png');
color: #ffffff;
}
div#action.call-to-action code {
font-size: 14pt;
}
div#action.call-to-action h1 {
padding-bottom: .5em;
}
div#action.call-to-action pre {
background-color: #545454;
color: #f9f2f4;
margin-bottom: 0;
}
div#action.call-to-action pre:hover {
background-color: #f9f2f4;
color: #545454;
}
div#action.call-to-action a.btn {
margin: 10px;
}
div#action.call-to-action a.quickstart {
font-weight: 300;
color: white;
}
/* footer */
footer {
padding: 50px 0px 25px 0px;
font-size: 14px;
background: rgb(255, 255, 255);
}
footer a {
color: black;
}
footer a:focus,
footer a:hover {
text-decoration: none;
outline: none;
}
footer a:active {
color: green;
}
/* Bootstrap addons */
div.owl-carousel a {
white-space: nowrap;
color: #243382;
}
div.owl-carousel blockquote {
border-left: 0px;
}
div.owl-carousel blockquote p {
font-size: 20pt;
}

View File

@@ -1,184 +0,0 @@
@font-face {
font-family: 'hugo';
src:url('../fonts/hugo.eot');
src:url('../fonts/hugo.eot?#iefix') format('embedded-opentype'),
url('../fonts/hugo.woff') format('woff'),
url('../fonts/hugo.ttf') format('truetype'),
url('../fonts/hugo.svg#hugo') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'hugo';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
content: "\21";
}
.icon-html5:before {
content: "\23";
}
.icon-css3:before {
content: "\24";
}
.icon-console:before {
content: "\25";
}
.icon-link:before {
content: "\26";
}
.icon-fire:before {
content: "\28";
}
.icon-check-alt:before {
content: "\29";
}
.icon-hugo_serif:before {
content: "\e600";
}
.icon-x-altx-alt:before {
content: "\2a";
}
.icon-circlestar:before {
content: "\2b";
}
.icon-file-css:before {
content: "\2c";
}
.icon-radio-checked:before {
content: "\2e";
}
.icon-quote:before {
content: "\44";
}
.icon-airplane2:before {
content: "\45";
}
.icon-heart:before {
content: "\46";
}
.icon-rocket:before {
content: "\47";
}
.icon-house:before {
content: "\48";
}
.icon-arrow-right:before {
content: "\e001";
}
.icon-arrow-left:before {
content: "\e002";
}
.icon-flow-branch:before {
content: "\e004";
}
.icon-pen:before {
content: "\e005";
}
.icon-idea:before {
content: "\3b";
}
.icon-gears:before {
content: "\3c";
}
.icon-talking:before {
content: "\3d";
}
.icon-tag:before {
content: "\3e";
}
.icon-rocket2:before {
content: "\3f";
}
.icon-octocat:before {
content: "\41";
}
.icon-announce:before {
content: "\42";
}
.icon-edit:before {
content: "\43";
}
.icon-power-cord:before {
content: "\50";
}
.icon-apple:before {
content: "\51";
}
.icon-windows8:before {
content: "\52";
}
.icon-tux:before {
content: "\53";
}
.icon-file-xml:before {
content: "\54";
}
.icon-fork:before {
content: "\55";
}
.icon-arrow-down:before {
content: "\56";
}
.icon-pacman:before {
content: "\e000";
}
.icon-embed:before {
content: "\2f";
}
.icon-code:before {
content: "\30";
}
.icon-cc:before {
content: "\31";
}
.icon-cc-by:before {
content: "\32";
}
.icon-cc-nc:before {
content: "\33";
}
.icon-beaker-alt:before {
content: "\39";
}
.icon-w3c:before {
content: "\3a";
}
.icon-bolt:before {
content: "\49";
}
.icon-flow-tree:before {
content: "\4a";
}
.icon-twitter:before {
content: "\4b";
}
.icon-beaker:before {
content: "\4c";
}
.icon-images:before {
content: "\4d";
}
.icon-bubbles:before {
content: "\4e";
}
.icon-meter2:before {
content: "\4f";
}
.icon-hugo_sans:before {
content: "\68";
}
.icon-spf13:before {
content: "\27";
}

View File

@@ -1,72 +0,0 @@
@media (max-width: 768px) {
.header {
position: absolute;
}
/*sidebar*/
#sidebar {
height: auto;
overflow: hidden;
position: absolute;
width: 100%;
z-index: 1001;
}
/* body container */
#main-content {
margin: 0px!important;
position: none !important;
}
.wrapper {
padding: inherit;
}
#sidebar > ul > li {
margin: 0 10px 5px 10px;
}
#sidebar > ul > li > a {
height:35px;
line-height:35px;
padding: 0 10px;
text-align: left;
}
#sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
width: 100%;
}
#sidebar > ul > li > ul.sub > li > a {
background: transparent !important ;
}
/* sidebar */
#sidebar {
margin: 0px !important;
}
.btn {
margin-bottom: 5px;
}
.navigation.next {
display: none;
}
}
@media (max-width: 480px) {
.notification-row {
display: none;
}
}
@media (max-width:360px) {
h1 {
font-size: 1.9em;
}
}