convert to scss

This commit is contained in:
Jörg Thalheim 2012-07-26 20:14:03 +02:00
parent 2567825e7e
commit bcd99bc4a1
3 changed files with 0 additions and 86 deletions

View File

@ -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;
}

Binary file not shown.