mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 03:04:13 +01:00
moved to single repos
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
fixed
|
||||
app
|
||||
class="lighten-4 pt-0"
|
||||
style="overflow-y: hidden; overflow-x: hidden;"
|
||||
style="overflow-y: hidden; overflow-x: hidden;margin-top:70px;"
|
||||
>
|
||||
<v-container style="height: 68px; background-color: rgb(23, 23, 48);" class="dark mb-0 pb-1 pt-3 elevation-5 " >
|
||||
<!--<v-container style="height: 68px; background-color: rgb(23, 23, 48);" class="dark mb-0 pb-1 pt-3 elevation-5 " >
|
||||
<v-img class="ml-4" height=48 width=190 src="/logo.svg">
|
||||
</v-container>
|
||||
</v-container>-->
|
||||
|
||||
<v-container class="ma-0 pa-0 elevation-1">
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
<ul class="lefttree">
|
||||
<li class="lefttree">
|
||||
<a href="/" class="beba" style="color: #1E1E3C; text-decoration: none;" >
|
||||
<v-icon style="color: #1E1E3C;" class="mr-1" >home</v-icon> Table of content</a>
|
||||
<v-icon style="color: #1E1E3C;" class="mr-1" >home</v-icon> Introduction</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
{{ partial "menu_recursive.html" (dict "menu" .Site.Menus.main "page" . "level" 0) }}
|
||||
|
||||
<v-divider class="grey lighten-1 ma-2 mt-4 mb-4"></v-divider>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{{ if $got }}
|
||||
|
||||
{{ partial "prev_next_btn.html" (dict "context" . "prev" $prev "next" .URL) }}
|
||||
|
||||
|
||||
{{ end }}
|
||||
{{ if $iz }}
|
||||
{{ $current = . }}
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
<v-toolbar
|
||||
app
|
||||
fixed
|
||||
scroll-off-screen
|
||||
height=68
|
||||
class="pr-3 pl-2"
|
||||
dark
|
||||
style="background-color: #171730"
|
||||
style="background-color: #171730;"
|
||||
>
|
||||
<v-toolbar-title style="width: 260px; " class="ml-4 pl-0 pt-2 text-xs-center hidden-sm-and-down">
|
||||
<v-img class="ml-4" height=48 width=190 src="/logo.svg" class="">
|
||||
@@ -20,12 +19,14 @@
|
||||
|
||||
|
||||
<v-spacer></v-spacer>
|
||||
<div style="width: 240px; ">
|
||||
{{ if eq .Section "firmwareapi"}}
|
||||
<div style="width: 240px;">
|
||||
<v-select :items="branches" v-model="branch" width=120 class="mono">
|
||||
</div>
|
||||
</v-select>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{- if gt .WordCount 400 -}}
|
||||
<v-btn icon ref="tocBtn" @click.stop="drawer2 = !drawer2" >
|
||||
<v-btn icon ref="tocBtn" @click.stop="drawer2 = !drawer2" >
|
||||
<v-icon style="color: rgb(23, 255, 189);">more_vert</v-icon>
|
||||
</v-btn>
|
||||
{{ end }}
|
||||
|
||||
@@ -1,7 +1,32 @@
|
||||
html {
|
||||
font-size: 105%;
|
||||
/*font-size: 100%;*/
|
||||
}
|
||||
|
||||
/* Style the header */
|
||||
.header {
|
||||
padding: 10px 16px;
|
||||
background: #555;
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
/* Page content */
|
||||
.content {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
/* The sticky class is added to the header with JS when it reaches its scroll position */
|
||||
.sticky {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
|
||||
.sticky + .content {
|
||||
padding-top: 68px;
|
||||
}
|
||||
/* Style the header END */
|
||||
|
||||
.menu-contextual {
|
||||
width: 320px;
|
||||
right: 0px;
|
||||
@@ -32,7 +57,7 @@ h1, h2, h3, h4 {
|
||||
|
||||
|
||||
h1 {
|
||||
font-family: 'Beba',Helvetica,Arial,Lucida,sans-serif;
|
||||
font-family: 'BebasNeueBold', sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
@@ -46,10 +71,29 @@ h2 > a {
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Beba";
|
||||
src: url("/fonts/BebasNeue-Regular.eot");
|
||||
src: url("/fonts/BebasNeue-Regular.woff") format("woff"),
|
||||
url("/fonts/BebasNeue-Regular.otf") format("opentype");
|
||||
font-family: "Bebas";
|
||||
src: url("/fonts/bebas/BebasNeue-Regular.eot");
|
||||
src: url("/fonts/bebas/BebasNeue-Regular.woff") format("woff"),
|
||||
url("/fonts/bebas/BebasNeue-Regular.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "BebasNeueBook";
|
||||
src: url("/fonts/bebas/BebasNeueBook.eot");
|
||||
src: url("/fonts/bebas/BebasNeueBook.woff") format("woff"),
|
||||
url("/fonts/bebas/BebasNeueBook.eot") format("opentype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "BebasNeueBold";
|
||||
src: url("/fonts/bebas/BebasNeueBold.eot");
|
||||
src: url("/fonts/bebas/BebasNeueBold.woff") format("woff"),
|
||||
url("/fonts/bebas/BebasNeueBold.eot") format("opentype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Space Mono";
|
||||
src: url("/fonts/space-mono/SpaceMono-Regular.ttf");
|
||||
src: url("/fonts/space-mono/SpaceMono-Regular.woff") format("woff"),
|
||||
url("/fonts/space-mono/SpaceMono-Regular.eot") format("opentype");
|
||||
}
|
||||
/* 'Beba',Helvetica,Arial,Lucida,sans-serif; */
|
||||
|
||||
@@ -69,18 +113,16 @@ url("/fonts/BebasNeue-Regular.otf") format("opentype");
|
||||
|
||||
.application {
|
||||
/* font-family: 'Beba',Helvetica,Arial,Lucida,sans-serif; */
|
||||
font-family: Helvetica;
|
||||
font-family: 'Space Mono';
|
||||
}
|
||||
/*
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
*/
|
||||
|
||||
a.bread:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
.bread {
|
||||
font-family: 'Beba',Helvetica,Arial,Lucida,sans-serif;
|
||||
font-family: 'BebasNeueBold',sans-serif;
|
||||
letter-spacing: 0.1em;
|
||||
/* color: #7800FF; */
|
||||
color: rgb(120, 0, 255)!important;
|
||||
}
|
||||
|
||||
.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
|
||||
@@ -95,13 +137,30 @@ a, li.lefttree > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li.lefttree > a:hover {
|
||||
background-color: transparent!important;
|
||||
}
|
||||
|
||||
|
||||
li.lefttree > a {
|
||||
padding:6px;
|
||||
}
|
||||
|
||||
li.hot > a.hot {
|
||||
text-decoration: none;
|
||||
color: #7800FF!important;
|
||||
padding: 6px;
|
||||
|
||||
}
|
||||
|
||||
a, li.righttree > a {
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
padding: 5px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -122,8 +181,10 @@ li > a {
|
||||
line-height: 1.60;
|
||||
}
|
||||
|
||||
li > a.hot {
|
||||
text-decoration: underline;
|
||||
li.hot li.hot > a.hot {
|
||||
text-decoration: none;
|
||||
font-family: 'BebasNeueBold';
|
||||
color:#1E1E3C;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
@@ -133,10 +194,14 @@ li.lefttree > i {
|
||||
}
|
||||
|
||||
li.lefttree > a {
|
||||
font-family: 'Beba',Helvetica,Arial,Lucida,sans-serif;
|
||||
letter-spacing: 0.1em;
|
||||
font-family: 'BebasNeueBold', sans-serif;
|
||||
letter-spacing: 0.1em;
|
||||
font-size: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
li.lefttree .lefttree > a {font-family: 'BebasNeueBook',sans-serif;}
|
||||
|
||||
li.hot {
|
||||
width: calc(100% + 22px);
|
||||
margin-right: 0px;
|
||||
@@ -267,5 +332,5 @@ code {
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
font-family: 'Space Mono';
|
||||
}
|
||||
|
||||
10650
themes/doc-theme/static/css/vuetify.css
Normal file
10650
themes/doc-theme/static/css/vuetify.css
Normal file
File diff suppressed because it is too large
Load Diff
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue Bold.otf
Executable file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue Bold.otf
Executable file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue Book.otf
Executable file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue Book.otf
Executable file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue-Regular.eot
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue-Regular.eot
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue-Regular.otf
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue-Regular.otf
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue-Regular.ttf
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue-Regular.ttf
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue-Regular.woff
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeue-Regular.woff
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBold.eot
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBold.eot
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBold.ttf
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBold.ttf
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBold.woff
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBold.woff
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBold.woff2
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBold.woff2
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBook.eot
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBook.eot
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBook.ttf
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBook.ttf
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBook.woff
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBook.woff
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBook.woff2
Normal file
BIN
themes/doc-theme/static/fonts/bebas/BebasNeueBook.woff2
Normal file
Binary file not shown.
93
themes/doc-theme/static/fonts/space-mono/OFL.txt
Normal file
93
themes/doc-theme/static/fonts/space-mono/OFL.txt
Normal file
@@ -0,0 +1,93 @@
|
||||
Copyright 2016 Google Inc. All Rights Reserved.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Bold.ttf
Normal file
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Italic.ttf
Normal file
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Italic.ttf
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Regular.eot
Normal file
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Regular.eot
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Regular.ttf
Normal file
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Regular.ttf
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Regular.woff
Normal file
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Regular.woff
Normal file
Binary file not shown.
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Regular.woff2
Normal file
BIN
themes/doc-theme/static/fonts/space-mono/SpaceMono-Regular.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user