summaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css33
1 files changed, 32 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index c5c6ce3..5c168fd 100644
--- a/css/main.css
+++ b/css/main.css
@@ -91,8 +91,39 @@ aside {
#slogan {
text-align: center;
color: rgba(0,0,0,.3);
- margin-top: 0.2em;
+ margin-top: -3em;
margin-bottom: 4em;
display: block;
font-style: normal;
}
+
+.highlight {
+ padding: 4px;
+ overflow: scroll;
+}
+
+.highlight pre {
+ margin-top: 0;
+}
+
+nav a {
+ border-radius: 15px;
+ width: 30px;
+ height: 30px;
+ background-color: #3f3e3f;
+ background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
+ background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
+ box-shadow: inset 0 1px 1px rgba(255,255,255,.5);
+ display: block;
+ opacity: 1;
+ color: #fff;
+ line-height: 30px;
+ text-align: center;
+ position: absolute;
+ top: -15px
+}
+
+nav a:before { content: none; }
+
+nav .next { right: -15px; }
+nav .previous { left: -15px; }