Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // pokemon go
- by espoir themes //
- +don't remove credit
- +edit as much as you want
- +let me know if there's any problems
- -->
- <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}
- <meta name="viewport" content="width=device-width, maximum-scale=1">
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close btn_close"> × </a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta name="image:background" content="" />
- <meta name="image:about" content="" />
- <meta name="color:background gradient" content="#A1EF98" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:text" content="#444" />
- <meta name="color:links" content="#222" />
- <meta name="color:link hover" content="#ddd" />
- <meta name="color:border" content="#dedede" />
- <meta name="color:hpbackground" content="#eee" />
- <meta name="color:hp" content="#5cccc6" />
- <meta name="color:selection background" content="#eee" />
- <meta name="color:selection text" content="#000" />
- <meta name="color:scrollbar" content="#b997ce" />
- <meta name="color:scrollbar background" content="#888" />
- <meta name="color:tooltip" content="#222" />
- <meta name="color:tooltip text" content="#fff" />
- <meta name="select:team" content="instinct" title="yellow" />
- <meta name="select:team" content="mystic" title="blue" />
- <meta name="select:team" content="valor" title="red" />
- <meta name="text:link1"content="05" /><meta name="text:url1"content="/">
- <meta name="text:link2"content="06" /><meta name="text:url2"content="/">
- <meta name="text:link3"content="07" /><meta name="text:url3"content="/" />
- <meta name="text:link4" content="08"/><meta name="text:url4" content="/"/>
- <meta name="text:tag symbol" content="#" />
- <meta name="text:level" content="10" />
- <meta name="text:start date" content="7/10/16" />
- <meta name="text:pokecoins" content="0" />
- <meta name="if:full background" content="" />
- <meta name="text:hp percent" contet="76" />
- <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>
- </head>
- <style type="text/css">
- body{
- background:{color:background gradient} url({image: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;
- margin:0;
- word-wrap:break-word;
- font-size:1em;
- color:{color:text};
- font-family:Helvetica;
- }
- a {
- text-decoration:none;
- color:{color:links};
- transition:.6s;
- }
- a:hover {
- color:{color:link hover};
- transition:.6s;
- }
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:-50px;
- margin-left:-20px;
- border:1px solid white;
- box-shadow: 0px 0px 0px 2px {color:tooltip};
- font-family:helvetica;
- 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:999999999;
- font-size:12px;
- {block:ifroundedtooltips} border-radius:2px; {/block:ifroundedtooltips}
- letter-spacing:2px;
- }
- /* 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%;}
- ::-webkit-scrollbar {
- width: 10px;
- height:10px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- border-radius: 2px;
- }
- ::-webkit-scrollbar-track {
- background:{color:scrollbar background};
- border: 4px solid white;
- }
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop
- { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); filter: invert(100%); opacity:0.4; z-index:99999; margin:0px 10px auto auto; position:fixed; }
- ::selection {color: {color:selection text}; background: {color:selection background};}
- ::-moz-selection {
- background: {color:selection background}; /* Gecko Browsers */color:{color:selection text};
- }
- .button {
- position:fixed;
- bottom:40px;
- left:10px;
- }
- #fade {
- background:linear-gradient(to top, {color:background gradient}, white);
- display: none; /*--hidden by default--*/
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- padding: 20px;
- float: left; border-radius:6px;
- background:white;
- font-size: 16px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- }
- .btn_close {
- position: fixed;
- bottom: 20px;
- transition: all 200ms;
- font-size: 30px;
- font-family:arial;
- font-weight: bold;
- width:30px;
- height:30px;
- border-radius:100%;
- box-shadow:0px 0px 0px 4px rgba(255,255,255,.8), 0px 0px 0px 5px rgba(50,50,50,.4);
- border:1px solid #333;
- text-align:center;
- background:white;
- text-decoration: none;
- color: #333;
- left: 50%;
- margin-left:-30px;
- }
- .popup_block:hover .menu{
- opacity:1;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .button {
- width:40px;
- height:40px;
- background:white;
- box-shadow:0px 0px 0px 2px rgba(50,50,50, .18);
- border-radius:100%;
- font-size:2em;
- transform:scale(1.4);
- left: 50%;
- margin-left:-24px;
- }
- .button:before{
- width:40px;
- height:20px;
- background:#CF141D;
- border-radius: 90px 90px 0 0;
- content:'';
- position:absolute;
- }
- .button:after {
- width:12px;
- height:12px;
- border-radius:100%;
- content:'';
- left:14px;
- top:14px;
- box-shadow:0px 0px 0px 2px white;
- position:absolute;
- background:#aaa;
- }
- .menu {
- width:100px;
- position:fixed;
- bottom:40px;
- margin:auto;
- opacity:0;
- transition:.6s;
- left: 50%;
- margin-left:-30px;
- }
- .menu li {
- transition: all 200ms;
- font-size: 30px;
- font-family:arial;
- font-weight: bold;
- list-style:none;
- left:200px;
- width:30px;
- height:30px;
- font-size:1em;
- line-height:200%;
- border-radius:100%;
- box-shadow:0px 0px 0px 4px rgba(255,255,255,.8), 0px 0px 0px 5px rgba(50,50,50,.4);
- border:1px solid #333;
- text-align:center;
- background:white;
- text-decoration: none;
- color: #333;
- }
- .menu li:first-child {
- animation-name: menu1;
- animation-duration:.8s;
- animation-iteration-count: 1;
- animation-timing-function: ease;
- animation-fill-mode:forwards;
- }
- .menu li:nth-child(2) {
- animation-name: menu2;
- animation-duration:.8s;
- animation-iteration-count: 1;
- animation-timing-function: ease;
- animation-fill-mode:forwards;
- }
- .menu li:nth-child(3) {
- animation-name: menu3;
- animation-duration:.8s;
- animation-iteration-count: 1;
- animation-timing-function: ease;
- animation-fill-mode:forwards;
- }
- .menu li:nth-child(4) {
- animation-name: menu4;
- animation-duration:.8s;
- animation-iteration-count: 1;
- animation-timing-function: ease;
- animation-fill-mode:forwards;
- }
- @keyframes menu1 {
- 0% {
- }
- 98% {
- transform:translate(0, -90px);
- }
- 100% {
- transform:translate(0px, -80px);
- }
- }
- @keyframes menu2 {
- 0% {
- }
- 98% {
- transform:translate(0, -50px);
- }
- 100% {
- transform:translate(0px, -40px);
- }
- }
- @keyframes menu3 {
- 0% {
- }
- 98% {
- transform:translate(80px, 0px);
- }
- 100% {
- transform:translate(70px, 0px);
- }
- }
- @keyframes menu4 {
- 0% {
- }
- 98% {
- transform:translate(-80px, -30px);
- }
- 100% {
- transform:translate(-70px, -30px);
- }
- }
- @keyframes menuu {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- #container {
- position:fixed;
- height:100vh;
- width:100%;
- overflow:auto;
- }
- #content {
- margin-top:40px;
- position:relative;
- }
- .posts {
- width:400px;
- position:relative;
- margin:100px auto;
- background:{color:posts};
- border-radius:6px;
- padding:8px;
- border:1px solid {color:posts};
- }
- .posts img {
- max-width:100%;
- }
- .im {
- padding:10px;
- }
- blockquote {
- border-left:1px solid {color:border};
- max-width:100%;
- padding-left:4px;
- }
- blockquote img {
- max-width:100%;
- }
- .caption {
- padding:10px;
- word-wrap:break-word;
- }
- .chat {
- padding:5px;
- line-height:150%;
- }
- .chat:nth-of-type(odd) {
- background:{color:posts};
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(odd) b {
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) {
- background:{color:text};
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) b{
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .speechbubble
- {
- width:250px;
- position: relative;
- background:#eee;
- left:80px;
- margin: 0;
- font-size:14px;
- padding:20px;
- height: auto;
- background: #fff;
- border-radius: 8px;
- 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: 14px;
- }
- .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: 14px;
- }
- .playerbox {
- float:left;
- }
- #albumart:before{
- width:100px;
- height:50px;
- z-index:2;
- background:#CF141D;
- border-radius: 90px 90px 0 0;
- content:'';
- transition:.6s;
- position:absolute;
- }
- #albumart:after {
- width:100px;
- height:100px;
- z-index:1;
- background:white;
- border-radius: 90px 90px ;
- content:'';
- transition:.6s;
- margin-left:-100px;
- position:absolute;
- }
- .playerbox:hover #albumart:before {
- opacity:0;
- }
- .playerbox:hover #albumart:after {
- opacity:0;
- }
- #albumart {
- width:100px;
- height:100px;
- padding:0px;
- border-radius:90px;
- border-width:0px; transition:.5s;
- border:4px solid #eee;
- }
- #albumart img{
- width:100px;
- height:100px;
- padding:0px;
- opacity:.8;
- border-radius:90px;
- border-width:0px; transition:.5s;
- }
- .playerbox:hover #albumart{ -ms-transform: rotate(-300deg); /* IE 9 */
- -webkit-transform: rotate(-300deg); /* Chrome, Safari, Opera */
- transform: rotate(-300deg); transition:.8s;}
- .player {
- width:30px;
- overflow:hidden;
- height:40px;
- padding:0px;
- padding-top:5px;
- opacity:.4;
- border-radius:90px;
- position:absolute;
- left:50%;
- top:50%;
- margin-top:-20px;
- margin-left:-14px;
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;-webkit-filter: blur(0px) ;
- }
- .playercon {
- background-color:#Fff;
- border:2px solid #eaeaea;
- width:40px;border-radius:90px;
- height:40px;
- position:absolute;
- margin-top:-74px;
- margin-left:30px;
- z-index:4;
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;
- }
- .infobox {
- float:left top;
- margin-left:0px;
- background-color:transparent;
- padding:20px;
- height:100px;
- text-align:center;
- color:#444;
- }
- .track {
- font-size:.9em;
- letter-spacing:4px;
- padding:10px;
- background-color:#eee;
- font-weight:400;
- transition:.6s;
- font-family:Helvetica;
- color:#222;
- }
- .artist {
- letter-spacing:1px;
- font-style:italic;
- font-weight:bold;
- }
- .playcount {
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiolo {
- width:400px;
- }
- .album {
- font-weight:normal;
- }
- .info {
- border-top:1px solid {color:border};
- text-align:center;
- padding:20px;
- }
- .info a {
- padding:10px 14px;
- border-radius:30px;
- background:linear-gradient(to right, #A4DB7C, #25CCA8);
- color:white;
- font-size:.8em;
- opacity:.92;
- text-transform:uppercase;
- }
- .topinfo {
- border-bottom:1px solid {color:border};
- padding:10px 20px 24px 20px;
- color:#ddd;
- }
- .topinfo a {
- color:#888;
- font-weight:590;
- }
- .topinfo li {
- width:20%;
- list-style:none;
- display:inline-block;color:#aaa;
- }
- .topinfo li:first-child:before {
- content:'type';
- position:absolute;
- font-size:.9em;
- margin-top:14px;
- }
- .topinfo li:nth-child(2):before {
- content:'weight';
- position:absolute;
- margin-top:14px;
- font-size:.9em;
- }
- .topinfo li:nth-child(3):before {
- content:'height';
- position:absolute;
- margin-top:14px;
- font-size:.9em;
- }
- ol.notes {
- list-style:none;
- }
- ol.notes li {
- padding:2px;
- }
- .playerp {
- position:fixed;
- left:4%;
- color:white;
- text-shadow:1px 1px black, 1px -1px rgba(0,0,0,.2), -1px 1px rgba(0,0,0,.2), -1px -1px rgba(0,0,0,.2);
- bottom:20px;
- transform:scale(1.2);
- }
- .playerp img {
- border-radius:100%;
- z-index:-1;
- width:70px;
- padding:2px;
- background:rgba(0,0,0,.4);
- box-shadow:0px 0px 0px 2px {color:hp};
- }
- @media only screen and (max-width:500px) {
- .playerp img {
- width:40px;
- display:none;
- }
- }
- .hpbar{width:100px; position:absolute; transform:scale(1.2); margin:8px;padding:0px; background:{color:hpbackground}; border-radius:30px; height:4px; box-shadow:0px 0px 0px 1px {color:hpbackground};margin-top:-6px; z-index:99;}
- .hp{width:{text:hp percent}px; background:{color:hp};height:4px; position:absolute; border-radius:30px 00px 0px 30px;}
- .playerin {
- }
- .playerin li {
- display:inline-block;
- list-style:none;
- margin:4px;
- width:60px;
- }
- .teamicons {
- width:40px;
- height:40px;
- }
- .playerin li:first-child{
- }
- .pokecoin {
- background:url(http://static.tumblr.com/svdghan/Jk5oadawy/pokecoin.png);
- background-size:40px 40px;
- }
- .pokecoin:before {
- content:'{text:pokecoins}';
- position:absolute;
- margin-top:14px;
- font-size:.92em; margin-top:44px;
- margin-left:-10px;
- color:#E6C142;
- }
- .valor {
- background:url(http://static.tumblr.com/svdghan/Xv3oada70/valor.png);
- background-size:cover;
- }
- .valor:before {
- content:'team valor';
- position:absolute;
- margin-top:14px;
- font-size:.9em; margin-top:44px;
- margin-left:-30px;
- color:#E21F04;
- }
- .instinct {
- background:url(http://static.tumblr.com/svdghan/Pukoada7e/instinct.png);
- background-size:cover;
- }
- .instinct:before {
- content:'team instinct';
- position:absolute;
- margin-top:14px;
- font-size:.9em; margin-top:44px;
- margin-left:-30px;
- color:#EBD95F;
- }
- .mystic {
- background:url(http://static.tumblr.com/svdghan/IgToada7l/mystic.png);
- background-size:cover;
- }
- .mystic:before {
- content:'team mystic';
- position:absolute;
- margin-top:44px;
- color:#2B9DFD;
- margin-left:-30px;
- font-size:.9em;
- }
- #pagination {
- position:fixed;
- right:11px;
- bottom:40px;
- width:150px;
- border-radius:6px 0px 0px 6px;
- box-shadow:0px 0px 0px 2px rgba(50,50,50,.12);
- padding:8px;
- background:rgba(255,255,255,.8);
- }
- .tags {
- opacity:.6;
- right:-120px;
- width:100px;
- position:absolute;
- opacity:0;
- transition:.6s;
- bottom:10px;
- transform:translate(50px, 0px);
- }
- .posts:hover .tags {
- opacity:1;
- transition:.6s;
- transform:translate(0,0);
- }
- .tags a {
- border:none;
- }
- </style>
- <body>
- <div id="container">
- <div id="content">
- {block:Posts}<div class="posts" id="{PostID}">
- {block:HasTags} <div class="tags">{block:Tags} <a href="{TagURL}"> {text:tag symbol}{Tag} </a> {/block:Tags}</div>{/block:HasTags}
- <!-- {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}
- <div class="topinfo"><center>
- <li> <a href="{Permalink}">{PostType}</a></li> | <li><a href="{permalink}"title="notes">{NoteCount}</a></li> | <li><a href="{Permalink}" title="{TimeAgo}">{24Hour}.{Minutes}</a></li></center>
- </div>
- {block:Text}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}{block:Photo}
- <center> <div class="im"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div> </center>
- {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}
- <div class="im">{Photoset}</div>{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}{block:Quote}
- <div class="caption">
- "{Quote}"
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}{block:Link}
- <center> <h2>
- <a href="{URL}" class="link" {Target}>{Name} <i class="fa fa-chevron-right" style="font-size:.9em"></i></a>
- </h2></center>
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {/block:Link}{block:Chat}{block:Title}<h1>{title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}{/block:Chat}
- {block:Video}
- {Video-400}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <br>
- <div id="audiolo">
- <div class="playerbox">
- <div id="albumart"> {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- <div class="playercon"><div class="player">{AudioPlayerwhite}</div></div></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>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <br>
- <div class="askerportrait"><img style=" margin-left:10px; position:absolute;" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} shouted: {Question}</div> {answer}
- {/block:Answer}
- <div class="info">
- <a href="{ReblogURL}" title="Reblog">Transfer</a>
- </div>
- {PostNotes-16}
- </div><!--posts end-->{/block:Posts}
- </div><!--container end-->
- <div id="pagination">
- {block:Pagination}
- <center>
- {block:previousPage}<a href="{PreviousPage}"> {lang:previous}</a>{/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> {lang:next} </a>
- {/block:NextPage}</center>
- {/block:Pagination}
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}">{lang:Previous Post}</a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}">{lang:Next Post}</a>
- {/block:NextPost}
- {/block:PermalinkPagination}
- </div>
- <a href="#?w=410" rel="02" class="poplight"><div class="playerp"><img src="{PortraitURL-96}">
- <a title="{name}'s hp is at {text:hp percent}%"><div class="hpbar"><div class="hp"></div></div> <span class="sr-only" style="position: absolute !important;
- clip: rect(1px 1px 1px 1px);
- clip: rect(1px, 1px, 1px, 1px);" >{name}'s hp is at {text:hp percent}%</span></a>
- <br>{name}
- </div>
- </a>
- <a href="#?w=500" rel="03" class="poplight"><div class="button"></div> </a>
- </div><!-- container -->
- </body>
- <div id="02" class="popup_block" style=" height:90vh"> <div class="playerin"><center><h3>{Name}</h3>
- <img src="{image:about}" style="max-height:200px; max-width:100%">
- <h4>level {text:level}</h4>
- {CurrentPage} / {TotalPages} xp
- <div class="info" style="border:none">
- <a href="#?w=400" rel="04" class="poplight">Journal</a>
- </div>
- <li> <div class="teamicons pokecoin"></div> </li>
- <li> <sup>start date: {text:start date}</sup></li> <li> <div class="teamicons {select:team}"> </div></li>
- </center>
- </div>
- </div></div>
- <div id="04" class="popup_block" style=" min-height:200px"><center>{Description}</center>
- <br>
- <div class="info">
- <a href="{text:url1}">{text:link1}</a>
- <a href="{text:url2}">{text:link2}</a>
- <a href="{text:url3}">{text:link3}</a>
- <a href="{text:url4}">{text:link4}</a>
- </div>
- </div></div>
- <div id="03" class="popup_block" style="height:100vh; background:none">
- <div class="menu">
- <li> <a href="/"><i class="fa fa-refresh"></i></a> </li>
- <li><a href="/ask"><i class="fa fa-envelope-o"></i></a> </li>
- <li><a href="http://espoirthemes.tumblr.com"><i class="fa fa-code"></i></a> </li>
- <li><a href="/archive"><i class="fa fa-folder-open-o"></i></a> </li>
- </div>
- </div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement