- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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=Oxygen' rel='stylesheet' type='text/css'>
- <!--
- HANAMI THEME BY: COCORINI (http://cocorini.tumblr.com).
- PLEASE DO NOT REMOVE THIS CREDIT. THANK YOU!
- -->
- <meta name="color:Left Background" content="#f1eded"/>
- <meta name="color:Right Background" content="#fff"/>
- <meta name="color:Background" content="#f7f7f7"/>
- <meta name="color:Middle Column" content="#e0e0dd"/>
- <meta name="color:Right Side Border" content="#e1ecee"/>
- <meta name="color:Entries" content="#fff"/>
- <meta name="color:Body Text" content="#c0bdb7"/>
- <meta name="color:Body Bold Text" content="#e0c49f"/>
- <meta name="color:Body Italic Text" content="#abc2b7"/>
- <meta name="color:Body Links" content="#e29ba0"/>
- <meta name="color:Body Links Hover" content="#a8b38f"/>
- <meta name="color:Permalink Text" content="#df778b"/>
- <meta name="color:Permalink Text Hover" content="#ce9167"/>
- <meta name="color:Permalink Background" content="#f7e8e9"/>
- <meta name="color:Header" content="#ceb8a9"/>
- <meta name="color:Header Underline" content="#c7ddc1"/>
- <meta name="color:Navigation Text" content="#c7ddc1"/>
- <meta name="color:Sidebar Text" content="#cac7c0"/>
- <meta name="color:Description Outer" content="#cac7c0"/>
- <meta name="color:Description Border" content="#ece8e1"/>
- <meta name="color:Description Background" content="#f6f7f2"/>
- <meta name="color:Large Flower Outer Petals" content="#f8e3e5"/>
- <meta name="color:Large Flower Inner Petals" content="#fad4d8"/>
- <meta name="color:Large Flower Center Petals" content="#fabbbf"/>
- <meta name="color:Large Flower Circle" content="#ddb095"/>
- <meta name="color:Small Flower Outer Petals" content="#f1e5dc"/>
- <meta name="color:Small Flower Circle" content="#f7f3f4"/>
- <meta name="color:Custom Links Text" content="#a1b3a4"/>
- <meta name="color:Custom Links Text Hover" content="#ce8193"/>
- <meta name="color:Custom Links Border" content="#e9e2d5"/>
- <meta name="color:Custom Links Border Hover" content="#da9baa"/>
- <meta name="color:Custom Links Background" content="#fafaf3"/>
- <meta name="color:Custom Links Hover Background" content="#f8e1e5"/>
- <meta name="color:Blockquote Border" content="#d8e7d3"/>
- <meta name="color:Asker Border" content="#f3f1eb"/>
- <meta name="color:Scrollbar" content="#e1ebdb"/>
- <meta name="color:Scrollbar Background" content="#f8f8f8"/>
- <meta name="image:Left Background" content=""/>
- <meta name="image:Right Background" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Image" content="http://media.tumblr.com/1207406293387b6271d315954e6c1b15/tumblr_inline_mj53rxRHge1qz4rgp.png"/>
- <meta name="text:Music Player" content=""/>
- <meta name="text:Custom Link One" content=""/>
- <meta name="text:Custom Link One URL" content=""/>
- <meta name="text:Custom Link Two" content=""/>
- <meta name="text:Custom Link Two URL" content=""/>
- <meta name="text:Custom Link Three" content=""/>
- <meta name="text:Custom Link Three URL" content=""/>
- <meta name="text:Custom Link Four" content=""/>
- <meta name="text:Custom Link Four URL" content=""/>
- <meta name="text:Custom Link Five" content=""/>
- <meta name="text:Custom Link Five URL" content=""/>
- <meta name="text:Custom Link Six" content=""/>
- <meta name="text:Custom Link Six URL" content=""/>
- <meta name="if:Posts 400" content="1"/>
- <meta name="if:Image Fade" content="1"/>
- <meta name="if:Show Captions" content=""/>
- <meta name="if:Show Reblog" content="1"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <style type="text/css">
- /*BACKGROUND*/
- body {
- font-family: oxygen;
- font-size: 11px;
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-attachment: fixed;
- text-align: justify;
- color: {color:Body Text};
- }
- #place {
- position: fixed;
- left: 0px;
- top: 0px;
- }
- #left {
- position: fixed;
- {block:IfPosts400}width: 443px;{/block:IfPosts400}
- {block:IfNotPosts400}width: 543px;{/block:IfNotPosts400}
- height: 100%;
- background-color: {color:Left Background};
- background-image: url('{image:Left Background}');
- background-attachment: fixed;
- border-right: 62px solid {color:Middle Column};
- }
- #right {
- z-index: -1;
- position: fixed;
- {block:ifPosts400}width: 840px;{/block:IfPosts400}
- {block:ifNotPosts400}width: 940px;{/block:IfNotPosts400}
- height: 100%;
- background-color: {color:Right Background};
- background-image: url('{image:Right Background}');
- background-attachment: fixed;
- border-right: 10px solid {color:Right Side Border};
- }
- /*ENTRIES*/
- .entry {
- position: relative;
- left: 5px;
- top: 10px;
- {block:IfNotPosts400}width: 500px;{/block:IfNotPosts400}
- {block:IfPosts400}width: 400px;{/block:IfPosts400}
- background-color: {color:Entries};
- margin-bottom: 15px;
- padding: 10px;
- }
- .entry img {
- max-width: 100%;
- }
- .entrytitle:first-letter {
- text-transform: lowercase;
- font-style: italic;
- font-size: 18px;
- }
- .entrytitle {
- font-size: 12px;
- font-family: consolas;
- text-transform: uppercase;
- letter-spacing: 2px;
- padding-bottom: 2px;
- color: {color:Header};
- border-bottom: 1px dotted {color:Header Underline};
- }
- .entry b, strong {
- color: {color:Body Bold Text};
- }
- .entry i, em {
- color: {color:Body Italic Text};
- }
- #permalink {
- font-family: consolas;
- font-size: 9px;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 1px;
- padding: 3px;
- margin-bottom: 5px;
- }
- /*STATS*/
- .perma {
- width: 52px;
- position: absolute;
- padding: 5px;
- {block:IfPosts400}left: 430px;{/block:IfPosts400}
- {block:IfNotPosts400}left: 530px;{/block:IfNotPosts400}
- top: 0px;
- text-align: center;
- font-family: consolas;
- text-transform: uppercase;
- letter-spacing: 1px;
- font-size: 8px;
- background-color: {color:Permalink Background};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease-in-out;
- }
- .perma a {
- color: {color:Permalink Text}
- }
- .perma a:hover {
- color: {color:Permalink Text Hover}
- }
- /*LINKS*/
- a {
- color: {color:Body Links};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- text-decoration: none;
- }
- a:hover {
- color: {color:Body Links Hover};
- }
- /*PAGINATION*/
- #pagination {
- position: fixed;
- {block:IfPosts400}margin-left: 530px;{/block:IfPosts400}
- {block:IfNotPosts400}margin-left: 630px;{/block:IfNotPosts400}
- bottom: 10px;
- text-align: center;
- padding: 2px;
- background-color: {color:Entries};
- border-top: 1px dashed #ddd;
- border-bottom: 1px dashed #ddd;
- font-family: consolas;
- }
- #pagination a {
- margin: 4px;
- }
- /*large sakura*/
- #flower {
- position: fixed;
- margin-top: 210px;
- {block:IfPosts400}margin-left: 620px;{/block:IfPosts400}
- {block:IfNotPosts400}margin-left: 720px;{/block:IfNotPosts400}
- }
- #title {
- z-index: 999;
- position: fixed;
- width: 220px;
- margin-left: -55px;
- margin-top: -20px;
- font-family: consolas;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-size: 14px;
- text-align: center;
- color: {color:Header};
- border-bottom: 2px dotted {color:Header Underline};
- text-shadow: 1px 1px #fff;
- }
- #petal1 {
- margin-top: -5px;
- position: fixed;
- width: 55px;
- height: 55px;
- background-color: {color:Large Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(260deg);
- -moz-transform: rotate(260deg);
- -o-transform: rotate(260deg);
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #petal2 {
- margin-top: -5px;
- margin-left: 55px;
- position: fixed;
- width: 55px;
- height: 55px;
- background-color: {color:Large Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(190deg);
- -moz-transform: rotate(190deg);
- -o-transform: rotate(190deg);
- }
- #petal3 {
- margin-top: -50px;
- margin-left: 65px;
- position: fixed;
- width: 55px;
- height: 55px;
- background-color: {color:Large Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(120deg);
- -moz-transform: rotate(120deg);
- -o-transform: rotate(120deg);
- }
- #petal4 {
- margin-top: -75px;
- margin-left: 27px;
- position: fixed;
- width: 55px;
- height: 55px;
- background-color: {color:Large Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- #petal5 {
- margin-top: -49px;
- margin-left: -9px;
- position: fixed;
- width: 55px;
- height: 55px;
- background-color: {color:Large Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(-30deg);
- -moz-transform: rotate(-30deg);
- -o-transform: rotate(-30deg);
- }
- #flowerbg {
- margin-top: -20px;
- margin-left: 25px;
- position: fixed;
- width: 50px;
- height: 50px;
- background-color: {color:Large Flower Outer Petals};
- }
- #innerpetal1 {
- margin-top: -7px;
- margin-left: 20px;
- position: fixed;
- width: 35px;
- height: 35px;
- background-color: {color:Large Flower Inner Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(260deg);
- -moz-transform: rotate(260deg);
- -o-transform: rotate(260deg);
- }
- #innerpetal2 {
- margin-top: -7px;
- margin-left: 55px;
- position: fixed;
- width: 35px;
- height: 35px;
- background-color: {color:Large Flower Inner Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(190deg);
- -moz-transform: rotate(190deg);
- -o-transform: rotate(190deg);
- }
- #innerpetal3 {
- margin-top: -39px;
- margin-left: 64px;
- position: fixed;
- width: 35px;
- height: 35px;
- background-color: {color:Large Flower Inner Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(120deg);
- -moz-transform: rotate(120deg);
- -o-transform: rotate(120deg);
- }
- #innerpetal4 {
- margin-top: -55px;
- margin-left: 38px;
- position: fixed;
- width: 35px;
- height: 35px;
- background-color: {color:Large Flower Inner Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- #innerpetal5 {
- margin-top: -39px;
- margin-left: 12px;
- position: fixed;
- width: 35px;
- height: 35px;
- background-color: {color:Large Flower Inner Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(-30deg);
- -moz-transform: rotate(-30deg);
- -o-transform: rotate(-30deg);
- }
- #innerflowerbg {
- margin-top: -20px;
- margin-left: 35px;
- position: fixed;
- width: 40px;
- height: 35px;
- background-color: {color:Large Flower Inner Petals};
- }
- #centerpetal1 {
- margin-top: -6px;
- margin-left: 29px;
- position: fixed;
- width: 25px;
- height: 25px;
- background-color: {color:Large Flower Center Petals};
- border-top-left-radius: -100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(260deg);
- -moz-transform: rotate(260deg);
- -o-transform: rotate(260deg);
- }
- #centerpetal2 {
- margin-top: -6px;
- margin-left: 55px;
- position: fixed;
- width: 25px;
- height: 25px;
- background-color: {color:Large Flower Center Petals};
- border-top-left-radius: -100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(190deg);
- -moz-transform: rotate(190deg);
- -o-transform: rotate(190deg);
- }
- #centerpetal3 {
- margin-top: -30px;
- margin-left: 62px;
- position: fixed;
- width: 25px;
- height: 25px;
- background-color: {color:Large Flower Center Petals};
- border-top-left-radius: -100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(120deg);
- -moz-transform: rotate(120deg);
- -o-transform: rotate(120deg);
- }
- #centerpetal4 {
- margin-top: -46px;
- margin-left: 42px;
- position: fixed;
- width: 25px;
- height: 25px;
- background-color: {color:Large Flower Center Petals};
- border-top-left-radius: -100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- #centerpetal5 {
- margin-top: -30px;
- margin-left: 21px;
- position: fixed;
- width: 25px;
- height: 25px;
- background-color: {color:Large Flower Center Petals};
- border-top-left-radius: -100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(-30deg);
- -moz-transform: rotate(-30deg);
- -o-transform: rotate(-30deg);
- }
- #circle {
- position: fixed;
- margin-top: -22px;
- margin-left: 44px;
- width: 20px;
- height: 20px;
- border-radius: 20px;
- background-color: {color:Large Flower Circle};
- }
- /*NAVIGATION -- small sakura*/
- #navigation {
- position: fixed;
- margin-top: 300px;
- {block:IfPosts400}margin-left: 563px;{/block:ifPosts400}
- {block:IfNotPosts400}margin-left: 663px;{/block:ifNotPosts400}
- }
- /*first flower*/
- #flowera {
- position: fixed;
- }
- #petal1a {
- margin-top: -6px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(260deg);
- -moz-transform: rotate(260deg);
- -o-transform: rotate(260deg);
- }
- #petal2a {
- margin-top: -6px;
- margin-left: 20px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(190deg);
- -moz-transform: rotate(190deg);
- -o-transform: rotate(190deg);
- }
- #petal3a {
- margin-top: -25px;
- margin-left: 25px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(120deg);
- -moz-transform: rotate(120deg);
- -o-transform: rotate(120deg);
- }
- #petal4a {
- margin-top: -35px;
- margin-left: 10px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- #petal5a {
- margin-top: -25px;
- margin-left: -5px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(-30deg);
- -moz-transform: rotate(-30deg);
- -o-transform: rotate(-30deg);
- }
- #flowerbga {
- margin-top: -19px;
- margin-left: 10px;
- position: fixed;
- width: 22px;
- height: 22px;
- background-color: {color:Small Flower Outer Petals};
- }
- #circlea {
- position: fixed;
- margin-left: 13px;
- margin-top: -17px;
- width: 15px;
- height: 15px;
- border-radius: 20px;
- background-color: {color:Small Flower Circle};
- }
- /*second flower*/
- #flowerb {
- position: fixed;
- margin-left: 60px;
- }
- #petal1b {
- margin-top: -6px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(260deg);
- -moz-transform: rotate(260deg);
- -o-transform: rotate(260deg);
- }
- #petal2b {
- margin-top: -6px;
- margin-left: 20px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(190deg);
- -moz-transform: rotate(190deg);
- -o-transform: rotate(190deg);
- }
- #petal3b {
- margin-top: -25px;
- margin-left: 25px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(120deg);
- -moz-transform: rotate(120deg);
- -o-transform: rotate(120deg);
- }
- #petal4b {
- margin-top: -35px;
- margin-left: 10px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- #petal5b {
- margin-top: -25px;
- margin-left: -5px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(-30deg);
- -moz-transform: rotate(-30deg);
- -o-transform: rotate(-30deg);
- }
- #flowerbgb {
- margin-top: -19px;
- margin-left: 10px;
- position: fixed;
- width: 22px;
- height: 22px;
- background-color: {color:Small Flower Outer Petals};
- }
- #circleb {
- position: fixed;
- margin-left: 13px;
- margin-top: -17px;
- width: 15px;
- height: 15px;
- border-radius: 20px;
- background-color: {color:Small Flower Circle};
- }
- /*third flower*/
- #flowerc {
- position: fixed;
- margin-left: 120px;
- }
- #petal1c {
- margin-top: -6px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(260deg);
- -moz-transform: rotate(260deg);
- -o-transform: rotate(260deg);
- }
- #petal2c {
- margin-top: -6px;
- margin-left: 20px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(190deg);
- -moz-transform: rotate(190deg);
- -o-transform: rotate(190deg);
- }
- #petal3c {
- margin-top: -25px;
- margin-left: 25px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(120deg);
- -moz-transform: rotate(120deg);
- -o-transform: rotate(120deg);
- }
- #petal4c {
- margin-top: -35px;
- margin-left: 10px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- #petal5c {
- margin-top: -25px;
- margin-left: -5px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(-30deg);
- -moz-transform: rotate(-30deg);
- -o-transform: rotate(-30deg);
- }
- #flowerbgc {
- margin-top: -19px;
- margin-left: 10px;
- position: fixed;
- width: 22px;
- height: 22px;
- background-color: {color:Small Flower Outer Petals};
- }
- #circlec {
- position: fixed;
- margin-left: 13px;
- margin-top: -17px;
- width: 15px;
- height: 15px;
- border-radius: 20px;
- background-color: {color:Small Flower Circle};
- }
- /*fourth flower*/
- #flowerd {
- position: fixed;
- margin-left: 180px;
- }
- #petal1d {
- margin-top: -6px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(260deg);
- -moz-transform: rotate(260deg);
- -o-transform: rotate(260deg);
- }
- #petal2d {
- margin-top: -6px;
- margin-left: 20px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 70px;
- border-bottom-left-radius: 70px;
- -webkit-transform: rotate(190deg);
- -moz-transform: rotate(190deg);
- -o-transform: rotate(190deg);
- }
- #petal3d {
- margin-top: -25px;
- margin-left: 25px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(120deg);
- -moz-transform: rotate(120deg);
- -o-transform: rotate(120deg);
- }
- #petal4d {
- margin-top: -35px;
- margin-left: 10px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- #petal5d {
- margin-top: -25px;
- margin-left: -5px;
- position: fixed;
- width: 20px;
- height: 20px;
- background-color: {color:Small Flower Outer Petals};
- border-top-left-radius: 100px;
- border-top-right-radius: 80px;
- border-bottom-left-radius: 80px;
- -webkit-transform: rotate(-30deg);
- -moz-transform: rotate(-30deg);
- -o-transform: rotate(-30deg);
- }
- #flowerbgd {
- margin-top: -19px;
- margin-left: 10px;
- position: fixed;
- width: 22px;
- height: 22px;
- background-color: {color:Small Flower Outer Petals};
- }
- #circled {
- position: fixed;
- margin-left: 13px;
- margin-top: -17px;
- width: 15px;
- height: 15px;
- border-radius: 20px;
- background-color: {color:Small Flower Circle};
- }
- /*NAVIGATION*/
- #navtext1 a {
- z-index: 999;
- margin-top: -13px;
- margin-left: 6px;
- position: fixed;
- font-family: consolas;
- font-size: 9px;
- letter-spacing: 1px;
- text-transform: uppercase;
- text-align: center;
- color: {color:Navigation Text};
- text-shadow: 1px 1px 1px #fff;
- }
- #navtext2 a {
- z-index: 999;
- margin-top: -13px;
- margin-left: -3px;
- position: fixed;
- font-family: consolas;
- font-size: 9px;
- letter-spacing: 1px;
- text-transform: uppercase;
- color: {color:Navigation Text};
- text-shadow: 1px 1px 1px #fff;
- }
- #navtext3 a {
- z-index: 999;
- margin-top: -13px;
- margin-left: -3px;
- position: fixed;
- font-family: consolas;
- font-size: 9px;
- letter-spacing: 1px;
- text-transform: uppercase;
- color: {color:Navigation Text};
- text-shadow: 1px 1px 1px #fff;
- }
- #navtext4 a {
- z-index: 999;
- margin-top: -13px;
- margin-left: 3px;
- position: fixed;
- font-family: consolas;
- font-size: 9px;
- letter-spacing: 1px;
- text-transform: uppercase;
- color: {color:Navigation Text};
- text-shadow: 1px 1px 1px #fff;
- }
- /*SIDEBAR*/
- #sidebarimage {
- position: fixed;
- width: 220px;
- height: 220px;
- margin-top: 330px;
- {block:IfPosts400}margin-left: 730px;{/block:IfPosts400}
- {block:IfNotPosts400}margin-left: 830px;{/block:IfNotPosts400}
- padding: 10px;
- background-color: {color:Right Side Border};
- border-bottom-right-radius: 200px;
- border-top-right-radius: 200px;
- border-bottom-left-radius: 200px;
- }
- #sidebarimage img {
- max-width: 220px;
- max-height: 220px;
- border-bottom-right-radius: 195px;
- border-top-right-radius: 195px;
- border-bottom-left-radius: 195px;
- }
- #placeholder {
- position: fixed;
- margin-top: 330px;
- {block:IfPosts400}margin-left: 525px;{/block:IfPosts400}
- {block:IfNotPosts400}margin-left: 625px;{/block:IfNotPosts400}
- }
- #sidebar {
- width: 180px;
- padding: 5px;
- background-color: {color:Description Outer};
- }
- #desc {
- width: 168px;
- padding: 6px;
- background-color: {color:Description Background};
- background-attachment: fixed;
- border-top: 1px dashed {color:Description Border};
- border-bottom: 1px dashed {color:Description Border};
- background-image: url('{image:Description Background}');
- }
- #desc b, strong {
- color: {color:Body Bold Text};
- }
- #desc i, em {
- color: {color:Body Italic Text};
- }
- /*CUSTOM LINKS*/
- #custom {
- position: relative;
- margin-top: 10px;
- margin-left: -3px;
- }
- #extra {
- position: relative;
- text-align: center;
- }
- #extra a {
- padding: 4px;
- margin-bottom: 4px;
- width: 140px;
- font-family: consolas;
- font-size: 10px;
- text-transform: uppercase;
- letter-spacing: 1px;
- display: inline-block;
- text-align: center;
- color: {color:Custom Links Text};
- background-color: {color:Custom Links Background};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- border-left: 10px solid {color:Custom Links Border};
- border-right: 10px solid {color:Custom Links Border};
- text-shadow: 1px 1px #fff;
- }
- #extra a:hover {
- width: 150px;
- color: {color:Custom Links Text Hover};
- background-color: {color:Custom Links Hover Background};
- border-left: 10px solid {color:Custom Links Border Hover};
- border-right: 10px solid {color:Custom Links Border Hover};
- }
- /*BLOCKQUOTE*/
- blockquote {
- border-left: 5px solid {color:Blockquote Border};
- padding-left: 5px;
- }
- /*ASK*/
- .ask {
- font-family: consolas;
- font-size: 10px;
- text-transform: uppercase;
- padding: 5px;
- margin-left: 40px;
- border-bottom: 2px dashed {color:Asker Border};
- }
- .askinfo img {
- float: left;
- max-width: 40px;
- border-radius: 20px;
- }
- /*AUDIO*/
- .audio {
- background-color: #e4e4e4;
- margin-left: 35px;
- display: block;
- }
- .cover img {
- margin-left: 0px;
- width: 60px;
- float: left;
- border-radius: 30px;
- }
- .audioinfo {
- position: relative;
- margin-top: 5px;
- margin-left: 65px;
- border-left: 5px solid {color:Blockquote Border};
- padding-left: 5px;
- }
- /*QUOTE*/
- .quote {
- font-family: georgia;
- font-style: italic;
- font-size: 14px;
- letter-spacing: 2px;
- padding-left: 5px;
- }
- /*PHOTO HOVER*/
- {block:IfImageFade}.photo {
- opacity: .7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .photo:hover {
- opacity: 1;
- }
- .entry img {
- opacity: .7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .entry img:hover {
- opacity: 1;
- }{/block:IfImageFade}
- /*SCROLLBAR*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Scrollbar};
- height: 30px;
- }
- ::-webkit-scrollbar {
- height: 30px;
- width: 5px;
- background-color: {color:Scrollbar Background};
- }
- /*BACK TO TOP*/
- .top {
- z-index: 999;
- font-family: consolas;
- font-size: 8px;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-shadow: 1px 1px 1px #fff;
- }
- #scrollToTop:link, #scrollToTop:visited {
- z-index: 999;
- background-color: transparent;
- display: none;
- position: fixed;
- bottom: 30px;
- right: 10px;
- }
- /*TUMBLR STUFF*/
- iframe#tumblr_controls {
- right: 3px !important;
- position: fixed !important;
- opacity: .2;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- iframe#tumblr_controls:hover {
- opacity: 1;
- }
- #cred {
- opacity: .8;
- position: fixed;
- bottom: 10px;
- right: 5px;
- font-size: 10px;
- }
- /*MUSIC PLAYER*/
- #musicplayer {
- position: fixed;
- top: 315px;
- {block:IfPosts400}left: 855px;{/block:IfPosts400}
- {block:IfNotPosts400}left: 955px;{/block:IfNotPosts400}
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- }
- #musicplayer:hover {
- top: 283px;
- }
- </style>
- {Block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <div class="top">
- <a href="javascript:;" id="scrollToTop">⇡<br />back to top</a>
- </div>
- {/Block:IfInfiniteScroll}
- </head><body>
- <div id="place">
- <div id="left"></div>
- <div id="right"></div>
- {Block:IfNotInfiniteScroll}
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">◀</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}
- </div>{/block:Pagination}
- {/Block:IfNotInfiniteScroll}
- <div id="cred"><a href="http://cocorini.tumblr.com" target="_blank">✿</a></div>
- {block:ifMusicPlayer}<div id="musicplayer"><img src="http://media.tumblr.com/tumblr_m64zfvxe7V1rnjuep.gif"><br /><br />{text:Music Player}
- </div>{/block:ifMusicPlayer}
- <div id="sidebarimage">
- <img src="{image:Sidebar Image}">
- </div>
- <div id="flower">
- <div id="title">{Title}</div>
- <div id="petal1"></div>
- <div id="petal2"></div>
- <div id="petal3"></div>
- <div id="petal4"></div>
- <div id="petal5"></div>
- <div id="innerflowerbg"></div>
- <div id="innerpetal1"></div>
- <div id="innerpetal2"></div>
- <div id="innerpetal3"></div>
- <div id="innerpetal4"></div>
- <div id="innerpetal5"></div>
- <div id="centerflowerbg"></div>
- <div id="centerpetal1"></div>
- <div id="centerpetal2"></div>
- <div id="centerpetal3"></div>
- <div id="centerpetal4"></div>
- <div id="centerpetal5"></div>
- <div id="circle"></div>
- </div>
- <div id="navigation">
- <div id="flowera">
- <div id="flowerbga"></div>
- <div id="navtext1"><a href="/">home</a></div>
- <div id="petal1a"></div>
- <div id="petal2a"></div>
- <div id="petal3a"></div>
- <div id="petal4a"></div>
- <div id="petal5a"></div>
- <div id="circlea"></div>
- </div>
- <div id="flowerb">
- <div id="flowerbgb"></div>
- <div id="navtext2"><a href="/ask">message</a></div>
- <div id="petal1b"></div>
- <div id="petal2b"></div>
- <div id="petal3b"></div>
- <div id="petal4b"></div>
- <div id="petal5b"></div>
- <div id="circleb"></div>
- </div>
- <div id="flowerc">
- <div id="flowerbgc"></div>
- <div id="navtext3"><a href="/archive">archive</a></div>
- <div id="petal1c"></div>
- <div id="petal2c"></div>
- <div id="petal3c"></div>
- <div id="petal4c"></div>
- <div id="petal5c"></div>
- <div id="circlec"></div>
- </div>
- <div id="flowerd">
- <div id="flowerbgd"></div>
- <div id="navtext4"><a href="http://cocorini.tumblr.com" target="_blank">theme</a></div>
- <div id="petal1d"></div>
- <div id="petal2d"></div>
- <div id="petal3d"></div>
- <div id="petal4d"></div>
- <div id="petal5d"></div>
- <div id="circled"></div>
- </div>
- </div>
- <div id="placeholder">
- <div id="sidebar">
- <div id="desc">
- {Block:Description}
- {Description}
- {/Block:Description}
- </div>
- </div>
- <div id="custom">
- {block:IfCustomLinkOne}
- <div id="extra">
- <a href="{Block:IfCustomLinkOneURL}{text:Custom Link One URL}{/Block:IfCustomLinkOneURL}">{text:Custom Link One}</a></div>
- {/block:IfCustomLinkOne}
- {block:IfCustomLinkTwo}
- <div id="extra">
- <a href="{Block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/Block:IfCustomLinkTwoURL}">{text:Custom Link Two}</a></div>
- {/block:IfCustomLinkTwo}
- {block:IfCustomLinkThree}
- <div id="extra">
- <a href="{Block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/Block:IfCustomLinkThreeURL}">{text:Custom Link Three}</a></div>
- {/block:IfCustomLinkThree}
- {block:IfCustomLinkFour}
- <div id="extra">
- <a href="{Block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/Block:IfCustomLinkFourURL}">{text:Custom Link Four}</a></div>
- {/block:IfCustomLinkFour}
- {block:IfCustomLinkFive}
- <div id="extra">
- <a href="{Block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/Block:IfCustomLinkFiveURL}">{text:Custom Link Five}</a></div>
- {/block:IfCustomLinkFive}
- {block:IfCustomLinkSix}
- <div id="extra">
- <a href="{Block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/Block:IfCustomLinkSixURL}">{text:Custom Link Six}</a></div>
- {/block:IfCustomLinkSix}
- </div></div></div>
- {Block:IfInfiniteScroll}
- <div class="autopagerize_page_element">
- {/Block:IfInfiniteScroll}
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- <div class="perma">
- <a href="{permalink}">
- <div style="font-size: 11px;">{block:Date}{ShortMonth} {DayOfMonthWithZero}{/block:Date}</a></div> {block:NoteCount} <a href="{permalink}">♥ {NoteCount}<br />{/block:NoteCount}</a> {block:ifShowReblog} <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:ifShowReblog}</div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}
- <div class="entrytitle">
- {Title}
- </div>
- {/block:Title}
- {Body}
- {block:PermalinkPage}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:IfNotPosts400}
- {LinkOpenTag}
- <img src="{PhotoURL-highres}" width="500px" alt="{PhotoAlt}">
- {LinkCloseTag}
- {/block:IfNotPosts400}
- {block:IfPosts400}
- {LinkOpenTag}
- <img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}">
- {LinkCloseTag}
- {/block:IfPosts400}
- {block:IfShowCaptions}
- {Caption}
- {/block:IfShowCaptions}
- {block:PermalinkPage}
- {block:IfNotShowCaptions}
- {Caption}
- {/block:IfNotShowCaptions}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IfNotPosts400}
- <div class="photo">{Photoset-500}</div>
- {/block:IfNotPosts400}
- {block:IfPosts400}
- <div class="photo">{Photoset-400}</div>
- {/block:IfPosts400}
- {block:IfShowCaptions}
- {Caption}
- {/block:IfShowCaptions}
- {block:PermalinkPage}
- {block:IfNotShowCaptions}
- {Caption}
- {/block:IfNotShowCaptions}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- {Quote}
- </div>
- {block:Source}
- <div style="text-align: right;text-transform: uppercase;font-size: 9px;letter-spacing: 2px;padding-top: 3px; font-family: consolas">
- —{Source}
- </div>
- {/block:Source}
- {Block:PermalinkPage}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/Block:PermalinkPage}
- </div> {/block:Quote}
- {block:Link}
- <t><a href="{URL}" {Target}>
- <div style="font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-family: consolas">
- {Name}
- </div>
- </a></t>
- {block:Description}
- {Description}
- {/block:Description}
- {Block:PermalinkPage}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="entrytitle">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div style="border-bottom:1px dotted #cccccc; padding: 3px">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br></div>
- {/block:Lines}
- {Block:PermalinkPage}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- <div class="cover">{block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}</div>
- <div class="audio">{AudioPlayerGrey}</div>
- <div class="audioinfo">
- {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}<br /><b>Track:</b> {block:TrackName} "{TrackName}" {/block:TrackName}</div>
- {block:IfShowCaptions}
- {Caption}
- {/block:IfShowCaptions}
- {block:PermalinkPage}
- {block:IfNotShowCaptions}
- {Caption}
- {/block:IfNotShowCaptions}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:IfNotPosts400} {Video-500} {/block:IfNotPosts400}
- {block:IfPosts400} {Video-400} {/block:IfPosts400}
- {block:IfShowCaptions}
- {Caption}
- {/block:IfShowCaptions}
- {block:PermalinkPage}
- {block:IfNotShowCaptions}
- {Caption}
- {/block:IfNotShowCaptions}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <div class="askinfo"><img src="{AskerPortraitURL-40}"></div>
- <div class="ask">{Asker} <b>sent:</b> {Question}</div>
- {Answer}
- {Block:PermalinkPage}
- <div id="permalink">
- <a href="{permalink}">{block:Date} {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}<br />{/block:NoteCount}</a>
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Answer}
- </div>
- {/block:Posts} {Block:IfInfiniteScroll}</div>{/Block:IfInfiniteScroll}
- </body>
- </html>

