Skip to content

Commit

Permalink
update title icon, tweak typography
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed Sep 17, 2013
1 parent 9820a34 commit 3c4a5a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Binary file added centuryschoolbookmono.ttf
Binary file not shown.
Binary file added images/nodeschool-straight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 12 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
@font-face {
font-family: 'CenturySchoolBookMono';
src: url(yanone.eot);
src: local('CenturySchoolBookMono'),
url(centuryschoolbookmono.ttf) format('truetype');
}

body {
background-color: rgb(88,20,94);
color: rgb(240,230,120);
font-family: CenturySchoolBookMono, monospace;
}

#header {
text-align: center;
}

#header .title {
margin: 0 auto;
margin: 20px auto;
width: 551px;
height: 145px;
position: relative;
background: url(images/nodeschool.png) top center no-repeat;
background: url(images/nodeschool-straight.png) top center no-repeat;
text-align: left;
text-indent: -100%;
}

#header .tagline {
font-size: 1.2em;
font-family: Ubuntu, Helvectica, sans-serif;
font-family: CenturySchoolBookMono, Ubuntu;
text-transform: uppercase;
background-color: rgb(135,20,124);
color: rgb(240,80,240);
Expand Down Expand Up @@ -50,7 +58,7 @@ a:visited {
border-width: 0px;
height: 280px;
color: white;
font-family: monospace;
font-size: 12px;
text-align: center;
width: 80%;
margin: auto;
Expand Down Expand Up @@ -218,7 +226,6 @@ a:link, a:visited {
cursor: pointer;
text-align: center;
text-transform: uppercase;
font-family: sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
Expand Down

0 comments on commit 3c4a5a2

Please sign in to comment.