Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @justiceofbreq-t.tumblr.com
- --------------------------
- THEME 01: WANDERER --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <html>
- <head>
- <title>{text:browser 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}
- <!-- default appearance options -->
- <meta name="color:background" content="#3b444b">
- <meta name="color:title" content="#9a9a9a">
- <meta name="color:posts" content="">
- <meta name="color:text" content="#3f3f3f">
- <meta name="color:description" content="#3f3f3f">
- <meta name="color:posttitle" content="#3f3f3f">
- <meta name="color:bold" content="#878787" />
- <meta name="color:italic" content="#878787" />
- <meta name="color:nav link" content="#006f94">
- <meta name="color:nav link hover" content="#ddd">
- <meta name="color:link" content="#0000ff">
- <meta name="color:link hover" content="#cbcbcb">
- <meta name="color:side link" content="#0000ff">
- <meta name="color:side link hover" content="#cbcbcb">
- <meta name="color:permalink" content="#a9a9a9" />
- <meta name="color:permalink hover" content="#ffffff" />
- <meta name="color:tags" content="#636363" />
- <meta name="color:tags hover" content="#fff" />
- <meta name="color:pagination" content="#fff"/>
- <meta name="color:pagishadow" content="#fff"/>
- <meta name="color:pagination hover" content="#fff"/>
- <meta name="color:tooltiptext" content="#fff"/>
- <meta name="color:tooltipbg" content="#006f94"/>
- <meta name="image:portrait" content="" />
- <meta name="image:background" content="http://static.tumblr.com/poesisw/dxnoa9osk/wandererbg__2_.jpg" />
- <meta name="text:browser title" content="this can be anything you want or just copy paste blog title"/>
- <meta name="text:font size" content="12px" />
- <meta name="text:containerbg" content="rgba(0,0,0,0)"/>
- <meta name="text:postbg" content="rgba(36.5%,54.1%,65.9%,0.7)"/>
- <meta name="text:link 1" content="">
- <meta name="text:link 1 url" content="">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 url" content="">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 url" content="">
- <meta name="text:link 4" content="">
- <meta name="text:link 4 url" content="">
- <meta name="text:side link 1" content="">
- <meta name="text:side link 1 url" content="">
- <meta name="text:side link 2" content="">
- <meta name="text:side link 2 url" content="">
- <meta name="text:side link 3" content="">
- <meta name="text:side link 3 url" content="">
- <!-- scripts -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Poiret+One" rel="stylesheet">
- </script>
- </head>
- <style type="text/css">
- /*animation key frames*/
- /*grow*/
- @-webkit-keyframes grow {
- from { transform: none; }
- 50% { transform: scale(1.3); }
- to { transform: none; }}
- }
- @-moz-keyframes grow {
- from { transform: none; }
- 50% { transform: scale(1.3); }
- to { transform: none; }
- }
- @-o-keyframes grow {
- from { transform: none; }
- 50% { transform: scale(1.3); }
- to { transform: none; }
- }
- @keyframes grow {
- from { transform: none; }
- 50% { transform: scale(1.3); }
- to { transform: none; }
- }
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 5px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scroll};
- border: 0px none #ffffff;
- border-radius: 0px;
- }
- ::-webkit-scrollbar-track {
- background: {color:track};
- border: 0px none #ffffff;
- border-radius: 2px;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color:{color:background};
- font-family:arial;
- font-size: {text:font size};
- background-image:url('{image:background}');
- background-position:top left;
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-size:cover;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- color:{color:link hover};
- }
- b, strong {
- color:{color:bold};
- text-transform:uppercase;
- font-family: 'Poiret One', cursive;
- font-size:12px;
- }
- i, em {
- color:{color:italic};
- text-transform:lowercase;
- font-family: 'Dancing Script', cursive;
- letter-spacing:1px;
- text-shadow:0 0 2px #000, 0 0 10px #fff;
- }
- blockquote {
- padding:2px 7px;
- margin:3px 0 3px 8px;
- border-left:3px solid #006f94;
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width: 100%;
- }
- h1 {
- font-family: 'Dancing Script', cursive;
- text-transform:uppercase;
- }
- h2 {
- color:{color:posttitle};
- font-family: 'Poiret One', cursive;
- text-transform:lowercase;
- letter-spacing:2px;
- }
- .title {
- font-family: 'Dancing Script', cursive;
- font-style: italic;
- text-transform:lowercase;
- font-size:70px;
- color:{color:title};
- text-align: right;
- text-shadow: -1px -2px 10px #000;
- }
- /* customization for the title */
- #titlecontainer {
- position:fixed;
- background-color:transparent;
- left:230px;
- height:350px;
- width:530px;
- top:170px;
- padding:10px;
- }
- #header1 {
- font-style: italic;
- color:#a9a9a9;
- opacity:.7;
- text-align: bottom right;
- text-shadow: -1px -2px 10px #000;
- }
- #container {
- position:fixed;
- background-color:{text:containerbg};
- left:490px;
- height:350px;
- overflow-y:scroll;
- width:530px;
- top:285px;
- padding: 10px;
- }
- /* all the post info */
- .posts {
- width:500px;
- background-color:{text:postbg};
- padding:10px;
- margin-bottom:30px;
- }
- .permalinks {
- background-color:rgba(0,0,0,0.2);
- padding:5px;
- height:12px;
- }
- .permalinks a {
- text-decoration:none;
- font-size: 9px;
- color:{color:permalink};
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- }
- .date {
- float:left;
- }
- .reblogs {
- float:right;
- }
- {block:PermalinkPage}
- .tags {
- text-align:center;
- }
- .tags a {
- text-decoration:none;
- font-size: 8px;
- text-transform:uppercase;
- color:{color:tags};
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- {/block:PermalinkPage}
- /* sidebar stuff */
- #sidebar {
- position:fixed;
- left:300px;
- top:450px;
- height:350px;
- width:200px;
- background:transparent;
- background-position: bottom left;
- background-repeat:no-repeat;
- background-attachment:fixed;
- opacity:0.2;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #sidebar:hover {
- opacity:1;
- }
- #description {
- font-size:10px;
- color:#a9a9a9;
- text-shadow: -1px -2px 10px #000;
- text-align: right;
- padding:10px;
- }
- #sideimage img {
- max-width:100px;
- max-height:100px;
- margin-left:10px;
- }
- #links {
- font-size:12px;
- padding:10px;
- text-align:right;
- }
- #links a {
- display:inline-block;
- color:{color:side link};
- padding-left:10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #links a:hover {
- color:{color:side link hover};
- letter-spacing:1px;
- }
- /* customization for the scattered links */
- #nlinks a {
- display:inline-block;
- text-shadow: -1px -2px 10px #fff, -1px -2px 10px #00ffff;
- color:{color:nav link};
- padding-left:10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #nlinks a:hover {
- color:{color:nav link hover};
- letter-spacing:1px;
- -webkit-filter: blur(1px);
- }
- #link1 {
- position: fixed;
- font-size:40px;
- margin-left: 350px;
- margin-top: 200px;
- -webkit-animation-name: grow;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-direction: alternate;
- -webkit-animation-timing-function: linear;
- -webkit-animation-fill-mode: forwards;
- -webkit-animation-delay: 0s;
- }
- #link2 {
- position: fixed;
- font-size:30px;
- margin-left: 240px;
- margin-top:180px;
- -webkit-animation-name: grow;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-direction: alternate;
- -webkit-animation-timing-function: linear;
- -webkit-animation-fill-mode: forwards;
- -webkit-animation-delay: 0s;
- }
- #link3 {
- position: fixed;
- font-size:30px;
- margin-left: 180px;
- margin-top: 146px;
- -webkit-animation-name: grow;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-direction: alternate;
- -webkit-animation-timing-function: linear;
- -webkit-animation-fill-mode: forwards;
- -webkit-animation-delay: 0s;
- }
- #link4 {
- position: fixed;
- font-size:25px;
- margin-left: 250px;
- margin-top: 135px;
- -webkit-animation-name: grow;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-direction: alternate;
- -webkit-animation-timing-function: linear;
- -webkit-animation-fill-mode: forwards;
- -webkit-animation-delay: 0s;
- }
- #link5 {
- position: fixed;
- font-size:25px;
- margin-left: 160px;
- margin-top: 250px;
- -webkit-animation-name: grow;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-direction: alternate;
- -webkit-animation-timing-function: linear;
- -webkit-animation-fill-mode: forwards;
- -webkit-animation-delay: 0s;
- }
- #link6 {
- position: fixed;
- font-size:20px;
- margin-left: 100px;
- margin-top: 80px;
- -webkit-animation-name: grow;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-direction: alternate;
- -webkit-animation-timing-function: linear;
- -webkit-animation-fill-mode: forwards;
- -webkit-animation-delay: 0s;
- }
- /* more general stuffs for post and body */
- #pagination {
- text-transform:uppercase;
- }
- #pagination a {
- color:{color:nav link};
- font-size:12px;
- opacity: .8;
- text-shadow:0 0 10px {color:pagishadow};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #pagination a:hover {
- color:{color:nav link hover};
- }
- .retreat {
- position:fixed;
- top:640px;
- left:480px;
- }
- .advance {
- position:fixed;
- top:660px;
- left:500px;
- }
- .asker {
- font-size:15px;
- font-style: italic;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .question {
- font-style: italic;
- padding-left:50px;
- padding-right:50px;
- }
- .quote {
- font-size:13px;
- letter-spacing:1px;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .quotesource {
- font-size:10px;
- letter-spacing:1px;
- text-align:center;
- margin-bottom:5px;
- }
- /*customization for tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px; /*if you want rounded corners*/
- padding:4px;
- margin:15px 15px 5px 0px;/*how far it appears from link*/
- color:{color:tooltiptext};
- font-family: 'Cinzel', serif;
- font-size:12px;
- letter-spacing:0px;
- font-weight:100;
- background:{color:tooltipbg};
- z-index:99999;/*don't change this*/
- }
- /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
- #mycredit {
- z-index:8;
- bottom:0px;
- right:5px;
- height:30px;
- width:30px;
- opacity:0.8;
- position:fixed;
- padding:5px;}
- {CustomCSS}
- </style></head>
- <body>
- <div id="titlecontainer">
- <div id="header1">
- <h1 class="title">{Title}</h1></div></div>
- <div id="sidebar">
- <div id="sideimage"><img src="{image:portrait}"></div>
- <div id="description">{block:Description}{MetaDescription}{/block:Description}</div>
- <div><div id="links">
- <div id="link"><a href="{text:side link 1 url}">{text:side link 1}</a></div>
- <div id="link"><a href="{text:side link 2 url}">{text:side link 2}</a></div>
- <div id="link"><a href="{text:side link 3 url}">{text:side link 3}</a></div>
- </div></div>
- <!-- put more links or content here for info sidebar -->
- </div>
- <!-- these are for your main links, the little stars. add as many as you like but remember to make a div id for each link up in <style type='text/css'> -->
- </div><div id="nlinks">
- <div id="link1"><a href="/" title="index">✧</a></div>
- <div id="link2"><a href="/ask" title="?">✧</a></div>
- <div id="link3"><a href="{text:link 1 url}" title="{text:link 1}">✧</a></div>
- <div id="link4"><a href="{text:link 2 url}" title="{text:link 2}">✧</a></div>
- <div id="link5"><a href="{text:link 3 url}" title="{text:link 3}">✧</a></div>
- <div id="link6"><a href="{text:link 4 url}" title="{text:link 4}">✧</a></div>
- </div>
- </div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="retreat" title="retreat">Z.</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="advance" title="advance">A.</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div id="container">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h2>{Title}</h2></a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="asker">{Asker} wondered:</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <div class="permalinks">
- <div class="date"><a href="{Permalink}">{Timeago}</a> - <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year} </a> - <a href="{Permalink}">n.{block:NoteCount}{NoteCount}{/block:NoteCount}</a></div>
- <div class="reblogs">{block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- - <a href="{ReblogRootURL}">source</a>
- {/block:RebloggedFrom} - <a href="{ReblogURL}">reblog</a></div>
- </div>
- {block:PermalinkPage}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
- </div>
- {block:Postnotes}<div class="permalinks">{PostNotes}</div>{/block:Postnotes}
- {/block:Posts}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- DO NOT REMOVE MY CREDIT -->
- <div id="mycredit"><a href="http://justiceofbreq-t.tumblr.com/" title="theme by justiceofbreq-t"><img src="http://static.tumblr.com/poesisw/m7Hoa9vm3/justiceofbreqt-credit.png"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment