Skip to content

Commit

Permalink
layouts+css: update styling and remove hack2.
Browse files Browse the repository at this point in the history
  • Loading branch information
micrypt committed Dec 1, 2013
1 parent d47feeb commit 0570847
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 17 deletions.
22 changes: 10 additions & 12 deletions _layouts/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="{{site.base_dir}}/css/style.css?v=2">
<link rel="stylesheet" href="{{site.base_dir}}/css/hack2.css">
<link rel="stylesheet" href="{{site.base_dir}}/css/micrypt.css">

<!-- Uncomment if you are specifically targeting less enabled mobile browsers
Expand All @@ -39,18 +38,17 @@
<body class="archive index">
<div id="container">
<header>
<div class="navigation">
<div class="red-bands">
<div class="b1"></div>
<div class="b2"></div>
<div class="b3"></div>
<div class="crest"><a href="/"></a></div>
</div>
</div>
<br /><br /><h1 class="branding">Art<span class="red-text">.</span>Science</h1><br /><br />
<div class="navigation">
<div class="red-bands">
<div class="b1"></div>
<div class="b2"></div>
<div class="b3"></div>
<div class="crest"><a href="/"></a></div>
</div>
</div>
<br /><br /><h1 class="branding">Art<span class="red-text">.</span>Science</h1><br /><br />
</header>



<div id="main" style="display:block;">
<div id="content">
{{ content }}
Expand Down
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="{{site.base_dir}}/css/style.css?v=2">
<link rel="stylesheet" href="{{site.base_dir}}/css/hack2.css">
<link rel="stylesheet" href="{{site.base_dir}}/css/micrypt.css">

<!-- Uncomment if you are specifically targeting less enabled mobile browsers
Expand Down
1 change: 0 additions & 1 deletion _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="{{site.base_dir}}/css/style.css?v=2">
<link rel="stylesheet" href="{{site.base_dir}}/css/hack2.css">
<link rel="stylesheet" href="{{site.base_dir}}/css/micrypt.css">

<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
Expand Down
1 change: 0 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="{{site.base_dir}}/css/style.css?v=2">
<link rel="stylesheet" href="{{site.base_dir}}/css/hack2.css">
<link rel="stylesheet" href="{{site.base_dir}}/css/micrypt.css">

<!-- Uncomment if you are specifically targeting less enabled mobile browsers
Expand Down
40 changes: 38 additions & 2 deletions css/micrypt.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
body { font:13px/1.231 sans-serif; *font-size:small; }
body, select, input, textarea {
color: #111;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 2em; }
select, input, textarea, button { font:99% sans-serif; }

a:hover, a:active { outline: none; }

.current { background: #ccc; }
dd, h1, body, html { margin: 0;}

a, a:active, a:visited { color: #4885C2; }
a:hover { color: #036; }
.wrapper {width:200px; border:1px solid red;}

dl {margin:0 auto; width:900px;}
dt {margin-bottom:20px; cursor:pointer; cursor:hand; padding:5px; font-weight:bold; }
dd {margin-bottom:30px;}

#clear-demo {width:500px; border:1px solid black;}
#clear-demo-l {width:200px; border:1px solid black; float:left;}
#clear-demo-r {width:200px; border:1px solid black; float:right;}
#clear-demo-b {width:200px; border:1px solid black;}

header {text-align:center;}
.show, .hide {color: #607890; cursor:pointer; cursor:hand;}

body {
padding-bottom: 200px;
}

body {
background-color:#f5f5f5;
padding-bottom:0;
Expand Down Expand Up @@ -347,12 +383,12 @@ text-shadow:0 1px 0 #CCC,
header .navigation span { padding: 0.2em 0.5em; font-size: 9px; display: inline-block; }
div.previous {
float: left;
padding: 13px 20px 17px;
padding: 16px 20px 14px;
height: 20px;
}
div.next {
float: right;
padding: 13px 20px 17px;
padding: 16px 20px 14px;
height: 20px;
}
div.previous a,
Expand Down

0 comments on commit 0570847

Please sign in to comment.