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">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <head>
- <!--
- © sunshinesthemes.tumblr.com | Base Code 1
- edited and created by preciousthemes.tumblr.com
- -->
- <!-- defaults -->
- <!-- images -->
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="image:Sidebar2" content="" />
- <!-- colors -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Body" content="#000000" />
- <meta name="color:Title" content="#000000" />
- <meta name="color:Description" content="#000000" />
- <meta name="color:Border" content="#eeeeee" />
- <meta name="color:Italic" content="#faacd7" />
- <meta name="color:NoteCount" content="#000000" />
- <meta name="color:Bold" content="#000000" />
- <meta name="color:Info" content="#000000" />
- <meta name="color:InfoHover" content="#ffffff" />
- <meta name="color:TabTitles" content="#ffffff" />
- <meta name="color:TabBackground" content="#000000" />
- <meta name="color:Pagination" content="#000000" />
- <meta name="color:PaginationHover" content="#000000" />
- <meta name="color:Links" content="#000000" />
- <meta name="color:LinksHover" content="#000000" />
- <meta name="color:SidebarLinks" content="#000000" />
- <meta name="color:SidebarLinksHover" content="#000000" />
- <!-- links/text -->
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <!-- tooltips -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Raleway:400,600,900,800,700:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <style type="text/css">
- /* fonts (if you use them) */
- /* scroll bar */
- ::-webkit-scrollbar-thumb {
- background:#ccc;
- border: 2px solid white;
- height:auto;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:9px;
- background:#ccc;
- border:4px solid white;
- }
- ::selection {
- background:white;
- }
- /* body/post defaults */
- h1 {
- font-size: 7px;
- text-transform: uppercase;
- font-family: calibri;
- letter-spacing: 1px;
- color:{color:Body};
- }
- body {
- background:{color:Background};
- background-image:url('{image:Background}');
- color:{color:Body};
- margin:0px;
- font-family:Calibri;
- font-style:none;
- font-size:9px;
- line-height:100%;
- cursor: url(http://i.imgur.com/ZOrzC.png), progress;
- }
- a:link, a:active {
- text-decoration:none;
- color:{color:Links};
- }
- a:visited {
- text-decoration:none;
- color:{color:Links};
- }
- a:hover {
- text-decoration:none;
- color:{color:LinksHover};
- cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
- -webkit-transition: all .8s linear;
- }
- b, strong, .strong {
- color:{color:Bold};
- }
- i, em, .em {
- color:{color:Italic};
- }
- small{
- font-size:7px;
- }
- big{
- font-size:12px;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:Body};
- }
- img {
- border:none;
- }
- /* tumblr controls */
- iframe#tumblr_controls{
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.7;
- -webkit-transition: all .8s linear;
- }
- /* posts */
- #entries {
- width:400px;
- height:auto;
- margin-left:600px;
- margin-top:50px;
- margin-bottom:50px;
- }
- #post {
- width:400px;
- height:auto;
- margin-top:20px;
- padding:10px;
- box-shadow:1px 1px 5px rgba(0,0,0,.1);
- background:white;
- }
- /* sidebar */
- #sidebar {
- width:210px;
- height:210px;
- position:fixed;
- margin-left:225px;
- margin-top:150px;
- background:{color:TabBackground};
- border: 10px solid {color:Border};
- z-index:0;
- }
- #photo img {
- width:100px;
- height:100px;
- margin-top:0px;
- margin-left:0px;
- position:fixed;
- border-bottom: 10px solid {color:Border};
- border-right: 10px solid {color:Border};
- }
- #photo2 img {
- width:100px;
- height:100px;
- margin-top:110px;
- margin-left:0px;
- position:fixed;
- border-right: 10px solid {color:Border};
- }
- #title {
- font-size:19px;
- margin-top:145px;
- margin-left:-170px;
- margin-bottom:1px;
- width:300px;
- text-transform:uppercase;
- font-weight:800;
- font-family: 'Raleway', sans-serif;
- color:{color:Title};
- text-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
- transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -webkit-transition: all .8s linear;
- }
- /* links */
- #links {
- -webkit-transition: all .8s linear;
- }
- #links a{
- color:{color:SidebarLinks};
- font-size:9px;
- -webkit-transition: all .8s linear;
- }
- #links a:hover {
- color:{color:SidebarLinksHover};
- -webkit-transition: all .8s linear;
- }
- /* tooltips appearance */
- #s-m-t-tooltip {
- display:inline-block;
- text-align:center;
- color:black;
- font-style:bold;
- background:white;
- font-size: 6px;
- text-transform: uppercase;
- font-family: calibri;
- letter-spacing: 1px;
- border-radius:2px;
- max-width:100px;
- padding:2px 3px 3px 2px;
- margin:20px 0px 0px 20px;
- z-index:9999999999999;
- border:1px solid {color:Border};
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- }
- /* description */
- #description {
- font-size:8px;
- color:{color:Description};
- padding:5px;
- }
- #description a {
- color:{color:Description};
- }
- /* pagi */
- #pagination {
- width:200px;
- margin-top:220px;
- margin-left:0px;
- text-align:center;
- position:fixed;
- padding:5px;
- font-size: 8px;
- font-family: Consolas;
- color:{color:Pagination};
- }
- #pagination a {
- color:{color:Pagination};
- }
- #pagination a:hover {
- color:{color:PaginationHover};
- }
- /* post info */
- #postinfo {
- margin-top:5px;
- padding:5px;
- background-color:{color:TabBackground};
- color:{color:Info};
- }
- /* via & source */
- #info {
- margin-top:0px;
- font-size:8px;
- color:{color:Info};
- background-color:{color:TabBackground};
- padding-top:7px;
- padding-bottom:7px;
- text-align:center;
- width:100%;
- -webkit-transition: all .8s linear;
- }
- #info a {
- color:{color:Info};
- font-weight:bold;
- font-size:8px;
- }
- #info a:hover {
- color:{color:InfoHover};
- }
- /* tags */
- #tags {
- width:390px;
- height:auto;
- color:{color:Tags};
- margin-top:5px;
- text-align:left;
- -webkit-transition: all .8s linear;
- }
- #tags a {
- display:inline;
- text-transform:none;
- font-family:cambria;
- font-style:italic;
- color:{color:Tags};
- font-size:8px;
- letter-spacing:1px;
- line-height:120%;
- -webkit-transition: all .8s linear;
- }
- /* asks */
- #question {
- height:auto;
- width:auto;
- padding:10px;
- border:1px solid {color:Border};
- text-align:left;
- }
- #question a{
- text-transform:none;
- font-style:none;
- }
- #asker {
- display:block;
- font-size: 8px;
- text-transform: uppercase;
- font-family: calibri;
- letter-spacing: 1px;
- color:{color:Asker};
- }
- #answer {
- text-transform:none;
- font-style:none;
- text-align:center;
- padding:10px;
- height:auto;
- }
- #answer a{
- text-align:left;
- }
- /* audio player */
- .cover {
- width:80px;
- height:80px;
- padding:5px;
- margin-top:0px;
- }
- .playbox {
- background:white;
- position: absolute;
- z-index: 1000;
- margin-top: -65px;
- margin-left: 26px;
- border-radius:100%;
- opacity:.5;
- -webkit-transition: all .8s linear;
- }
- .playbox:hover {
- opacity:1;
- -webkit-transition: all .8s linear;
- }
- .playbutton {
- width: 20px;
- height: 30px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- margin: 5px 14px 3px 6px;
- }
- .audioinfo {
- display:inline;
- float:right;
- width:auto;
- height:auto;
- text-align:center;
- padding:10px;
- font-size: 8px;
- text-transform: uppercase;
- font-family: calibri;
- letter-spacing: 1px;
- }
- /* quotes */
- .quote{
- text-align:left;
- font-size: 8px;
- text-transform: none;
- font-family: calibri;
- letter-spacing: 1px;
- padding:5px;
- }
- .source {
- text-align:left;
- font-size: 8px;
- text-transform: uppercase;
- font-family: calibri;
- letter-spacing: 1px;
- padding:5px;
- margin-left:30px;
- margin-top:5px;
- }
- /* credit */
- #cred {
- position:fixed;
- right:-160px;
- bottom:10px;
- padding:5px;
- width:auto;
- height:auto;
- background:white;
- color:{color:Body};
- border: 1px solid {color:Border};
- -webkit-transition: all 1s linear;
- }
- #cred a{
- text-align:center;
- color:{color:Body};
- font-style:bold;
- font-size: 6px;
- text-transform: uppercase;
- font-family: calibri;
- letter-spacing: 1px;
- border-radius:2px;
- }
- #cred img {
- height:auto;
- width:auto;
- position:fixed;
- bottom:10px;
- right:10px;
- -webkit-transition: all 1s linear;
- }
- #cred:hover {
- right:30px;
- -webkit-transition: all 1s linear;
- }
- #tab01{ /*This is the customization of EACH tab*/
- position:fixed;
- left:345px;
- top:230px;
- margin-bottom:5px;
- padding-left:4px;
- height:14px;
- width:96px;
- text-align:center;
- overflow:hidden;
- background:{color:TabBackground};
- margin-top:1px1px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- line-height:10px;
- z-index:11;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab01:hover{/*This is the customization of the tabs HOVER*/
- height:210px;
- top:210px;
- background:{color:Background};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab02{ /*This is the customization of EACH tab*/
- position:fixed;
- left:345px;
- top:260px;
- margin-bottom:5px;
- padding-left:4px;
- height:14px;
- width:96px;
- background:{color:TabBackground};
- text-align:center;
- overflow:hidden;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- line-height:10px;
- z-index:10;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab02:hover{/*This is the customization of the tabs HOVER*/
- height:210px;
- top:210px;
- z-index:12;
- background:{color:Background};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab03{ /*This is the customization of EACH tab*/
- position:fixed;
- left:345px;
- top:290px;
- margin-bottom:5px;
- padding-left:4px;
- height:14px;
- width:96px;
- text-align:center;
- overflow:hidden;
- text-transform:uppercase;
- background:{color:TabBackground};
- letter-spacing:1px;
- font-size:10px;
- line-height:10px;
- z-index:9;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab03:hover{/*This is the customization of the tabs HOVER*/
- height:210px;
- background:{color:Background};
- top:210px;
- z-index:12;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab04{ /*This is the customization of EACH tab*/
- position:fixed;
- left:345px;
- top:320px;
- margin-bottom:5px;
- padding-left:4px;
- height:14px;
- width:96px;
- text-align:center;
- overflow:hidden;
- margin-top:1px1px;
- background:{color:TabBackground};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- line-height:10px;
- z-index:8;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab04:hover{/*This is the customization of the tabs HOVER*/
- height:210px;
- background:{color:Background};
- top:210px;
- z-index:12;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab05{ /*This is the customization of EACH tab*/
- position:fixed;
- left:345px;
- top:350px;
- margin-bottom:5px;
- padding-left:4px;
- height:14px;
- width:96px;
- text-align:center;
- background:{color:TabBackground};
- overflow:hidden;
- margin-top:1px1px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- line-height:10px;
- z-index:7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab05:hover{/*This is the customization of the tabs HOVER*/
- height:210px;
- background:{color:Background};
- top:210px;
- z-index:12;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab06{ /*This is the customization of EACH tab*/
- position:fixed;
- left:345px;
- top:380px;
- margin-bottom:5px;
- padding-left:4px;
- height:14px;
- width:96px;
- text-align:center;
- overflow:hidden;
- background:{color:TabBackground};
- margin-top:1px1px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- line-height:10px;
- z-index:6;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tab06:hover{ /*This is the customization of the tabs HOVER*/
- height:210px;
- background:{color:Background};
- top:210px;
- z-index:12;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- </style>
- <div id="structure">
- <!---begin tab 1 code--->
- <div id="tab01">
- <div style="font-size:10px;color:{color:tabtitles};">DESCRIPTION</div>
- <div id="description">{Description}</div>
- </div>
- </div>
- <!---end tab 1 code--->
- <!---begin tab 2 code--->
- <div id="tab02">
- <div style="font-size:10px;color:{color:tabtitles};">LINKS</div><br><br><br><br>
- <div id="links">
- <a href="/">home</a><br><br>
- <a href="/ask">mail</a><br><br>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br><br>
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br><br>
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br><br>
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}<br><br>
- </div>
- </div></div>
- <!---end tab 2 code--->
- <!---begin tab 3 code--->
- <div id="tab03">
- <div style="font-size:10px;color:{color:tabtitles};">UPDATES</div> <br>
- TEXT HERE
- </div>
- </div>
- <!---end tab 3 code--->
- <!---begin tab 4 code--->
- <div id="tab04">
- <div style="font-size:10px;color:{color:tabtitles};">UPDATES</div> <br>
- TEXT HERE
- </div>
- </div>
- <!---end tab 4 code--->
- <!---begin tab 5 code--->
- <div id="tab05">
- <div style="font-size:10px;color:{color:tabtitles};">UPDATES</div> <br>
- TEXT HERE
- </div>
- </div>
- <!---end tab 5 code--->
- <!---begin tab 6 code--->
- <div id="tab06">
- <div style="font-size:10px;color:{color:tabtitles};">UPDATES</div><br>
- TEXT HERE
- </div></div>
- <!---end tab 6 code--->
- </div></div></div>
- <div id="sidebar">
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"> ←back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next→</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="photo"><img src="{image:sidebar}"></div>
- <div id="photo2"><img src="{image:sidebar2}"></div>
- <div id="title"><a href="/">{Title}</a></div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Text}
- <h1>{block:Title}<b>{Title}</b>{/block:Title}</h1>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-400}" />
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Link}
- <h1><b><a href="{URL}" {Target}>{Name}</a></b></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><b>{Title}</b></h1>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Quote}
- <div class="quote">
- ❝{Quote}❞
- </div>
- {block:Source}<div class="source"><b>-{Source}</b></div>{/block:Source}
- {/block:Quote}
- {block:Answer}
- <div id="asker"><b>{Asker}</b></div>
- <div id="question">{Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover" />
- {/block:AlbumArt}
- <div class="playbox"><div class="playbutton">
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div>
- </div>
- <div class="audioinfo">
- {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
- </div>
- {/block:Audio}
- <div id="postinfo">
- <div id="info">
- posted <a href="{Permalink}">{timeago}</a>
- with <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> & {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
- <br>
- {block:HasTags}filed: <i>{block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}{/block:HasTags}</i>
- </div></div></div>
- <!-- end post info -->
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <div id="cred"><a href="http://precioussammy.tumblr.com/"><img src="http://static.tumblr.com/d3afqhp/CYZnbyomn/tumblr_lm6ow3rkt81qfoi4t.gif">themes by liz</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment