Created
June 21, 2012 18:31
-
-
Save valentin9/2967628 to your computer and use it in GitHub Desktop.
looque
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* looque | |
*/ | |
html { | |
height:100%; | |
} | |
body | |
{ | |
background: url(http://img535.imageshack.us/img535/2730/back4o.jpg) no-repeat center center fixed; | |
-webkit-background-size: cover; | |
-moz-background-size: cover; | |
-o-background-size: cover; | |
background-size: cover; | |
} | |
.wrapper { | |
width:475px; | |
background:url('http://img26.imageshack.us/img26/4256/whitehc.png'); | |
margin:0px auto 0; | |
min-height: 100%; /* Mindesthöhe für moderne Browser */ | |
height:auto !important; /* Important Regel für moderne Browser */ | |
height:100%; /* Mindesthöhe für den IE */ | |
overflow: hidden !important; /* FF Scroll-leiste */ | |
padding:5px 30px 0px; | |
border-radius:5px; | |
} | |
.top a img {margin:0px 40px 0; border: 0; text-decoration: none; padding:0; | |
overflow:visible; | |
} | |
.top { | |
width:585px; | |
margin:120px auto 10px; | |
border-radius:5px; | |
} | |
#danke p { | |
Font-family: Myriad Pro, Helvetica, Arial, Tahoma, sans-serif; font-stretch:normal; font-size:36px; | |
-webkit-font-smoothing: antialiased; color:#3f3f3f; width:405px; margin: 30px auto 0; | |
} | |
#dankebox { | |
width:405px; margin: 0 auto; | |
} | |
#dankebox p { margin: 5px 0 10px 2px; | |
Font-family: Myriad Pro, Helvetica, Arial, Tahoma, sans-serif; font-stretch:normal; font-size:20px; | |
-webkit-font-smoothing: antialiased; color:#3f3f3f; | |
} | |
.socialwrap {width:475px;height:100px; float:left;margin:10px 0 10px;} | |
.social {width:280px;margin:0 auto;} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript"> var switchTo5x=true;</script> | |
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> | |
<script type="text/javascript">stLight.options({publisher: "4a127e09-0870-42e9-9685-9304b6d3342c"}); </script> | |
</head> | |
<body> | |
<div class="top"><a href="#" ><img src="http://img85.imageshack.us/img85/561/whitew.png"/></a></div> | |
<div class="wrapper"> | |
<div id="danke"><p>Danke für dein Interesse!</p></div> | |
<div id="dankebox"><p> | |
Wir freuen uns dich beim Start begrüßen | |
zu dürfen. | |
</p></div> | |
<div class="socialwrap"> | |
<div class="social"> | |
<span class='st_facebook_vcount' displayText='Facebook'></span> | |
<span class='st_twitter_vcount' displayText='Tweet'></span> | |
<span class='st_pinterest_vcount' displayText='Pinterest'></span> | |
<span class='st_email_vcount' displayText='Email'></span> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment