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">
- <!-- BASE CODE BY DYLAENOBRIENS -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <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:calibri;
- color:#000;
- font-size:9px;
- }
- 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;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:border};
- }
- h1 {
- font-size:10px;
- }
- /*--Cursor code--*/
- *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
- /*everything*/
- #everything {
- margin-left:280px;
- margin-top:100px;
- }
- #sidebar {
- background-color:#000;
- width: 100px;
- height: 670px;
- display: block;
- position: fixed;
- margin-top:-130px;
- margin-left: 10px;
- }
- #one {
- margin-top:275px;
- margin-left: 3px;
- -webkit-transition: opacity 0.8s ease-in-out;
- -moz-transition: opacity 0.8s ease-in-out;
- -o-transition: opacity 0.8s ease-in-out;
- -ms-transition: opacity 0.8s ease-in-out;
- transition: opacity 0.8s ease-in-out;
- }
- #one img {
- opacity:1;
- width:80px;
- height:80px;
- padding:5px;
- border: 2px double #fff;
- background: #fff;
- }
- #sidebar1 {
- background-color:#000;
- width: 100px;
- height: 670px;
- display: block;
- position: fixed;
- margin-top:-370px;
- margin-left: 600px;
- }
- #two {
- z-index:999999999999999;
- margin-top:280px;
- margin-left: 3px;
- -webkit-transition: opacity 0.8s ease-in-out;
- -moz-transition: opacity 0.8s ease-in-out;
- -o-transition: opacity 0.8s ease-in-out;
- -ms-transition: opacity 0.8s ease-in-out;
- transition: opacity 0.8s ease-in-out;
- }
- #two img {
- border-radius:500px;
- opacity:1;
- width:80px;
- height:80px;
- padding:5px;
- border: 2px double #fff;
- background: #fff;
- }
- /*--title--*/
- #title {
- text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
- font-family:'times new roman';
- font-size:80px;
- margin-top:-67px;
- margin-left:240px;
- color:#000;
- }
- #links {
- width:150px;
- font-family:'cambria';
- text-transform:uppercase;
- text-align:center;
- margin-top:-342px;
- margin-left:-325px;
- }
- #links a {
- padding:3px;
- font-size:8px;
- color:#000;
- -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;
- }
- #links a:hover {
- color:#fff;
- background-color:#000;
- }
- #grouptitle {
- padding:5px;
- text-shadow: 1px 0 .2px #FF0000, -2px 0 .3px #00F1F5;
- text-align:center;
- font-style:italic;
- font-family:'times new roman';
- color:#000;
- font-size:17px;
- width:118px;
- margin-left:-320px;
- margin-top:80px;
- border-left:2px double #000;
- border-right:2px double #000;
- border-top:2px double #000;
- }
- #grouplinks {
- width:120px;
- margin-top:0px;
- padding:4px;
- margin-left:-320px;
- border:2px double #000;
- }
- #grouplinks a {
- font-family:'times new roman';
- display:block;
- color:#000;
- font-size:10px;
- padding:6px;
- text-align:center;
- letter-spacing:1px;
- text-transform:uppercase;
- margin-bottom:5px;
- -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;
- }
- #grouplinks a:hover {
- background:#000;
- color:#fff;
- }
- #credit {
- right:3px;
- bottom:6px;
- font-size:9px;
- padding:5px;
- color:{color:text};
- background-color:#fafafa;
- text-transform:uppercase;
- border:1px solid {color:border};
- position:fixed;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #credit:hover {
- background-color:black;
- color:white;
- }
- {CustomCSS}
- </style></head>
- <body>
- <div id="everything">
- <div id="title">TITLE</div>
- <div id="sidebar">
- <div id="one"><img src="http://media.tumblr.com/bfd57c74f4de140823a35212042de9f5/tumblr_inline_msnmi89czc1qz4rgp.jpg"></div>
- <div id="sidebar1">
- <div id="two"><img src="http://media.tumblr.com/54d90a381ff0d31bb248ca1af23edcb0/tumblr_inline_msnmf2x17g1qz4rgp.jpg"></div>
- <div id="links">
- <a href="/">HOME</a>
- <a href="/ask">ASK</a>
- <a href="http://hellzayn.tumblr.com/">CREDIT</a>
- </div>
- <table id="all" border="0" cellpadding="0" cellspacing="0">
- <td><div id="grouptitle"><big>Group One</div>
- <div id="grouplinks">
- <a href="/tagged/">link 1</a>
- <a href="/tagged/">link 2</a>
- <a href="/tagged/">link 3</a>
- <a href="/tagged/">link 4</a>
- <a href="/tagged/">link 5</a>
- <a href="/tagged/">link 6</a>
- </div></td>
- <tr>
- <td><div id="grouptitle"><big>Group One</div>
- <div id="grouplinks">
- <a href="/tagged/">link 1</a>
- <a href="/tagged/">link 2</a>
- <a href="/tagged/">link 3</a>
- <a href="/tagged/">link 4</a>
- <a href="/tagged/">link 5</a>
- <a href="/tagged/">link 6</a>
- </div></td>
- </table>
- <div id="credit"><a href="http://hellzayn.tumblr.com/">credit</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment