Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-----------------------------------------------------------------------
- Theme 23 Eternal
- by yukoki/s-ekki
- 1. Light/Heavy CSS editting is allowed.
- 2. Do not use as base code.
- 3. Do not remove credit.
- 4. Do not claim theme as your own.
- 5. Do not redistribute.
- --------------------------------------------------- UPDATE VER 070216 -->
- <meta name="color:background" content="#f5f5f5" />
- <meta name="color:post background" content="#424242" />
- <meta name="color:post title" content="#c2c2c2" />
- <meta name="color:link post title" content="#222222" />
- <meta name="color:link post title hover" content="#ffffff" />
- <meta name="color:post title background" content="#4e6b70" />
- <meta name="color:link title background" content="#5b5f57" />
- <meta name="color:sidebar background" content="#e6e4e4" />
- <meta name="color:desc text" content="#a09e9e" />
- <meta name="color:desc links" content="#9be2e9" />
- <meta name="color:desc links hover" content="#fffff" />
- <meta name="color:desc bold" content="#6d8da7" />
- <meta name="color:desc italic" content="#61aa9c" />
- <meta name="color:title first letter" content="#bd5a5a" />
- <meta name="color:title text" content="#292828" />
- <meta name="color:body" content="#9b9a9a" />
- <meta name="color:body links" content="#3b8d76" />
- <meta name="color:body links hover" content="#f5f6f7" />
- <meta name="color:bold text" content="#617286" />
- <meta name="color:italic text" content="#e9e7e7" />
- <meta name="color:blockquote" content="#59787e" />
- <meta name="color:pagination" content="#8a8989" />
- <meta name="color:pagination links" content="#546175" />
- <meta name="color:pagination links hover" content="#fffdfd" />
- <meta name="color:custom links bg" content="#59767b" />
- <meta name="color:custom links text" content="#ffffff" />
- <meta name="color:top bar background" content="#5a5959" />
- <meta name="color:main borders" content="#5a5959" />
- <meta name="color:navigation text" content="#302f2f" />
- <meta name="color:right sidebar background" content="#413f3f" />
- <meta name="color:audio info bg" content="#353535" />
- <meta name="color:audio info text" content="#888888" />
- <meta name="color:ask background" content="#484d52" />
- <meta name="color:asker link" content="#88a1b9" />
- <meta name="color:asker link hover" content="#353535" />
- <meta name="color:asker text" content="#000000" />
- <meta name="color:ask text" content="#ffffff" />
- <meta name="color:perma bg" content="#e6e6e6" />
- <meta name="color:perma text" content="#5a5a5a" />
- <meta name="color:perma links" content="#8d8f8d" />
- <meta name="color:perma links hover" content="#1d1d1d" />
- <meta name="color:chat even name" content="#aac9db" />
- <meta name="color:chat even background" content="#5d5e5f" />
- <meta name="color:chat even text" content="#c4c2c2" />
- <meta name="color:chat odd name" content="#cddbdf" />
- <meta name="color:chat odd background" content="#535353" />
- <meta name="color:chat odd text" content="#9ea0a0" />
- <meta name="image:background" content="">
- <meta name="image:top bar background" content="">
- <meta name="image:right sidebar bg" content="">
- <meta name="image:left pic" content="">
- <meta name="image:right pic" content="">
- <meta name="text:billy music player code" content="">
- <meta name="text:link 1" content="">
- <meta name="text:link 2" content="">
- <meta name="text:link 3" content="">
- <meta name="text:link 4" content="">
- <meta name="text:link 5" content="">
- <meta name="text:link 6" content="">
- <meta name="text:link 1 URL" content="">
- <meta name="text:link 2 URL" content="">
- <meta name="text:link 3 URL" content="">
- <meta name="text:link 4 URL" content="">
- <meta name="text:link 5 URL" content="">
- <meta name="text:link 6 URL" content="">
- <meta name="text:title 1" content="">
- <meta name="text:title 2" content="">
- <meta name="if:music player" content="1">
- <meta name="if:show captions" content="1">
- <meta name="if:monochrome posts" content="0">
- <meta name="if:infinite scroll" content="0">
- <meta name="if:permalink 2" content="1">
- <meta name="if:show tags" content="1">
- <meta name="if:grey audio player" content="1">
- <meta name="if:big posts" content="1">
- <meta name="if:med posts" content="0">
- <meta name="if:photo fading" content="0">
- <title>{title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Economica' rel='stylesheet' type='text/css'>
- <style type="text/css">
- .tmblr-iframe {
- z-index:999999999!important; margin-top: 13px;right:3px !important; position:fixed !important;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- body {
- background-color: {color:background};
- background-image: url({image:background});
- background-attachment: fixed;
- margin: 0;
- word-wrap: break-word;
- }
- a { text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- pre {
- {block:ifbigposts}width: 500px;{/block:ifbigposts}
- {block:ifmedposts}width: 400px;{/block:ifmedposts}
- word-wrap: break-word;
- overflow: auto;
- }
- #content {
- {block:ifbigposts}width: 500px;{/block:ifbigposts}
- {block:ifmedposts}width: 400px;{/block:ifmedposts}
- {block:ifbigposts}margin: 105px 0 60px 350px;{/block:ifbigposts}
- {block:ifmedposts}margin: 105px 0 60px 450px;{/block:ifmedposts}
- }
- .posts {
- {block:ifbigposts}width: 500px;{/block:ifbigposts}
- {block:ifmedposts}width: 400px;{/block:ifmedposts}
- padding: 10px;
- background-color: {color:post background};
- margin: 10px 0;
- }
- .posts img {
- {block:ifbigposts}max-width: 500px;{/block:ifbigposts}
- {block:ifmediumposts}max-width: 400px;{/block:ifmediumposts}
- }
- .posts blockquote img {max-width: 100%;}
- .postu {
- {block:ifbigposts}width: 500px;{/block:ifbigposts}
- {block:ifmedposts}width: 400px;{/block:ifmedposts}
- {block:ifphotofading}opacity: 0.8;{/block:ifphotofading}
- {block:Ifmonochromeposts}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- {/block:ifmonochromeposts}
- display: block;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .posts:hover .postu {opacity:1;filter:none;-webkit-filter: grayscale(0%);}
- .title {
- font-family: 'Economica', sans-serif;
- text-transform: uppercase;
- background-color: {color:post title background};
- font-size: 16px;
- letter-spacing: 5px;
- padding: 5px 0 5px 30px;
- color: {color:post title};
- }
- .ltitle {
- font-family: 'Economica', sans-serif;
- text-transform: uppercase;
- background-color: {color:link title background};
- font-size: 16px;
- letter-spacing: 5px;
- padding: 5px 0 5px 30px;
- color: {color:link post title};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .ltitle:hover { color: {color:link post title hover};}
- blockquote {
- border-left: 3px solid {color:blockquote};
- padding-left: 10px;
- margin-left: 10px;
- }
- .text {
- font-family: calibri;
- font-size: 12px;
- color: {color:body};
- }
- .quote {
- font-family: 'Economica', sans-serif;
- text-transform: uppercase;
- font-size: 16px;
- margin-left: -10px;
- padding: 10px 10px 0 10px;
- text-align: right;
- border-bottom: 1px dashed {color: bold text};
- color: {color:post title};
- }
- .src {
- margin-top: -20px;
- font-family: source code pro;
- text-transform: uppercase;
- font-size: 10px;
- color: {color:body};
- padding: 0 5px 10px 0;
- text-align: right;
- }
- .odd .line {background-color: {color:chat odd background};padding: 3px 5px;color:{color:chat odd text};}
- .even .line {background-color: {color:chat even background};padding: 3px 5px;color:{color:chat even text};}
- .odd .name {color: {color:chat odd name};padding: 3px 5px;}
- .even .name {color: {color:chat even name};padding: 3px 5px;}
- #album {
- width: 80px;
- height: 80px;
- background-color: #888;
- overflow: hidden;
- }
- .noalbum {
- width: 80px;
- height: 80px;
- background-color: #888;
- z-index: 50;
- }
- .albumart {
- width: 80px;
- height: 80px;
- z-index: 50;
- }
- .aud {
- width: 35px;
- height: 35px;
- {block:ifnotgreyaudioplayer}background-color:#fff;{/block:ifnotgreyaudioplayer}
- {block:ifgreyaudioplayer}background-color: #e4e4e4;{/block:ifgreyaudioplayer}
- padding-top: 10px;
- padding-left: 10px;
- margin: 17px;
- opacity: 0.1;
- overflow: hidden;
- position: absolute;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- .aud:hover {
- opacity: 1;
- width: 450px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .info {
- background-color: {color:audio info bg};
- color: {color:audio info text};
- text-transform: uppercase;
- padding: 0 10px;
- font-family: consolas, source code pro;
- {block:ifbigposts}width: 400px;{/block:ifbigposts}
- {block:ifmedposts}width: 300px;{/block:ifmedposts}
- font-size: 10px;
- line-height:20px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .info b,strong {color: {color:bold text};}
- .information {
- position: absolute;
- margin: 0 80px;
- }
- #ask {
- {block:ifbigposts}width: 500px;{/block:ifbigposts}
- {block:ifmediumposts}width: 400px;{/block:ifmediumposts}
- background-color: {color:ask background};
- }
- .askerportrait {position:absolute;}
- .a {
- margin-left: 65px;
- background-color: {color:ask background};
- min-height: 50px;
- padding: 5px 10px 10px 10px;
- font-family: calibri,geneva;
- font-size: 13px;
- color: {color:ask text};
- }
- .asker {
- color: {color:asker text};
- font-family: source code pro;
- font-size: 10px;
- text-transform: uppercase;
- }
- .asker a {color: {color:asker link};border-bottom: 1px dashed {color:asker link};}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}\.asker a:hover { color:{color:asker link hover};}
- .q {margin-top: 10px;}
- .tri {
- position: absolute;
- font-size: 30px;
- margin: 0 0 0 85px;
- color: {color:ask background};
- }
- #notecontainer {
- padding: 10px;
- text-decoration: none;
- {block:ifbigposts}width: 500px;{/block:ifbigposts}
- {block:ifmedposts}width: 400px;{/block:ifmedposts}
- }
- #notecontainer ol.notes {
- list-style-type: none;
- letter-spacing: -1px;
- font-size: 11px;
- color: {color:body};
- font-family: consolas, source code pro;
- text-decoration: none;
- margin: 0;
- {block:ifbigposts}width: 500px;{/block:ifbigposts}
- {block:ifmedposts}width: 400px;{/block:ifmedposts}
- width: 500px;
- padding: 5px;
- text-align: left;
- }
- #notecontainer ol.notes a {color: {color:body links};}
- #notecontainer ol.notes a:hover {color: {color:hover body links};}
- #notecontainer img.avatar {
- margin-right: 5px;
- float: left;
- width: 10px;
- height: 10px;
- }
- .permalinkpg {
- text-align: right;
- border-top: 1px dashed {color:bold text};
- border-bottom: 1px dashed {color:bold text};
- margin-top: 10px;
- font-family: source code pro;
- font-size: 10px;
- padding: 10px;
- color: {color:body};
- }
- .permalinkpg a {color:{color:body links};}
- .permalinkpg a:hover {color:{color:hover body links};}
- #permalink {
- font-family: consolas, source code pro;
- font-size: 9px;
- text-transform: uppercase;
- text-align: center;
- background-color: {color:perma bg};
- color: {color:perma text};
- padding: 3px 10px 3px 10px;
- {block:ifbigposts}width:480px;{/block:ifbigposts}
- {block:ifmedposts}width:380px;{/block:ifmedposts}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #permalink a { color: {color:perma links};}
- #permalink a:hover { color: {color:perma links hover}; }
- .taggu {
- text-align:center;
- color: {color:tags};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .taggu a {
- font-family: consolas, source code pro;
- font-size: 9px;
- letter-spacing: 1px;
- color: {color:tags};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .taggu a:hover {color: {color:tags hover};}
- #topbar {
- width: 10000px;
- position: fixed;
- padding-left: 300px;
- top: 0;
- left: 0;
- z-index: 1000;
- height: 75px;
- background-color: {color:top bar background};
- background-image: url({image:top bar background});
- border-bottom: 10px solid {color:main borders};
- border-top: 10px solid {color:main borders};
- }
- #left {
- width: 150px;
- top: 105px;
- position: fixed;
- {block:ifbigposts}left: 180px;{/block:ifbigposts}
- {block:ifmedposts}left: 280px;{/block:ifmedposts}
- }
- #sbpic {width: 150px;}
- .link {
- font-family: consolas;
- padding-left: 10px;
- font-size: 10px;
- text-transform: uppercase;
- letter-spacing: 1px;
- margin-bottom: 3px;
- color: {color:custom links text};
- background-color: {color:custom links bg};
- width: 140px;
- text-align: center;
- opacity: 0.6;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .link:hover {opacity:1;}
- #custom {
- {block:ifbigposts}left: 200px;{/block:ifbigposts}
- {block:ifmedposts}left: 300px;{/block:ifmedposts}
- z-index: 100000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #basicnav {
- {block:ifbigposts}width: 500px;{/block:ifbigposts}
- {block:ifmedposts}width: 400px;{/block:ifmedposts}
- margin-top:3px;
- position: fixed;
- z-index:10000;
- {block:ifbigposts}margin-left:185px;{/block:ifbigposts}
- {block:ifmedposts}margin-left:235px;{/block:ifmedposts}
- }
- #nav {
- width: auto;
- padding: 0 15px;
- margin: 2px 10px;
- height: 10px;
- line-height: 10px;
- text-align: center;
- font-family: consolas;
- font-size: 9px;
- color: {color:navigation text};
- background-color: {color:top bar background};
- background-image: url({image:top bar background});
- float: left;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #nav:hover { height: 20px; line-height:20px;}
- .btitle {
- {block:ifbigposts}margin-left: 50px;width:520px;{/block:ifbigposts}
- {block:ifmedposts}margin-left: 150px;width:420px;{/block:ifmedposts}
- padding:10px 0 5px 0;
- }
- .btitlea {
- {block:ifbigposts}width:520px;{/block:ifbigposts}
- {block:ifmedposts}width:420px;{/block:ifmedposts}
- color: {color:title text};
- text-align:center;
- font-size: 20px;
- letter-spacing: 5px;
- font-family: economica;
- line-height: 50px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .btitleb {
- {block:ifbigposts}width:520px;{/block:ifbigposts}
- {block:ifmedposts}width:420px;{/block:ifmedposts}
- margin-top: -37px;
- position: absolute;
- font-size: 20px;
- letter-spacing: 5px;
- font-family: economica;
- color: {color:title text};
- opacity: 0;
- text-align:center;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .btitlea:first-letter, .btitleb:first-letter { color: {color:title first letter};}
- #topbar:hover .btitlea { opacity: 0; }
- #topbar:hover .btitleb { opacity: 1; }
- .desc {
- width: 160px;
- text-align: justify;
- padding: 10px 20px;
- font-family: calibri;
- font-size: 11px;
- color: {color:desc text};
- }
- .desc a {color:{color:desc links};}
- .desc a:hover {color:{color:desc links hover};}
- .desc b,strong {color:{color:desc bold};}
- .desc i,em {color:{color:desc italic};}
- #sidebar {
- position: fixed;
- top: 0;
- width: 200px;
- height: 100000px;
- background-color: {color:right sidebar background};
- background-image: url({image:right sidebar bg});
- left: 890px;
- border-left: 10px solid {color:main borders};
- border-right: 10px solid {color:main borders};
- }
- .rightpic {width: 200px;margin-top: 95px;display:block;}
- #thcredit {
- background-color: #fff;
- border-top: 1px solid {color:main borders};
- border-left: 1px solid {color:main borders};
- padding: 5px;
- position: fixed;
- bottom: 0;
- right: -55px;
- font-family: economica;
- font-size: 16px;
- color: #888;
- letter-spacing: 2px;
- border-radius: 20px 0 0 0;
- z-index: 10000;
- opacity: 0.6;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #thcredit:hover {
- right: 0;
- opacity: 1;
- }
- .pagination {
- width: 200px;
- text-align: center;
- font-family: courier new;
- font-size: 12px;
- color: {color:pagination};
- }
- .pagination a {color: {color:pagination links};}
- .pagination a:hover {color:{color:pagination links hover};}
- #music {
- width: 25px;
- height: 25px;
- overflow: hidden;
- position: fixed;
- background-color: {color:post background};
- top: 110px;
- left: 140px;
- }
- .musicgif {
- margin: 5px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #music:hover .musicgif {
- margin-top: -30px;
- }
- #musicpl {
- width: 20px;
- overflow: hidden;
- height: 20px;
- padding: 2px 20px 10px 0;
- margin-left: -17px;
- background-color: {color:post background};
- }
- .text b,strong {color:{color:bold text};}
- .text i,em {color:{color:italic text};}
- .text ul {list-style-type: square;}
- .text a, .src a, .permalinkpg a {color: {color:body links};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- .text a:hover, .src a:hover, .permalinkpg a:hover {color: {color:body links hover};}
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- <a href="http://yukoki.tumblr.com"><div id="thcredit">✎ YUKOKI</div></a>
- <div id="topbar">
- <div id="left">
- {block:ifmusicplayer}
- <div id="music">
- <div class="musicgif"><img src="http://media.tumblr.com/tumblr_m7vzhvERfC1r6o8v2.gif"/></div>
- <div id="musicpl">{text:billy music player code}</div>
- </div>
- {/block:ifmusicplayer}
- <img id="sbpic" src="{image:left pic}">
- <div id="custom">
- {block:IfLink1}<a href="{text:Link 1 URL}"><div class="link">{text:Link 1}</div></a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link 2 URL}"><div class="link">{text:Link 2}</div></a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link 3 URL}"><div class="link">{text:Link 3}</div></a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link 4 URL}"><div class="link">{text:Link 4}</div></a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:Link 5 URL}"><div class="link">{text:Link 5}</div></a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:Link 6 URL}"><div class="link">{text:Link 6}</div></a>{/block:IfLink6}
- </div><!--custom-->
- </div><!--left-->
- <div class="btitle"><div class="btitlea">{text:title 1}<span style="color:{color:title first letter}">;</span></div>
- <div class="btitleb">{text:title 2}<span style="color:{color:title first letter}">;</span></div></div>
- <div id="basicnav">
- <a href="/"><div id="nav">index</div></a>
- <a href="/ask"><div id="nav">message</div></a>
- <a href="/archive"><div id="nav">archive</div></a>
- </div><!--basicnav-->
- </div><!--topbar-->
- <div id="sidebar">
- <img class="rightpic" src="{image:right pic}">
- <div class="desc">{description}</div>
- {block:ifnotinfinitescroll}
- {block:Pagination}<div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="jump_page">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{currentpage}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" class="jump_page">→</a>
- {/block:NextPage}
- </div><!--pagination-->{/block:Pagination}
- {/block:ifnotinfinitescroll}
- </div><!--sidebar-->
- <!--content-->
- <div id="content">
- {block:Posts}<div class="posts">
- {block:Photo}
- {LinkOpenTag}<div class="postu">
- {block:ifbigposts}<center><img src="{PhotoURL-500}" /></center>{/block:ifbigposts}
- {block:ifmedposts}<center><img src="{PhotoURL-400}" /></center>{/block:ifmedposts}
- </div>
- {LinkCloseTag}
- {block:IfShowCaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- <div class="text">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photo}
- {block:Photoset}
- <div class="postu">
- {block:ifbigposts}{Photoset-500}{/block:ifbigposts}
- {block:ifmedposts}{Photoset-400}{/block:ifmedposts}
- </div>
- {block:IfShowCaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- <div class="text">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photoset}
- {block:Video}
- <div class="postu">
- {block:ifbigposts}{Video-500}{/block:ifbigposts}
- {block:ifmedposts}{Video-400}{/block:ifmedposts}
- </div>
- {block:IfShowCaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Video}
- {block:Audio}
- <div class="information">
- <div class="info"><b>TRACK NAME:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
- <div class="info"><b>ALBUM TITLE:</b> {block:Album}{Album}{/block:Album}</div>
- <div class="info"><b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}</div>
- <div class="info"><b>TIMES PLAYED:</b> {PlayCountWithLabel}</div>
- </div>
- <div class="aud">{block:ifnotgreyaudioplayer}{AudioPlayerWhite}{/block:ifnotgreyaudioplayer}{block:ifgreyaudioplayer}{AudioPlayerGrey}{/block:ifgreyaudioplayer}</div>
- <div id="album"><div class="noart"></div>{block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {block:IfShowCaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- <div class="text">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Audio}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<br><div class="src">- {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text">{body}</div>
- {/block:Text}
- {block:Answer}
- <div id="ask">
- <img class="askerportrait" src="{AskerPortraitURL-64}">
- <div class="a">
- <div class="asker">{Asker} whispered:</div>
- <div class="q">{Question}</div>
- </div>
- </div>
- <div id="textpost"><div class="text">{Answer}</div></div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text">
- {block:Lines}<div class="{Alt}">
- <div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br /></div></div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Link}
- <a href="{URL}"><div class="ltitle">{Name} ▷</div></a>
- {block:Description}<div class="text">{description}</div>{/block:Description}
- {/block:Link}
- {block:indexpage}
- {block:ifnotpermalink2}
- <div id="permalink">
- Posted {block:date}<a href="{permalink}">{timeago}</a>{/block:date} with <a href="{permalink}">{NoteCountWithLabel}</a>
- {block:ifshowtags}{block:HasTags}<div class="taggu">{block:Tags}
- <a href="{TagURL}"> #{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- </div><!--permalink-->
- {/block:ifnotpermalink2}
- {block:ifpermalink2}
- <div id="permalink">
- {block:date}<a href="{permalink}">{timeago}</a>{/block:date} - <a href="{permalink}">{NoteCountWithLabel}</a> - <a href="{reblogurl}">reblog</a>
- {block:ifshowtags}{block:HasTags}<div class="taggu">{block:Tags}
- <a href="{TagURL}"> #{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:ifpermalink2}
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalinkpg">
- Posted at {block:date}{12hour}.{minutes}{ampm}, on {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:date}{block:notecount}, with {notecountwithlabel}{/block:notecount}.<br>
- {block:RebloggedFrom}Originally by <a href="{reblogrooturl}">{reblogrootname}</a>, reblogged via <a href="{reblogparenturl}">{reblogparentname}</a>.{/block:rebloggedfrom}<br>
- {block:HasTags}
- {block:tags}<a href="{tagurl}">#{tag} {/block:tags}
- {/block:HasTags}
- </div><!--permalinkpg-->
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:permalinkpage}
- </div><!--posts-->{/block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- </div><!--content-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement