Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- //Access
- an accessible, disability and mental illness friendly theme by espoirthemes //
- +please don't move the credit
- +edit as much as you like
- +let me know if I need to change or add something to make it better!
- !!!!
- to edit the blacklist,
- press control and f and type "quick black list" into the search.
- click the down arrow and it should take you right to the part you
- can edit
- !!!!
- battery and spoon credits to:
- lizzledpink
- batterycodes
- theomania
- -->
- <html>
- <head>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
- <meta name="color:background" content="#ffffff">
- <meta name="color:posts" content="#fff" />
- <meta name="color:text" content="#222" />
- <meta name="color:link hover" content="#ddd" />
- <meta name="color:link" content="#c0bdb8" />
- <meta name="color:Bold" content="#777777" />
- <meta name="color:Italic" content="#bbbbbb"/>
- <meta name="color:border" content="#ddd" />
- <meta name="color:sidebar border" content="#fff" />
- <meta name="color:info background" content="#efefef" />
- <meta name="if:battery" content="" />
- <meta name="color:scrollbar" content="#222" />
- <meta name="color:tooltip" content="#222" />
- <meta name="color:tooltip text" content="#fff" />
- <meta name="if:spoons" content="" />
- <meta name="if:hearts" content="" />
- <meta name="if:hpbar" content="" />
- <meta name="select:battery percentage" content="http://38.media.tumblr.com/d939a64ec0eab40aa76b885cb5af24ea/tumblr_inline_muh38ypKnD1qcza22.png" title="empty">
- <meta name="select:battery percentage" content="http://33.media.tumblr.com/48b8477b64137f9daab252607d1eaf90/tumblr_inline_muh394jFZN1qcza22.png" title="low">
- <meta name="select:battery percentage" content="http://33.media.tumblr.com/f46910e9a7f0e27a215430461c0c6474/tumblr_inline_muh39b4ARG1qcza22.png" title="medium">
- <meta name="select:battery percentage" content="http://31.media.tumblr.com/e2920cd4095998cf80c8c8891d6bbbfe/tumblr_inline_muh39hIh371qcza22.png" title="full">
- <meta name="select:hp percent" content="2" title="0%" />
- <meta name="select:hp percent" content="20" title="10%" />
- <meta name="select:hp percent" content="40" title="20%" />
- <meta name="select:hp percent" content="60" title="30%" />
- <meta name="select:hp percent" content="80" title="40%" />
- <meta name="select:hp percent" content="100" title="50%" />
- <meta name="select:hp percent" content="120" title="60%" />
- <meta name="select:hp percent" content="140" title="70%" />
- <meta name="select:hp percent" content="160" title="80%" />
- <meta name="select:hp percent" content="180" title="90%" />
- <meta name="select:hp percent" content="200" title="100%" />
- <!-- Battery Code Options End -->
- <meta name="text:link1" content="un" />
- <meta name="text:url1" content="url" />
- <meta name="text:link2" content="deux" />
- <meta name="text:url2" content="url" />
- <meta name="color:battery" content="#000"/>
- <meta name="text:link3" content="trois" />
- <meta name="text:url3" content="url" />
- <meta name="text:link4" content="quatre" />
- <meta name="text:url4" content="url" />
- <meta name="if:quick blacklist" content="" />
- <meta name="text:current" content="5"/>
- <meta name="text:maximum" content="5"/>
- <meta name="color:full meter" content="#000"/>
- <meta name="color:empty meter" content="#ddd"/>
- <meta name="color:hpbackground" content="#eee" />
- <meta name="color:hp" content="#89AF28" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content=""/>
- <meta name="if:semitransparentposts" content="" />
- <script type="text/javascript">
- function unhide(divID) {
- var item = document.getElementById(divID);
- if (item) {
- item.className=(item.className=='hidden')?'unhidden':'hidden';
- }
- }
- </script>
- <script>
- $(document).ready(function(){
- $(".title").click(function(){
- $(".thing").toggle();
- });
- });
- </script>
- </head>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
- {block:ifhearts}
- <script>
- $(document).ready(function () {
- for (var i=0; i < {text:current}; i++) {
- $(".hearts").append('<span ><i class="fa fa-heart"style="color:{color:full meter}"></i></span>');
- }
- for (var i=0; i < ({text:maximum} - {text:current}); i++) {
- $(".hearts").append('<span ><i class="fa fa-heart"style="color:{color:empty meter}"></i></span>');
- }
- });
- </script>{/block:ifhearts}
- {block:ifspoons}
- <script>
- $(document).ready(function () {
- for (var i=0; i < {text:current}; i++) {
- $(".spoons").append('<span ><i class="fa fa-spoon"style="color:{color:full meter}"></i></span>');
- }
- for (var i=0; i < ({text:maximum} - {text:current}); i++) {
- $(".spoons").append('<span ><i class="fa fa-spoon" style="color:{color:empty meter}"></i></span>');
- }
- });
- </script>{/block:ifspoons}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- .meter{width:100%; padding:2px; padding-bottom:10px; text-align:center;}
- .box{position:fixed; margin-top:-40px; right:10px; width:130px;border:6px solid transparent;}
- .title{width:120px;padding:8px; background:white;
- border:4px double #eee;height:auto;
- position:relative; margin-top:10px;
- text-align:center; letter-spacing:2px; transition:.6s;
- }
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:-50px;
- margin-left:-20px;
- border:2px solid white;
- box-shadow: 0px 0px 0px 2px {color:tooltip};
- font-family:consolas;
- padding:5px 5px;
- background:{color:tooltip}; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
- color:{color:tooltip text};
- z-index:99;
- font-size:12px;
- text-transform:uppercase;
- }
- /* don't touch this, this is the what makes it look like a speech bubble */
- #s-m-t-tooltip:after{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 10px 0;
- border-color: {color:tooltip} transparent;
- display: block;
- width: 0;
- z-index: 1;
- bottom: -10px;
- left: 14%;}
- ::-webkit-scrollbar {width: 10px; height: 4px; background: #ffffff; border:1px solid {color:border}; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
- .thing {margin-top:6px;display:none; width:120px; position:relative;transition:.6s; background:white;
- font-family:arial; font-size:11.8px; border:4px double #eee; padding:8px;
- }
- .thing li {list-style:none; margin-top:4px;}
- .thing li:before{content:'■ '; color:#B40404}
- ::selection {color: #000; background: #ddd;}
- ::-moz-selection {color: #000; background: #ddd;}
- {block:ifhpbar}
- .hpbar{width:200px; padding:0px; border:2px solid white;margin-left:-2px; background:{color:hpbackground}; height:10px; box-shadow:0px 0px 0px 1px {color:border};}
- .hp{width:{select:hp percent}px; background:{color:hp};height:10px; border-right:2px solid white;}
- {/block:ifhpbar}
- ul{padding:10px;}
- body {color:{color:text}; background:url({image:background}) /*no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover*/;
- background-attachment:fixed; word-wrap:break-word;
- font-family:verdana; font-size:14px; line-height:17px; text-align:justify}
- a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
- a:hover {
- color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
- small{font-size:auto}
- big{font-size:auto}
- b, strong{color:{color:bold}}
- h1 {font-size:15px;}
- i, em {color:{color:italic}; font-style:normal;}
- p{margin-top:6px; margin-bottom:6px}
- blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
- blockquote img {max-width:100%;}
- #reblog{position:relative; background-color:{color:info background};opacity:0; margin-left:400px; transition:.8s; width:70px;padding:2px; margin-top:-30px; border:1px solid {color:border};}
- #reblog a{text-decoration:none;}
- .hidden {display: none;}
- .unhidden {width:150px;display: block; margin-left:40px; position:fixed;left:280px; top:100px; padding:4px; border-radius:6px;
- {block:ifsemitransparentposts}background-color: rgba(255,255,255,0.32);{block:ifsemitransparentposts}{block:ifnotsemitransparentposts}background-color:{color:posts};{/block:ifnotsemitransparentposts}
- }
- #posts:hover #reblog{opacity:1;}
- #container {background-color:transparent; width: 500px; margin: 0 auto -10px auto}
- /* the overall entries container and position of it */
- #posts i{font-style:normal;}
- #entries {margin-left:500px; text-align: justify;}
- /* here are your posts to customize!! */
- #posts {margin: 70px 0 100px 0; width: 500px;text-align: justify; padding: 20px;border: 1px solid {color:border}; border-radius:8px;{block:ifsemitransparentposts}background-color: rgba(255,255,255,0.32);{block:ifsemitransparentposts}{block:ifnotsemitransparentposts}background-color:{color:posts};{/block:ifnotsemitransparentposts}}
- #posts img {max-width:100%;}
- .speechbubble {
- width:400px;
- position: relative;
- background:#eee ;
- left:70px;
- color:#a0a0a0;
- margin: 0;
- padding:8px;
- text-align:left;
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- }
- .speechbubble:after {
- position: absolute;
- content: "";
- border-color:#eee transparent transparent transparent;
- border-style: solid;
- border-width: 15px 15px 0px;
- height:0;
- width:0;
- position:absolute;
- left:-15px;
- top:10px;
- }
- .dinky {
- float:left;
- }
- #albumart{
- z-index:2;
- width:150px;
- height:150px;
- padding:2px;
- }
- #albumart img{
- background:{color:highlight};
- width:150px;
- height:150px;
- padding:2px;
- outline:1px solid black;
- border-width:0px; transition:.6s;
- }
- .player {
- width:20px;
- overflow:hidden;
- height:40px;
- padding:0px;
- padding-top:10px;
- padding-left:2px;
- margin-left:8px;
- transform:scale(1.2);
- border-radius:90px;
- position:relative;
- }
- .playercon {
- width:330px;
- height:50px;
- background:white;
- border:1px solid black;
- margin-left:2px;
- position:relative;
- margin-top:-10px;
- border-left:none;
- }
- .donkey {
- float:left top;
- margin-left:134px;
- background-color:transparent;
- padding:20px;
- height:110px;
- text-align:center;
- color:{color:text};
- }
- .track {
- font-size:14px;
- letter-spacing:4px;
- margin-top:-46px;
- margin-left:6px;
- padding:10px;
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- font-family:bitxmap;
- color:black;
- }
- .artist {
- letter-spacing:1px;
- font-style:italic;
- }
- .playcount {
- font-size:10px;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiolo {
- width:500px;
- }
- #sidebar{ position:fixed; {block:ifsemitransparentposts}background-color: rgba(255,255,255,0.32);{block:ifsemitransparentposts}{block:ifnotsemitransparentposts}background-color:{color:posts};{/block:ifnotsemitransparentposts} width:200px; padding:8px; left:100px; top:100px; border-radius:8px; border:1px solid {color:sidebar border};
- }
- #sidebar img {border-radius:4px; padding:6px; width:80px; height:80px;border:1px solid {color:border}; }
- .links li{list-style:none; padding:8px;
- border-bottom:1px solid #eee;
- position: relative;
- padding-bottom: 3px; text-align:right;
- }
- .links li:before {
- content: '';
- display: block;
- position: absolute;
- left: 0;
- bottom: 0;
- height: 1px;
- width: 0;
- transition: width 0s ease, background .5s ease;
- }
- .links li:after {
- content: '';
- display: block;
- position: absolute;
- right: 0;
- bottom: 0;
- height: 1px;
- width: 0;
- background: #aaa;
- transition: width .5s ease;
- }
- .links li:hover:before {
- width: 100%;
- background: #aaa;
- transition: width .5s ease;
- }
- .links li:hover:after {
- width: 100%;
- background: transparent;
- transition: all 0s ease;
- }
- .icon{position:absolute;}
- .icon li{ list-style:none; padding:5.2px; font-size:18px; }
- .icon i{color:{color:links};}
- h2 {
- font-family:helvetica; font-weight:100; line-height:17px;
- }
- #pagination {font-family:calibri; text-align:center; font-size:24px; margin-bottom:2px;}
- #credit{position:fixed; bottom:10px; left:10px; font-size:11px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal; background:white; border:1px solid #aaa; padding:3px;}
- #info{padding-top:5px; display:block; width:auto; font-size:12px; font-family:verdana; text-transform:uppercase; background-color:{color:info background};position:absolute;width:500px; border:1px solid {color:border};}
- #info a{text-decoration:underline;}
- .audio{background-color:black; display:block}
- #tags{width:500px; position:absolute; margin-top:30px; {block:permalinkpage} margin-top:-80px; {block:permalinkpage}}
- /* this is your chats, you can stylize however you want */
- .user_1 .label {color:{color:link}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:italic}
- .user_3 .label {color:{color:link}; font-weight:text}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
- .notes img{width:10px; position:relative; top:1px}
- #notescon{margin: 100px 0 100px 500px; width: 500px;text-align: justify; padding: 20px;border: 1px solid {color:border}; margin-top:100px; border-radius:8px; background:{color:posts};}
- ol.notes {
- list-style-type: none;
- padding:0px; width:100%;
- position:relative;
- }
- ol.notes li.note {
- padding:10px;
- border-bottom:1px solid {color:border};
- }
- #egg { opacity:.8;left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- font-family: "bitxmap";
- border:2px solid #aaa;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- </style>
- <body>
- {block:ifquickblacklist}
- <div class="box" style="right:40px;"><a title="click for list"><div class="title">
- <!--this is the title of the blacklist-->
- blacklist
- <!--you can change the title if you want -->
- </div></a><div class="thing">
- <!--!!!! quick black list starts here!!!! -->
- <!--in between the <b> and </b>, write your description.
- you may also remove <b> and </b> if you don't want it to be bold. -->
- <b>please tag:</b> <br>
- <!--to change the tags, replace the words between <li> </li> with your own. -->
- <li> gore </li>
- <li> horror </li>
- <li> nsfw </li>
- <!--to add more, copy and paste the "<li> tag here </li>", and fill in your blacklisted tag. you can put as many as you want.
- make sure there is a <li> before the tag, and </li> after the tag, otherwise the list will mess up. -->
- <!-- don't touch the rest, end of quick black list -->
- </div></div>
- {/block:ifquickblacklist}
- <div id="sidebar">
- <div class="meter">
- {block:ifhpbar}<a title="{name}'s hp"><div class="hpbar"><div class="hp"></div></div></a>{/block:ifhpbar}<center>{block:ifbattery}
- <div id="battery"><center>
- <img src="{select:battery percentage}" style="width:22px; height:22px; border:none">
- </center></div>
- {/block:ifbattery}
- {block:ifspoons}<div class="spoons" title="{text:current}/{text:maximum} Spoons" style="font-size: 26px; "></div>{/block:ifspoons}
- {block:ifhearts}<div class="hearts" title="{text:current}/{text:maximum} hearts" style="font-size: 20px;"></div>{/block:ifhearts}
- </div>
- <center><a href="/" title="{title}"><img src="{image:sidebar}"></center></a>
- <center><br>
- {description}<p>
- <div class="icon">
- <li><i class="fa fa-home "></i></li>
- <li><i class="fa fa-envelope " style="font-size:16px"></i></li>
- <li><i class="fa fa-clock-o "></i></li>
- <li><i class="fa fa-plus" ></i></li>
- </div>
- <div class="links">
- <li><a href="/">home</a></li>
- <li><a href="/ask">ask</a> </li>
- <li><a href="/archive">archive</a></li>
- <li><a href="javascript:unhide('displaybx');" title="click for links">more</a>
- </div>
- <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div>
- </div>
- </center>
- <div id="displaybx" class="hidden"><div class="icon"><li><i class="fa fa-link"></i></li><li><i class="fa fa-link"></i></li><li><i class="fa fa-link"></i></li><li><i class="fa fa-link"></i></li></div>
- <div class="links">
- <li><a href="{text:url1}">{text:link1}</a></li>
- <li><a href="{text:url2}">{text:link2}</a> </li>
- <li><a href="{text:url3}">{text:link3}</a></li>
- <li><a href="{text:url4}">{text:link4}</a></li>
- </div></div>
- <a href="http://espoirthemes.tumblr.com" title="theme credit"><div id="egg"></div></a>
- <div id="entries">
- {block:posts}
- <div id="posts">
- <div id="reblog"><a href="{Permalink}"> <a href="{ReblogURL}" target="_blank" class="details"> +Reblog</a></div><br>
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>"{Quote}" — {Source}</h2><br>{/block:Quote}
- {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center><br>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="askerportrait"><img style=" margin-left:10px; width:40px" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} {text:ask}: {Question}</div><br>
- {Answer}
- <br>
- {/block:Answer}
- {block:Audio}
- <div id="audiolo">
- <div class="dinky">
- {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- </div>
- <div class="donkey"><div class="playercon"><div class="player">{AudioPlayerWhite}</div> <div class="track"> {block:TrackName}
- {TrackName}
- {/block:TrackName} </div></div>
- <div class="artist">
- {block:Artist}{Artist}
- {/block:Artist} </div>
- <div class="album">
- {block:Album}
- {Album}
- {/block:Album}
- </div>
- <div class="playcount">
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
- </div></div>
- {block:caption}{caption} {/block:Caption}
- {/block:Audio}
- <br>
- <center><div id="info">{block:Date}<a href="{permalink}"> {TimeAgo}</a>{/block:Date}{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:permalinkpage}{block:RebloggedFrom}<br>via: <a href="{permalink}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource}source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</center> {/block:permalinkpage}<p>
- </div>
- {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag} </a>{/block:Tags}</div> {/block:HasTags}
- </div>
- {/block:Posts}
- <br>
- {block:PostNotes}<div id="notescon">{PostNotes}</div>{/block:PostNotes}<br />
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement