diff --git a/templates/html/Default_with_index.html b/templates/html/Default_with_index.html
index 8cdd4aa..3a4f3d7 100644
--- a/templates/html/Default_with_index.html
+++ b/templates/html/Default_with_index.html
@@ -29,13 +29,53 @@
span.insen { color: grey }
.pages {
- max-width: 1000px;
- padding-left: 320px;
+ /*max-width: 1000px;*/
+ /*padding-left: 320px;*/
+ width: inherit;
+ transition: margin-left .3s;
}
+
.menu{
- float:left; width: 300px;
+ /*float:left; */
+ width: 0;
+ color:#4e9a06;
+ overflow-x: hidden;
+ position: absolute;
+ transition:.3s;
+ background: #fafafa;
+ border-style: solid;
+ border-width: 1px;
+ }
+
+ .menu a,.menu a:link,.menu a:hover,.menu a:active,.menu a:visited {
+ color: #4e9a06;
+ }
+
+ .menuOpen {
+ /*display: block;*/
+ }
+
+ .menuClosed {
+ border-style: unset;
+ }
+
+ .header{
+ max-width: 63em;
+ position: fixed;
+ width: 100%;
+ top:0;
+ background:white;
+ z-index: 1;
}
+
hr{clear:both;}
+
+ body {
+ max-width:63em;
+ display:block;
+ margin-left:auto;
+ margin-right:auto;
+ }
@@ -51,16 +91,38 @@
href="[% resource('common/hljs/styles/sunburst.css') %]" >
-
+
+
+
+