Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY LEA --
- @rpjustxce.tumblr.com
- --------------------------
- THEME 15: apex --
- --------------------------
- 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=""/>
- <meta name="color:title" content="#fff"/>
- <meta name="color:description" content="#fff"/>
- <meta name="color:body" content="#000"/>
- <meta name="color:topbar" content="#fff"/>
- <meta name="color:border" content="#000">
- <meta name="color:link" content="#ccc"/>
- <meta name="color:link hover" content="#eeeeee"/>
- <meta name="color:italic" content="#000" />
- <meta name="color:bold" content="#000" />
- <meta name="color:bold shadow"content="#e7e7e7"/>
- <meta name="color:blockquote" content="#ccc">
- <meta name="color:navlink" content="#ccc">
- <meta name="color:navlink hover" content="#eee">
- <meta name="color:permalink" content="#ccc"/>
- <meta name="color:permalink hover" content="#eee"/>
- <meta name="color:tags" content="#ccc" />
- <meta name="color:tags hover" content="#eee" />
- <meta name="color:pagination" content="#000" />
- <meta name="color:pagination hover" content="#ccc" />
- <meta name="image:header" content="">
- <meta name="if:greyscale" content="1">
- <meta name="if:description" content="1">
- <meta name="text:browser title" content="this can be anything you want or just copy paste your blog title here" />
- <meta name="text:font size" content="9px"/>
- <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="/"/>
- <link href="https://fonts.googleapis.com/css?family=Cedarville+Cursive|Oswald" rel="stylesheet">
- <!---BASE CODE BY BISEXUALAMY - YOU MUST CREDIT ME IN YOUR THEME POST--->
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 0px;
- height: 1px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:transparent;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /*customize main body stuffs*/
- body {
- font-size: {text:font size};
- font-family: Arial, Calibri, sans-serif;
- color: {color:body};
- background-color:{color:background};
- }
- a {
- color: {color:link};
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color: {color:link hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- b, strong {
- color:{color:bold};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:15px;
- font-family: 'Oswald', sans-serif;
- text-shadow:2px 1px 2px {color:bold shadow}, 0 0 20px white;
- }
- i, em {
- font-family: 'Cedarville Cursive', cursive;
- text-transform:lowercase;
- color:{color:italic};
- letter-spacing:2px;
- }
- blockquote {
- text-align:justify;
- padding-left:10px;
- border-left:3px 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;
- }
- /*customize header*/
- #header {
- margin-right:auto;
- margin-left:auto;
- margin-top:100px;
- height:400px;
- width:50%;
- background-image:url('{image:header}');
- background-size:cover;
- background-position:top left;
- background-repeat:no-repeat;
- }
- {block:ifdescription}
- .description {
- position:relative;
- margin-right:auto;
- margin-left:auto;
- top:100px;
- margin-bottom:auto;
- width:300px;
- height:150px;
- background:rgba(255,255,255,.3);
- }
- {/block:ifdescription}
- /*customize top bar*/
- #topbar {
- margin-right:auto;
- margin-left:auto;
- height:45px;
- width:80%;
- background:{color:topbar};
- }
- /*customize top navlinks in topbar*/
- .navlinks {
- margin-top:0px;
- text-align:center;
- font-size:12px;
- text-transform:uppercase;
- }
- .navlinks a {
- margin-right:21px;
- color:{color:navlink};
- border-top:1px solid #aaa;
- padding:10px;
- border-bottom:none;
- -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:last-child {
- margin-right:0px;
- }
- .navlinks a:hover {
- color:{color:navlink hover};
- letter-spacing:3px;
- }
- /*customize top left searchbox*/
- .searchbox {
- margin-top:-20px;
- margin-left:0px;
- }
- .searchbox input[type=text] {
- position: relative;
- left:43%;
- top:70px;
- width: 120px;
- padding: 5px;
- border: 0.1px solid {color:border};
- background:#f0f0f0;
- }
- /*customize container & & posts*/
- .container {
- margin-top:200px;
- width: 500px;
- margin-left: auto;
- margin-right:auto;
- }
- .posts {
- margin-bottom: 20px;
- padding: 20px;
- }
- .posts:first-child {
- margin-top:50px;
- }
- .html_photoset img {
- width:90%;
- }
- {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;
- }
- .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:35%;
- margin-top:11px;
- opacity:.8;
- }
- {/block:IfGreyscale}
- h1 {
- text-align: center;
- text-transform: lowercase;
- letter-spacing:3px;
- font-weight:100;
- font-family: 'Oswald', sans-serif;
- }
- h2 {
- text-align: center;
- text-transform: lowercase;
- font-family: serif;
- font-size: 15px;
- }
- .source {
- text-align: center;
- }
- .posts li {
- list-style: square;
- }
- .posts blockquote {
- border-left: 3px solid {color:blockquote};
- padding-left: 10px;
- }
- .convo {
- list-style: none;
- line-height: 120%;
- }
- .label {
- text-transform: uppercase;
- padding-right: 2px;
- font-weight: bold;
- }
- .playbutton {
- width: 25px;
- height: 28px;
- padding: 5px;
- overflow: hidden;
- position: relative;
- z-index: 1000
- }
- .playbox {
- background-color: #fff;
- position: absolute;
- z-index: 1000;
- margin-top: 17px;
- margin-left: 17px;
- opacity: .7;
- }
- .audiodesc {
- position: relative;
- left: 5px;
- top: -12px;
- font-size: 11px;
- }
- /*customize ask posts*/
- .asker {
- text-align:center;
- font-size:25px;
- margin-bottom:15px;
- letter-spacing:2px;
- text-transform:lowercase;
- font-family: 'Oswald', sans-serif;
- -webkit-filter:blur(.4px);
- }
- .under {
- font-size:12px;
- margin-top:-13px;
- }
- .question {
- text-align:center;
- padding:5px;
- margin-top:-10px;
- max-height:200px;
- background-image:url('{image:h1 image}');
- background-position:center center;
- border-top:4px double {color:border};
- }
- .answer {
- padding-top:3px;
- }
- /*customize permalinks & & tags*/
- .permalinks {
- width:100%;
- text-transform: lowercase;
- padding-top: 10px;
- }
- .permalinks a {
- color:{color:permalink};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- }
- .tags {
- text-align: left;
- margin-top:10px;
- }
- .tags a {
- color:{color:tags};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- .postnotes {
- line-height: 200%;
- text-align: left;
- margin-top: 20px;
- list-style: none;
- margin-left: -25px
- }
- .postnotes ol.notes {
- list-style-type: none;
- }
- .postnotes li {
- list-style-type: georgian;
- }
- .postnotes img.avatar {
- width: 0px;
- height: 0px;
- }
- /*customize reblog & & like buttons*/
- svg {
- width:10px;
- height:auto;
- opacity:.5;
- padding:1px;
- display:block;
- overflow:visible;
- }
- .controls a {
- position:relative;
- color:{color:permalink};
- float:right;
- margin-top:-15px;
- display:inline-block;
- overflow:hidden;
- padding:5px;
- width:10px;
- height:10px;
- }
- .controls .reblog {
- opacity:.93;
- }
- .controls .reblog svg {
- width:7px;
- margin-top:1px;
- }
- .controls .like svg {
- width:7px;
- margin-top:1px;
- }
- .controls .like .liked + svg {
- opacity:1;
- }
- .controls .like .liked + svg path {
- fill:#ec5a5a;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- /*customize pagination*/
- #pagination {
- color:{color:pagination};
- width:100%;
- font-size:12px;
- text-align:center;
- font-weight:500;
- margin-top:50px;
- margin-bottom:50px;
- }
- #pagination a {
- color:{color:pagination};
- -webkit-transition: 0.8s ease-in;
- -moz-transition: .8s ease-in;
- transition: .8s ease-in;
- }
- #pagination a:hover {
- color:{color:pagination hover};
- text-shadow:none;
- }
- /* 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;
- }
- </style>
- </head>
- <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>
- <!-------HEADER-------->
- <div id="header">
- {block:ifdescription}
- <div class="description">
- <div style="text-align:center;padding-top:30px;letter-spacing:10px;font-size:20px;color:{color:title};text-transform:uppercase;">{Title}</div>
- <hr style="width:80%;text-align:center">
- <div style="text-align:center;padding-top:5px;width:80%;margin-right:auto;margin-left:auto;color:{color:description};text-transform:lowercase;">{description}</div>
- </div>
- {/block:ifdescription}
- </div>
- <!------TOPBAR--------->
- <div id="topbar">
- <form action="/search" method="get" class="searchbox"><input type="text" name="q" value="{SearchQuery}"/></form>
- <div class="navlinks">
- <a href="/">index</a>
- <a href="/ask">ask</a>
- <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>
- <!------END TOPBAR--------->
- <!------POSTS--------->
- <div class="container">
- <div class="postcon">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}<div class="asker">citizen://{Asker}<div class="under">[ incoming message ]</div></div><div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:Answer}
- {block:Quote}
- <h2>{Quote}</h2>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}">{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="convo">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</div>{/block:Lines}</div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
- <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!---END POSTS--->
- <!---POST INFO--->
- <div class="permalinks">
- ⇶<a href="{Permalink}" style="padding-left: 5px; padding-right; 5px;">{block:Date} {DayOfMonthWithZero}.{MonthNumberwithZero}.{Shortyear} {/block:Date}</a>
- <a href="{Permalink}" style="padding-left: 5px; padding-right; 5px;">{block:NoteCount}+{NoteCount}{/block:NoteCount}</a>
- {block:RebloggedFrom}<a href="{ReblogParentURL}" style="padding-left: 10px; padding-right; 5px;">via</a>
- <a href="{ReblogRootURL}" style="padding-left: 5px; padding-right; 5px;">source</a>{/block:RebloggedFrom}
- <div class="controls">
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
- </a>
- <a href="#" class="like">{LikeButton}
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
- </a>
- </div>
- <div class="tags">{block:HasTags} {block:Tags} <a href="/tagged/{TAG}" style="margin-right: 3px;">#{TAG}</a> {/block:Tags} {/block:HasTags}</div>
- {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- <!------PAGINATION--------->
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" title="retreat">↼ RETREAT</a> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}" title="advance">ADVANCE ⇀</a></a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <!------END PAGINATION--------->
- </div>
- <!---END POST INFO--->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment