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">
- <!--THEME 10 BY DARTHVCDER. DON'T STEAL OR USE AS A BASE. THANKS.-->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{FavIcon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <meta name="image:Background" content=""/>
- <meta name="image:Icon" content=""/>
- <meta name="color:Ask Background" content="#f8f7f7" />
- <meta name="color:Ask Text" content="#7d7d7d"/>
- <meta name="color:Background" content="#fcfcfc" />
- <meta name="color:Blockquote" content="#fcfcfc"/>
- <meta name="color:Bold" content="#797979"/>
- <meta name="color:Border" content="#eee"/>
- <meta name="color:Chat Even Background" content="#fcfcfc"/>
- <meta name="color:Chat Even Text" content="#9c9c9c"/>
- <meta name="color:Chat Odd Background" content="#fff"/>
- <meta name="color:Chat Odd Text" content="#9c9c9c"/>
- <meta name="color:Custom Links" content="#797979"/>
- <meta name="color:Custom Links Background" content="#fcfcfc"/>
- <meta name="color:Date" content="#d1cccc"/>
- <meta name="color:Description Text" content="#9c9c9c"/>
- <meta name="color:Italics" content="#797979"/>
- <meta name="color:Link" content="#797979"/>
- <meta name="color:Link Hover" content="#000"/>
- <meta name="color:Navigation Links" content="#797979"/>
- <meta name="color:Permalink" content="#d1cccc"/>
- <meta name="color:Post Background" content="#fff"/>
- <meta name="color:Scrollbar" content="#797979"/>
- <meta name="color:Tags" content="#797979"/>
- <meta name="color:Text" content="#9c9c9c"/>
- <meta name="color:Title" content="#d1cccc"/>
- <meta name="if:250 Posts" content="1"/>
- <meta name="if:Left Sidebar" content="1"/>
- <meta name="text:Link One Url" content="/"/>
- <meta name="text:Link One Title" content="link one"/>
- <meta name="text:Link Two Url" content="/"/>
- <meta name="text:Link Two Title" content="link two"/>
- <meta name="text:Link Three Url" content="/"/>
- <meta name="text:Link Three Title" content="link three"/>
- <meta name="text:Link Four Url" content="/"/>
- <meta name="text:Link Four Title" content="link four"/>
- <meta name="text:Link Five Url" content="/"/>
- <meta name="text:Link Five Title" content="link five"/>
- <meta name="text:Link Six Url" content="/"/>
- <meta name="text:Link Six Title" content="link six"/>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <style type="text/css">
- /*FIX BY CYANTISTS*/
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- /* delete from here */
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- /* to here if your blog has a dark background */
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- body {
- color: {color:Text};
- font-family: sans-serif;
- line-height: 16px;
- background: url('{image:Background}') {color:Background};
- }
- body img {
- max-width: 100%;
- height: auto;
- }
- a {
- text-decoration: none;
- color: {color:Link};
- }
- a:hover {
- color: {color:Link Hover};
- }
- i, em {
- color: {color:Italics};
- }
- b, strong {
- color: {color:Bold};
- }
- h1 {
- text-align: center;
- font-size: 11px;
- letter-spacing: 3px;
- line-height: 120%;
- color: {color:Text};
- }
- blockquote {
- border-left: 1px solid {color:Blockquote};
- margin-left: 6px;
- padding-left: 10px;
- }
- blockquote img {
- max-width: 200px;
- height: auto;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- height:auto;
- border-bottom:none;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:3px;
- }
- #sidebar {
- width: 200px;
- height: 100px;
- position: fixed;
- padding: 20px;
- text-align: center;
- font-size: 10px;
- margin-top: -100px;
- {block:IfLeftSidebar}
- margin-left: 50px;
- {/block:IfLeftSidebar}
- {block:IfNotLeftSidebar}
- right: 50px;
- {/block:IfNotLeftSidebar}
- }
- #title {
- color: {color:Title};
- position: fixed;
- font-size: 11px;
- font-weight: bold;
- letter-spacing: 2px;
- padding: 10px;
- margin-top: -50px;
- {block:IfLeftSidebar}
- margin-left: 100px;
- {/block:IfLeftSidebar}
- {block:IfNotLeftSidebar}
- margin-left: 50px;
- {/block:IfNotLeftSidebar}
- }
- #navv {
- position: fixed;
- font-size: 11px;
- letter-spacing: 2px;
- font-weight: bold;
- text-align: center;
- margin-top: -20px;
- {block:IfLeftSidebar}
- margin-left: 110px;
- {/block:IfLeftSidebar}
- {block:IfNotLeftSidebar}
- margin-left: 65px;
- {/block:IfNotLeftSidebar}
- }
- #navv a {
- color: {color:Navigation Links};
- }
- #navv a:hover {
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- color: black;
- }
- #icon img {
- width: 35px;
- height: 35px;
- border-radius: 5px;
- margin-top: 170px;
- border: 1px solid {color:Border};
- {block:IfLeftSidebar}
- margin-left: 200px;
- {/block:IfLeftSidebar}
- {block:IfNotLeftSidebar}
- margin-left: -130px;
- {/block:IfNotLeftSidebar}
- }
- #description {
- margin-left: 60px;
- position: relative;
- width: 150px;
- text-align: left;
- color: {color:Description Text};
- }
- #navi {
- position: fixed;
- font-size: 8px;
- letter-spacing: 1px;
- font-weight: bold;
- margin-top: 30px;
- text-transform: uppercase;
- {block:IfLeftSidebar}
- text-align: left;
- margin-left: 60px;
- {/block:IfLeftSidebar}
- {block:IfNotLeftSidebar}
- text-align: right;
- margin-left: 120px;
- {/block:IfNotLeftSidebar}
- }
- #navi a {
- color: {color:Custom Links};
- background-color: {color:Custom Links Background};
- padding: 7px;
- border-radius: 5px;
- }
- #navi a:hover {
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- color: {color:Custom Links Background};
- background-color: {color:Custom Links};
- }
- #date {
- font-size: 11px;
- text-transform: lowercase;
- font-weight: bold;
- margin-top: -20px;
- position: absolute;
- color: {color:Date};
- {block:IfNot250Posts}
- margin-left: 440px;
- {/block:IfNot250Posts}
- {block:If250Posts}
- margin-left: 290px;
- {/block:If250Posts}
- text-align: left;
- }
- #rb {
- font-size: 15px;
- color: {color:Permalink};
- position: absolute;
- margin-top: -20px;
- margin-left: -50px;
- {block:IfNot250Posts}
- width: 440px;
- {/block:IfNot250Posts}
- {block:If250Posts}
- width: 290px;
- {/block:If250Posts}
- }
- #rb a {
- color: {color:Permalink};
- }
- #rb a:hover {
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- color: {color:Link};
- }
- #content {
- {block:IfNot250Posts}
- width: 440px;
- {/block:IfNot250Posts}
- {block:If250Posts}
- width: 290px;
- {/block:If250Posts}
- margin-top: 100px;
- text-align: left;
- font-size: 11px;
- height: 400px;
- }
- .entry {
- font-size: 11px;
- background-color: {color:Post Background};
- padding: 20px;
- border: 1px solid {color:Border};
- border-radius: 5px;
- }
- #tags {
- margin-top: 20px;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- margin-bottom: 80px;
- margin-left: 10px;
- font-size: 10px;
- {block:IfNot250Posts}
- width: 400px;
- {/block:IfNot250Posts}
- {block:If250Posts}
- width: 250px;
- {/block:If250Posts}
- {block:IfLeftSidebar}
- text-align: right;
- margin-left: 20px;
- {/block:IfLeftSidebar}
- {block:IfNotLeftSidebar}
- text-align: left;
- {/block:IfNotLeftSidebar}
- }
- #tags a {
- color: {color:Tags};
- }
- img.avatar {display:none; }
- ol.notes {
- margin-top: 20px;
- }
- #ask {
- {block:IfNot250Posts}
- width: 360px;
- {/block:IfNot250Posts}
- {block:If250Posts}
- width: 210px;
- {/block:If250Posts}
- background-color: {color:Ask Background};
- padding: 20px;
- color: {color:Ask Text};
- }
- .asker {
- font-size: 15px;
- width: 100%;
- text-transform: lowercase;
- text-align: center;
- }
- .songart{
- float:left;
- margin-right:10px;
- }
- .songart img{
- width:80px;
- height:80px;
- }
- .songtitle{
- margin-bottom:10px;
- margin-left:90px;
- }
- .songauthor{
- margin-bottom:10px;
- font-size:8px;
- margin-left:90px;
- }
- .tumblr_audio_player {
- height: 50px;
- }
- #quote {
- font-size: 15px;
- font-style: italic;
- text-align: center;
- background-color: {color:Background};
- padding: 20px;
- border-radius: 5px;
- }
- #pagination {
- width: 300px;
- height: 100px;
- }
- #pagination a {
- opacity: 1;
- }
- .chatline {
- color: {color:Chat Even Text};
- background-color: {color:Chat Even Background};
- padding: 10px;
- }
- .chatline.odd {
- color: {color:Chat Odd Text};
- background-color: {color:Chat Odd Background};
- }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <center>
- <div id="icon">
- <img src="{image:Icon}">
- </div>
- </center>
- <div id="title">
- {Title}
- </div>
- <div id="navv">
- <a href="/" title="index">i.</a>
- <a href="/ask" title="message">ii.</a>
- <a href="/archive" title="archive">iii.</a>
- <a href="/submit" title="submit">iv.</a>
- </div>
- <center>
- <div id="description">
- {Description}
- </div>
- </center>
- <div id="navi">
- <a href="{text:Link One URL}">{text:Link One Title}</a><br><br>
- <a href="{text:Link Two URL}">{text:Link Two Title}</a><br><br>
- <a href="{text:Link Three URL}">{text:Link Three Title}</a><br><br>
- <a href="{text:Link Four URL}">{text:Link Four Title}</a><br><br>
- <a href="{text:Link Five URL}">{text:Link Five Title}</a><br><br>
- <a href="{text:Link Six URL}">{text:Link Six Title}</a><br><br>
- </div>
- </div>
- <center>
- <div id="content">
- <!--POSTS-->
- {block:Posts}
- <div class="entry">
- <!--DATE/INFO-->
- <div id="date">
- <a href="{Permalink}" style="color: {color:Text}">{TimeAgo}</a><br>
- <a href="{Permalink}" style="color: {color:Text}">{NoteCount} notes</a><br>
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}<br>
- {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
- </div>
- <!--END OF DATE/INFO-->
- <div id="rb">
- <a href="{ReblogURL}" title="reblog">↺</a>
- </div>
- <!--PHOTO-->
- {block:Photo}
- <a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
- </a>
- {block:IndexPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- <!--END PHOTO-->
- <!--PHOTOSET-->
- {block:Photoset}
- {block:IfNot250Posts}
- {Photoset-400}
- {/block:IfNot250Posts}
- {block:If250Posts}
- {Photoset-250}
- {/block:If250Posts}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- <!--END PHOTOSET-->
- <!--TEXT-->
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- <!--END TEXT-->
- <!--LINK-->
- {block:Link}
- <h1><a href="{URL}">{Name}</a></h1>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- <!--END LINK-->
- <!--QUOTE-->
- {block:Quote}
- <div id="quote"><i>"{Quote}"</i></div>
- {block:Source}
- <br>- {Source}
- {/block:Source}
- {/block:Quote}
- <!--END QUOTE-->
- <!--CHAT-->
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- <div class="chatline {Alt}">
- {block:Label}
- <b style="text-transform: uppercase; padding: 5px">{Label} </b>
- {/block:Label}
- <span>{Line}</span>
- </div>
- {/block:Lines}
- {/block:Chat}
- <!--END CHAT-->
- <!--AUDIO-->
- {block:Audio}
- {block:AlbumArt}
- <div class="songart">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- <div class="songtitle">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- </div>
- <div class="songauthor">
- By
- {block:Artist}
- {Artist}
- {/block:Artist}
- </div>
- {AudioPlayerWhite}
- {/block:Audio}
- <!--END AUDIO-->
- <!--VIDEO-->
- {block:Video}
- {block:IfNot250Posts}
- {Video-400}
- {/block:IfNot250Posts}
- {block:If250Posts}
- {Video-250}
- {/block:If250Posts}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- <!--END VIDEO-->
- <!--ASK-->
- {block:Answer}
- <div class="asker">
- <b>{Asker}</b> <i>whispered:</i>
- </div>
- <div id="ask">
- <i style="color:{color:Ask Text}">{Question}</i>
- </div>
- <p>{Answer}
- {/block:Answer}
- <!--END ASK-->
- </div>
- <!--TAGS-->
- <div id="tags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- <!--END TAGS-->
- <!--PERMALINK PAGE-->
- {block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- <!--END PERMALINK PAGE-->
- {/block:Posts}
- <!--END ALL POSTS-->
- <!--PAGINATION-->
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</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}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <!--END PAGINATION-->
- </center>
- </div>
- <!--DO NOT EDIT THIS-->
- <div style="position:fixed; bottom:8px; right:15px; font-size: 9px;"><a style="color:#{color:Permalink}; text-decoration:none; font-weight: bold" href="http://darthvcder.tumblr.com/">D</a></center></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment