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>
- <head>
- <!--
- _
- ___ _ __ (_) ___ | ,_)(_) ___ _ _
- /'___)( '__)| |/',__)| | | |/' _ `\ /'_` )
- ( (___ | | | |\__, \| |_ | || ( ) |( (_| |
- `\____)(_) (_)(____/`\__)(_)(_) (_)`\__,_)
- -->
- <meta name="text:Title1" content="insert name"/>
- <meta name="text:Title2" content="insert name"/>
- <meta name="text:other font" content="actor"/>
- <meta name="image:header" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:background" content="#f0f0f0" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:post2" content="#ffffff" />
- <meta name="color:header" content="#ffffff" />
- <meta name="color:scrollbar" content="#ffb27b" />
- <meta name="color:underline" content="#ffb27b" />
- <meta name="color:headerdescription" content="#ffffff" />
- <meta name="color:text" content="#493f3f" />
- <meta name="color:link" content="#493f3f" />
- <meta name="color:title1" content="#ffba82" />
- <meta name="text:Link 1 URL" content="/url"/>
- <meta name="text:Link 1 name" content="link"/>
- <meta name="text:Link 2 URL" content="/url"/>
- <meta name="text:Link 2 name" content="link"/>
- <meta name="text:Link 3 URL" content="/url"/>
- <meta name="text:Link 3 name" content="link"/>
- <meta name="text:Link 4 URL" content="/url"/>
- <meta name="text:Link 4 name" content="link"/>
- <link href='https://fonts.googleapis.com/css?family=Actor' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /* controls */
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop { z-index:999999999!important;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- opacity:0.7;
- }
- ::-webkit-scrollbar {
- height:5px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border:4px solid transparent;
- }
- ::-webkit-scrollbar-track {
- background-color:transparent;
- }
- #s-m-t-tooltip{
- max-width:150px;
- font-size:9px;
- letter-spacing:1px;
- margin:10px 10px;
- padding:3px;
- border: 1px solid #eae5e5;
- opacity:.8;
- background:#ffffff;
- z-index:999;
- }
- /* end controls */
- body {
- background-color:{color:background};
- color:{color:text};
- font: 11px {text:other font}, sans-serif;
- line-height:200%;
- text-align:justify;
- overflow-x: hidden;
- }
- a:link, a:active, a:visited {
- 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};
- }
- /* posts */
- #container {
- width:540px;
- margin-left:500px;
- margin-top:600px;
- padding:20px;
- position: absolute;
- float: right;
- background-color:transparent;
- }
- #post {
- width:500px;
- overflow:hidden;
- padding:20px;
- margin-bottom:130px;
- border: 1px solid #eae5e5;
- background-color:{color:post};
- }
- /* end posts */
- /* titles */
- h1 {
- text-transform:uppercase;
- font-size:15px;
- line-height:20px;
- letter-spacing:2px;
- text-align:left;
- }
- h2 {
- text-transform:uppercase;
- font-size:10px;
- line-height:20px;
- letter-spacing:2px;
- text-align:left;
- }
- blockquote {
- margin:15px;
- padding-left:10px;
- border-left:1px solid;
- border-color:{color:scrollbar};
- text-align:justify;
- width:480px;
- }
- w { color:{color:title1};}
- /* end titles */
- /* header */
- #header{
- position:absolute;
- z-index:-1;
- top:0;
- left:0;
- background-position: center;
- background-repeat:no-repeat;
- background-size:cover;
- width:100%;
- height:450px;
- margin-top:100px;
- background-image:url({image:header});
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- }
- #top{
- margin: -10px;
- background-color:#ffffff;
- position:relative;
- z-index: 999;
- text-align:center;
- width:100%;
- height:50px;
- padding:30px;
- }
- #top a{
- font-family:{text:other font};
- text-transform: uppercase;
- font-size:10px;
- letter-spacing:2px;
- line-height:50px;
- margin-left: 50px;
- }
- /* end header */
- /* little things */
- .cmn-t-underline {
- position: relative;
- color:{color:text};
- }
- .cmn-t-underline:after {
- display: block;
- position: absolute;
- left: 0;
- bottom: -10px;
- width: 0;
- height: 5px;
- background-color: {color:underline};
- content: "";
- transition: width 0.2s;
- }
- .cmn-t-underline:hover {
- color:{color:text};
- }
- .cmn-t-underline:hover:after {
- width: 100%;
- }
- /* end little things */
- /* header description */
- #hdescript {
- height:30px;
- padding:10px;
- background-color:{color:headerdescription};
- color:{color:text};
- line-height:30px;
- font-size:14px;
- margin-top:450px;
- text-transform: uppercase;
- letter-spacing:2px;
- font-weight:bold;
- text-align:left;
- padding-left:30px;
- }
- /* end header description */
- /* networks */
- #side{
- margin: -10px;
- margin-top:600px;
- margin-left:50px;
- background-color:transparent;
- position:absolute;
- z-index:auto;
- text-align:center;
- width:300px;
- height:1400px;
- padding:30px;
- }
- #box{
- background-color:transparent;
- position:absolute;
- background-color:#ffffff;
- z-index:1;
- text-align:center;
- width:250px;
- height:auto;
- padding:30px;
- border: 1px solid #eae5e5;
- }
- #box img {
- max-width:240px;
- min-height:150px; -moz-transition:0.5s ease-in;
- -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
- transition:0.5s ease-in;
- }
- #box img:hover {
- opacity: .70;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- #box2{
- background-color:transparent;
- margin-top:400px;
- position:absolute;
- background-color:#ffffff;
- z-index: 3;
- text-align:right;
- width:250px;
- height:auto;
- padding:30px;
- border: 1px solid #eae5e5;
- }
- #box3{
- background-color:transparent;
- margin-top:700px;
- position:absolute;
- background-color:#ffffff;
- z-index:4;
- text-align:right;
- width:250px;
- height:auto;
- padding:30px;
- border: 1px solid #eae5e5;
- }
- #box3 a:hover {
- padding-left:20px;
- opacity: .70;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- #box4{
- background-color:transparent;
- margin-top:1100px;
- position:absolute;
- background-color:#ffffff;
- z-index:5;
- text-align:left;
- width:250px;
- height:auto;
- padding:30px;
- border: 1px solid #eae5e5;
- }
- #box4 img:hover {
- max-width:40px;
- padding:5px;
- border:1px solid #eae5e5;
- opacity: .70;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- #box4 img {
- max-width:40px;
- padding:5px;
- margin-left:5px;
- border:1px solid #eae5e5;
- }
- /* end networks */
- /* dates */
- #info{
- width:500px;
- text-transform:uppercase;
- margin-top:20px;
- padding-bottom:2px;
- letter-spacing:1px;
- font-size:9px;
- }
- /* end dates */
- /* pagination */
- .pagination {
- margin-bottom: 25px;
- width: 500px;
- position:absolute;
- padding:10px;
- font-weight:bold;
- }
- .pagination a {
- font-weight:bold;
- margin-left:50px;
- margin:20px;
- width:20px;
- margin-top:20px;
- float:bottom;
- font-size:16px;
- padding:5px;
- color:{color:title1};}
- /* end pagination */
- #credit {font-size:8px; letter-spacing:2px;text-transform:uppercase; bottom:10px; right:11px; position:fixed;z-index:auto;}
- </style>
- </head>
- <body>
- <div id="top">
- <a href="/" class="cmn-t-underline">home</a>
- <a href="/ask" class="cmn-t-underline">message</a>
- {block:ifLink1name} <a href="{text:Link 1 URL}" class="cmn-t-underline">{text:Link 1 name}</a>{/block:ifLink1name}
- {block:ifLink2name} <a href="{text:Link 2 URL}" class="cmn-t-underline">{text:Link 2 name}</a>{/block:ifLink2name}
- {block:ifLink3name} <a href="{text:Link 3 URL}" class="cmn-t-underline">{text:Link 3 name}</a>{/block:ifLink3name}
- {block:ifLink4name} <a href="{text:Link 4 URL}" class="cmn-t-underline">{text:Link 4 name}</a>{/block:ifLink4name}
- <div id="header">
- <div id="hdescript">
- {text:Title1}
- </div>
- </div> </div>
- <div id="side">
- <div id="box">
- <div id="boximg"><img src="{image:sidebar}"></div>
- <h1> WELCOME TO <w>{text:Title2}</w> </h1>
- <div id="boximg"></div>
- <br>
- {block:Description}{Description}{/block:Description}
- </div> </div>
- <!--
- edit this
- -->
- <div id="side">
- <div id="box2">
- <h1> <w><p align=right>stats</p></w> </h1>
- <br>
- <p align=left><b> About </b>: *insert about* </p>
- <p align=left><b> Created on </b>: *insert created on* </p>
- <br>
- </div> </div>
- <!--
- edit this
- -->
- <div id="side">
- <div id="box3">
- <h1> <w><p align=right>NETWORKS</p></w> </h1>
- <br>
- <p align=left><a href='/'> ⇢ official twitter </a> </p>
- <p align=left><a href='/'> ⇢ official facebook </a> </p>
- <p align=left><a href='/'> ⇢ official instagram </a> </p>
- <p align=left><a href='/'> ⇢ official youtube</a> </p>
- <br>
- </div> </div>
- <!--
- edit this
- -->
- <div id="side">
- <div id="box4">
- <h1> <w><p align=right>MEMBERS</p></w> </h1>
- <br>
- <p align=left><div id="box4img">
- <a title="BLOG NAME" href="BLOG URL"><img src="http://i.imgur.com/8lgrpvj.png"></a>
- <a title="BLOG NAME" href="BLOG URL"><img src="http://i.imgur.com/8lgrpvj.png"></a>
- <a title="BLOG NAME" href="BLOG URL"><img src="http://i.imgur.com/8lgrpvj.png"></a>
- <a title="BLOG NAME" href="BLOG URL"><img src="http://i.imgur.com/8lgrpvj.png"></a>
- <a title="BLOG NAME" href="BLOG URL"><img src="http://i.imgur.com/8lgrpvj.png"></a>
- <a title="BLOG NAME" href="BLOG URL"><img src="http://i.imgur.com/8lgrpvj.png"></a>
- <a title="BLOG NAME" href="BLOG URL"><img src="http://i.imgur.com/8lgrpvj.png"></a>
- <a title="BLOG NAME" href="BLOG URL"><img src="http://i.imgur.com/8lgrpvj.png"></a>
- </div>
- </p>
- </div> </div>
- <div id="credit"><a href="http://soyreys.tumblr.com/"> theme © </a></div>
- <div id="container">
- {block:Posts}
- <div id="post">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><p align=right>{block:Source}- {Source}{/block:Source}</p>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>{block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}{LinkOpenTag}<img style="width:500px;" src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat">{block:Lines}{block:Label}<span class="label"><br>{Label}</span>{/block:Label}{Line}{/block:Lines}</div>{/block:Chat}
- {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
- {block:Caption}<div class="caption">{Caption}</div>
- {/block:Caption}{/block:Audio}
- {block:Answer}
- <table style="width: 500px;padding-bottom:5px;margin-bottom:5px;margin-top: -10px;">
- <tr>
- <td style="vertical-align:top; padding-left: 10px;"><strong>{Asker} asked:</strong> {Question}</td>
- </tr>
- </table>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- <div id="info">
- <a href="{Permalink}"><b>{Month} {DayOfMonth} </b></a> {NoteCountWithLabel} {block:ContentSource} <a href="{SourceURL}">source </a>{/block:ContentSource} {block:RebloggedFrom}<a title="{ReblogParentName}"href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}</a>
- {block:HasTags}<div id="tags">filed under: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="info">
- <span style="text-transform:lowercase;">
- {block:Date}
- posted on {Month} {DayOfMonthWithZero}{DayOfMonthSuffix} at <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{/block:Date}
- {block:RebloggedFrom}
- <br>
- source: <a href="{ReblogRootURL}">{ReblogRootName}</a> via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:HasTags}
- <br>
- etiquets: {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}
- {/block:HasTags}</p>
- </span>
- <a href="#" class="not">view {NoteCountWithLabel}</a>
- {block:PostNotes}
- <div class="nu">
- {PostNotes}
- </div>
- {/block:PostNotes}
- <script>
- $(document).ready(function(){
- $(".nu").hide();
- $(".not").show();$('.not').toggle(function(){
- $(".nu").slideDown(function(){});
- },function(){
- $(".nu").slideUp(function(){});
- });
- $(".lb").hide();
- $(".lh").show();$('.lh').toggle(function(){
- $(".lb").slideDown(function(){});
- },function(){
- $(".lb").slideUp(function(){});
- });
- });
- </script>
- {/block:PermalinkPage}
- {/block:Posts}
- {block:Pagination}<div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}{block:CurrentPage}
- {PageNumber}
- {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
- </div>{/block:Pagination}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment