Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @rpjustxce.tumblr.com
- --------------------------
- THEME 04: Ianthe --
- --------------------------
- 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="#7e7e8b">
- <meta name="color:body" content="#dccbe7">
- <meta name="color:description" content="#bb9999">
- <meta name="color:title" content="#3b0a60">
- <meta name="color:bold" content="#572a4e" />
- <meta name="color:italic" content="#572a4e" />
- <meta name="color:blockquote" content="#dccbe7">
- <meta name="color:link" content="#bb9999">
- <meta name="color:link hover" content="#000">
- <meta name="color:sidelink" content="#3b0a60">
- <meta name="color:sidelink hover" content="#fff">
- <meta name="color:permalink" content="#d3d4c9" />
- <meta name="color:permalink hover" content="#fff" />
- <meta name="color:tags" content="#c9cbb4" />
- <meta name="color:tags hover" content="#fff" />
- <meta name="color:tooltiptext" content="#fff" />
- <meta name="color:tooltipbg" content="#7e7e8b"/>
- <meta name="image:portrait" content="http://images4.fanpop.com/image/photos/23300000/Daenerys-daenerys-targaryen-23352670-100-100.jpg" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar1bg" content="http://static.tumblr.com/poesisw/UN2oatuap/599317bdd99f36997b520b37bb379d61_copy.jpg" />
- <meta name="text:font size" content="11px" />
- <meta name="text:browser title" content="you can choose to have a different browser title or copy paste your blog title here" />
- <meta name="if:archive" content="1">
- <meta name="if:hover permalinks" content="1">
- <meta name="text:link 1" content="link">
- <meta name="text:link 1 url" content="">
- <meta name="text:link 2" content="link">
- <meta name="text:link 2 url" content="">
- <meta name="text:link 3" content="link">
- <meta name="text:link 3 url" content="">
- <meta name="text:link 4" content="link">
- <meta name="text:link 4 url" content="">
- <meta name="text:link 5" content="link">
- <meta name="text:link 5 url" content="">
- <!--scripts-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="https://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>
- </head>
- <style type="text/css">
- /*customize your scrollbar*/
- ::-webkit-scrollbar {
- width: 0px;
- height: 1px;
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- border: 0px none transparent;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color:{color:background};
- font-family: trebuchet, ms;
- font-size: {text:font size};
- color:{color:body};
- 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;
- }
- i, em {
- color:{color:italic};
- font-family:cursive;
- }
- hr {
- color:{color:body};
- opacity:.5;
- }
- blockquote {
- padding:2px 7px;
- margin:3px 0 3px 8px;
- border-left:3px solid {color:blockquote};
- border-radius:15px;
- }
- blockquote img {
- max-width:500px;
- height:auto;
- }
- img {
- max-width: 500px;
- }
- h1 {
- font-family:cursive;
- font-size:30px;
- line-height:30px;
- text-align:right;
- text-transform: lowercase;
- padding:10px;
- }
- #sidebar1 {
- position:fixed;
- width:350px;
- height:100%;
- background-color:transparent;
- background-image:url({image:sidebar1bg});
- background-size:cover;
- background-position:top left;
- background-repeat:no-repeat;
- }
- #sidebar1:hover #sidelinks{
- opacity:1;
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- /* customize your sidebar links */
- #sidelinks {
- position:fixed;
- width: 300px;
- height: auto;
- top:400px;
- text-align:center;
- margin-right:auto;
- margin-left:auto;
- opacity:.2;
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- #sidelinks ul {
- font-size: 12px;
- padding-left:120px;
- }
- #sidelinks ul li {
- position: relative;
- height: 10px;
- list-style-type: none;
- text-align: center;
- width: 100px;
- padding: 5px;
- padding-bottom:8px;
- margin-bottom:5px;
- opacity:.8;
- background-color: {color:background};
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- #sidelinks a {
- letter-spacing: 1px;
- color:{color:sidelink};
- BOX-SHADOW: inset 0 0 0 0 {color:sidelink hover};
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- #sidelinks ul a {
- color: {color:sidelink};
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- #sidelinks ul li:hover {
- background:transparent;
- box-shadow: inset 110px 0 0 0 {color:sidelink hover};
- width: 100px;
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- /* customization for post container */
- #container {
- position:fixed;
- height:100%;
- left:430px;
- text-align:justify;
- color:{color:body};
- overflow-y:scroll;
- }
- /* all the post info */
- .posts {
- width:500px;
- margin-top:20px;
- padding:10px;
- text-align:justify;
- font-size:11px;
- line-height:90%;
- letter-spacing:0px;
- color:{color:body};
- }
- .permalinks {
- text-transform: lowercase;
- background-color:rgba(178,178,189,.5);
- padding-top: 10px;
- height:20px;
- margin-top:5px;
- text-transform:uppercase;
- text-shadow:0 0 3px #aaa, 0 0 10px {color:permalink};
- letter-spacing:1px;
- font-size:8px;
- color:{color:permalink};
- {block:ifhoverpermalinks}
- opacity:0;
- {/block:ifhoverpermalinks}
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- .permalinks a {
- padding:10px;
- color:{color:permalink};
- text-decoration:none;
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- }
- .date {
- float:left;
- }
- .reblogs {
- float:right;
- }
- {block:ifhoverpermalinks}
- .posts:hover .permalinks {
- opacity:.8;
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- {/block:ifhoverpermalinks}
- {block:PermalinkPage}
- .tags {
- width:500px;
- font-family: trebuchet ms;
- text-transform: uppercase;
- font-size: 7px;
- color:{color:tags};
- letter-spacing:1px;
- text-align:center;
- padding:6px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- text-decoration:none;
- font-size: 8px;
- text-transform:lowercase;
- color:{color:tags};
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- {/block:PermalinkPage}
- /* sidebar stuff */
- #sidebar {
- color:{color:body};
- position:fixed;
- top:50px;
- left:1050px;
- width:100px;
- height:auto;
- text-align:center;
- }
- .title {
- color:{color:title};
- position:relative;
- font-family:cursive;
- text-transform:lowercase;
- margin-left:auto;
- margin-right:auto;
- font-weight:bold;
- font-size:30px;
- }
- #description {
- height: auto;
- width: 100px;
- padding: 5px;
- margin-top:10px;
- margin-bottom:10px;
- margin-right:auto;
- margin-left: auto;
- font-size:8px;
- color:{color:description};
- letter-spacing:1px;
- line-height:100%;
- font-family: trebuchet ms;
- text-transform: lowercase;
- }
- /* customize your sidebar image "portrait" */
- #sidebar img {
- opacity:0.4;
- max-width:60%;
- margin-left:auto;
- margin-right:auto;
- border-radius:50px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #sidebar img:hover {
- opacity: 1.0;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s
- }
- /* more general stuffs for post and body */
- #pagination {
- margin-right:auto;
- margin-left:auto;
- }
- #pagination a {
- font-size: 10px;
- width: 100px;
- text-align: center;
- opacity:.5;
- top: 10px;
- color:{color:sidelink};
- font-family:cursive;
- }
- #pagination a:hover {
- color:#ffffff;
- opacity:1;
- }
- .asker {
- font-family: trebuchet ms;
- text-transform: uppercase;
- font-size:10px;
- color:{color:body};
- }
- .question {
- font-family: trebuchet ms;
- text-transform: uppercase;
- font-size:10px;
- color:{color:body};
- }
- .ask {
- padding-top:15px;
- padding-bottom:15px;
- width:500px;
- text-align:right;
- color:{color:body};
- font-family: trebuchet ms;
- text-transform: uppercase;
- font-size:10px;
- }
- .answer {
- width:500px;
- padding:5px;
- font-style: normal;
- font-family: trebuchet ms;
- font-size:8x;
- color:{color:body};
- }
- .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;
- padding-right:10px;
- padding-left:10px;
- margin:15px 15px 5px 0px;/*how far it appears from link*/
- color:{color:tooltiptext};
- text-shadow:0 0 3px #aaa, 0 0 20px {color:tooltiptext};
- font-size:8px;
- text-transform:uppercase;
- 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:999999999;
- bottom:5px;
- right:5px;
- height:30px;
- width:30px;
- opacity:.2;
- position:fixed;
- padding:5px;
- -webkit-transition: 0.8s ease-in;
- -moz-transition: .8s ease-in;
- transition: .8s ease-in;
- }
- #mycredit img {
- height:30px;
- width:30px;
- }
- #mycredit:hover {
- transform:rotate(90deg);
- opacity:1;
- }
- {CustomCSS}
- </style>
- <body>
- <!--navigation links-->
- <div id="sidebar1">
- <div id="sidelinks">
- <ul>
- <li><a href="/ask">index</a>
- <li><a href="/ask">ask</a>
- <li><a href="{text:link 1 url}">{text:link 1}</a></li>
- <li><a href="{text:link 2 url}">{text:link 2}</a> </li>
- <li><a href="{text:link 3 url}">{text:link 3}</a> </li>
- <li><a href="{text:link 4 url}">{text:link 4}</a></li>
- <li><a href="{text:link 5 url}">{text:link 5}</a></li>
- {block:ifarchive}<li><a href="/archive">archive</a>{/block:ifarchive}
- </ul>
- </div></div>
- <!--sidebar-->
- <div id="sidebar"><a href="/"><img src="{image:portrait}"></a>
- <div class="title">{Title}</div>
- <div id="description">{block:Description}{Description}{/block:Description}
- </div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">retreat</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
- </div></div></div>
- <div id="container">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/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-500}{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}{Title}</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="ask"><span id="asker">{Asker} asked:</span> <p><span id="question">{Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
- <div class="permalinks">
- <div class="date"><a href="{Permalink}" title="Posted {Timeago} {block:NoteCount}with {NoteCount}{/block:NoteCount} notes ">Information.</a></div>
- <div class="reblogs"><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://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment