summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-10 11:27:10 +0100
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-10 11:27:10 +0100
commit806169f2550934199890acc4950bc5552565b980 (patch)
tree3d71dee2ebc78377aecefa026a85ba648f9c84f0 /stylesheets
parent485d87b5e0189cc695f18973dcc84f9f57d5b6f9 (diff)
Initial Jekyll content that tries to mirror the old site.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/styles.css68
1 files changed, 0 insertions, 68 deletions
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index dacf2e1..1dab512 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -42,7 +42,6 @@ a small {
font-size:11px;
color:#777;
margin-top:-0.6em;
- display:block;
}
.wrapper {
@@ -101,64 +100,11 @@ header {
position:fixed;
}
-header ul {
- list-style:none;
- height:40px;
-
- padding:0;
-
- background: #eee;
- background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
- background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
- background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
- background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
- background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
-
- border-radius:5px;
- border:1px solid #d2d2d2;
- box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
- width:270px;
-}
-
-header li {
- width:89px;
- float:left;
- border-right:1px solid #d2d2d2;
- height:40px;
-}
-
-header ul a {
- line-height:1;
- font-size:11px;
- color:#999;
- display:block;
- text-align:center;
- padding-top:6px;
- height:40px;
-}
-
strong {
color:#222;
font-weight:700;
}
-header ul li + li {
- width:88px;
- border-left:1px solid #fff;
-}
-
-header ul li + li + li {
- border-right:none;
- width:89px;
-}
-
-header ul a strong {
- font-size:14px;
- display:block;
- color:#222;
-}
-
section {
width:500px;
float:right;
@@ -210,12 +156,6 @@ footer {
header a small {
display:inline;
}
-
- header ul {
- position:absolute;
- right:50px;
- top:52px;
- }
}
@media print, screen and (max-width: 720px) {
@@ -227,10 +167,6 @@ footer {
padding:0;
}
- header ul, header p.view {
- position:static;
- }
-
pre, code {
word-wrap:normal;
}
@@ -240,10 +176,6 @@ footer {
body {
padding:15px;
}
-
- header ul {
- display:none;
- }
}
@media print {