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: VIOLA LION (ISLES AND GLACIERS) -->
- <!-- DO NOT STEAL / COPY -->
- <!-- DO NOT REMOVE THEME CREDIT -->
- <!-- DO NOT REDISTRIBUTE -->
- <!-- DO NOT USE AS BASE CODE-->
- <head>
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="image:Background" content=""/>
- <meta name="if:Show Captions" content="0"/>
- <meta name="if:Infinite Scroll" content"0"/>
- <meta name="if:250px" content="1" />
- <meta name="if:400px" content="0" />
- <meta name="if:500px" content="0" />
- <meta name="text:Link One URL" content=""/>
- <meta name="text:Link One" content="One"/>
- <meta name="text:Link Two URL" content=""/>
- <meta name="text:Link Two" content="Two"/>
- <meta name="text:Link Three URL" content=""/>
- <meta name="text:Link Three" content="Three"/>
- <meta name="text:Link Four URL" content=""/>
- <meta name="text:Link Four" content="Four"/>
- <meta name="color:Background color" content="#dff0db"/>
- <meta name="color:Text" content="#888888"/>
- <meta name="color:Bold" content="#f1acbc"/>
- <meta name="color:Italic" content="#a3d3e5"/>
- <meta name="color:links" content="#888888"/>
- <meta name="color:links hover" content="#000000"/>
- <meta name="color:Scrollbar bg" content="#fafafa"/>
- <meta name="color:Scrollbar color" content="#000000"/>
- <meta name="color:H1 bg" content="#000000"/>
- <meta name="color:H1" content="#ffffff"/>
- <meta name="color:Blockquote border" content="#f1acbc"/>
- <meta name="color:Permalink border" content="#eeeeee"/>
- <meta name="color:Permalink text" content="#888888"/>
- <meta name="color:Post bg" content="#ffffff"/>
- <meta name="color:Caption border" content="#eeeeee"/>
- <meta name="color:Caption text" content="#888888"/>
- <meta name="color:Question bg" content="#ffffff"/>
- <meta name="color:Question text" content="#888888"/>
- <meta name="color:Asker text" content="#f1acbc"/>
- <meta name="color:Reply bg" content="#fafafa"/>
- <meta name="color:Reply text" content="#888888"/>
- <meta name="color:Audio border" content="#eeeeee"/>
- <meta name="color:Theme border" content="#ffffff"/>
- <meta name="color:Description text" content="#888888"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Navigation text" content="#888888"/>
- <meta name="color:Navigation hover bg" content="#f1acbc"/>
- <meta name="color:Navigation hover text" content="#ffffff"/>
- <meta name="color:Post info border" content="#eeeeee"/>
- <meta name="color:Post info notes" content="#000000"/>
- <meta name="color:Post info hover bg" content="#000000"/>
- <meta name="color:Post info hover text" content="#ffffff"/>
- <meta name="color:Post tags" content="#888888"/>
- <meta name="color:Pagination bg" content="#ffffff"/>
- <meta name="color:Pagination text" content="#888888"/>
- <meta name="color:Pagination border" content="#eeeeee"/>
- <meta name="color:Pagination bg hover" content="#dff0db"/>
- <meta name="color:Pagination text hover" content="#ffffff"/>
- <meta name="color:" content="#"/>
- <style type="text/css">
- /* body */
- * {
- margin: 0;
- padding: 0;
- border: 0;
- }
- body {
- font-family:arial;
- font-size:10px;
- letter-spacing:1px;
- color:{color:Text};
- background:{color:Background color};
- background-image:url('{image:Background}');
- background-repeat:repeat;
- background-attachment:fixed;
- }
- a {
- color:{color:links};
- text-decoration:none;
- }
- a:hover {
- color:{color:links hover};
- }
- b, strong{
- color:{color:Bold};
- }
- i, em {
- color:{color:Italic};
- }
- h1 {
- margin-bottom:10px;
- font-family:arial;
- font-weight:900;
- font-size:15px;
- padding:0px 0px 0px 10px;
- letter-spacing:1px;
- overflow:hidden;
- text-transform:uppercase;
- background:{color:H1 bg};
- color:{color:H1};
- }
- h1 a {
- color:{color:H1};
- text-decoration:none;
- }
- ul {
- padding:10px;
- list-style-type: circle;
- }
- li {
- padding:0;
- }
- blockquote {
- margin-top:10px;
- border-left:2px solid {color:Blockquote border};
- padding:0px 0px 0px 10px;
- margin-left:5px;
- word-wrap:break-word;
- }
- /* Hover text */
- #s-m-t-tooltip {
- z-index:999999;
- margin-left:30px;
- padding:3px 6px 3px 6px;
- border-bottom:1px solid #eee;
- background-color:#000;
- color:#fff;
- font-family:arial;
- font-size:9px;
- text-transform:uppercase;
- line-height:13px;
- }
- /* Quotes */
- #quotes {
- font-family:arial;
- font-weight:900;
- line-height:17px;
- font-size:20px;
- letter-spacing:-2px;
- padding:15px;
- text-transform:uppercase;
- }
- /* Permalink */
- #permalink {
- margin-left:0px;
- margin-top:20px;
- padding:10px;
- border-top:1px solid {color:Permalink border};
- }
- .perma {
- font-size:12px;
- font-family:arial;
- text-transform:none;
- text-align:left;
- border-bottom:1px solid {color:Permalink border};
- margin-top:0px;
- color:{color:Permalink text};
- margin-left:0px;
- padding:10px;
- }
- .notecounts {
- margin-top:10px;
- margin-left:-10px;
- font-size:8px;
- font-family:arial;
- text-transform:uppercase;
- color:{color:Permalink text};
- padding:18px;
- }
- .notecounts img {
- border-radius:100%;
- margin-right:10px;
- }
- ol.notes {
- list-style-type:circle;
- }
- /* Posts */
- #wrap {
- margin-left:360px;
- z-index:999;
- padding-bottom:120px;
- margin-top:110px;
- {block:if250px}
- width:550px;
- {/block:if250px}
- {block:if400px}
- margin-left:200px;
- width:680px;
- {/block:if400px}
- {block:if500px}
- width:760px;
- margin-left:200px;
- {/block:if500px}
- {block:PermalinkPage}
- width:760px;
- margin-left:240px;
- {/block:PermalinkPage}
- }
- .entree {
- padding:30px;
- background:{color:Post bg};
- margin-top:50px;
- color:{color:Text};
- font-family:arial;
- font-size:10px;
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- margin-left:150px;
- {/block:if400px}
- {block:if500px}
- width:500px;
- margin-left:150px;
- {/block:if500px}
- {block:PermalinkPage}
- width:500px;
- margin-left:120px;
- {/block:PermalinkPage}
- }
- .entree a {
- color:{color:links};
- }
- .entree img {
- max-width:100%;
- }
- #caption {
- margin-top:20px;
- margin-left:0;
- border-top:1px solid {color:Caption border};
- color:{color:Caption text};
- word-wrap:break-word;
- font-size:10px;
- font-family:arial;
- {block:IndexPage}
- {block:if250px}
- width:240px;
- {/block:if250px}
- {block:if400px}
- width:390px;
- {/block:if400px}
- {block:if500px}
- width:490px;
- {/block:if500px}
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:40px;
- width:490px;
- {/block:PermalinkPage}
- }
- #caption a {
- color:{color:links};
- }
- /* questions */
- #question {background:{color:Question bg};
- font-size:10px;
- line-height:12px;
- padding:10px;
- color:{color:Question text};
- }
- #question span {
- text-transform:none;
- font-weight:900;
- font-family:georgia;
- font-size:15px;
- font-style:italic;
- color:{color:Asker text};
- }
- #question span a {
- color:{color:Asker text};
- }
- #response {
- padding:10px;
- font-family:arial;
- text-align:left;
- background:{color:Reply bg};
- color:{color:Reply text};
- font-size:10px;
- line-height:12px;
- }
- /* Music */
- #audio {
- padding:5px;
- border:1px solid {color:Audio border};
- margin-left:-10px;
- margin-top:0px;
- {block:if250px}
- width:260px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:if500px}
- width:500px;
- {/block:if500px}
- }
- .musicinfo {
- color:{color:Text};
- margin-top:20px;
- margin-bottom:5px;
- font-size:10px;
- line-height:10px;
- letter-spacing:1px;
- }
- /* Theme borders */
- #thmborderone {
- position:fixed;
- z-index:9;
- left:0;
- top:0;
- width:100%;
- height:60px;
- background:{color:Theme border};
- }
- #thmbordertwo {
- position:fixed;
- z-index:9;
- left:0;
- bottom:0;
- width:100%;
- height:60px;
- background:{color:Theme border};
- }
- #thmborderfo {
- position:fixed;
- z-index:9;
- right:0;
- top:0;
- width:60px;
- height:100%;
- background:{color:Theme border};
- }
- #thmborderthree {
- position:fixed;
- z-index:9;
- left:0;
- top:0;
- width:300px;
- height:100%;
- background:{color:Theme border};
- }
- /* Sidebar */
- #blog {
- position:fixed;
- z-index:99;
- top:250px;
- left:55px;
- }
- #blog p {
- width:180px;
- font-family:arial;
- color:{color:Description text};
- font-size:10px;
- line-height:10px;
- text-align:justify;
- margin-bottom:10px;
- }
- .btitle {
- font-family:georgia;
- width:180px;
- font-size:24px;
- font-weight:900;
- line-height:18px;
- color:{color:Title};
- letter-spacing:-2px;
- text-transform:uppercase;
- }
- /* Navigation */
- #mainlinks {
- position:fixed;
- z-index:99;
- bottom:20px;
- right:45px;
- }
- #mainlinks a {
- font-family:arial;
- font-size:11px;
- font-weight:bold;
- color:{color:Navigation text};
- padding:5px 7px 5px 7px;
- letter-spacing:2px;
- margin:13px;
- text-transform:uppercase;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #mainlinks a:hover {
- background:{color:Navigation hover bg};
- color:{color:Navigation hover text};
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- /* Post info stuff */
- #entails {
- position:relative;
- margin-top:-10px;
- border-bottom:1px solid {color:Post info border};
- margin-bottom:20px;
- padding:0px 0px 10px 0px;
- }
- #entails span {
- font-family:georgia;
- font-weight:900;
- letter-spacing:-1px;
- font-size:25px;
- color:{color:Post info notes};
- text-align:right;
- text-transform:none;
- }
- #binfo {
- border-top:1px solid {color:Post info border};
- margin-top:20px;
- padding:10px 0px 0px 0px;
- }
- #binfo span a {
- text-transform:uppercase;
- font-weight:bold;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #binfo span a:hover {
- background:{color:Post info hover bg};
- color:{color:Post info hover text};
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .ptag {
- width:250px;
- font-style:italic;
- font-family:georgia;
- }
- .ptag a {
- margin:4px;
- color:{color:Post tags};
- line-height:16px;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .ptag a:hover {
- letter-spacing:3px;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- /* Pagination */
- .pagination {
- position:fixed;
- z-index:99;
- top:17px;
- left:272px;
- padding:7px;
- font-family:helvetica;
- font-size:10px;
- text-transform:uppercase;
- }
- .pagination a {
- margin-left:20px;
- padding:7px 10px 7px 10px;
- background:{color:Pagination bg};
- border:1px solid {color:Pagination border};
- font-weight:900;
- color:{color:Pagination text};
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .pagination a:hover {
- background:{color:Pagination bg hover};
- color:{color:Pagination text hover};
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- /* scroll bar */
- ::-webkit-scrollbar {
- width:8px;
- height:3px;
- background:{color:Scrollbar bg};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar color};
- width:8px;
- border-radius:6px;
- border-left:3px solid {color:Scrollbar bg};
- border-right:3px solid {color:Scrollbar bg};
- }
- iframe#tumblr_controls {
- top:0% !important;
- right:0% !important;
- position: fixed !important;
- z-index:9999;
- }
- </style>
- <!-- DO NOT TOUCH -->
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- <!-- Theme borders-->
- <div id="thmborderone"></div>
- <div id="thmbordertwo"></div>
- <div id="thmborderthree"></div>
- <div id="thmborderfo"></div>
- <!-- Side bar -->
- <div id="blog">
- <p>{description}</p>
- <div class="btitle">{title}</div>
- </div>
- <!-- Navigation -->
- <div id="mainlinks">
- <a href="/">Index</a>
- <a href="/ask">Contact</a>
- <a href="/archive">Data</a>
- {block:ifLinkOne}<a href="{text:Link One URL}">{text:Link One}</a>{/block:ifLinkOne}
- {block:ifLinkTwo}<a href="{text:Link Two URL}">{text:Link Two}</a>{/block:ifLinkTwo}
- {block:ifLinkThree}<a href="{text:Link Three URL}">{text:Link Three}</a>{/block:ifLinkThree}
- {block:ifLinkFour}<a href="{text:Link Four URL}">{text:Link Four}</a>{/block:ifLinkFour}
- <!-- Theme credit - DO NOT REMOVE -->
- <a href="http://dohdoro.tumblr.com/">theme</a>
- </div>
- </div>
- <!-- PAGINATION-->
- {block:IfNotInfiniteScroll}
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" id="next">Previous</a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}
- {/block:Pagination}</div>
- {/block:IfNotInfiniteScroll}
- <!-- Conainer -->
- <div id="wrap">
- <div class ="autopagerize_page_element">
- {block:posts}
- <div class="entree">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- Post info-->
- {block:IndexPage}
- <div id="entails">
- <span>
- {block:NoteCount}
- {NoteCount}{/block:NoteCount}
- </span>
- </div>
- {/block:IndexPage}
- {block:text}
- {block:title}<h1>{title}</h1>{/block:title}{body}
- {/block:text}
- {block:Link}
- <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
- {/block:Lines}
- {/block:Chat}
- <!-- Posts -->
- {block:photo}
- {block:IndexPage}
- {block:if250px}<img style="width:250px;" src="{PhotoURL-250}">{/block:if250px}
- {block:if400px}<img style="width:400px;" src="{PhotoURL-400}">{/block:if400px}
- {block:if500px}<img src="{PhotoURL-500}"/>{/block:if500px}
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}"/>
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:photo}
- {block:Photoset}
- {block:IndexPage}
- {block:if250px}{Photoset-250}{/block:if250px}
- {block:if400px}{Photoset-400}{/block:if400px}
- {block:if500px}{Photoset-500}{/block:if500px}
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right">— {Source}</div>{/block:Source}
- {/block:Quote}
- <!-- Audio and Video -->
- {block:Audio}
- <div id="audio">{AudioPlayerWhite}</div>
- <div class="musicinfo">
- {block:Artist}<b>ARTIST: </b>{Artist}{/block:Artist}<br>
- {block:TrackName}<B>TRACK: </B>{TrackName}{/block:TrackName}<br>
- {block:Album}<B>ALBUM: </B>{Album}{/block:Album}<br></div><br>
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{caption}</div>{/block:caption}
- {/block:ifShowCaptions}
- {/block:Audio}
- {block:Video}
- {block:if250px}{Video-250}{/block:if250px}
- {block:if400px}{Video-400}{/block:if400px}
- {block:if500px}{Video-500}{/block:if500px}
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:ifShowCaptions}
- {/block:Video}
- <!-- questions -->
- {block:Answer}
- <div id="question"><span>{asker} asked ─ </span> {question}</div>
- <div id="response">{Answer}</div>
- {/block:Answer}
- <!-- Post info -->
- {block:IndexPage}
- <div id="binfo">
- <span>
- <a href="{ReblogURL}" title="reblog">reblog</a> /
- {block:Date}
- <a href="{Permalink}" title="permalink">{TimeAgo}</a>{/block:Date}
- </span>
- <div class="ptag">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- </div>
- {/block:IndexPage}
- <!-- Permalink -->
- {block:PermalinkPage}
- {block:Date}
- <div id="permalink">
- <div class="perma">
- <b>Posted on :</b>
- {DayOfMonth}{DayOfMonthSuffix} of {Month} {Year}{/block:Date} <BR>
- {block:NoteCount}
- <b>With : </b>
- <a href="{Permalink}" title="permalink">{NoteCount} notes</a> | <a href="{ReblogURL}">Reblog</a>{/block:NoteCount}<br>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}"><b>VIA:</b> {ReblogParentName}</a>
- <a href="{ReblogRootURL}"><b>SOURCE:</b> {ReblogRootName}</a>
- {/block:RebloggedFrom}<br>
- {block:HasTags}
- <a href="{TagURL}"><b>TAGS:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</a><br>
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}
- <div class="notecounts">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment