summaryrefslogtreecommitdiff
path: root/book/src/main/resources
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-11 00:01:05 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-11 00:01:05 -0800
commit43795c30a7295310b47885b3eacca9fd9af33343 (patch)
tree79a4ba4622f353fe45cb9b2084904becd2ebca0e /book/src/main/resources
parentfe5c2d79f6b71da7864b5f5f9ebd095dc68d9343 (diff)
downloadhands-on-scala-js-43795c30a7295310b47885b3eacca9fd9af33343.tar.gz
hands-on-scala-js-43795c30a7295310b47885b3eacca9fd9af33343.tar.bz2
hands-on-scala-js-43795c30a7295310b47885b3eacca9fd9af33343.zip
Added clickable links everywhere, look reasonably pretty
Diffstat (limited to 'book/src/main/resources')
-rwxr-xr-xbook/src/main/resources/css/side-menu.css28
1 files changed, 27 insertions, 1 deletions
diff --git a/book/src/main/resources/css/side-menu.css b/book/src/main/resources/css/side-menu.css
index 1807112..ca3a23b 100755
--- a/book/src/main/resources/css/side-menu.css
+++ b/book/src/main/resources/css/side-menu.css
@@ -1,7 +1,12 @@
body {
color: #777;
}
-
+*{
+ position: relative;
+}
+p{
+ text-align: justify;
+}
#main{
position: fixed;
max-width: 100%;
@@ -276,6 +281,27 @@ code{
.half-table th{
width: 50%;
}
+.header-link{
+ position: absolute;
+ right: 0px;
+}
+*:hover > .header-link:hover{
+ opacity: 1.0;
+}
+*:hover > .header-link:active{
+ opacity: 0.75;
+}
+*:hover > .header-link{
+ text-align: right;
+ text-decoration: none;
+ opacity: 0.5;
+}
+.header-link > i{
+ color: #777;
+}
+.header-link{
+ opacity: 0.05;
+}
/*Workaround for bug in highlight.js IDEA theme*/
.hljs-tag, .hljs-symbol{
background: none;