Skip to content

Commit

Permalink
Terminal theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Panya committed Jul 9, 2011
1 parent c5fc271 commit 987a006
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -34,6 +34,7 @@
<link rel="stylesheet alternate" href="styles/twttr.css" title="twttr" data-id="twttr" data-author-name="Eugene Isakov" data-author-url="http://twitter.com/mem0ry_">
<link rel="stylesheet alternate" href="styles/retro.css" title="Retro" data-id="retro" data-author-name="Bart de Bruin" data-author-url="http://bartdebruin.nl">
<link rel="stylesheet alternate" href="styles/columns.css" title="Columns" data-id="columns" data-author-name="Alexander Makarov" data-author-url="http://rmcreative.ru">
<link rel="stylesheet alternate" href="styles/terminal.css" title="Terminal" data-id="terminal" data-author-name="Mikhail Korepanov" data-author-url="http://twitter.com/PanyaKor">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script>
if (window.location.host === 'css1k.com') {
Expand Down
1 change: 1 addition & 0 deletions styles/terminal-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 93 additions & 0 deletions styles/terminal.css
@@ -0,0 +1,93 @@
* {
color:#0f0;
}

body {
font:13px/1.4 courier;
text-align:justify;
background:#000;
width:800px;
margin:auto;
}

a {
text-decoration:none;
border-bottom:1px dashed;
}

a:hover {
border-bottom:1px solid;
}

h1, h2 {
text-transform:uppercase;
}

h1, :before, :after {
visibility:visible;
display:block;
text-align:center;
}

h1 {
visibility:hidden;
}

h1, nav>h2:before {
font:13px/0 courier;
}

body:before {
margin:2em 0 0;
content:'  _____  _____ _____ __ __  __';
}

body:after {
content:'(END) ';
color:#000;
background:#0f0;
}

body>header:before {
content:' / ____|/ ____/ ____/_  | |/ /';
}

h1:before {
content:'| |    | (___| (___  | | \' /';
}

h1:after {
padding:10px 0 0;
content:' | |     \\___ \\\\___ \\ | |  <  ';
}

nav:before {
content:' | |____ ____) |___) || | . \\ ';
}

nav>h2:before {
margin:-.7em 0 3em;
content:'  \\_____|_____/_____/ |_|_|\\_\\';
}

body:after, nav>*>*:before {
display:inline-block;
}

nav>*>* {
display:block;
}

nav>*>*:before {
content:'* ';
}

footer:before {
position:absolute;
top:5px;
content:'> man CSS1K'
}

nav>*>*>*+* {
border:0;
}

0 comments on commit 987a006

Please sign in to comment.