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
- by precioussammy.tumblr.com DO NOT DELETE CREDIT
- -->
- <!-- defaults -->
- <!-- images -->
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <!-- colors -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Body" content="#000000" />
- <meta name="color:Description" content="#000000" />
- <meta name="color:Title" 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:Tags" content="#000000" />
- <meta name="color:Pagination" content="#000000" />
- <meta name="color:PaginationHover" content="#000000" />
- <meta name="color:Link" content="#000000" />
- <meta name="color:circle1" content="#000000"/>
- <meta name="color:circle2" content="#000000"/>
- <meta name="color:circle3" content="#000000"/>
- <meta name="color:circle4" content="#000000"/>
- <!-- links/text -->
- <meta name="text:Link1" content="/" />
- <meta name="text:Link Title1" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link Title2" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link Title3" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link Title4" 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>
- <style type="text/css">
- /* fonts (if you use them) */
- @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
- /* 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: 10px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- color:{color:Body};
- }
- body {
- background:{color:Background};
- {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
- color:{color:Body};
- margin:0px;
- font-family:Calibri;
- font-style:none;
- font-size:10px;
- line-height:100%;
- cursor: url(http://i.imgur.com/ZOrzC.png), progress;
- }
- a:link, a:active {
- text-decoration:none;
- color:{color:Link};
- }
- a:visited {
- text-decoration:none;
- color:{color:Link};
- }
- a:hover {
- text-decoration:none;
- color:{color:Links};
- 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:9px;
- }
- 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:500px;
- height:auto;
- margin-left:500px;
- margin-top:50px;
- margin-bottom:50px;
- }
- #post {
- width:500px;
- height:auto;
- margin-top:20px;
- padding:10px;
- background:white;
- }
- /* sidebar */
- #sidebar {
- width:200px;
- height:200px;
- position:fixed;
- margin-left:185px;
- margin-top:150px;
- }
- #title {
- font-size:30px;
- margin-top:10px;
- margin-left:75px;
- margin-bottom:1px;
- font-family: cedarcursive;
- color:{color:Title};
- }
- #photo img {
- width:150px;
- height:150px;
- margin-top:10px;
- margin-left:10px;
- position:fixed;
- }
- /* links */
- #links {
- position:fixed;
- width:100px;
- height:auto;
- margin-top:-9px;
- margin-left:10px;
- -webkit-transition: all .8s linear;
- }
- #links a{
- font-size:3px;
- border-radius:100%;
- background:{color:Link};
- color:{color:Link};
- border:1px solid {color:Link};
- padding:2px;
- margin-top:10px;
- -webkit-transition: all .8s linear;
- }
- #links a:hover {
- border-radius:30%;
- -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: Century Gothic;
- 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:9px;
- color:{color:Description};
- border-bottom:1px solid {color:Border};
- margin-top:160px;
- margin-left:5px;
- width:150px;
- height:auto;
- padding:5px;
- }
- #description a {
- color:{color:Description};
- }
- /* pagi */
- #pagination {
- width:100px;
- margin-top:5px;
- margin-left:115px;
- text-align:left;
- 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;
- font-size:9px;
- color:{color:Info};
- border-top:1px solid {color:Border};
- }
- /* via & source */
- #info {
- margin-bottom:5px;
- text-align:right;
- text-transform:uppercase;
- font-size:9px;
- color:{color:Link};
- font-style:none;
- }
- /* tags */
- #tags {
- width:490px;
- 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 */
- #asker {
- display:block;
- font-size: 8px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- color:{color:Body};
- border-bottom:1px solid {color:Border};
- }
- #answer {
- font-size: 10px;
- text-transform:none;
- font-style:none;
- text-align:left;
- padding:0px;
- height:auto;
- }
- #answer a{
- text-align:left;
- }
- /* audio player */
- .cover {
- width:80px;
- height:80px;
- padding:5px;
- margin-top:0px;
- border:1px solid {color:Border};
- }
- .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: 9px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- border:1px solid {color:Border};
- }
- /* quotes */
- .quote{
- text-align:right;
- font-size: 9px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- border:1px solid {color:Border};
- padding:5px;
- }
- .source {
- text-align:left;
- font-size: 9px;
- text-transform: uppercase;
- font-family: Century Gothic;
- 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: Century Gothic;
- 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;
- }
- /* updates tab */
- /* BOX 1 */
- #box {
- position:fixed;
- top:440px;
- left:202px;
- border:0px solid #828282;
- border-radius:36px;
- width:5px;
- height:5px;
- background:{color:circle1};
- padding:2px;
- z-index:999999999;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- #box:hover {
- height:200px;
- width:95px;
- background:#fff;
- border-radius:0px;
- border:0px solid #828282;
- }
- #box:hover #cont {
- opacity:1;
- width:90px;
- height:200px;
- }
- #cont {
- position:fixed;
- font-size:10px;
- padding:2px;
- text-align:center;
- overflow:hidden;
- font-size:9px;
- width:0;
- height:0;
- opacity:0;
- z-index:999999999;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- /* BOX 2 */
- #box2 {
- position:fixed;
- top:440px;
- left:222px;
- border:0px solid #828282;
- border-radius:36px;
- width:5px;
- height:5px;
- background:{color:circle2};
- padding:2px;
- z-index:9999999;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- #box2:hover {
- height:200px;
- width:95px;
- background:#fff;
- border-radius:0px;
- border:0px solid #828282;
- }
- #box2:hover #cont2 {
- opacity:1;
- width:90px;
- height:200px;
- }
- #cont2 {
- position:fixed;
- font-size:10px;
- padding:2px;
- text-align:center;
- overflow:hidden;
- font-size:9px;
- width:0;
- height:0;
- opacity:0;
- z-index:99999;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- /* BOX 3 */
- #box3 {
- position:fixed;
- top:440px;
- left:242px;
- border:0px solid #828282;
- border-radius:36px;
- width:5px;
- height:5px;
- background:{color:circle3};
- padding:2px;
- z-index:99999;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- #box3:hover {
- height:200px;
- width:95px;
- background:#fff;
- border-radius:0px;
- border:0px solid #828282;
- }
- #box3:hover #cont3 {
- opacity:1;
- width:90px;
- height:200px;
- }
- #cont3 {
- position:fixed;
- font-size:10px;
- padding:2px;
- text-align:center;
- overflow:hidden;
- font-size:9px;
- width:0;
- height:0;
- opacity:0;
- z-index:99999;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- /* BOX 4 */
- #box4 {
- position:fixed;
- top:440px;
- left:262px;
- border:0px solid #828282;
- border-radius:36px;
- width:5px;
- height:5px;
- background:{color:circle4};
- padding:2px;
- z-index:9999;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- #box4:hover {
- height:200px;
- width:100px;
- background:#fff;
- border-radius:0px;
- border:0px solid #828282;
- }
- #box4:hover #cont4 {
- opacity:1;
- width:95px;
- height:200px;
- }
- #cont4 {
- position:fixed;
- font-size:10px;
- padding:2px;
- text-align:center;
- overflow:hidden;
- font-size:9px;
- width:0;
- height:0;
- opacity:0;
- z-index:99;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- </style>
- <!-- updates tab -->
- <div id="box">
- <div id="cont">
- <br>
- enter updates here
- </div>
- </div>
- </div>
- </div>
- <div id="box2">
- <div id="cont2">
- <br>
- enter updates here
- </div>
- </div>
- <div id="box3">
- <div id="cont3">
- <br>
- enter updates here
- </div>
- </div>
- <div id="box4">
- <div id="cont4">
- <br>
- enter updates here
- </div>
- </div>
- <!-- updates tab end -->
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="links">
- <a href="/"title="home">3</a>
- <a href="/ask"title="ask">3</a>
- {block:ifLink1}<a href="{text:Link1}"title="{text:Link Title1}">3</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}"title="{text:Link Title2}">3</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}"title="{text:Link Title3}">3</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}"title="{text:Link Title4}">3</a>{/block:ifLink4}
- </div>
- <div id="photo"><img src="{image:sidebar}"></div>
- <div id="description">{Description}</div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">-</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/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>
- <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-500}" />
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {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-500}
- {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} said:</b> {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">
- <a href="{ReblogURL}" target="_blank" title="reblog?" style="padding:5px;" /><img src="http://static.tumblr.com/d3afqhp/FdMnbypmc/coracao_2.gif"></a>
- {block:NoteCount}
- <a href="{Permalink}">
- <font color="{color:NoteCount}">{NoteCount}</font></a>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}">source</a>
- {/block:ContentSource}
- </div> <!-- end info -->
- {block:HasTags}
- <div id="tags">
- tags:
- {block:Tags}<a href="{TagURL}">{Tag},</a>
- {/block:Tags}</div>
- {/block:HasTags}
- </div> <!-- end post info -->
- </div>
- {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">precioussammy</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment