Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- THEME NINE : WAVELENGTH (RESPONSIVE)
- BY CASOWL
- DO NOT, UNDER ANY CIRCUMSTANCES, REMOVE (OR MOVE) THE CREDIT
- SERIOUSLY, DON'T DO IT, OKAY? I WILL FIND OUT
- YOU CAN EDIT AS MUCH AS YOU WANT, BUT DO NOT REDISTRIBUTE OR USE AS A BASE CODE. IF YOU NEED A BASE CODE, I CAN GIVE YOU THE ONE I USED
- IF YOU NEED HELP WITH ANYTHING, COME ASK ME AT casowl.tumblr.com/talk
- SPECIAL NOTE:
- THIS THEME IS RESPONSIVE, WHICH MEANS THAT IT CHANGES TO ACCOMMODATE FOR DIFFERENT SCREEN SIZES SO THAT IT LOOKS GOOD ON ALL DEVICES, EVEN MOBILE.
- TO DO THAT, I USED MEDIA QUERIES TO TELL THE PAGE TO CHANGE LAYOUT WHEN THE SCREEN GETS DOWN TO A CERTAIN SIZE.
- THE MEDIA QUERIES ARE THE PARTS OF THE CODE THAT START WITH "@media," AND I ADVISE YOU NOT TO MESS WITH THEM UNLESS YOU REALLY KNOW WHAT YOU'RE DOING, YOU COULD SERIOUSLY SCREW SOMETHING UP.
- ALSO, IF THERE ARE ANY BUGS OR GLITCHES IN THE THEME ON ANY DEVICE, WHETHER IT BE DESKTOP OR MOBILE, PLEASE LET ME KNOW SO THAT I CAN FIX IT. I'M NOT PERFECT, AND THEREFORE MY CODE WILL NOT ALWAYS BE PERFECT.
- THANKS SO MUCH FOR USING MY THEME, IT MEANS A LOT TO ME <3
- --->
- <html>
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
- <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}
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
- </style>
- <meta name="color:background" content=""/>
- <meta name="color:mobile background" content=""/>
- <meta name="color:text" content="#bbbbbb"/>
- <meta name="color:mobile text" content=""/>
- <meta name="color:bold text" content=""/>
- <meta name="color:mobile accent 1" content=""/>
- <meta name="color:mobile accent 2" content=""/>
- <meta name="color:link" content="#aaaaaa"/>
- <meta name="color:link hover" content="#f1f1f1"/>
- <meta name="color:info background" content=""/>
- <meta name="color:title" content=""/>
- <meta name="color:tags" content=""/>
- <meta name="color:tags hover" content=""/>
- <meta name="color:post background" content=""/>
- <meta name="color:sidebar links" content=""/>
- <meta name="color:home link" content=""/>
- <meta name="color:sidebar links hover" content=""/>
- <meta name="color:home link hover" content=""/>
- <meta name="color:sidebar links text" content=""/>
- <meta name="color:sidebar background" content=""/>
- <meta name="color:scrollbar" content=""/>
- <meta name="color:pagi" content=""/>
- <meta name="color:pagi hover" content=""/>
- <meta name="color:pre" content=""/>
- <meta name="image:border image" content=""/>
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <meta name="text:linkD" content="">
- <meta name="text:linkD url" content="/">
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:140px;
- opacity:1;
- padding:3px;
- margin:10px;
- background-color:{color:post background};
- font-family:'calibri';
- font-size:8px;
- text-align:center;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- z-index:1000;
- }
- /* --- CURSOR --- */
- html, body, a { cursor:url("http://i.imgur.com/2qleX.jpg"), auto; }a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto; }
- ::-moz-selection { background: {color:text}; color: {color:background}; }
- ::selection { background: {color:text}; color: {color:background}; }
- /* --- DON'T TOUCH --- */
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- max-width:400px;
- display:block;
- background-color:{color:pre};
- color:{color:text};
- letter-spacing:1px;
- padding:5px;
- }
- @media screen and (max-width:900px), handheld {
- pre {
- width:100%;
- padding:.5%;
- }
- }
- /* --- FOLLOW BUTTON --- */
- #tumblr_controls {
- position:fixed !important;
- -webkit-filter: invert(100%);
- }
- /* --- SCROLLBAR --- */
- ::-webkit-scrollbar-thumb{
- background-color: {color:scrollbar};
- height:auto;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:7px;
- background-color: {color:background};
- }
- /* --- POSTS/BODY --- */
- body {
- background:{color:background};
- color:{color:text};
- font-family:'calibri';
- font-size:11px;
- line-height:130%;
- }
- @media screen and (max-width:900px), handheld {
- body {
- background:{color:mobile background};
- color:{color:mobile text};
- overflow-x:hidden;
- }
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -transition: all 1s ease-in-out;
- }
- @media screen and (max-width:900px), handheld {
- a {
- text-decoration:underline;
- color:{color:mobile text};
- }
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -transition: all 1s ease-in-out;
- }
- strong {
- color:{color:bold text};
- }
- @media screen and (max-width:900px), handheld {
- strong {
- color:{color:mobile text};
- }
- }
- .posttitle {
- font-size:15px;
- text-transform:uppercase;
- padding:20px;
- margin-bottom:20px;
- margin-top:-20px;
- margin-left:-20px;
- margin-right:-20px;
- background-color:{color:info background};
- }
- @media screen and (max-width:900px), handheld {
- .posttitle {
- width:100%;
- padding:2%;
- padding-bottom:0%;
- margin-left:-2%;
- margin-top:-2%;
- margin-bottom:0%;
- font-weight:bold;
- color:{color:mobile accent 1};
- background-color:{color:mobile background};
- }
- }
- .quote {
- font-size:15px;
- padding:20px;
- margin-top:-20px;
- margin-left:-20px;
- margin-right:-20px;
- background-color:{color:info background};
- }
- @media screen and (max-width:900px), handheld {
- .quote {
- width:100%;
- padding:2%;
- padding-bottom:0%;
- margin-left:-2%;
- margin-top:-2%;
- margin-bottom:0%;
- font-weight:bold;
- color:{color:mobile accent 1};
- background-color:{color:mobile background};
- }
- }
- .linkpost a {
- font-size:15px;
- text-transform:uppercase;
- padding:20px;
- margin-bottom:20px;
- display:block;
- margin-top:-20px;
- margin-left:-20px;
- margin-right:-20px;
- background-color:{color:info background};
- color:{color:tags};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -transition: all 1s ease-in-out;
- }
- @media screen and (max-width:900px), handheld {
- .linkpost a {
- width:100%;
- padding:2%;
- margin-left:-2%;
- margin-top:1%;
- margin-bottom:0%;
- font-weight:bold;
- background-color:{color:mobile accent 2};
- color:{color:mobile background};
- }
- }
- .linkpost a:hover {
- color:{color:info background};
- background-color:{color:tags};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -transition: all 1s ease-in-out;
- }
- blockquote {
- padding-left:10px;
- margin-left:10px;
- border-left:1px solid {color:post info};
- }
- /* --- THIS IS THE STUFF THAT MAKES THE POSTS RESPONSIVE. DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING --- */
- @media screen and (max-width:900px), handheld {
- blockquote {
- padding-left:2%;
- margin-left:2%;
- }
- }
- img {
- max-width:100%;
- }
- .tumblr_audio_player {
- width:400px;
- }
- @media screen and (max-width:900px), handheld {
- .tumblr_audio_player {
- width:100%;
- max-width:100%;
- }
- }
- .videoWrapper {
- height:0px;
- position:relative;
- padding-bottom:56.25%;
- }
- .videoWrapper iframe {
- width:100%;
- height:100%;
- top:0px;
- left:0px;
- position:absolute;
- }
- /* --- SIDEBAR --- */
- #sidebar {
- width:160px;
- padding:20px;
- padding-bottom:0px;
- text-align:center;
- background-color:{color:sidebar background};
- }
- @media screen and (max-width:900px), handheld {
- #sidebar {
- width:100%;
- padding:0px;
- background-color:{color:mobile background};
- border-bottom:solid 1px {color:mobile accent 2};
- }
- }
- #sidebarborder {
- position:fixed;
- padding:30px;
- margin-left:180px;
- margin-top:230px;
- width:auto;
- height:auto;
- background-image:url({image:border image});
- }
- @media screen and (max-width:1040px) {
- #sidebarborder {
- margin-left:50px;
- }
- }
- @media screen and (max-width:900px), handheld {
- #sidebarborder {
- padding:0px;
- left:0px;
- right:0px;
- margin-top:0px;
- width:100%;
- margin-top:-1%;
- margin-left:auto;
- margin-right:auto;
- position:relative;
- }
- }
- .title {
- position:relative;
- font-size:20px;
- line-height:110%;
- font-family:'calibri';
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- width:100%;
- margin-left:-20px;
- margin-top:-20px;
- padding:20px;
- letter-spacing:2px;
- color:{color:title};
- background-color:{color:info background};
- text-transform:uppercase;
- }
- @media screen and (max-width:900px), handheld {
- .title {
- padding-top:2%;
- padding-bottom:0%;
- padding-left:0%;
- padding-right:0%;
- margin-left:0%;
- margin-top:2%;
- width:100%;
- letter-spacing:5px;
- background-color:{color:mobile background};
- color:{color:mobile accent 1};
- }
- }
- @media screen and (max-width:650px) {
- .title {
- margin-top:32px;
- }
- }
- .desc {
- position:relative;
- font-family:'calibri';
- line-height:130%;
- font-size:11px;
- font-style:normal;
- padding-top:10px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- }
- @media screen and (max-width:900px), handheld {
- .desc {
- padding-bottom:2%;
- padding-top:1%;
- }
- }
- .links {
- position:relative;
- padding-top:20px;
- padding-bottom:20px;
- margin-top:15px;
- margin-left:-50px;
- background-color:{color:info background};
- width:260px;
- font-family:'calibri';
- text-align:center;
- text-transform:uppercase;
- }
- @media screen and (max-width:900px), handheld {
- .links {
- width:100%;
- margin-left:0px;
- background-color:{color:mobile accent 2};
- padding-top:1%;
- padding-bottom:1%;
- margin-top:0%;
- bottom:0px;
- left:0px;
- position:fixed;
- display:block;
- z-index:100;
- }
- }
- .links a {
- display:inline-block;
- position:relative;
- border:1px solid {color:sidebar links};
- background-color:{color:sidebar links};
- color:{color:sidebar links};
- margin:7.25px;
- margin-bottom:3px;
- max-width:12px;
- min-width:12px;
- height:12px;
- padding:3px;
- overflow:hidden;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- @media screen and (max-width:900px), handheld {
- .links a {
- max-width:100%;
- text-decoration:none;
- border-radius:10%;
- padding:1%;
- border:0px solid {color:sidebar links};
- background-color:{color:mobile accent 1};
- color:{color:mobile accent 2};
- font-weight:bold;
- }
- }
- .links a:hover {
- max-width:500px;
- border:1px solid {color:sidebar links hover};
- background-color:{color:sidebar links hover};
- color:{color:sidebar links text};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- @media screen and (max-width:900px), handheld {
- .links a:hover {
- border:0px solid {color:sidebar links hover};
- }
- }
- .homelink {
- display:inline;
- }
- .homelink a {
- border:1px solid {color:home link};
- background-color:{color:home link};
- color:{color:home link};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- @media screen and (max-width:900px), handheld {
- .homelink a {
- color:{color:mobile accent 2};
- background-color:{color:mobile accent 1};
- border:solid 0px {color:home link};
- }
- }
- .homelink a:hover {
- border:1px solid {color:home link hover};
- background-color:{color:home link hover};
- color:{color:sidebar links text};
- }
- @media screen and (max-width:900px), handheld {
- .links a:hover {
- border:solid 0px {color:home link hover};
- }
- }
- /* --- MORE POSTS --- */
- #allposts {
- padding:10px;
- width:440px;
- margin-left:500px;
- margin-bottom:60px;
- margin-top:-20px;
- font-size:11px;
- }
- @media screen and (max-width:1040px) {
- #allposts {
- margin-left:370px;
- }
- }
- @media screen and (max-width:900px), handheld {
- #allposts {
- margin-left:0%;
- margin-right:0%;
- position:relative;
- padding:0%;
- margin-top:0%;
- margin-bottom:20%;
- width:100%;
- }
- }
- #individualposts {
- width:400px;
- padding:20px;
- background-color:{color:post background};
- }
- @media screen and (max-width:900px), handheld {
- #individualposts {
- width:96%;
- max-width:400px;
- margin-left:auto;
- margin-right:auto;
- margin-top:8%;
- padding:2%;
- margin-bottom:8%;
- background-color:{color:mobile background};
- }
- }
- @media screen and (max-width:400px) {
- #individualposts {
- margin-bottom:10%;
- }
- }
- #postborder {
- width:440px;
- height:auto;
- padding:30px;
- margin-top:60px;
- background-image:url({image:border image});
- }
- @media screen and (max-width:900px), handheld {
- #postborder {
- background-image:none;
- background-color:{color:mobile background};
- width:100%;
- padding:0%;
- margin-top:0%;
- }
- }
- /* --- PAGINATION --- */
- .pagi {
- text-align:center;
- width:480px;
- margin-left:510px;
- margin-top:-50px;
- font-size:10px;
- text-transform:uppercase;
- font-weight:bold;
- font-family:'calibri';
- }
- @media screen and (max-width:900px), handheld {
- .pagi {
- width:100%;
- margin-left:0%;
- margin-top:-16%;
- margin-bottom:10%;
- }
- }
- @media screen and (max-width:550px) {
- .pagi {
- margin-bottom:12%;
- }
- }
- @media screen and (max-width:400px) {
- .pagi {
- margin-bottom:14%;
- }
- }
- .pagi a {
- text-decoration:none;
- color:{color:link};
- }
- .pagi a:hover {
- color:{color:link hover};
- }
- /* --- POST INFO --- */
- #details {
- text-align:center;
- text-transform:uppercase;
- margin-top:20px;
- margin-bottom:-20px;
- font-size:10px;
- padding:10px;
- background-color:{color:info background};
- width:480px;
- margin-left:-50px;
- }
- @media screen and (max-width:900px), handheld {
- #details {
- width:101%;
- padding:1%;
- padding-left:0%;
- margin-left:0%;
- margin-bottom:-2%;
- margin-top:0%;
- letter-spacing:1px;
- font-size:9px;
- text-align:left;
- background-color:{color:mobile background};
- }
- }
- #details a {
- color:{color:tags};
- padding-bottom:2px;
- padding-left:2px;
- padding-right:2px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- @media screen and (max-width:900px), handheld {
- #details a {
- padding:0%;
- color:{color:mobile link};
- }
- }
- #details a:hover {
- color:{color:tags hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #tags {
- font-family:'calibri';
- font-style:normal;
- }
- #tags a {
- display:inline-block;
- padding:3px;
- text-align:left;
- text-transform:normal;
- color:{color:tags};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -transition: all 1s ease-in-out;
- }
- @media screen and (max-width:900px), handheld {
- #tags a {
- padding:0%;
- color:{color:mobile link};
- }
- }
- #tags a:hover {
- color:{color:tags hover};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -transition: all 1s ease-in-out;
- }
- /* --- ASKS --- */
- .question {
- padding:20px;
- margin-bottom:20px;
- margin-top:-20px;
- margin-left:-20px;
- margin-right:-20px;
- background-color:{color:info background};
- }
- @media screen and (max-width:900px), handheld {
- .question {
- width:96%;
- padding:0%;
- padding-bottom:1%;
- margin-bottom:0%;
- background-color:{color:mobile background};
- border-bottom:solid 1px {color:mobile accent 2};
- margin-top:0%;
- margin-left:0%;
- }
- }
- /* --- NOTES --- */
- ol.notes {
- padding: 20px;
- width:460px;
- margin-top:-5px;
- background-color:{color:info background};
- list-style-type:none;
- }
- @media screen and (max-width:900px), handheld {
- ol.notes {
- padding:0%;
- padding-top:2%;
- padding-bottom:2%;
- width:100%;
- margin-top:0%;
- background-color:{color:mobile background};
- }
- }
- ol.notes li.note {
- text-align:center;
- border-top: solid 1px {color:background};
- padding:10px;
- width:440px;
- }
- @media screen and (max-width:900px), handheld {
- ol.notes li.note {
- padding:2%;
- width:96%;
- border-top:solid 1px {color:mobile accent};
- }
- }
- ol.notes li.note:first-child {
- border-top:none;
- padding-top:0px;
- }
- ol.notes li.note:last-child {
- padding-bottom:0px;
- }
- ol.notes li.note a {
- color:{color:tags};
- }
- @media screen and (max-width:900px), handheld {
- ol.notes li.note a {
- color:{color:mobile link};
- }
- }
- ol.notes li.note a:hover {
- color:{color:tags hover};
- }
- ol.notes li.note img.avatar {
- display:none;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-left:1px solid {color:text};
- }
- @media screen and (max-width:900px), handheld {
- ol.notes li.note blockquote {
- border-left:1px solid {color:mobile text};
- }
- }
- li.note.more_notes_link_container {
- background-color:{color:background};
- border-bottom:10px {color:background} solid;
- }
- @media screen and (max-width:900px), handheld {
- li.note.more_notes_link_container {
- background-color:{color:mobile background};
- border-bottom:0px {color:background} solid;
- }
- }
- a.more_notes_link {
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:link};
- }
- @media screen and (max-width:900px), handheld {
- a.more_notes_link {
- color:{color:mobile link};
- }
- }
- a.more_notes_link:hover {
- color:{color:link hover};
- }
- /* --- CREDIT -DON'T TOUCH- --- */
- #notouchy {
- position:fixed;
- bottom:10px;
- right:10px;
- font-size:8px;
- font-family:'calibri';
- letter-spacing:3px;
- padding:5px;
- border:solid 1px {color:scrollbar};
- color:{color:scrollbar};
- background-color:{color:background};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -transition: all 1s ease-in-out;
- }
- @media screen and (max-width:900px) {
- #notouchy {
- top:1%;
- left:1%;
- padding:3px;
- height:14px;
- width:20px;
- }
- }
- #notouchy:hover {
- border:solid 1px {color:background};
- color:{color:background};
- background-color:{color:scrollbar};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -transition: all 1s ease-in-out;
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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>
- </head>
- <body>
- <div id="sidebarborder">
- <div id="sidebar">
- <div class="title">{Title}</div>
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- {block:IfLinkA}
- <a href="{text:linkA url}">{text:linkA}</a>
- {/block:IfLinkA}
- {block:IfLinkB}
- <a href="{text:linkB url}">{text:linkB}</a>
- {/block:IfLinkB}
- <div class="homelink">
- <a href="/">HOME</a>
- </div>
- {block:IfLinkC}
- <a href="{text:linkC url}">{text:linkC}</a>
- {/block:IfLinkC}
- {block:IfLinkD}
- <a href="{text:linkD url}">{text:linkD}</a>
- {/block:IfLinkD}
- </div>
- </div>
- </div>
- <div id="allposts">{block:Posts}<div id="postborder"><div id="individualposts">
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}</p>
- {/block:Photo}
- {block:Link}
- <div class="linkpost"><a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}
- </br>
- — {Source}
- {/block:Source}</p>
- {/block:Quote}
- {block:Photoset}
- {Photoset}
- {block:Caption}
- {Caption}
- {/block:Caption}</p>
- {/block:Photoset}
- {block:Audio}
- {AudioEmbed}<br>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ExternalAudio}</p>
- {/block:Audio}
- {block:Video}
- <div class="videoWrapper">
- {VideoEmbed-400}
- </div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Chat}
- {block:Title}
- <div class="posttitle">{Title}</div></p>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b><strong>{Label}</strong></b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}</p>
- {/block:Chat}
- {block:Answer}
- <div class="question"><font style="text-transform:uppercase">{Asker}:</font></br>{Question}</div>
- {Answer}
- {/block:Answer}
- <div id="details">
- {block:Date}<a href="{Permalink}" target="_blank">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}
- {block:RebloggedFrom} / <a href="{ReblogParentURL}" target="_blank">↩</a>{/block:RebloggedFrom}
- {block:ContentSource} / <a href="{SourceURL}" target="_blank">©</a> {/block:ContentSource}
- {block:NoteCount} / <a href="{Permalink}" target="_blank">{NoteCount}</a>{/block:NoteCount} / <a href="{ReblogURL}" target="_blank">↪</a>{block:HasTags}<div id="tags">{block:Tags} >> <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div></div></div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div></div></div>
- {block:Pagination}<div class="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">prev</a> - {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- </div>{/block:Pagination}</p>
- </div>
- <!--- THIS IS THE CREDIT, DON'T TOUCH! --->
- <a href="http://casowl.tumblr.com" target="_blank"><div id="notouchy">LSR</div></a>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment