diff --git a/source/stylesheets/albert.css b/source/stylesheets/albert.css deleted file mode 100644 index a8a890b..0000000 --- a/source/stylesheets/albert.css +++ /dev/null @@ -1,86 +0,0 @@ -@font-face { - font-family: cool_font; - src: url('mensch.ttf'); -} - -/* Makeshift CSS Reset */ -{ - margin: 0; - padding: 0; - - - font-family: cool_font; -} - -/* Tell the browser to render HTML 5 elements as block */ -header, footer, aside, nav, article { - display: block; -} - -body { - margin: 0 auto; - font: 13px/22px Helvetica, Arial, sans-serif; - font-family: cool_font; - - - -background: rgb(255,255,255); /* Old browsers */ -background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%); /* FF3.6+ */ -background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(170,170,170,1))); /* Chrome,Safari4+ */ -background: url(Slice6.png), -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%); /* Chrome10+,Safari5.1+ */ -background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%); /* Opera 12+ */ -background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%); /* IE10+ */ -background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%); /* W3C */ -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ - -} - - -p { - font-family: cool_font; - -} - -div.headline { - padding-top: 100px; - font-size: 2em; - text-align: center; - color: #4A4A4A; - -} - -div.subtitle { - padding-top: 80px; - text-align: center; - font-size: 1.5em; - line-height: 1.1; - color: #4A4A4A; - -} - -ul.gallery { - margin-top: 50 px; - list-style-type: none; - - float:right; - position:relative; - left:-50%; - text-align:left; - -} - -ul.gallery li { - - float:left; - margin-right:70px; - margin-top:7px; - - position:relative; - left:50%; -} - -div.appstore { - margin-top: 250px; - margin-right: 200 px; - -} diff --git a/source/stylesheets/fonts/mensch.otf b/source/stylesheets/fonts/mensch.otf new file mode 100644 index 0000000..5b8f677 Binary files /dev/null and b/source/stylesheets/fonts/mensch.otf differ diff --git a/source/stylesheets/mensch.ttf b/source/stylesheets/fonts/mensch.ttf similarity index 100% rename from source/stylesheets/mensch.ttf rename to source/stylesheets/fonts/mensch.ttf