Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // mystic messenger theme
- by espoirthemes //
- based off of the game by cheritz
- -->
- <html>
- <head>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <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}
- <!--here's where you set the default colors -->
- <meta name="color:background" content="#0c0c0c" />
- <meta name="color:links" content="#fff" />
- <meta name="color:text" content="#fff" />
- <meta name="color:link hover" content="#eee" />
- <meta name="color:posts" content="#f4f4f4" />
- <meta name="color:border color" content="#D98D32" />
- <meta name="color:scrollbar" content="#222" />
- <meta name="color:scrollbar background" content="#ccc" />
- <meta name="color:ask bubble" content="#eee" />
- <meta name="color:ask bubble text" content="#aaa" />
- <meta name="text:url1" content="/about" />
- <meta name="text:link1" content="about" />
- <meta name="text:url 2" content="url" />
- <meta name="text:link 2" content="link" />
- <meta name="text:url 3" content="url" />
- <meta name="text:link 3" content="link" />
- <meta name="text:url 4" content="url" />
- <meta name="text:Link 4" content="link" />
- <meta name="if:hover tags" content="" />
- <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('#press').click(function(){
- $('.panel').slideToggle('slow');
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $('#press2').click(function(){
- $('.panel2').slideToggle('slow');
- });
- });
- </script>
- </head>
- <style type="text/css">
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
- border-top:none;
- /* white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); */
- padding:4px;
- }
- .panel, .panel2 {
- padding:10px;
- width:200px;
- height:260px;
- overflow:auto;
- display:none;
- margin-left:200px;
- border:1px solid {color:border};
- position:fixed;
- z-index:999;
- bottom:-8px;
- border:8px solid #444;
- box-shadow:0px 0px 0px 3px {color:border color};
- background:#222 url(http://static.tumblr.com/svdghan/wpTodgc8p/checks__1_.png);
- border-radius:8px;
- }
- .links li{list-style:none;position:relative; padding:10px; border-bottom:1px solid {color:border color};}
- #press {
- cursor:pointer;
- }
- #press2 {
- cursor:pointer;
- }
- body{
- margin:0;
- background:{color:background} 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;
- word-wrap:break-word;
- font-size:1em;
- color:{color:text};
- font-family:Arial, sans-serif;
- }
- ::-webkit-scrollbar {
- width: 10px;
- height:6px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:linear-gradient(to bottom, {color:scrollbar background}, {color:scrollbar});
- cursor:pointer;
- border-radius: 8px;
- }
- ::-webkit-scrollbar-track {
- background:{color:background};
- }
- @font-face{
- font-family: "copper"; src: url('https://dl.dropboxusercontent.com/s/25i1pp6hhisag7x/copperplate.ttf');
- }
- a{
- color:{color:links};
- transition:.6s;
- }
- a:hover {
- color:{color:link hover};
- transition:.6s;
- }
- .text{padding:10px;}
- .caption {
- padding:10px;
- }
- blockquote{border-left:1px solid {color:border color}; padding-left:4px;}
- blockquote img{max-width:100%;}
- #container {width:calc(500px + 200px); position:fixed;
- height:100vh;
- margin-left:400px;
- overflow:auto;
- }
- #container:before {
- content:'';
- position:fixed;
- width:1px;
- height:100vh;
- border-left:2px solid {color:border color};
- margin-left:70px;
- }
- #entries {
- margin-left:20px;
- margin-top:200px;
- }
- .posts a {
- text-decoration:none;
- }
- .posts{
- margin:100px auto 180px 120px;
- width:500px;
- position:relative;
- border:8px solid #444;
- box-shadow:0px 0px 0px 3px {color:border color};
- background:#222 url(http://static.tumblr.com/svdghan/wpTodgc8p/checks__1_.png);
- border-radius:8px;
- }
- .posts:before {
- position:absolute;
- content:'';
- width:10px;
- padding:4px;
- height:10px;
- left:-86px;
- top:70px;
- transform:rotate(-45deg);
- background:{color:border color};
- }
- .posts:after {
- width:100px;
- position:absolute;
- height:50px;
- left:-64px;
- top:28px;
- border-left:4px solid {color:border color};
- border-top:2px solid {color:border color};
- transform:skew(-30deg);
- content:'';
- }
- .paginate {
- position:relative;
- margin:-40px auto auto 100px;
- z-index:9999;
- width:440px;
- }
- .paginate a {
- text-decoration:none;
- color:{color:border color};
- font-size:1.4em;
- line-height:100%;
- font-family:consolas;
- letter-spacing:1px;
- }
- .paginate a:after {
- position:absolute;
- content:'';
- width:10px;
- padding:2px;
- z-index:-1;
- top:14px;
- height:10px;
- transform:rotate(-45deg);
- background:{color:border color};
- }
- .paginate:after {
- width:500px;
- content:'';
- left:-20px;
- z-index:-1;
- top:-30px;
- position:absolute;
- height:50px;
- border-left:2px solid {color:border color};
- border-bottom:2px solid {color:border color};
- transform:skew(30deg);
- }
- .paginate:before {
- position:absolute;
- content:'';
- width:10px;
- padding:4px;
- z-index:-1;
- top:-30px;
- height:10px;
- left:-38px;
- transform:rotate(-45deg);
- background:{color:border color};
- }
- .topinfo {
- border-bottom:2px solid {color:border color};
- padding:5px 4px;
- box-shadow:0px 4px rgba(0,0,0,.18);
- }
- .topinfo a {
- color:white;
- text-decoration:none;
- margin:;
- }
- .topinfo:after {
- position:absolute;
- content:'';
- width:10px;
- padding:2px;
- height:10px;
- top:22px;
- right:-4px;
- transform:rotate(-45deg);
- background:{color:border color};
- }
- .topinfo a:first-child:after {
- position:absolute;
- content:'';
- width:10px;
- padding:3px;
- height:10px;
- top:22px;
- margin-left:10px;
- transform:rotate(-45deg);
- background:{color:border color};
- }
- .title {
- }
- .title a{
- font-size:2em;
- padding:4px;
- line-height:300%;
- text-decoration:none;
- }
- .date {
- color:white;
- background:{color:background};
- font-size:1.4em;
- text-align:center;
- padding:6px 40px;
- font-family:Consolas;
- position:absolute;
- transform:translate(-150px, -80px);
- }
- .date:before {
- content:'';
- position:absolute;
- height:6px;
- width:150px;
- top:-2px;
- left:0px;
- background:linear-gradient(to right, {color:background},{color:border color}, {color:border color},{color:border color}, black);
- }
- .date:after {
- content:'';
- position:absolute;
- height:6px;
- width:150px;
- left:0px;
- background:linear-gradient(to right, {color:background},{color:border color},{color:border color},{color:border color}, black );
- }
- h1{ padding:20px; margin-top:2px; font-size:1.4em; text-align:center; padding-bottom:30px; position:relative; font-family:"copper"; font-weight:bold;}
- .speechbubble {
- max-width:calc(500px - 120px);
- position: relative;
- background:{color:ask bubble} ;
- left:80px;
- color:{color:ask bubble text};
- margin: 0;
- border-radius:8px;
- padding:12px;
- text-align:left;
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- }
- .speechbubble a{background:none;}
- .speechbubble:after {
- position: absolute;
- content: "";
- border-color: {color:ask bubble} transparent transparent transparent;
- border-style: solid;
- border-width: 15px 15px 0px;
- height:0;
- width:0;
- position:absolute;
- left:-15px;
- top:10px;
- }
- #albumart{
- z-index:2;
- width:120px;
- float:left;border-radius:100%;
- height:120px;
- border:2px solid {color:border color};
- }
- .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:2px solid {color:border color};
- -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;
- background:{color:current tab background};
- padding:8px 10px;
- margin-left:-14px;
- font-size:1em;
- font-family:"copper";
- border-bottom:2px solid {color:border color};
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- color:white;
- }
- .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
- }
- .linkp{
- font-size:24px;
- position:relative;
- text-align:center; font-family:orbitron;
- }
- .linkp a{text-decoration:none; font-family:orbitron; }
- .linkp:after{
- content:'»';
- transition:.6s; margin-left:2px;
- }
- .linkp:hover:after{
- margin-left:10px;
- transition:.6s;
- color:{color:link};
- }
- .chat {
- padding:5px;
- line-height:150%;
- }
- .chat:nth-of-type(odd) {
- background:{color:text};
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(odd) b {
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) {
- background:{color:posts};
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) b{
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .inf{
- font-size:13.2px;
- font-family:consolas;
- position:absolute;
- padding:4px;
- width:98%;
- text-align:left;
- margin-top:4px;
- position:relative;
- opacity:0;
- text-align:right;
- float:right;
- transition:.6s;
- transform: translate3d(0px,50px,0px);
- }
- .posts:hover .inf {
- transform: translate3d(0,10px,0);
- opacity:1;
- transition:.6s
- }
- .inf svg {
- width:16px;
- height:16px;
- fill:#f8f8f8;
- }
- .inf .like svg {
- width:16px;
- opacity:.4;
- margin-top:6px;
- height:16px;
- }
- .inf .like { /* Make a parent element */
- position: absolute;
- right:10px;
- }
- .inf .like .like_button { /* Position like button above your custom one */
- position: absolute;
- top: 0;
- margin-top: 6px;
- opacity: 0;
- }
- .inf .like .like_button.liked { /* Keep the functionality active */
- opacity: 1;
- }
- .inf a{ color:#f8f8f8; 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%;
- }
- .inf a:hover{ transition:.4s ease-in-out; box-shadow:none; text-shadow:none;
- color:#ccc;
- opacity:.52;
- text-decoration:none;
- }
- #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 {color:border}; 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%{}
- }
- #sidebar {
- position:fixed;
- z-index:99;
- left:50px;
- top:50px;
- font-family:"copper";
- }
- #sidebar li {
- list-style:none;
- overflow:hidden;
- transition:.6s;
- height:114px;
- width:200px;
- }
- #sidebar li:hover {
- transition:.6s;
- }
- #sidebar li img {
- width:120px;
- }
- #sidebar li:after {
- color:#eea236 ;
- transition:.6s;
- border-bottom:2px solid {color:border color};
- width:150px;
- text-align:right;
- }
- #sidebar li:first-child:after {
- opacity:0;
- font-size:1.8em;
- margin-left:-10px;
- transform:translate(30px, 30px);
- position:absolute;
- content:'{lang:home}';
- }
- #sidebar li:before {
- position:absolute;
- content:'';
- width:10px;
- padding:4px;
- height:10px;
- z-index:999;
- left:4px;
- opacity:0;
- z-index:-1;
- transform:rotate(-45deg) translate(-20px, 20px);
- border:2px solid {color:border color};
- transition:.6s;
- }
- #sidebar li:hover:before {
- opacity:1;
- width:50px;
- transition:.6s;
- height:50px;
- }
- #sidebar li:first-child:hover:after {
- opacity:1; transform:translate(-2px, 30px);
- }
- #sidebar li:nth-child(2):after {
- opacity:0;
- font-size:2em;
- margin-left:-10px;
- content:'{lang:mail}';
- position:absolute;
- transform:translate(30px, 30px);
- }
- #sidebar li:nth-child(2):hover:after {
- opacity:1;
- transform:translate(0px, 30px);
- }
- #sidebar li:nth-child(3):after{
- opacity:0;
- font-size:2em;
- margin-left:-10px;
- position:absolute; content:'{lang:archive}';
- transform:translate(30px, 30px);
- }
- #sidebar li:nth-child(3):hover:after {
- opacity:1;
- transform:translate(0px, 30px);
- }
- #sidebar li:nth-child(4):after {
- opacity:0;
- font-size:2em;
- margin-left:-10px;
- position:absolute; content:'About';
- transform:translate(30px, 30px);
- }
- #sidebar li:nth-child(4):hover:after {
- opacity:1;
- transform:translate(0px, 30px);
- }
- #sidebar li:nth-child(5):after {
- opacity:0;
- font-size:2em;
- margin-left:-10px;
- position:absolute; content:'Menu';
- transform:translate(30px, 30px);
- }
- #sidebar li:nth-child(5):hover:after{
- opacity:1;
- transform:translate(0px, 30px);
- }
- ol.notes {
- list-style:none;
- margin:100px auto 180px 120px;
- width:450px;
- position:relative;
- border:8px solid #444;
- box-shadow:0px 0px 0px 3px {color:border color};
- background:#222 url(http://static.tumblr.com/svdghan/wpTodgc8p/checks__1_.png);
- border-radius:8px;
- }
- ol.notes:before {
- position:absolute;
- content:'';
- width:10px;
- padding:4px;
- height:10px;
- left:-86px;
- top:70px;
- transform:rotate(-45deg);
- background:{color:border color};
- }
- ol.notes:after {
- width:100px;
- position:absolute;
- height:50px;
- left:-64px;
- top:29px;
- border-left:4px solid {color:border color};
- border-top:2px solid {color:border color};
- transform:skew(-30deg);
- content:'';
- }
- ol.notes li {
- width:64px;
- overflow:hidden;
- display:inline-block;
- height:64px;
- }
- ol.notes li img {
- margin:4px;
- width:64px;
- }
- .tags { position:absolute;overflow:hidden; line-height:150%; margin-top:10px;transition:.6s;
- height:60px;transition:.6s; overflow:auto;width:450px;
- border:1px solid transparent;
- {block:ifhovertags}opacity:0; {/block:ifhovertags}
- transition:.6s;
- }
- .posts:hover .tags{ opacity:1}
- </style>
- <body>
- <div id="sidebar">
- <li> <a href="/"><img src="http://static.tumblr.com/svdghan/0wHodtjuo/jumin.png"></a> </li>
- <li> <a href="/ask"><img src="http://static.tumblr.com/svdghan/J2sodtjw0/zen.png"></a> </li>
- <li> <a href="/archive"><img src="http://static.tumblr.com/svdghan/0i0odtjxg/707.png"></a> </li>
- <li> <a id="press2"><img src="http://static.tumblr.com/svdghan/z0nodtjw8/yoosung.png"></a> </li>
- <li> <a id="press"><img src="http://static.tumblr.com/svdghan/gSOodtjwl/jaehee.png" ></a> </li>
- </div>
- <a href="http://espoirthemes.tumblr.com">
- <div id="egg"></div></a>
- <div id="container">
- <div id="entries">
- {block:Posts}<div class="posts">
- <div class="date">
- {24Hour}:{Minutes}
- </div>
- <div class="topinfo">
- <a href="{Permalink}">{NoteCountwithLabel}</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>{Title}</h1>
- {/block:Title}
- <div class="caption">
- {Body}</div>
- {/block:Text}{block:Photo}
- <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/ style="width:500px; "></center> <br>
- {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}
- <center>
- <a href="{URL}" class="linkp" target="_blank"> {Name}</a>
- </center>
- {block:Description}
- <div class="caption"> {Description}</div>
- {/block:Description} <br>
- {/block:Link}
- {block:Chat} <div class="caption">
- {block:Title}<a href="{Permalink}" style="background:transparent; padding:0;"><h1>{title}</h1></a>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}</div>
- {/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>
- <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="caption">{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}
- <div class="inf">{block:Date}
- <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>
- {LikeButton size="15"}
- </div>
- <a href="{ReblogURL}" style="right:40px; 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> {/block:Date}
- {block:hastags}<div class="tags"><blockquote>{block:tags}<a href="{TagURL}">#{tag}</a> {/block:tags}</blockquote></div> {/block:hastags}
- </div><!--posts end-->
- {/block:Posts}
- {block:PostNotes} {PostNotes-64} {/block:PostNotes}
- </div>
- {block:Pagination}
- <div class="paginate">
- {block:NextPage}
- <a href="{NextPage}">Continue...</a>
- </div>
- {/block:NextPage}
- {block:PreviousPage}<a href="{PreviousPage}" style="float:right; text-decoration:none;
- color:{color:border color};
- font-size:1.4em;
- font-family:consolas;
- letter-spacing:1px;">Previous</a>{/block:PreviousPage}
- </div>
- {/block:Pagination}
- {block:PermalinkPagination}
- <div class="paginate">
- {block:NextPost} <a href="{NextPost}">Continue...</a> {block:NextPost}
- </div>
- {/block:PermalinkPagination}
- </div><!--container end-->
- <div class="panel2">
- {Description}
- </div>
- <div class="panel">
- <p>
- <div class="links">
- {block:haspages} {block:pages}
- <li><a href="{URL}">{Label}</a> </li>
- {/block:Pages} {/block:Haspages}
- <li><a href="{text:url1}">{text:link1}</a></li>
- <li><a href="{text:url 2}">{text:Link 2}</a></li>
- <li><a href="{text:url 3}">{text:Link 3}</a></li>
- <li><a href="{text:url 4}">{text:link 4}</a></li>
- </div>
- </p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement