initial commit

This commit is contained in:
Emmanuel Florent
2019-06-17 17:16:17 +02:00
parent 48e3a22c9e
commit 699a9f30ec
118 changed files with 253 additions and 217 deletions

View File

@@ -36,4 +36,3 @@
{{ end }}
{{ end }}
</ul>

View File

@@ -5,7 +5,7 @@
class="lighten-4 pt-0"
style="overflow-y: hidden; overflow-x: hidden;"
>
<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 height=48 width=190 src="/logo.svg">
</v-container>
@@ -33,23 +33,10 @@
<v-divider class="grey lighten-1 mr-2 ml-2 mb-4"></v-divider>
<!--
<v-toolbar floating light class="grey lighten-4" style="width: 272px;">
<v-text-field
style="width: 228px;"
flat
hide-details
prepend-inner-icon="search"
label="Search"
class="hidden-sm-and-down"
></v-text-field>
</v-toolbar>
-->
<p class="ml-3">
<a href="/" class="beba" style="color: #1E1E3C;" ><v-icon style="color: #1E1E3C;" >home</v-icon> Table of content</a>
<a href="/" class="beba" style="color: #1E1E3C; text-decoration: none!important;" >
<v-icon style="color: #1E1E3C;" >home</v-icon> Table of content</a>
<p>
{{ partial "menu_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}

View File

@@ -21,8 +21,8 @@
<v-spacer></v-spacer>
<div style="width: 210px; background-color: ">
<v-select :items="branches" v-model="branch" width=120 class="mono">
<div style="width: 235px; background-color: ">
<v-select :items="branches" v-model="branch" class="mono">
</div>
</v-select>
{{- if gt .WordCount 400 -}}

View File

@@ -88,16 +88,14 @@ p {
.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
background-color: transparent;
}
/** this gives correct offset when link to anchors */
/** this gives correct offset when link to anchors
*[id]:before {
display: block;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
z-index: 0;
}
*/
a, li.lefttree > a {
text-decoration: none;