diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
commit | 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca (patch) | |
tree | b957cdb79e2af63fd7222c63b9a79e307de4834f /doc/styles.css | |
parent | cd09a7e8a42c8f3617cfe3c57eed3b96bcfd2ec5 (diff) | |
download | QMidiPlayer-43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca.tar.xz |
Mysterious Mountain. (Partially fixed #2)
Diffstat (limited to 'doc/styles.css')
-rw-r--r-- | doc/styles.css | 44 |
1 files changed, 44 insertions, 0 deletions
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 |