Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @justiceofbreq-t.tumblr.com
- --------------------------
- THEME 07.2: seeing redd --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <!-- inspired by my love for Frank Beddor's Looking Glass Wars series -->
- <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="viewport" content="width=device-width, initial-scale=1">
- <meta name="color:background" content="#000">
- <meta name="color:blog title" content="#c93d12">
- <meta name="color:posttitle" content="#fff">
- <meta name="color:container border" content="#bb0707">
- <meta name="color:body" content="#c1a0a0">
- <meta name="color:description" content="#b8b3b3">
- <meta name="color:blockquote" content="#7b7979">
- <meta name="color:link" content="#da2727">
- <meta name="color:link shadow" content="#fff">
- <meta name="color:navlink" content="#da2727">
- <meta name="color:navlink hover" content="#bbe4d0">
- <meta name="color:permalink" content="#60895b">
- <meta name="color:permalink hover" content="#cccccc">
- <meta name="color:scrollbar" content="#fff" />
- <meta name="color:scrollbar hover" content="#cccccc" />
- <meta name="color:italic" content="#863636" />
- <meta name="color:bold" content="#45993c" />
- <meta name="color:pagination" content="#45993c" />
- <meta name="color:pagination hover" content="#cccccc" />
- <meta name="color:tags" content="#cccccc" />
- <meta name="color:tags hover" content="#9ad7b9" />
- <meta name="color:tooltiptext" content="#863636" />
- <meta name="color:tooltipborder" content="#000" />
- <meta name="color:tooltipbg" content="#000" />
- <meta name="if:archive" content="1"/>
- <meta name="if:hide captions" content="0"/>
- <meta name="if:hover tags" content="1">
- <meta name="if:hover permalinks" content="1">
- <meta name="image:background" content="" />
- <meta name="image:sidebar background" content="http://static.tumblr.com/poesisw/qbBobi5rs/115bdc2ffa73b57944e02764b0a1fc88_copy.jpg" />
- <meta name="text:post width" content="400px">
- <meta name="text:browser title" content="this can be different or just copy paste your blog title here" />
- <meta name="text:font size" content="10px" />
- <meta name="text:liststyletype icon" content="♤" />
- <meta name="text:bgposition" content="top left" />
- <meta name="text:update1" content="update 1 text" />
- <meta name="text:update2" content="update 2 text" />
- <meta name="text:update3" content="update 3 text" />
- <meta name="text:update4" content="update 4 text" />
- <meta name="text:update5" content="update 5 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="/"/>
- <!-- 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>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src ="http://static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- var $container = $('.content');
- });
- </script>
- <script>
- $( ".entries" ).wrap( "<div class='scroll'></div>" );
- </script>
- <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
- </head>
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: {color:scrollbar hover};
- }
- ::-webkit-scrollbar-thumb:active {
- background: {color:scrollbar};
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-track:hover {
- background: {color:body};
- }
- ::-webkit-scrollbar-track:active {
- background: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
- z-index:99999999999999999!important;
- white-space:nowrap!important;
- top:10px!important;
- right:10px!important;
- position:fixed!important;
- opacity:.6!important;
- }
- body {
- background:{color:background};
- background-image: url('{image:background}');
- background-position: {text:bgposition};
- background-size:cover;
- background-repeat: no-repeat;
- background-attachment: fixed;
- margin:0;
- font-size: {text:font size};
- font-family: garamond;
- letter-spacing:1px;
- line-height:150%;
- color:{color:body};
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:{color:link};
- text-decoration:none;
- letter-spacing:1px;
- text-shadow:0 0 5px {color:link shadow};
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- letter-spacing:1px;
- text-decoration:none;
- text-shadow:0 5px 5px {color:link shadow};
- color:{color:link};
- cursor:help;
- }
- b, strong {
- color:{color:bold};
- text-transform:uppercase;
- }
- i, em {
- font-family: 'Cookie', cursive;
- text-transform:lowercase;
- font-size: 12px;
- color:{color:italic};
- letter-spacing:1.5px;
- }
- blockquote {
- text-align:justify;
- padding-left:10px;
- border-left:1px solid {color:blockquote};
- margin:15px 0px 10px 0px;
- }
- .caption blockquote {
- margin:15px 0px 10px 0px;
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width:100%;
- height:auto;
- }
- .caption img {
- max-width:100%;
- height:auto;
- }
- .posts img {
- max-width:100%;
- margin-top:5px;
- margin-bottom:5px;
- }
- p {
- margin:10px 0 10px 0;
- }
- p:first-of-type {
- margin-top:0;
- padding-top:0;
- }
- p:last-of-type {
- margin-bottom:10px;
- padding-bottom:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- h1, h2 {
- text-align:center;
- font-size:15px;
- }
- /*customization for list style type*/
- ul {
- list-style: none;
- padding: 0;
- }
- li {
- padding-left: 5px;
- }
- li:before {
- content: "{text:liststyletype icon}"; /* FontAwesome Unicode */
- display: inline-block;
- font-size:8px;
- margin-left: 5px; /* same as padding-left set on li */
- width: 1.3em; /* same as padding-left set on li */
- }
- /*customization for post and page titles*/
- .title {
- font-size:15px;
- color:{color:posttitle};
- letter-spacing:3px;
- font-weight:bold;
- text-transform:lowercase;
- }
- /*customization for hover description*/
- #bite
- #bite a{
- display:block
- }
- #bite ol.a {
- list-style-position:outside;
- list-style-type: decimal-leading-zero;
- margin-left: 0px;}
- #bite li:before {
- content: none;
- }
- #bite hr {
- opacity:.4;
- }
- /*description*/
- #bite .death {
- color:{color:description};
- margin-top:-50px;
- margin-right:auto;
- margin-left:auto;
- width:200px;
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #bite:hover .death {
- margin-top:2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- /*customization for whole container*/
- #container {
- position:fixed;
- width:520px;
- height:600px;
- top:60px;
- right:50px;
- overflow-y:scroll;
- border:2px solid {color:container border};
- }
- .posts {
- width:{text:post width};
- position:relative;
- text-align:justify;
- margin-top:20px;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:30px;
- }
- .posts:first-child {
- margin-top:40px;
- }
- .posts:last-child {
- margin-bottom:30px;
- }
- {block:permalinkpage}
- .posts {
- margin-bottom:10px;
- }
- {/block:permalinkpage}
- /*customization for permalinks "post info" */
- .permalinks {
- text-transform:lowercase;
- font-size:10px;
- letter-spacing:20px;
- padding:0 10px 0 10px;
- text-align:center;
- {block:ifhoverpermalinks}
- height:0px;
- visibility:hidden;
- {/block:ifhoverpermalinks}
- }
- {block:ifhoverpermalinks}
- .posts:hover .permalinks {
- height:20px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- visibility:visible;
- }
- {/block:ifhoverpermalinks}
- .permalinks a {
- text-shadow:none;
- color:{color:permalink};
- padding:0 10px 0 10px;
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- }
- /*customization for tags*/
- .tags {
- {block:ifhovertags}
- opacity:0;
- max-height:0px;
- {/block:ifhovertags}
- text-shadow:none;
- text-align:center;
- font-size:10px;
- margin-top:5px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .tags a {
- color:{color:tags};
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .tags a:hover {
- color:{color:tags hover};
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- {block:ifhovertags}
- .posts:hover .tags {
- opacity:1;
- max-height:300px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- {/block:ifhovertags}
- /*customization for sidebar*/
- #sidebar {
- position:fixed;
- width:520px;
- height:600px;
- top:60px;
- left:50px;
- border:2px solid {color:container border};
- overflow:hidden;
- background-image:url('{image:sidebar background}');
- background-attachment:fixed;
- background-size:contain;
- background-repeat:no-repeat;
- }
- /*customization for title*/
- #topbar {
- width:500px;
- height:250px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- padding-left:10px;
- padding-right:10px;
- position:fixed;
- }
- #title {
- color:{color:blog title};
- font-family: 'Dawning of a New Day', cursive;
- margin-top:30px;
- margin-bottom:15px;
- font-weight:bold;
- font-size:28px;
- text-transform:lowercase;
- text-align:center;
- letter-spacing:10px;
- display:inline-block;
- }
- /*customization for your nav links*/
- #navcont {
- position:absolute;
- width:50px;
- height:200px;
- top:225px;
- right:610px;
- }
- .nav {
- text-shadow: 2px 2px 8px #000000;
- margin-top:10px;
- font-size:20px;
- text-align:center;
- }
- .nav a {
- text-align:center;
- margin-bottom:10px;
- padding:3px;
- color:{color:navlink};
- display:inline-block;
- -webkit-filter: drop-shadow(0px 0px 1px {color:navlink});
- filter: drop-shadow(0px 0px 1px {color:navlink});
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .nav a:hover {
- -webkit-filter: drop-shadow(0px 0px 3px {color:navlink hover});
- filter: drop-shadow(0px 0px 3px {color:navlink hover});
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .nav img {
- height:30px;
- image shadow:0px 5px 5px #fff;
- }
- /*more post stuff*/
- .caption {
- margin-top:15px;
- {block:ifhidecaptions}
- {block:indexpage}
- display:none;
- {/block:indexpage}
- {/block:ifhidecaptions}
- }
- .chat {
- padding:0;
- list-style-type:none;
- }
- .chat .label {
- font-weight:bold;
- }
- .quote {
- text-align:center;
- font-weight:bold;
- font-size:20px;
- line-height:20px;
- margin-bottom:5px;
- }
- .source {
- text-align:center;
- margin-bottom:10px;
- }
- /*audio*/
- .albumimg {
- width:60px;
- margin-left:160px;
- margin-top:10px;
- border-radius:100%;
- opacity:.4;
- z-index:1;
- }
- .playerbutton {
- width:20px;
- height:30px;
- overflow:hidden;
- position:relative;
- z-index:1000;
- margin:10px 19px 8px 11px;
- }
- .player {
- background-color:#000;
- -webkit-border-radius:50px;
- -moz-border-radius:50px;
- border-radius:100%;
- position:absolute;
- z-index:1000;
- margin-left:165px;
- margin-top:11px;
- opacity:.8;
- }
- .albuminfo {
- width:500px;
- margin:10px 145px;
- line-height:250%;
- font-size:8px;
- text-transform:uppercase;
- }
- .asker {
- text-align:right;
- font-size:15px;
- margin-bottom:10px;
- }
- .asker img {
- max-width:30px;
- max-height:30px;
- margin-right:10px;
- padding:0px;
- border:solid 1px {color:body};
- float:left;
- }
- .question {
- font-family: 'Cedarville Cursive', cursive;
- color:{color:italic};
- font-size:12px;
- text-align:right;
- padding-bottom:3px;
- margin-bottom:10px;
- }
- .answer {
- padding-top:10px;
- border-top:1px solid {color:body};
- }
- /*customization for pagination */
- .pagination {
- width:40px;
- padding-top:10px;
- font-size:12px;
- text-align:center;
- color:{color:pagination};
- }
- .pagination a {
- margin-top:20px;
- font-size:20px;
- color:{color:pagination};
- }
- .pagination a:hover {
- color:{color:pagination hover};
- }
- /*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};
- border:1px solid {color:tooltipborder};
- font-size:10px;
- letter-spacing:1px;
- 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:5px;
- right:5px;
- height:30px;
- width:30px;
- opacity:0.8;
- position:fixed;
- padding:5px;
- }
- </style>
- </head>
- <body>
- <!-- hover contents, description + portrait icon -->
- <div id="sidebar">
- <div id="bite">
- <div id="topbar">
- <div id="title">{Title}</div>
- <div class="death"><div id="description">{Description}</div><hr><h1>updates</h1>
- <ol class="a">
- {block:ifupdate1}<li>{text:update1}</li>{/block:ifupdate1}
- {block:ifupdate2}<li>{text:update2}</li>{/block:ifupdate2}
- {block:ifupdate3}<li>{text:update3}</li>{/block:ifupdate3}
- {block:ifupdate4}<li>{text:update4}</li>{/block:ifupdate4}
- {block:ifupdate5}<li>{text:update5}</li>{/block:ifupdate5}
- </ol>
- </div>
- </div>
- </div>
- </div>
- <!-- all the post stuff -->
- <div id="container">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1 class="title">♠{Title}♠</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
- {block:Photo}<div class="media">{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div>{/block:Photo}
- {block:Photoset}
- <div class="media photoset"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- </div>{/block:Photoset}
- {block:Video}<div class="media video">{Video-500}</div>{/block:Video}
- {block:Quote}<div class="quote"><i class="fa fa-quote-left" aria-hidden="true"></i>
- {Quote}<small><small><i class="fa fa-quote-right" aria-hidden="true"></i></small></small>
- </div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}
- {block:Answer}<div class="asker"><img src="{AskerPortraitURL-64}" style="opacity:.5">{Asker} wondered:</div><div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:Answer}
- {block:Chat}{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<ul class="chat text">{block:Lines}<li class="line">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Audio}
- <div class="player"><div class="playerbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="albumimg">
- {/block:AlbumArt}
- <div class="albuminfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}{Artist}{/block:Artist}<br>
- </div>
- {/block:Audio}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <div class="permalinks">
- {block:Date}<a href="{Permalink}" title="{MonthNumber}/{DayOfMonth}/{ShortYear}">♤</i></a>{/block:Date}{block:NoteCount}<a href="{Permalink}" title="n{NoteCount}">♤</a>{/block:NoteCount}<a href="{ReblogURL}" title="reblog" target="_blank">♤</a>{block:RebloggedFrom}<a href="{ReblogParentURL}"title="via: {ReblogParentName}">♤</a><a href="{ReblogRootURL}" title="source: {ReblogRootName}">♤</a>{/block:RebloggedFrom}
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- </div>
- {block:PostNotes}<div class="permalinks">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div></div></div>
- <!-- these are your nav links -->
- <div id="navcont">
- <div class="nav">
- <a href="/" title="home">01.</a>
- <a href="/ask" title="ask">02.</a>
- {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">03.</a>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">04.</a>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">05.</a>{/block:iflink3}
- {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">06.</a>{/block:iflink4}
- {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}">07.</a>{/block:iflink5}
- {block:ifarchive}<a href="/archive" title="archive">08.</a>{/block:ifarchive}
- </div>
- <!-- pagination -->
- <div class="pagination">{block:Pagination}{CurrentPage} of {TotalPages}
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}">»</a></a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom}
- </div></div>
- <!-- DO NOT REMOVE MY CREDIT -->
- <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment