convert to scss
This commit is contained in:
parent
2567825e7e
commit
978026fcf2
@ -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;
|
|
||||||
|
|
||||||
}
|
|
BIN
source/stylesheets/fonts/mensch.otf
Normal file
BIN
source/stylesheets/fonts/mensch.otf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user