diff --git a/builtin/partials/toc.hbs b/builtin/partials/toc.hbs index 418cc67..d1f8bd7 100644 --- a/builtin/partials/toc.hbs +++ b/builtin/partials/toc.hbs @@ -1,5 +1,5 @@ diff --git a/layouts/mixu-bootstrap-2col/assets/css/style.css b/layouts/mixu-bootstrap-2col/assets/css/style.css new file mode 100644 index 0000000..c92648d --- /dev/null +++ b/layouts/mixu-bootstrap-2col/assets/css/style.css @@ -0,0 +1,24 @@ +body { + background-color: #f6f6f6; + padding-top: 30px; +} +.main { + background-color: #fff; + border: 1px solid #CCC; + padding: 40px; +} +.container { + width: 1100px; +} +.nav-list { + font-size: 17px; +} +.nav-header { + font-size: 17px; + text-transform: none; + line-height: 30px; +} +.sidebar-header-2 { margin-left: 10px; } +.sidebar-header-3 { margin-left: 20px; } +.sidebar-header-4 { margin-left: 30px; } +.sidebar-header-5 { margin-left: 40px; } diff --git a/layouts/mixu-bootstrap-2col/page.html b/layouts/mixu-bootstrap-2col/page.html index 7d6562a..e1e4fe7 100644 --- a/layouts/mixu-bootstrap-2col/page.html +++ b/layouts/mixu-bootstrap-2col/page.html @@ -4,31 +4,10 @@ {{title}} - + diff --git a/layouts/mixu-gray/assets/css/style.css b/layouts/mixu-gray/assets/css/style.css new file mode 100644 index 0000000..1387956 --- /dev/null +++ b/layouts/mixu-gray/assets/css/style.css @@ -0,0 +1,25 @@ +body { + background: url('{{asset "img/textured_paper.png"}}') repeat top left; + background-color: #f6f6f6; +} +.main { + padding: 0px 40px; + background: rgba(255,255,255,0.5); + -webkit-box-shadow: 0 0 20px #d2d2d2; + box-shadow: 0 0 20px #d2d2d2; +} +.container { + width: 1100px; +} +.nav-list { + font-size: 17px; +} +.nav-header { + font-size: 17px; + text-transform: none; + line-height: 30px; +} +.sidebar-header-2 { margin-left: 10px; } +.sidebar-header-3 { margin-left: 20px; } +.sidebar-header-4 { margin-left: 30px; } +.sidebar-header-5 { margin-left: 40px; } diff --git a/layouts/mixu-gray/page.html b/layouts/mixu-gray/page.html index 2fb12b9..160b9de 100644 --- a/layouts/mixu-gray/page.html +++ b/layouts/mixu-gray/page.html @@ -5,32 +5,10 @@ {{title}} - +