Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @rpjustxce.tumblr.com
- --------------------------
- THEME 02: evergreen (revamped) --
- --------------------------
- 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>{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="#fff"/>
- <meta name="color:body" content="#000"/>
- <meta name="color:border" content="#000"/>
- <meta name="color:description" content="#4f4f4f"/>
- <meta name="color:title" content="#224b37"/>
- <meta name="color:posttitle" content="#224b37"/>
- <meta name="color:bold" content="#11261c"/>
- <meta name="color:italic" content="#979482"/>
- <meta name="color:blockquote" content="#1d1d1d"/>
- <meta name="color:link" content="#347153"/>
- <meta name="color:link hover" content="#000"/>
- <meta name="color:navlink" content="#898989"/>
- <meta name="color:navlink hover" content="#000"/>
- <meta name="color:permalink" content="#686868" />
- <meta name="color:permalink hover" content="#000" />
- <meta name="color:tags" content="#686868" />
- <meta name="color:tags hover" content="#000" />
- <meta name="color:pagination" content="#686868" />
- <meta name="color:pagination hover" content="#000" />
- <meta name="color:scrollbar" content="#224b37" />
- <meta name="color:scrollbar1" content="#fff" />
- <meta name="color:tooltiptext" content="#fff"/>
- <meta name="color:tooltipborder" content="767676"/>
- <meta name="color:tooltipbg" content="767676"/>
- <meta name="image:background" content="" />
- <meta name="image:portrait1" content="http://static.tumblr.com/poesisw/DYmop9uqi/untitled-1.png" />
- <meta name="image:portrait2" content="http://static.tumblr.com/poesisw/m4Qop9uqv/untitled-2.png" />
- <meta name="text:font size" content="11px" />
- <meta name="text:liststyletype icon" content="o" />
- <meta name="if:greyscale" content="0"/>
- <meta name="text:link1" content="link 1">
- <meta name="text:link1url" content="">
- <meta name="text:link2" content="link 2">
- <meta name="text:link2url" content="">
- <meta name="text:link3" content="link 3">
- <meta name="text:link3url" content="">
- <meta name="text:link4" content="link 4">
- <meta name="text:link4url" 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>
- <!--custom fonts-->
- <link href="https://fonts.googleapis.com/css?family=Inconsolata|Satisfy" rel="stylesheet">
- </head>
- <style type="text/css">
- /*customize scrollbar*/
- ::-webkit-scrollbar {
- width: 5px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- background: -moz-linear-gradient(top, {color:scrollbar} 0%, {color:scrollbar1}; 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, {color:scrollbar} 0%, {color:scrollbar1} 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, {color:scrollbar} 0%, {color:scrollbar1} 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#530a09', endColorstr='#110303',GradientType=0 ); /* IE6-9 */
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color:{color:background};
- font-family: arial;
- 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:'Satisfy', cursive;
- text-transform:lowercase;
- letter-spacing:1px;
- font-weight:100;
- }
- blockquote {
- padding:2px 7px;
- margin:3px 0 3px 8px;
- border-left:1px dotted {color:blockquote};
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width: 100%;
- }
- h1 {
- font-family:'Satisfy', cursive;
- font-size:30px;
- color:{color:posttitle};
- text-align:right;
- text-transform: lowercase;
- border-bottom:1px dotted {color:posttitle};
- letter-spacing:3px;
- font-weight:100;
- }
- /*customization for list style type*/
- ul {
- list-style: none;
- padding: 0;
- }
- li {
- padding-left: 5px;
- }
- li:before {
- font-size:8px;
- content: "{text:liststyletype icon}"; /* FontAwesome Unicode */
- display: inline-block;
- margin-left: 5px; /* same as padding-left set on li */
- padding-right:5px;
- width: 1.3em; /* same as padding-left set on li */
- }
- /* customization for post container */
- #container {
- position:absolute;
- left:675px;
- height:100%;
- overflow-y:scroll;
- width:540px;
- top:10px;
- padding:10px;
- }
- /* all the post info */
- .posts {
- width:500px;
- padding:10px;
- margin-bottom:30px;
- padding-bottom:10px;
- margin-right:10px;
- }
- {block:IfGreyscale}
- .posts img {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .posts img:hover {
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .html_photoset {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .html_photoset:hover {
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .player {
- background-color:#000;
- -webkit-border-radius:50px;
- -moz-border-radius:50px;
- border-radius:100%;
- position:absolute;
- z-index:1000;
- margin-left:35%;
- margin-top:11px;
- opacity:.8;
- }
- {/block:IfGreyscale}
- /*customization for permalinks "post info"*/
- .permalinks {
- text-align: center;
- text-transform: lowercase;
- padding-top: 10px;
- font-size:8px;
- color:{color:permalink};
- }
- .permalinks a {
- color:{color:permalink};
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- }
- .tags {
- margin-top:5px;
- text-align:center;
- text-transform:lowercase;
- }
- .tags a {
- text-decoration:none;
- font-size: 8px;
- text-transform:lowercase;
- color:{color:tags};
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- .notes a {
- color:{color:permalink};
- }
- .notes a:hover {
- color:{color:permalink hover};
- }
- .notes li {
- text-align:left;
- }
- .notes li:before {
- content: ""; /* FontAwesome Unicode */
- display: inline-block;
- margin-left: 0px; /* same as padding-left set on li */
- width: 1.3em; /* same as padding-left set on li */
- }
- /* sidebar stuff */
- #sidebar {
- position:fixed;
- left:425px;
- top:180px;
- height:450px;
- width:250px;
- background:transparent;
- overflow:hidden;
- }
- /* customization for the title */
- #title {
- font-family:'Satisfy', cursive;
- font-size: 25px;
- text-align: center;
- font-style: italic;
- text-transform: lowercase;
- font-weight: bold;
- color:{color:title};
- padding-bottom:30px;
- }
- /*customization for description*/
- #description {
- width:150px;
- margin-right:auto;
- margin-left:auto;
- font-size:10px;
- font-family: 'Inconsolata', monospace;
- color:{color:description};
- text-align:center;
- padding:10px;
- }
- /* customize your sidebar images "portraits" */
- #sidebar img {
- display:block;
- height:100px;
- width:100px;
- margin-right:auto;
- margin-left:auto;
- border:4px solid {color:title};
- padding:15px;
- margin-bottom:30px;
- }
- /*customize your scattered nav links*/
- #navlinks {
- width:100%;
- height:auto;
- font-family: 'Inconsolata', monospace;
- display:inline-block;
- text-align:center;
- }
- .navlinks a {
- letter-spacing:1px;
- color:{color:navlink};
- padding-left:2px;
- padding-right:2px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .navlinks a:hover {
- color:{color:navlink hover};
- border-bottom:1px solid {color:border};
- letter-spacing:3px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /* customization for pagination */
- #pagination {
- width:100%;
- height:auto;
- text-align:center;
- margin-top:-20px;
- margin-bottom:40px;
- }
- #pagination a {
- color:{color:pagination};
- }
- #pagination a:hover {
- color:{color:pagination hover};
- }
- .current_page {
- padding:2px;
- color:{color:pagination hover};
- }
- .jump_page {
- padding:4px;
- color:{color:pagination};
- }
- /* more general stuffs for post and body */
- .asker {
- font-size:15px;
- font-style: italic;
- text-align:center;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .question {
- font-style: italic;
- text-align:center;
- padding-right:30px;
- padding-left:30px;
- padding-bottom:10px;
- }
- .answer {
- border-top:1px dotted {color:body};
- }
- .quote {
- font-size:13px;
- letter-spacing:1px;
- text-align:right;
- border-bottom:1px dotted {color:body};
- margin-bottom:5px;
- padding-bottom:10px;
- }
- .quotesource {
- font-size:10px;
- letter-spacing:1px;
- text-align:center;
- margin-bottom:5px;
- }
- .media {
- position:relative;
- display:inline-block;
- width:100%;
- }
- .musicwrapper {
- position: relative;
- display:inline-block;
- }
- .albumimgwrapper {
- position: absolute;
- opacity:.7;
- overflow: hidden;
- margin-left:254px;
- width: 57px;
- height: 55px;
- }
- .pbbg {
- position: absolute;
- left: 8px;
- top: 5px;
- width: 30px;
- height: 30px;
- margin-left:250px;
- background-color: transparent;
- padding: 10px;
- opacity:.4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .pbbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .playerbutton {
- position: relative;
- width: 30px;
- height: 30px;
- overflow:hidden;
- }
- .pbhug {
- position: absolute;
- top: -30px;
- left: -10px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- }
- .albuminfo {
- padding:10px;
- display:inline-block;
- margin-left: 90px;
- min-height: 75px;
- }
- /*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: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:hover {
- transform:rotate(90deg);
- opacity:1;
- }
- {CustomCSS}
- </style>
- <body>
- <!-- 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>
- <!--sidebar-->
- <div id="sidebar">
- <div id="title">{Title}</div><!--title-->
- <!--pagination -->
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">⇠ </a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {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}"> ⇢</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <!--sidebar images "portraits"-->
- <img src="{image:portrait1}" style="height:40px; width:40px; padding:5px; margin-top:-20px; margin-left:55px; border-width:3px;">
- <img src="{image:portrait2}" style="height:40px; width:40px; padding:5px; margin-top:-86px; margin-right:55px; border-width:3px;">
- <!--connected bar between 2 little portraits-->
- <div class="bar" style="width:30px; height:3px; background:{color:title}; margin-top:-60px; margin-bottom:40px; margin-right:auto; margin-left:auto"></div>
- <!--nav links -->
- <div id="navlinks" class="navlinks">
- <a href="/">index</a>
- <a href="/ask">ask</a>
- <a href="/submit">submit</a>
- <a href="/archive">archive</a>
- </div>
- <!--description -->
- <div id="description">{block:Description}{Description}{/block:Description}
- </div>
- <!--nav links -->
- <div id="navlinks" class="navlinks">
- <a href="{text:link1url}">{text:link1}</a>
- <a href="{text:link2url}">{text:link2}</a>
- <a href="{text:link3url}">{text:link3}</a>
- <a href="{text:link4url}">{text:link4}</a>
- </div>
- </div>
- <!--container with post stuff-->
- <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:AudioPlayer}
- <div class="musicwrapper">
- {block:AlbumArt}<div class="albumimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="pbbg"><div class="playerbutton"><div class="pbhug">{AudioPlayerBlack}
- </div></div></div><div class="albuminfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
- </div></div>{/block:AudioPlayer}
- {block:Answer}
- <div class="asker">{Asker} wondered,</div>
- <div class="question">❝ {Question} ❞</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div class="permalinks">
- <div class="date"><a href="{Permalink}">{Timeago} </a>/ {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year} / <a href="{Permalink}">{block:NoteCount} n{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}
- {block:PostNotes}<div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/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}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment