From 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 12 Apr 2016 23:37:24 +0800 Subject: Mysterious Mountain. (Partially fixed #2) --- doc/styles.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/styles.css (limited to 'doc/styles.css') diff --git a/doc/styles.css b/doc/styles.css new file mode 100644 index 0000000..1387124 --- /dev/null +++ b/doc/styles.css @@ -0,0 +1,44 @@ +#panel ul{ +padding:0; +} +#panel li a{ +display:block; +padding-left:1.5em; +padding-top:0.2em; +padding-bottom:0.2em; +list-style-type:none; +} +#panel li a.active { +background-color:#AEA; +} +#panel li a:hover:not(.active) { +background-color:#DED; +} +a:link { +color:#1194FF; +text-decoration:none; +} +a:visited { +color:#20ACFF; +text-decoration:none; +} +a:hover { +color:#3FBFFF; +text-decoration:none; +} +a:active { +color:#CCCCFF; +text-decoration:none; +} +#panel { +width:20%; +height:100%; +background-color:#EEE; +position:fixed; +top:0px; +left:0px; +overflow:auto; +} +#content { +margin-left:20%; +} \ No newline at end of file -- cgit v1.2.3