Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- /*--scrollbar--*/
- ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
- ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
- ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
- }
- /*--body--*/
- body {
- font-style:none;
- background-color:{color:bg};
- font-family:arial;
- color:{color:text};
- font-size:11px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /*stats*/
- #call {
- text-transform: uppercase;
- margin-left:580px;
- margin-top:210px;
- position:fixed;
- line-height:150%;
- }
- /*stat answers*/
- #response {
- text-transform: lowercase;
- margin-left:680px;
- margin-top:210px;
- position:fixed;
- line-height:150%;
- }
- /*icons*/
- #reel {
- margin-left:500px;
- height:500px;
- width:50px;
- margin-top:190px;
- position:fixed;
- }
- #reel img {
- width:50px;
- height:50px;
- padding:10px;
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #reel img:hover {
- opacity:0.5;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /*try not to touch this*/
- #bio {
- border-top:#969696 1px solid;
- position:fixed;
- width: 270px;
- top:320px;
- left:580px;
- display: table-cell;
- vertical-align:middle;
- padding-top:10px;
- }
- #credit {
- position:fixed;
- font-size:9px;
- color:#000;
- font-weight:bold;
- line-height:150%;
- letter-spacing:2px;
- right:10px;
- bottom:10px;
- text-transform:lowercase;
- text-align:center;
- }
- #credit a {
- letter-spacing: 0px;
- padding:3px;
- color:#000;
- }
- #credit a:hover {
- background:#000;
- color:#fff;
- }
- {CustomCSS}
- </style></head>
- <body>
- <div id="call">
- Name
- <br>
- Age
- <br>
- Location
- <br>
- Zodiac
- <br>
- MBTI
- <br>
- House
- </div>
- <div id="response">
- Jay
- <br>
- Twenty one
- <br>
- Canada
- <br>
- Aquarius
- <br>
- isfp
- <br>
- ravenclaw
- </div>
- <!--- icon urls here !--->
- <div id="reel">
- <a href="/" title="home"> <img src="http://67.media.tumblr.com/a9e86ea7e733fcd4aff0ebb5b59a1819/tumblr_inline_ogc2a07yYr1rwrsi4_100.png"></a>
- <a href="/navigation" title="links"> <img src="http://65.media.tumblr.com/9f235d7a93eabb3e22b8ef00b0db99ec/tumblr_inline_ogc29xqCp21rwrsi4_100.png"></a>
- <a href="/icons" title="icons"> <img src="http://67.media.tumblr.com/585a48bed5261e1b0edd693337a0bedf/tumblr_inline_ogc2a1gZse1rwrsi4_100.png"></a>
- <a href="/ask" title="ask"> <img src="http://67.media.tumblr.com/ae0fbd9ad9b71c7f31e58834b2315591/tumblr_inline_ogc29wqJT91rwrsi4_100.png"></a>
- <a href="/fandoms" title="fandoms"> <img src="http://65.media.tumblr.com/b3ac2c76095886707f120bf775064c0e/tumblr_inline_ogc2a2iUhT1rwrsi4_100.png"></a>
- </div>
- <div id="bio">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel orci sed odio pretium dictum. Pellentesque et pulvinar tellus. Fusce fringilla iaculis tempor. Praesent suscipit nisi et elit vestibulum ultrices. Morbi scelerisque iaculis massa at elementum. Integer feugiat pellentesque felis id facilisis. Maecenas eget efficitur est.<p>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel orci sed odio pretium dictum. Pellentesque et pulvinar tellus. Fusce fringilla iaculis tempor. Praesent suscipit nisi et elit vestibulum ultrices. Morbi scelerisque iaculis massa at elementum. Integer feugiat pellentesque felis id facilisis. Maecenas eget efficitur est.
- </div>
- <div id="credit"><a href="http://shxnr.tumblr.com/">shiner</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment