summaryrefslogtreecommitdiffstats
path: root/documentation/.vuepress/override.styl
diff options
context:
space:
mode:
authorJannik Schönartz2019-03-10 04:50:32 +0100
committerJannik Schönartz2019-03-10 04:50:32 +0100
commitdc102d24f0fcb6247388880abc7f3208d0b7a9eb (patch)
treef5c7af2f8cb217488052b71978f45a667d03b363 /documentation/.vuepress/override.styl
parent[ipxe] Add parameter to api how many lines the response should send and adjus... (diff)
downloadbas-dc102d24f0fcb6247388880abc7f3208d0b7a9eb.tar.gz
bas-dc102d24f0fcb6247388880abc7f3208d0b7a9eb.tar.xz
bas-dc102d24f0fcb6247388880abc7f3208d0b7a9eb.zip
[documentation] Add documentation site
Override css (Design the topbar & site) <-- A lot of Udo's help Create structure for the differen pages Start writing the installation Write the getting started API site Write documentation of the authentication api Write documentation of the setup api
Diffstat (limited to 'documentation/.vuepress/override.styl')
-rw-r--r--documentation/.vuepress/override.styl94
1 files changed, 94 insertions, 0 deletions
diff --git a/documentation/.vuepress/override.styl b/documentation/.vuepress/override.styl
new file mode 100644
index 0000000..8090c85
--- /dev/null
+++ b/documentation/.vuepress/override.styl
@@ -0,0 +1,94 @@
+// showing default values
+$accentColor = #0095ff
+$textColor = #2c3e50
+$borderColor = #eaecef
+$codeBgColor = #282c34
+//$codeBgColor = #4f5665
+
+// Custom variables
+$bgColorNav = #fff
+$textColorNav = #000
+
+$bgColor = #fafafa
+$fgColor = #fff
+$color = #000
+$border = #0000001f
+
+darknav = false
+if darknav
+ $bgColorNav = #212121
+ $textColorNav = #fff
+ $bgSearch = #424242
+ $borderSearch = #303030
+ $bordersizeSearch = 2px
+ $borderNav = none
+
+darktheme = false
+if darktheme
+ $bgColorNav = #212121
+ $textColorNav = #fff
+ $bgColor = #303030
+ $fgColor = #424242
+ $color = #fff
+ $border = #ffffff1f
+ $bgSearch = #424242
+ $borderSearch = #303030
+ $bordersizeSearch = 2px
+ $borderNav = none
+
+body
+ background-color $bgColor
+blockquote
+ font-size 1rem !important
+ color dimgrey !important
+
+.theme-container
+ .navbar
+ background-color $bgColorNav
+ border-bottom $borderNav
+ padding-top 0
+
+ .home-link
+ overflow hidden
+ height: 57px
+
+ .logo
+ width 341.141px
+ max-width calc(100% - 30px)
+ height auto
+ transform translateY(-40%)
+ z-index 2
+
+ .site-name
+ margin-top 11.2px
+ color $textColorNav
+ @media (max-width: 1140px)
+ .site-name
+ display none
+
+ .links
+ background-color transparent
+ color $textColorNav
+
+ :hover
+ color $textColorNav
+
+ .router-link-active
+ color $textColorNav
+
+ .search-box input
+ background-color $bgSearch
+ border $bordersizeSearch solid $borderSearch
+ z-index 1
+
+ .search-box .focused
+ z-index 3
+
+ .page
+ background-color $bgColor
+ color $color
+
+ .sidebar
+ background-color $fgColor
+ color $color
+ border-right $border solid 1px