Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:background" content="" />
- <meta name="image:banner" content="" />
- <!--here's where you set the default colors -->
- <meta name="color:background" content="#f7f7f7" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:header" content="#fff" />
- <meta name="color:border" content="#eee" />
- <meta name="color:links" content="{AccentColor}" />
- <meta name="color:info background" content="#f8f8f8" />
- <meta name="color:box title" content="#eee" />
- <meta name="color:box title text" content="#222" />
- <meta name="color:update name color" ="#fff" />
- <meta name="color:update name background" ="#B01A4F" />
- <meta name="color:scrollbar" content="#222" />
- <meta name="color:scrollbar background" content="#f8f8f8" />
- <meta name="text:update 1" content="" />
- <meta name="text:update 1 content" content="" />
- <meta name="text:update 2" content="" />
- <meta name="text:update 2 content" content="" />
- <meta name="text:update 3" content="" />
- <meta name="text:update 3 content" content="" />
- <meta name="text:update 4" content="" />
- <meta name="text:update 4 content" content="" />
- <meta name="text:schedule" content="" />
- <meta name="text:twitter feed" content="" />
- <meta name="text:instagram feed" content="" />
- <meta name="text:notes" content="notes" />
- <meta name="if:spoons" content="" />
- <meta name="if:battery" content="" />
- <meta name="if:hearts" content="" />
- <meta name="if:hpbar" content="" />
- <meta name="if:full background" 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="color:battery" content="#000" />
- <meta name="color:tooltip" content="#000" />
- <meta name="color:tooltip text" content="#fff" />
- <meta name="text:blacklist1" content="nsfw" />
- <meta name="text:blacklist2" content="food" />
- <meta name="text:box 6 title" content="title" />
- <meta name="text:credits" content="credits" />
- <meta name="select:battery percentage" content="0" title="0%">
- <meta name="select:battery percentage" content="1" title="25%">
- <meta name="select:battery percentage" content="2" title="50%">
- <meta name="select:battery percentage" content="3" title="75%">
- <meta name="select:battery percentage" content="4" title="100%">
- <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="190" title="100%" />
- <meta name="text:link1" content="01" />
- <meta name="text:url1" content="/" />
- <meta name="text:link2" content="02" />
- <meta name="text:url2" content="/" />
- <meta name="text:link3" content="03" />
- <meta name="text:url3" content="url3" />
- <meta name="text:link4" content="04" />
- <meta name="text:url4" content="url4" />
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
- <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 src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/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 type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- <style type="text/css">
- .links_head { cursor:pointer; margin:2px auto; }
- .links_body { text-align:left; display:none;position:absolute; margin:-10px -10px; width:230px; padding:6px; font-size:.9em;
- transform:scale(.9);
- }
- .links_body li {
- list-style:none;
- background:white;
- width:200px;
- padding:4px;
- border-bottom:1px solid {color:border};
- margin:0px 0px 0px 0px;
- transition:.6s;
- }
- .links_body li:hover {
- background-color:#eee;
- transition:.6s;
- }
- .links_body li:first-letter {
- color:{AccentColor};
- text-transform:uppercase; line-height:120%;
- }
- </style>
- </head>
- <style type="text/css">
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
- position:fixed;
- right:10px;
- opacity:.6;
- top:12px;
- }
- ::-webkit-scrollbar {
- width: 14px;
- height:6px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- border:6px solid {color:background};
- border-top:2px solid {color:background};
- border-bottom:2px solid {color:background};
- cursor:pointer;
- border-radius: 8px;
- }
- ::-webkit-scrollbar-track {
- background:{color:scrollbar background};
- border: 6px solid {color:background};
- border-top:10px solid {color:background};
- border-bottom:10px solid {color:background};
- }
- #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:verdana;
- 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:99999999;
- font-size:.9em;
- }
- /* 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: 10%;}
- body{
- margin:0; overflow-y:hidden;
- font-family:Helvetica;
- background:{color:background} url({image:background})
- /*the things inside of the blocks will only be used if the user has selected the option for a full background */
- {block:iffullbackground} no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover; {/block:iffullbackground};
- background-attachment:fixed;
- word-wrap:break-word;
- font-size:.9em;
- }
- a{
- color:{color:links};
- text-decoration:none;
- }
- @font-face { font-family: "oliver"; src: url('https://dl.dropboxusercontent.com/s/y74b19hkp9def0k/olivier_demo.ttf'); }
- blockquote{border-left:1px dotted black; padding-left:4px;}
- blockquote img{max-width:100%;}
- #battery i{
- color:{color:battery};
- font-size:18px;
- }
- .meter{width:100%; padding:2px; padding-top:10px; text-align:center;}
- {block:ifhpbar}
- #hpbar{width:190px; padding:0px; border:2px solid white; 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}
- #header {
- position:fixed;
- width:100%;
- height:50px;
- border-bottom:1px solid {color:border};
- background:{color:header};
- top:0px;
- z-index:9;
- }
- #header img {
- width:32px;
- height:32px;
- padding:10px;
- border-radius:12px;
- float:left;
- }
- .menu li {
- padding:10px;
- list-style:none;
- display:inline-block; font-size:1.32em;
- }
- .menu li:first-child {
- font-family:{TitleFont};
- color:{FontTitle};
- line-height:160%;
- }
- .menu li:nth-child(2) {
- margin-left:20px;
- }
- #banner {
- height:250px;
- width:900px;
- position:relative;
- margin:60px auto;
- border:1px solid {color:border};
- }
- #banner img {
- height:250px;
- width:900px;
- }
- #container {width:100%; position:relative; margin:50px auto; max-height:100vh; overflow:auto;}
- .posts{
- margin: /*this is the top*/ 100px /*right*/ auto /*bottom*/ 100px /*and left */auto;
- width: 520px;
- background-color:{color:posts};
- /*padding is how much space is around the post */
- padding:10px;
- position:relative;
- border:1px solid {color:border};
- }
- h1{ padding:10px; font-size:1.2em; text-align:center; border-bottom:1px solid {color:border};}
- .posts img {
- display:block;
- max-width:100%;
- }
- .im {
- position:relative;
- }
- .speechbubble
- {
- width:350px;
- position: relative;
- background:#eee;
- left:80px;
- margin: 0;
- font-size:14px;
- padding:20px;
- height: auto;
- background: #fff;
- border: {color:border} solid 1px;
- }
- .speechbubble:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 12px 17px 12px 0;
- border-color: transparent #fff;
- display: block;
- width: 0;
- z-index: 1;
- left: -17px;
- top: 20px;
- }
- .speechbubble:before
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 12px 17px 12px 0;
- border-color: transparent {color:border};
- display: block;
- width: 0;
- z-index: 0;
- left: -18px;
- top: 20px;
- }
- .info {
- padding:10px;
- width:100%;
- background:{color:info background};
- transform:translate(-10px, 10px);
- border-top:1px solid {color:border};
- }
- .info a {
- padding:2px;
- }
- .leftboxes {
- float:left;
- }
- .rightboxes {
- float:right
- }
- .box4 {
- position:relative;
- right:80px;
- width:250px;
- border:1px solid {color:border};
- background:{color:posts};
- }
- .box5 {
- position:relative;
- right:80px;
- width:250px;
- border:1px solid {color:border};
- background:{color:posts};
- margin-top:50px;
- }
- .box6 {
- position:relative;
- width:250px;
- right:80px;
- border:1px solid {color:border};
- background:{color:posts};
- margin-top:50px;
- }
- .box1 {
- position:relative;
- left:80px;
- width:250px;
- border:1px solid {color:border};
- background:{color:posts};
- }
- .box2 {
- position:relative;
- width:250px;
- border:1px solid {color:border};
- background:{color:posts};
- left:80px;
- margin-top:50px;
- }
- .box2 li {
- list-style:none;
- padding:4px;
- border-bottom:1px solid {color:border};
- }
- .boxcontent {
- padding:20px;
- }
- .boxtitle {
- padding:10px;
- background:{color:box title};
- font-family:"oliver";
- font-size:1.32em;
- color:{color:box title text};
- border-bottom:1px solid {color:border};
- }
- .updatename {
- color:{color:update name color};
- font-weight:bold;
- padding:2px;
- background:{color:update name background};
- border-radius:2px;
- line-height:200%;
- }
- .updatecontent {
- line-height:200%;
- }
- .tags {
- border-top:1px solid {color:border};
- width:100%;
- transform:translate(-10px, 10px);
- padding:10px;
- }
- .post.caption{height:0;}
- {block:IndexPage}
- .{text:blacklist1}{color:{color:post warning text};
- overflow:hidden;
- height:60px;
- }
- .{text:blacklist1} img {display:none;}
- .tet{display:none; height:60px; padding:10px;}
- .{text:blacklist1} .tet{display:block; z-index:999999; color:{color:post warning text};}
- .{text:blacklist2}{color:{color:post warning text};
- overflow:hidden;
- height:60px;
- }
- .{text:blacklist2} img {display:none;}
- .tet2{display:none; height:60px; padding:10px;}
- .{text:blacklist2} .tet2{display:block; z-index:999999; color:{color:post warning text};
- }
- .issues {color:{color:post warning text};
- overflow:hidden;
- height:60px;
- display:none;
- }
- .issues img {display:none;}
- .tet3{display:none; height:60px; padding:10px;}
- .issues .tet3{display:block; z-index:999999; color:{color:post warning text};
- }
- {/block:IndexPage}
- {block:PermalinkPage}
- .tet{
- display:none; }
- .{text:blacklist1} .tet{
- display:none; }
- .tet2{
- display:none; }
- .{text:blacklist2} .tet2{
- display:none; }
- .tet3{
- display:none; }
- /* .issues .tet3{
- display:none; }
- */
- {/block:PermalinkPage}
- {block:TagPage}
- .{text:blacklist1} {
- height:auto;
- }
- .{text:blacklist1} img{display:block;}
- .{text:blacklist1} .tet{display:none;}
- .tet{display:block; z-index:999999;
- display:none; } .{text:blacklist2} {
- height:auto;
- }
- .{text:blacklist2} img{display:block;}
- .{text:blacklist2} .tet2{display:none;}
- .tet2{display:block; z-index:999999;
- display:none; }
- /*
- .issues {
- height:auto;
- }
- .issues img{display:block;}
- .issues .tet3{display:none;}
- .tet3{display:block; z-index:999999;
- display:none; }
- */
- {/block:TagPage}
- #albumart{
- z-index:2;
- width:120px;
- float:left;border-radius:100%;
- height:120px;
- border:1px solid {color:border};
- }
- .playerbox {
- float:left;
- padding:6px;
- }
- #albumart img{
- width:120px;
- height:120px;
- float:left;border-radius:100%;
- border-width:0px; transition:.6s;
- }
- .playerbox:hover #albumart img{
- transition:0.6s;
- transform:rotate(300deg); }
- .player {
- width:20px;
- overflow:hidden;
- height:40px;
- transform:scale(1.2);
- border-radius:100%;
- top:8px;
- bottom:10px;
- left:4px;
- padding:8px;
- padding-top:6px;
- padding-left:10px;
- padding-bottom:0px;
- border-radius:100%;
- position:absolute;
- }
- .playercon {
- width:56px;
- height:56px;
- border-radius:100%;
- left:0px;
- background:white;
- top:30px;
- position:relative;
- border:1px solid {color:border};
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;
- }
- .infobox {
- float:left top;
- margin-left:90px;
- background-color:transparent;
- padding:14px;
- padding-left:2px;
- max-height:140px;
- text-align:center;
- color:{color:text};
- }
- .track {
- letter-spacing:2px;
- padding:8px 10px;
- margin-left:-14px;
- font-size:1em;
- border-bottom:1px solid {color:border};
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- color:#333;
- }
- .artist {
- letter-spacing:2px;
- padding:2px;
- font-style:italic;
- }
- .album {
- font-size:.9em;
- }
- .playcount {
- font-size:.8em;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiolo {
- width:500px;
- }
- .clear {
- clear: both;
- height: 0px;
- overflow: hidden;
- }
- .clear {
- margin:0px auto;
- height: 0px;
- overflow: hidden;
- }
- .search {
- }
- .search-scope {
- font-size: .8em;
- text-align: center;
- }
- #search {
- }
- #search form .query {
- border: none;
- border:1px solid transparent;
- outline: none;
- width: 100px;
- overflow:hidden;
- color:{color:navigation links};
- padding:2px;
- font-size:1em;
- border-radius:2px;
- background:transparent;
- }
- #search:hover form .query{
- width:120px;
- transition:.6s;
- border:1px solid {color:border};
- background:{color:info background};
- }
- ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
- color: {AccentColor};
- }
- ::-moz-placeholder { /* Firefox 19+ */
- color: {AccentColor};
- }
- :-ms-input-placeholder { /* IE 10+ */
- color: {AccentColor};
- }
- :-moz-placeholder { /* Firefox 18- */
- color: {AccentColor};
- }
- #egg { opacity:.8;right: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:1px solid #444; z-index:4;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- @media only screen and (max-width: 500px) {
- .leftboxes {
- display:none;
- }
- #container {
- width:auto;
- height:auto;
- width:100%; position:relative; margin:50px auto; max-height:auto; overflow:auto;
- }
- body {
- font-size:12px;
- overflow:auto;
- }
- .menu li:first-child {
- display:none;
- }
- #container {
- margin:0px auto;
- height:auto;
- overflow:auto;
- }
- #banner {
- width:100%;
- }
- #audiolo {
- width:250px;
- }
- #search {
- display:none;
- }
- .speechbubble {
- width:100px;
- }
- .rightboxes {
- display:none;
- }
- .posts {
- width:250px;
- position:relative;
- }
- .posts iframe {
- max-width:100%;
- }
- }
- .inf{
- font-size:13.2px;
- font-family:consolas;
- position:absolute;
- padding:4px;
- width:98%;
- text-align:left;
- margin-top:10px;
- position:relative;
- opacity:0;
- text-align:right;
- float:right;
- transition:.6s;
- transform: translate3d(0,0,0);
- opacity:1;
- transition:.6s
- }
- .inf svg {
- width:16px;
- height:16px;
- fill:#444;
- }
- .inf .like svg {
- width:16px;
- opacity:.4;
- margin-top:6px;
- height:16px;
- }
- .inf .like { /* Make a parent element */
- position: absolute;
- right:0px;
- }
- .inf .like .like_button { /* Position like button above your custom one */
- position: absolute;
- top: 0;
- margin-top: 4px;
- margin-left:-2px;
- opacity: 0;
- }
- .inf .like .like_button.liked { /* Keep the functionality active */
- opacity: 1;
- }
- .inf a{ color:#444; padding:5.2px; border-radius:8%; text-decoration:none;
- opacity:.4;
- height:14px;
- transition: all .4s ease-in;
- }
- .inf li {
- list-style:none;
- display:inline-block;
- padding:2px;
- border-radius:100%;
- border:1px solid #84d3ac;
- }
- .inf a:hover{ transition:.4s ease-in-out; box-shadow:none; text-shadow:none;
- color:#ccc;
- opacity:.52;
- text-decoration:none;
- }
- ol.notes {
- margin:auto;
- position:relative;
- width:500px;
- bottom:20px;
- animation-name: Up 4s;
- list-style:none;
- padding:none;
- animation-iteration-count:1;
- animation-fill-mode:forwards;
- }
- ol.notes li {
- border:1px solid {color:border};
- list-style:none;
- padding:10px;
- padding-left:none;
- width:100%;
- transform:translate(-30px, 0px);
- margin:10px 0px;
- background-color:{color:posts};
- }
- ol.notes img {
- margin:0px 10px 0px 0px;
- border-radius:4px;
- }
- ol.notes .like:before {
- background:#D95E40 url(http://static.tumblr.com/svdghan/hNCo953tc/like_bt.png);
- content:'';
- width:16px;
- height:16px;
- float:right;
- background-repeat:no-repeat;
- padding:1px;
- background-size:17px 18px;
- border-radius:100%;
- }
- ol.notes .reblog:before {
- content:'';
- background-repeat:no-repeat;
- padding:1px;
- float:right;
- background:#56bc8a url(http://static.tumblr.com/svdghan/N3Ho953ts/reblog_white.png);
- width:16px;
- height:16px;
- border-radius:100%;
- background-size:17px 18px;
- }
- ol.notes .reblog.original_post:before {
- background:{color:posts};
- width:16px;
- height:16px;
- padding:1px;
- float:right;
- border:1px solid transparent;
- content:'';
- }
- .jump_page {
- padding: 4px 8px;
- border:1px solid {color:border};
- background:{color:posts};
- color:{color:text};
- font-size:1em;
- text-decoration:none;
- }
- .current_page {
- padding: 4px 8px;
- border:1px solid {AccentColor};
- background:{color:posts};
- color:{color:text};
- font-size:1em;
- text-decoration:none;
- }
- #egg { opacity:1; right:20px; bottom:10px; position:fixed;
- 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:1px solid #aaa; z-index:4;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- #pagination a {color:{AccentColor}}
- #pagination {font-family:calibri; text-align:center; font-size:1em; margin-bottom:100px; }
- .jump_page {
- padding: 4px 6px;
- border:1px solid #ddd;
- margin:2px;
- background:white;
- text-decoration:none;
- border-radius:4px;
- }
- .jump_page a {
- border:none;
- }
- .current_page {
- padding: 4px 6px;
- border:1px solid {AccentColor};
- background:{AccentColor};
- opacity:.8;
- color:white;
- transition:.6s;
- border-radius:4px;
- margin:2px;
- text-decoration:none;
- }
- .current_page:hover {
- opacity:1;
- transition:.6s;
- }
- {CustomCSS}
- </style>
- <body>
- <div id="header">
- <img src="{PortraitURl-128}">
- <div class="menu">
- <li><a href="/">{title}</a></li>
- <li><a href="/">{lang:Home}</a></li>
- <li> <a href="/ask">Ask</a></li>
- <li> <a href="/archive">{lang:Archive}</a></li>
- <li><div class="links_list">
- <p class="links_head"><a title="click for links"><a>{lang:More}</a></p>
- <div class="links_body">
- <center>
- <div style="text-align:left;">
- {block:HasPages} {block:Pages}<li>
- <a href="{URL}">{Label}</a></li><br>
- {/block:Pages} {/block:HasPages}
- <li><a href="{text:url1}">{text:link1}</a></li><br>
- <li><a href="{text:url2}">{text:link2}</a></li><br>
- <li><a href="{text:url3}">{text:link3}</a></li><br>
- <li><a href="{text:url4}">{text:link4}</a></li><br>
- </div>
- </div>
- <li> <div id="search">
- <form action="/search" method="get" id="search-form">
- <input type="hidden" name="t" value="{Name}" />
- <input type="text" name="q" class="query" value="{SearchQuery}" placeholder="{lang:search}"/>
- </form></div> </li>
- </div>
- </div>
- <div id="container">
- <div id="banner">
- <img src="{image:banner}">
- </div>
- <div class="leftboxes">
- <div class="box1"><div class="boxtitle">{lang:About}</div> <div class="boxcontent" > <div style="max-height:120px; overflow:auto;">{description}</div>
- <div class="meter">
- {block:ifhpbar}<a title="{name}'s hp"><div id="hpbar"><div id="hp"></div></div></a>{/block:ifhpbar}<center>{block:ifbattery}
- <div id="battery"><center>
- <i class="fa fa-battery-{select:battery percentage}"></i>
- </center></div>
- {/block:ifbattery}
- {block:ifspoons}<a class="spoons" title="{text:current}/{text:maximum} Spoons" style="font-size: 26px; "></a>{/block:ifspoons}
- {block:ifhearts}<a class="hearts" title="{text:current}/{text:maximum} hearts" style="font-size: 20px;"></a>{/block:ifhearts}
- </div> </div></div>
- <div class="box2"><div class="boxtitle">Updates</div> <div class="boxcontent">
- <li>
- <span class="updatename">{text:Update 1}</span> {text:Update 1 content} </li>
- <li>
- <span class="updatename">{text:Update 2}</span> {text:Update 2 content} </li>
- <li>
- <span class="updatename">{text:Update 3}</span> {text:Update 3 content} </li>
- <li>
- <span class="updatename">{text:Update 4}</span> {text:Update 4 content} </li>
- </div></div>
- <div class="box2"> <div class="boxtitle"> Schedule</div> <div class="boxcontent"> {text:schedule}</div>
- </div>
- </div>
- <div class="rightboxes">
- <div class="box4">
- <div class="boxtitle">Twitter</div>
- <div class="boxcontent"> {text:twitter feed}</div>
- </div>
- <div class="box5">
- <div class="boxtitle">Instagram</div>
- <div class="boxcontent"> {text:instagram feed}</div>
- </div>
- <div class="box6">
- <div class="boxtitle">{text:box 6 title}</div>
- <div class="boxcontent"> {text:credits}</div>
- </div>
- </div>
- <a href="http://espoirthemes.tumblr.com" title="theme credit"><div id="egg"></div></a>
- {block:Posts}<div class="posts {TagsAsClasses}">
- <div class="tet" style="color:{color:post warning text}"><font style="color:{color:post warning text}">this post is tagged as {text:blacklist1}. to view it, go </font><a href="{permalink}">[here]</a></div>
- <div class="tet2" style="color:{color:post warning text}"><font style="color:{color:post warning text}">this post is tagged as {text:blacklist2}. to view it, go </font><a href="{permalink}">[here]</a></div>
- <div class="tet3" style="color:{color:post warning text}"><font style="color:{color:post warning text}">this post is tagged as issues. to view it, go </font><a href="{permalink}">[here]</a></div>
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}{block:Photo}
- <div class="im"> <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}{block:Panorama}
- {LinkOpenTag}
- <div class="im"> <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></div>
- {LinkCloseTag}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Panorama}{block:Photoset}
- {Photoset}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}{block:Quote}
- "{Quote}"
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- {/block:Quote}{block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}{block:Chat}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- {/block:Lines}
- {/block:Chat}{block:Video}
- {Video-500}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="audiolo">
- <div class="playerbox">
- <div id="albumart"> {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- <center><div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></center></div>
- <div class="infobox">
- <div class="track"> {block:TrackName}
- {TrackName}
- {/block:TrackName} </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> <br><br>
- <div class="text" style="border-top:1px solid {color:border}">{caption}</div> <br>
- {/block:Audio}
- {block:Answer}
- <br>
- <div class="askerportrait"><img style="position:absolute; margin-left:10px" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} shouted: {Question}</div>
- <br>
- {block:Answerer}
- <div class="askerportrait"><img style="position:absolute; margin-left:10px" src="{AnswererPortraitURL-40}" align="left" /></div><div class="speechbubble">{Answerer} shouted back: {Answer}</div>
- {/block:Answerer} <br>
- <div class="caption"> {replies}</div>
- {/block:Answer}
- {block:Date}
- <div class="info">
- <a href="{Permalink}">{ShortMonth} {DayofMonth} {Year} {block:Permalinkpage} at {12Hour}:{Minutes}{AMPM} {/block:Permalinkpage}</a>
- <a href="{Permalink}">{NoteCount} {text:notes}</a>
- </div> {/block:Date}
- {block:HasTags}
- <div class="tags"> {Block:Tags} <i class="fa fa-tags" style="color:{AccentColor}"></i> <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- <div class="inf">
- <div class="like">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="369.486px" height="369.486px" viewBox="0 0 369.486 369.486" style="enable-background:new 0 0 369.486 369.486;"
- xml:space="preserve">
- <g>
- <g>
- <path d="M184.743,357.351c-3.478,0-6.798-1.449-9.164-3.998l-147.67-159.16c-0.038-0.041-0.076-0.082-0.113-0.123
- C9.871,174.223,0,147.921,0,120.008c0-27.914,9.871-54.215,27.796-74.061l2.244-2.484c18.246-20.201,42.608-31.327,68.599-31.327
- s50.354,11.126,68.601,31.328l17.503,19.38l17.503-19.379c18.246-20.202,42.608-31.328,68.6-31.328s50.354,11.126,68.601,31.329
- l2.241,2.478c17.928,19.851,27.799,46.152,27.799,74.065s-9.872,54.215-27.796,74.061c-0.037,0.043-0.075,0.084-0.113,0.125
- l-147.671,159.16C191.541,355.901,188.221,357.351,184.743,357.351z M46.295,177.252l138.448,149.219l138.448-149.22
- c28.485-31.603,28.467-82.97-0.055-114.549l-2.239-2.478c-13.449-14.891-31.224-23.09-50.051-23.09
- c-18.828,0-36.603,8.199-50.048,23.085L194.02,89.869c-2.369,2.624-5.74,4.121-9.275,4.121s-6.906-1.497-9.276-4.121
- l-26.779-29.648c-13.446-14.887-31.22-23.086-50.048-23.086S62.039,45.333,48.594,60.22l-2.244,2.484
- C17.828,94.283,17.809,145.65,46.295,177.252z"/>
- </g>
- </g>
- </svg>
- <div class="like_button" data-post-id="151995305900" data-blog-name="mimthemetest" id="like_button_151995305900"><iframe id="like_iframe_151995305900" src="http://assets.tumblr.com/assets/html/like_iframe.html?_v=662afb16c40c53f44feaf453f106a197#name=mimthemetest&post_id=151995305900&rk=TVdqWDlP&root_id=137183028901" scrolling="no" width="18" height="18" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_151995305900"></iframe></div>
- </div>
- <a href="https://www.tumblr.com/reblog/151995305900/TVdqWDlP" style="right:30px; position:absolute">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 489.935 489.935" style="enable-background:new 0 0 489.935 489.935;" xml:space="preserve">
- <g>
- <path d="M278.235,33.267c-116.7,0-211.6,95-211.6,211.7v0.7l-41.9-63.1c-4.1-6.2-12.5-7.9-18.7-3.8c-6.2,4.1-7.9,12.5-3.8,18.7
- l60.8,91.5c2.2,3.3,5.7,5.4,9.6,5.9c0.6,0.1,1.1,0.1,1.7,0.1c3.3,0,6.5-1.2,9-3.5l84.5-76.1c5.5-5,6-13.5,1-19.1
- c-5-5.5-13.5-6-19.1-1l-56.1,50.7v-1c0-101.9,82.8-184.7,184.6-184.7s184.7,82.8,184.7,184.7s-82.8,184.7-184.6,184.7
- c-49.3,0-95.7-19.2-130.5-54.1c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1c40,40,93.1,62,149.6,62
- c116.6,0,211.6-94.9,211.6-211.7S394.935,33.267,278.235,33.267z"/>
- </g>
- </svg>
- </a>
- </div>
- </div><!--posts end-->{/block:Posts}
- <center>
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}" class="jump_page">Previous Post</a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}" class="jump_page">Next Post</a>
- {/block:NextPost}
- {/block:PermalinkPagination}</center> <br>
- {block:PostNotes} {PostNotes-16} {/block:PostNotes}
- {block:Pagination}
- <div id="pagination">
- {block:previousPage}<a href="{PreviousPage}" class="fa fa-chevron-left"></a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">✘</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" class="fa fa-chevron-right"></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div><!--container end-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement