Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- @Theme By; TVD-Themes
- TVD-THEMES
- By;Katia;
- +Please do not remove credit.
- +Do not steal the code or take parts of the codes and put them in your own theme.
- +Do not remove the credit completely or make them invisible, you may replace it to a visible place.
- -->
- <!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 name="image:Sidebar" content="http://static.tumblr.com/57d82ba7c85f9240247c1f75088484b8/fp8s385/VvWn621rb/tumblr_static_1615zz94j35wowgkggw8wg8oc.png">
- <meta name="color:Background" content="#fff">
- <meta name="color:Post" content="#fff">
- <meta name="color:Text" content="#aaa">
- <meta name="color:Link" content="#fabbbb">
- <meta name="color:Link Hover" content="#000">
- <meta name="color:Sidebar" content="#fff">
- <meta name="color:Description" content="#ccc">
- <meta name="color:Title" content="#ccc">
- <meta name="color:Title Hover" content="#aaa">
- <meta name="color:Sidebar Link" content="#000">
- <meta name="color:Sidebar Link Hover" content="#ccc">
- <meta name="color:Sidebar Link BG" content="#ddd">
- <meta name="color:Sidebar Link BG Hover" content="#fff">
- <meta name="color:Permalink" content="#fabbbb">
- <meta name="color:Permalink Hover" content="#ccc">
- <meta name="color:Permalink BG" content="#eee">
- <meta name="color:Scrollbar" content="#ccc">
- <meta name="color:Scrollbar BG" content="#fff">
- <meta name="color:Text Post Title" content="#ccc">
- <meta name="color:Link Post" content="#eee">
- <meta name="color:Link Post Hover" content="#666">
- <!--TEXT-->
- <meta name="text:Link 1" content="Link 1">
- <meta name="text:Link 1 URL" content="/">
- <meta name="text:Link 2" content="Link 2">
- <meta name="text:Link 2 URL" content="/">
- <meta name="text:Link 3" content="Link 3">
- <meta name="text:Link 3 URL" content="/">
- <meta name="text:Link 4" content="Link 4">
- <meta name="text:Link 4 URL" content="/">
- <meta name="text:Link 5" content="Link 5">
- <meta name="text:Link 5 URL" content="/">
- <!--OPTIONS (0 means the option is OFF-->
- <meta name="if:400 Post" content="0">
- <meta name="if:Captions" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <style type="text/css">
- @font-face {
- font-family: "arial";
- src: url('https://dl.dropboxusercontent.com/u/81174604/arialr.ttf');
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height: 30px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};
- width: 30px;
- }
- ::-webkit-scrollbar {
- background-color:{color:Scrollbar BG};
- height: 5px;
- width: 5px;
- }
- .nav {
- display:none!important;
- }
- /*ENTIRE PAGE*/
- body {
- left: 0px;
- background-attachment: fixed;
- background-image: url('{image:Background}');
- background-color: {color:Background};
- color: {color:Text};
- font-family: Calibri;
- font-size: 11px;
- }
- /*LINKS*/
- a:link, a:active, a:visited {
- text-decoration: none; /*no underline*/
- color: {color:Link};
- -webkit-transition: all 0.4s ease-in-out; /*for chrome*/
- -moz-transition: all 0.4s ease-in-out; /*for firefox*/
- -o-transition: all 0.4s ease-in-out; /*for opera*/
- }
- /*LINK HOVER*/
- a:hover {
- color: {color:Link Hover};
- }
- /*FOLLOW/REBLOG/LIKE/DASH BUTTON*/
- iframe#tumblr_controls{
- position: fixed;
- right: 0px;
- top: 0px;
- opacity: 0.8;
- }
- /*BOLD*/
- b, strong, .strong {
- color: {color:Emphasis Text};
- }
- /*ITALICS*/
- i, em, .em {
- color: {color:Emphasis Text};
- }
- blockquote {
- margin-top: 20px;
- margin-bottom: 20px;
- border-left: 2px solid {color:Text};
- padding: 3px 5px;
- }
- /*SIDEBAR*/
- #sidecont {
- position: fixed;
- width: 200px;
- padding: 10px;
- margin-left: 75px;
- margin-top: 50px;
- }
- #sidebar {
- width: 200px;
- border: 10px solid {color:Sidebar};
- background: {color:Sidebar};
- }
- #sidebar img {
- width:200px;
- }
- .desc {
- margin-top: 5px;
- color: {color:Description};
- font-family: calibri;
- font-size: 11px;
- }
- /*TITLE*/
- #title {
- width: 200px;
- padding: 0px 10px;
- text-align: center;
- font-family: arial;
- font-size: 13px;
- margin-bottom: 5px;
- }
- #title a {
- color: {color:Title};
- }
- #title a:hover {
- color: {color:Title Hover};
- }
- /*NAVIGATION*/
- #nav {
- width: 200px;
- margin-left: 12px;
- margin-top: 10px;
- }
- .navi {
- display: inline-block; /*keeps it in a row*/
- text-align: center;
- background-color: {color:Sidebar Link BG};
- width: 90px;
- line-height: 23px;
- margin-bottom: 7px;
- margin-right: 8px;
- }
- .navi a {
- color: {color:Sidebar Link};
- background-color: {color:Sidebar Link BG};
- }
- .navi a:hover {
- color: {color:Sidebar Link Hover};
- }
- /*POST CONTAINER*/
- #content {
- margin-left: 400px;
- margin-top: 50px;
- margin-bottom: 50px;
- {block:if400Post}
- width: 420px;
- {/block:if400Post}
- {block:ifnot400Post}
- width: 520px;
- {/block:ifnot400Post}
- }
- /*POSTS*/
- .posts {
- {block:if400Post}
- width: 400px;
- {/block:if400Post}
- {block:ifnot400Post}
- width: 500px;
- {/block:ifnot400Post}
- background: {color:Post};
- color: {color:Text};
- font-family: Calibri;
- font-size: 11px;
- margin-bottom: 20px;
- padding: 10px;
- }
- /*POST TITLES*/
- .posttitle {
- font-family: Economica;
- font-size: 18px;
- color: {color:Text Post Title};
- }
- /*LINK TITLES*/
- .posttitle a {
- color: {color:Link Post};
- }
- .posttitle a:hover{
- color: {color:Link Post Hover};
- }
- /*QUOTE*/
- .quote {
- font-family: economica;
- font-size: 18px;
- }
- /*AUDIO POST*/
- /*MUSIC PLAYER*/
- .player {
- width: 10px;
- height: 10px;
- overflow: hidden;
- padding: 4px 21px 21px 4px;
- margin-top: 33px;
- margin-left: 33px;
- position: absolute;
- background-color: #fff;
- opacity: 0.8;
- z-index: 10;
- }
- /*ALBUM*/
- .album {
- position: absolute;
- width: 100px;
- height: 100px;
- overflow: hidden;
- }
- .album img {
- width: 100px;
- height: 100px;
- overflow: hidden;
- }
- /*AUDIO INFO*/
- .track {
- min-height: 90px;
- max-height: 100px;
- overflow: auto;
- margin-left: 100px;
- padding: 5px 10px;
- color: {color:Text};
- text-transform: UPPERCASE;
- letter-spacing: 1px;
- font-size: 9px;
- }
- /*ANSWER*/
- .question {
- font-family: economica;
- font-size: 18px;
- color: {color:Text Post Title};
- }
- /*CAPTION*/
- .caption {
- line-height: 12px;
- text-align: left;
- margin-top: -5px;
- }
- /*PERMALINK*/
- #perm {
- font-family: economica;
- font-size: 12px;
- padding: 3px 10px;
- text-transform: UPPERCASE;
- letter-spacing: 1px;
- text-align: center;
- margin-top: 5px;
- color: {color:Permalink};
- background-color: {color:Permalink BG};
- {block:if400Post}
- width: 380px;
- {/block:if400Post}
- {block:ifnot400Post}
- width: 480px;
- {/block:ifnot400Post}
- }
- #perm a {
- color: {color:Permalink};
- }
- #perm a:hover {
- color: {color:Permalink Hover};
- }
- </style>
- <body>
- {block:ifInfiniteScroll}
- {block:IndexPage}
- <div class="nav">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a> ·
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- {/block:ifInfiniteScroll}
- <div id="sidecont">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="sidebar">
- <a href="/"><img src="{image:Sidebar}"></a>
- {block:Description}
- <div class="desc">{Description}</div>
- {/block:Description}
- {block:ifnotInfiniteScroll}
- {block:Pagination}
- <center>
- <br>
- {block:PreviousPage}
- <a class="jump_page" href="{PreviousPage}">« back</a> 
- {/block:PreviousPage}
- {block:NextPage}
- <a class="jump_page" href="{NextPage}">next »</a>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- {/block:ifnotInfiniteScroll}
- </div>
- <div id="nav">
- <div class="navi"><a href="/">Home</a></div>
- <div class="navi"><a href="/ask">Ask</a></div>
- <div class="navi"><a href="http://tvd-themes.tumblr.com">Theme</a></div>
- <div class="navi"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
- <div class="navi"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
- <div class="navi"><a href="{text:Link 3 URL}">{text:Link 3}</a></div>
- <div class="navi"><a href="{text:Link 4 URL}">{text:Link 4}</a></div>
- <div class="navi"><a href="{text:Link 5 URL}">{text:Link 5}</a></div>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="posts">
- {block:Text}
- {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>
- {block:if400Post}
- <img src="{PhotoURL-400}" width="400px">
- {/block:if400Post}
- {block:ifnot400Post}
- <img src="{PhotoURL-500}" width="500px">
- {/block:ifnot400Post}
- {block:IndexPage}
- {block:ifCaptions}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:ifCaptions}
- {block:ifnotCaptions}
- <div style="margin-bottom: -3px;"></div>
- {/block:ifnotCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- </center>
- {/block:Photo}
- {block:Photoset}
- {block:if400Post}
- {Photoset-400}
- {/block:if400Post}
- {block:ifnot400Post}
- {Photoset-500}
- {/block:ifnot400Post}
- {block:IndexPage}
- {block:ifCaptions}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:ifCaptions}
- {block:ifnotCaptions}
- <div style="margin-bottom: -3px;"></div>
- {/block:ifnotCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {Source}:
- <div class="quote">{Quote}</div>
- {/block:Quote}
- {block:Link}
- <div class="posttitle"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div style="margin-top: -8px;"></div>
- {Description}
- <div style="margin-bottom: -8px;"></div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {block:if400Post}
- {Video-400}
- {/block:if400Post}
- {block:ifnot400Post}
- {Video-500}
- {/block:ifnot400Post}
- {block:IndexPage}
- {block:ifCaptions}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:ifCaptions}
- {block:ifnotCaptions}
- <div style="margin-bottom: -4px;"></div>
- {/block:ifnotCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- <div class="album">
- {block:AudioPlayer}
- <div class="player">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="track">
- {block:TrackName}
- Title: {TrackName}<br>
- {/block:TrackName}
- {block:Artist}
- Artist: {Artist}<br>
- {/block:Artist}
- {block:Album}
- Album: {Album}
- {/block:Album}
- </div>
- {block:IndexPage}
- {block:ifCaptions}
- {block:if400Post}
- {block:Caption}
- <div class="caption"> <div style="margin-top:0px;"></div>
- {Caption}
- <div style="margin-bottom: -10px;"></div>
- </div>
- {/block:Caption}
- {/block:if400Post}
- {block:ifnot400Post}
- {block:Caption}
- <div class="caption"> <div style="margin-top:0px;"></div>
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:ifnot400Post}
- {/block:ifCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption"> <div style="margin-top:0px;"></div>
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <br>
- <div style="border-radius:5px; border: 0px double #ddd; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #000000; border-radius: 1px;"/>
- <askk>{Asker}</askk>: {Question}<br></div>
- <div style="font-family: arial; font-size: 12px;">
- {Answer}
- </div>
- {/block:Answer}
- {block:IndexPage}<!--only shows up on the front page"-->
- <div id="perm">
- <a href="{Permalink}">{NoteCount} notes</a>
- • <a href="{ReblogURL}">reblog</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="line-height:25px; text-align:center;">
- {block:Date}
- posted {24Hour}:{Minutes} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- {/block:Date}
- {block:RebloggedFrom}
- <center>
- src: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- |
- via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- </center>
- {/block:RebloggedFrom}
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>  
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
- {/block:IfInfiniteScroll}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment