Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- M A I A B Y R I V E R B E L L T H E M E S !
- http://riverbellthemes.tumblr.com/
- ver 1.2.1
- T E R M S O F U S A G E
- Do NOT remove the credit
- Do NOT redistribute
- Do NOT claim as your own
- Do NOT use as a base (minor alterations in the code is OK as long it still looks like my theme)
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:askbackground" content="#cccccc" />
- <meta name="color:background" content="#dedddb" />
- <meta name="color:bodytext" content="#000000" />
- <meta name="color:content" content="#ffffff" />
- <meta name="color:descriptionbackground" content="#cccccc" />
- <meta name="color:descriptiontext" content="#000000" />
- <meta name="color:link" content="#10c98f" />
- <meta name="color:linkhover" content="#2b9be5" />
- <meta name="color:circles" content="#75b1d6" />
- <meta name="color:border" content="#7e7e7e" />
- <meta name="color:navlinks" content="#000000" />
- <meta name="font:title" content="Clarendon" />
- <meta name="font:bodytext" content="Lucida Sans" />
- <meta name="font:navlinks" content="trebuchet ms" />
- <meta name="if:400px width" content="0">
- <meta name="if:audio player black" content="0">
- <meta name="if:background fixed" content="1" />
- <meta name="if:background repeated" content="1" />
- <meta name="if:description scrollbox" content="0" />
- <meta name="if:images stretched" content="0" />
- <meta name="if:images centered" content="1" />
- <meta name="if:infinite scrolling" content="0" />
- <meta name="if:date style timeago" content="0" />
- <meta name="if:replace random link with link 7" content="0" />
- <meta name="if:show description" content="1" />
- <meta name="if:link 1" content="0" />
- <meta name="if:link 2" content="0" />
- <meta name="if:link 3" content="0" />
- <meta name="if:link 4" content="0" />
- <meta name="if:link 5" content="0" />
- <meta name="if:link 6" content="0" />
- <meta name="if:link 7" content="0" />
- <meta name="text:background position" content="top left" />
- <meta name="text:sidebar position" content="top center" />
- <meta name="text:label ask" content="ask" />
- <meta name="text:label home" content="home" />
- <meta name="text:label archive" content="archive" />
- <meta name="text:label random" content="random" />
- <meta name="text:link 1 url" content="http://" />
- <meta name="text:link 1 name" content="link 1" />
- <meta name="text:link 2 url" content="http://" />
- <meta name="text:link 2 name" content="link 2" />
- <meta name="text:link 3 url" content="http://" />
- <meta name="text:link 3 name" content="link 3" />
- <meta name="text:link 4 url" content="http://" />
- <meta name="text:link 4 name" content="link 4" />
- <meta name="text:link 5 url" content="http://" />
- <meta name="text:link 5 name" content="link 5" />
- <meta name="text:link 6 url" content="http://" />
- <meta name="text:link 6 name" content="link 6" />
- <meta name="text:link 7 url" content="http://" />
- <meta name="text:link 7 name" content="link 7" />
- <meta name="image:image background" content="" />
- <meta name="image:image sidebar" content="" />
- <!-- icon font -->
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <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}
- <style type="text/css">
- @font-face {
- font-family:"font awesome";
- src: url('http://static.tumblr.com/ta26uqw/vWtn3izo8/fontawesome-webfont.ttf'); }
- body { background-color:{color:Background}; background-image: url('{image:image background}'); background-position: {text:Background Position}; }
- {block:IfNotBackgroundFixed}
- body {background-attachment: scroll;}
- {/block:IfNotBackgroundFixed}
- {block:IfBackgroundFixed}
- body {background-attachment:fixed;}
- {/block:IfBackgroundFixed}
- {block:IfNotBackgroundRepeated}
- body {background-repeat:no-repeat;}
- {/block:IfNotBackgroundRepeated}
- {block:IfBackgroundRepeated}
- body {background-repeat:repeat;}
- {/block:IfBackgroundRepeated}
- a { -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear;
- text-decoration: none; }
- a:hover {
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- #wrapper {
- position: relative; left: 8%;
- {block:IfNot400pxwidth}
- width: 830px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 730px;
- {/block:If400pxwidth} }
- #content {
- position: relative; left: 320px;
- {block:IfNot400pxwidth}
- width: 510px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 410px;
- {/block:If400pxwidth} }
- #sidebar {
- z-index: 9935487;
- position: fixed; left: 8%;
- width: 300px;
- background-color: white; }
- #sidebar_content {
- postion: relative; }
- #avatar img {
- position: absolute; top: 25px; left: 100px;
- border: 3px solid {color:border};
- border-radius:70px;
- -webkit-border-radius:70px;
- -moz-border-radius:70px;
- }
- #pagination {
- font: 20px arial black;
- line-height: 18px;
- border: 0px solid grey;
- position: absolute; left: 70px; top: 400px;
- background-color: none;
- width: 170px;
- z-index: 999999;
- {block:Ifinfinitescrolling}
- display: none;
- {/block:Ifinfinitescrolling}
- }
- #pagcon1 { float: right; right: 0;}
- #pagcon2 {float: left; left: 0; }
- #pagcon1, #pagcon2 {
- background-color: {color:navlinks};
- position: absolute;
- width: 14px; height: 16px;
- border-radius:70px;
- -webkit-border-radius:70px;
- -moz-border-radius:70px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear;
- /* Centering with flexbox
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-pack: center;
- -moz-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -moz-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center; */ }
- .next, .prev {
- position: absolute;
- top: -2px; left: -2px; }
- .next {
- /*margin-top: 2px; margin-right: 3px;*/
- }
- .prev { /*margin-top: 1px; margin-left: 3px;*/
- /*-ms-transform: rotate(180deg); /* IE 9 */
- /*-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera
- transform: rotate(180deg);
- -moz-transform: rotate(180deg); */}
- #pagination a, #pagination a:visited { color:{color:circles}; text-decoration: none; }
- #pagination a:hover { color:{color:linkhover}; }
- #pagcon1:hover, #pagcon2:hover { background-color: {color:circles};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear;}
- #menu {
- position: absolute; top: 2px;
- font: 10px {font:navlinks}; }
- #menu a, #menu a:visited { text-decoration: none; color: {color:navlinks}; }
- #menu a:hover { color: {color:circles}; }
- .circles {
- width: 50px; height: 50px;
- background-color: {color:circles};
- margin-bottom: 5px;
- text-align: center;
- border-radius:70px;
- -webkit-border-radius:70px;
- -moz-border-radius:70px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- .circles:hover { background-color: {color:linkhover};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- table.circle { width: 50px; height: 50px; }
- #circle1 { margin-left: 40px; }
- #circle2 { margin-left: 20px; }
- #circle3 { margin-left: 40px; }
- #description {
- position: absolute; top: 150px; left: 25px;
- background-color: none;
- background-image: url('{image:image sidebar}');
- background-position: {text:sidebar position};
- border: 4px solid {color:border};
- width: 250px; height: 250px;
- text-align: center;
- font: 11px {font:bodytext};
- color: {color:descriptiontext};
- overflow: hidden;
- border-radius:370px;
- -webkit-border-radius:370px;
- -moz-border-radius:370px;
- -o-border-radius: 370px;
- }
- #description_content {
- height: 190px;
- padding: 30px 40px;
- background-color: {color:descriptionbackground};
- overflow:hidden;
- border-radius:570px;
- -webkit-border-radius:570px;
- -moz-border-radius:570px;
- -o-border-radius: 570px;
- opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear;
- }
- #description_content a, #description_content a:visited { color: {color:link};}
- #description_content a:hover { color:{color:linkhover};}
- #title { font: 16px {font:title}; font-weight: bold; margin-bottom: 5px;}
- #dlinks { margin-top: 3px; }
- {block:Ifdescriptionscrollbox}
- .description_box {
- width: 220px; height: 130px;
- padding: 0px 25px 5px 5px;
- overflow-y: auto;
- margin-left: -28px; }
- {/block:Ifdescriptionscrollbox}
- #description:hover #description_content {
- overflow:hidden;
- opacity: 0.9; filter: alpha(opacity=90); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear;
- }
- #post {
- background-color: {color:content};
- padding: 5px;
- margin: 10px 0px;
- {block:IfNot400pxwidth}
- width: 500px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 400px;
- {/block:If400pxwidth}
- color: {color:bodytext};
- font: 11px {font:bodytext}; }
- #post a, #post a:visited { color:{color:link};}
- #post a:hover { color:{color:linkhover};}
- #post p img {
- {block:IfNot400pxwidth}
- max-width: 500px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- max-width: 400px;
- {/block:If400pxwidth}}
- h3 { line-height: 0.4em; font: 16px {font:title}; text-align: center;}
- #date {
- position: absolute;
- {block:IfNot400pxwidth}
- left: 515px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- left: 415px;
- {/block:If400pxwidth}
- color: {color:circles};
- text-transform: lowercase; }
- .info { font-size: 10px; color: {color:navlinks};
- line-height: 10px;
- position: absolute;
- {block:IndexPage}
- margin-left: 5px;
- opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 200px;
- margin-left: 15px;
- opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- {/block:PermalinkPage}
- -webkit-transition: .25s ease .1s;
- -moz-transition: .25s ease .1s;
- -o-transition: .25s ease .1s;
- -ms-transition: .25s ease .1s;
- transition: .25s ease .1s; }
- .info#source { margin-left: 17px; }
- #note.heart { font: 10px trebuchet ms; }
- #date_wrapper {position:relative;
- list-style-type: none;
- margin: 0px; padding: 0px; }
- .small_circles { margin-bottom: 3px;
- color: {color:circles};
- font: 10px {font:navlinks};
- text-transform: lowercase;
- position: relative;
- border-radius:370px;
- -webkit-border-radius:370px;
- -moz-border-radius:370px;
- -o-border-radius: 370px; }
- .small_circles a, .small_circles a:visited {
- color: {color:navlinks};
- text-decoration: none;}
- .small_circles a:hover {
- color: {color:linkhover}; }
- .small_circles:nth-child(odd) { background-color: {color:circles};
- width: 12px; height: 12px; }
- .small_circles:nth-child(even) { background-color: none; border: 2px solid {color:circles};
- width: 8px; height: 8px; }
- {block:IndexPage}
- .small_circles:nth-child(1):hover .info#time { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- margin-left: 15px; }
- .small_circles:nth-child(2):hover .info#note { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- margin-left: 15px; }
- {/block:IndexPage}
- .quote {
- {block:IfNot400pxwidth}
- width: 430px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 330px;
- {/block:If400pxwidth}
- margin-left: 35px; margin-right: 35px; margin-bottom: 5px;
- font-family: {font:title};
- font-weight: bold;
- text-align: center;
- font-size: 14px; }
- .source { text-align: center;}
- .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
- .asker_container { font-family:{font:title}; font-size:12px; font-weight:bold; position: relative; z-index: 4;}
- .question_post img.icon { margin-right: 0px;
- -moz-border-radius:30px;
- -webkit-border-radius:30px;
- border-radius: 30px; }
- .question_wrap { position: relative; }
- .tri { color: {color:Askbackground}; font: 50px baskerville; position:absolute; top:-20px; {block:IfNot400pxwidth} left: 200px; {/block:IfNot400pxwidth} {block:If400pxwidth} left: 160px; {/block:If400pxwidth} z-index: 1;}
- .question { background-color: {color:Askbackground}; position: relative; padding: 10px; -moz-border-radius:15px;-webkit-border-radius:15px; border-radius: 15px; z-index: 6;}
- ul.chat { padding: 0px;
- margin: 0px;
- list-style-type: none;
- border-bottom: solid 0px {color:Bodytext};}
- ul.chat li {
- border-top: solid 0px {color:Bodytext};
- padding: 2px 2px 2px 10px; list-style-type:none; }
- ul.chat li:nth-child(odd) { background-color: none;}
- ul.chat li:nth-child(even) { background-color: none;}
- ul.chat .label { font-weight: bold; font-size: 10px; text-transform: uppercase; }
- ol.audioinfo { list-style-type: none;
- margin: 0px 0px 0px 3px; padding: 0px;
- font-family: trebuchet ms;
- text-transform: normal;
- font-size: 11px; }
- table.audio_table { border: none; }
- .audio_wrap { position: relative; }
- #audioplayer { width: 27px; border: 0px solid pink; overflow: hidden;
- position: absolute; top: 7px; left: 7px;
- z-index:5;
- }
- .player_wrap {
- position: absolute; top: 66px; left: 66px;
- width: 42px; height: 42px;
- z-index:4;
- {block:IfNotaudioplayerblack} background-color: white; {/block:IfNotaudioplayerblack}
- {block:Ifaudioplayerblack} background-color: black; {/block:Ifaudioplayerblack}
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- }
- .album_art img { position: relative;
- width: 170px;
- -moz-border-radius: 90px;
- -webkit-border-radius: 90px;
- border-radius: 90px; }
- .notecontainer {
- font: 11px {font:bodytext};
- color: {color:bodytext};
- background-color: white;
- {block:IfNot400pxwidth}
- width: 500px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 400px;
- {/block:If400pxwidth}
- position: relative;
- padding: 1px 5px; margin: 0px 0px;}
- .notecontainer a, .notecontainer a:visited { color: {color:Link}; text-decoration: none; }
- .notecontainer a:hover { color: {color:LinkHover}; }
- ol.notes {
- padding: 0px;
- margin: 15px 0px;
- list-style-type: none; }
- ol.notes li.note {
- padding: 2px; }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- -moz-border-radius: 12px;-webkit-border-radius: 12px; border-radius: 12px; }
- ol.notes li.note span.action {
- font-weight: normal; }
- ol.notes li.note .answer_content { }
- ol.notes li.note blockquote {
- border-color:{color:Bodytext};
- padding: 4px 10px;
- margin: 4px 0px 0px 25px; }
- ol.notes li.note blockquote a {
- font-family:{font:Tags};
- text-decoration: none; }
- #creditbox {
- width:70px;
- height: 30px;
- border: none;
- position: fixed; bottom: 5px; right: 5px;
- z-index: 999999;
- }
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear ;
- -ms-transition: all 0.4s linear; }
- iframe#tumblr_controls:hover {
- opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;}
- img { border-style: none; }
- blockquote {
- border-left: 2px {color:bodyText} solid;
- padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
- margin:0px 0px 0px 10px;}
- {block:IfNot400pxwidth}
- blockquote img { max-width: 482px; }
- blockquote blockquote img { max-width: 465px; }
- blockquote blockquote blockquote img { max-width: 447px; }
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- blockquote img { max-width: 382px; }
- blockquote blockquote img { max-width: 365px; }
- blockquote blockquote blockquote img { max-width: 347px; }
- {/block:If400pxwidth}
- /* -----------------------scrollbar------------------------*/
- ::-webkit-scrollbar {
- width: 6px;
- }
- ::-webkit-scrollbar-track {
- background-color: {color:background};
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background-color: {color:content};
- height: 20px; }
- .description_box::-webkit-scrollbar {
- width: 3px;
- }
- .description_box::-webkit-scrollbar-track {
- background-color: {color:descriptionbackground};
- }
- .description_box::-webkit-scrollbar-thumb {
- background-color: {color:descriptiontext}; }
- /* -----------------------------------------------*/
- </style>
- <style type="text/css">{CustomCSS}</style>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebar_content">
- <div id="menu">
- <div id="circle1" class="circles">
- <table border="0" class="circle">
- <tr valign="center">
- <td align="center">
- <span style="white-space: nowrap;"><a href="/ask">{text:label ask}</a></span>
- </td>
- </tr>
- </table>
- </div>
- <div id="circle2" class="circles">
- <table border="0" class="circle">
- <tr valign="center">
- <td align="center">
- <span style="white-space: nowrap;"><a href="/archive">{text:label archive}</a> </span>
- </td>
- </tr>
- </table>
- </div>
- <div id="circle3" class="circles">
- <table border="0" class="circle">
- <tr valign="center">
- <td align="center">
- <span style="white-space: nowrap;{block:IfReplaceRandomLinkWithLink7}display:none;{/block:IfReplaceRandomLinkWithLink7}"><a href="/random">{text:label random}</a> </span>
- {block:IfReplaceRandomLinkWithLink7}{block:IfLink7}<span style="white-space: nowrap;"><a href="{text:Link 7 Url}">{text:Link 7 Name}</a></span>{/block:IfLink7}{/block:IfReplaceRandomLinkWithLink7}
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div id="avatar">
- <a href="/"><img src="{PortraitURL-96}"></a>
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <div id="pagcon2">
- <div class="prev">
- <a href="{PreviousPage}"><i class="fa fa-chevron-circle-left"></i> </a>
- </div>
- </div>
- {/block:PreviousPage}
- {block:NextPage}
- <div id="pagcon1">
- <div class="next">
- <a href="{NextPage}"><i class="fa fa-chevron-circle-right"></i> </a>
- </div>
- </div>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="description">
- <div id="description_content">
- <div id="title"><a href="/">{Title}</a></div>
- <div class="description_box">
- {Description}
- </div>
- <div id="dlinks">
- {block:IfLink1}<a href="{text:Link 1 Url}">{text:Link 1 Name}</a> {/block:IfLink1}
- {block:IfLink2}• <a href="{text:Link 2 Url}">{text:Link 2 Name}</a> {/block:IfLink2}
- {block:IfLink3}• <a href="{text:Link 3 Url}">{text:Link 3 Name}</a> <br>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link 4 Url}">{text:Link 4 Name}</a> {/block:IfLink4}
- {block:IfLink5}• <a href="{text:Link 5 Url}">{text:Link 5 Name}</a> {/block:IfLink5}
- {block:IfLink6}• <a href="{text:Link 6 Url}">{text:Link 6 Name}</a>{/block:IfLink6}
- {block:IfNotReplaceRandomLinkWithLink7}
- {block:IfLink7}• <a href="{text:Link 7 Url}">{text:Link 7 Name}</a>{/block:IfLink7}
- {/block:IfNotReplaceRandomLinkWithLink7}
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="wrapper">
- <div id="content">
- {block:SearchPage}
- {block:SearchResults}
- <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
- {/block:SearchResults}
- {block:NoSearchResults}
- <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
- {/block:NoSearchResults}
- {/block:SearchPage}
- <div class ="autopagerize_page_element">
- {block:Posts}
- {block:Date}
- <div id="date">
- <ul id="date_wrapper">
- <li class="small_circles">
- <span style="white-space: nowrap;">
- <div class="info" id="time">
- {block:IfNotDateStyleTimeAgo}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a>
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:IfDateStyleTimeAgo}
- </div>
- </span>
- </li>
- <li class="small_circles">
- <span style="white-space: nowrap;">
- <div class="info" id="note">
- <a href="{ReblogURL}">reblog <span class="heart">♥</span></a> {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
- </div></span>
- </li>
- {block:PermalinkPage}
- {block:RebloggedFrom}<li class="small_circles">
- <span style="white-space: nowrap;">
- <div class="info" id="source">
- source <a href="{ReblogRootURL}">{ReblogRootName}</a>, via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- </div></span>
- </li>{/block:RebloggedFrom}
- {block:HasTags} <li class="small_circles">
- <div class="info" id="tags">
- {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
- </div>
- </li>{/block:HasTags}
- {/block:PermalinkPage}
- </ul>
- </div>
- {/block:Date}
- <div id="post">
- {block:Text}
- <div id="textpost">
- {block:Title}
- <h3 class="posttitle">{Title}</h3>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div id="photopost">
- <div class="media" {block:IfimagesCentered} align="center"{/block:IfImagesCentered}>
- <img src="{block:IfNot400pxwidth}{PhotoURL-500}{/block:IfNot400pxwidth} {block:If400pxwidth}{PhotoURL-400} {/block:If400pxwidth}" alt="{PhotoAlt}"/ {block:IfNot400pxwidth} {block:IfImagesstretched} width="500px" {/block:IfImagesstretched} {/block:IfNot400pxwidth} {block:If400pxwidth}{block:IfImagesstretched}width="400px" {/block:IfImagesstretched}{/block:If400pxwidth}>
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div id="photosetpost">
- {block:IfNot400pxwidth} {Photoset-500}{/block:IfNot400pxwidth} {block:If400pxwidth} {Photoset-400}{/block:If400pxwidth}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div id="quotepost">
- <div class="quote">❝{Quote}❞</div>
- {block:Source}
- <div class="source">— {Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div id="linkpost">
- <h3 class="link"><a href="{URL}" class="link" {Target}><i class="icon-hand-right"></i> {Name}</a></h3>
- {block:Description}
- <div class="linkdescription">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div id="chatpost">
- {block:Title}
- <h3 class="chattitle">{Title}</h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div id="videopost">
- {block:IfNot400pxwidth} {Video-500} {/block:IfNot400pxwidth} {block:If400pxwidth} {Video-400} {/block:If400pxwidth}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div id="audiopost">
- <table border="0" {block:IfNot400pxwidth}width="500px"{/block:IfNot400pxwidth} {block:If400pxwidth}width="400px"{block:If400pxwidth} cellspacing="0" cellpadding="0" class="audio_table">
- <tr>
- <td {block:IfNot400pxwidth} width="60px"{/block:IfNot400pxwidth} {block:If400pxwidth} width="40px"{/block:If400pxwidth} >
- </td>
- <td width="170px">
- <div class="audio_wrap">
- {block:AlbumArt}
- <div class="album_art">
- <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px;"/>
- </div>
- {/block:AlbumArt}
- <div class="player_wrap"><div id="audioplayer">{block:IfNotaudioplayerblack} {AudioPlayerWhite} {/block:IfNotaudioplayerblack}{block:Ifaudioplayerblack}{AudioPlayerBlack} {/block:Ifaudioplayerblack}</div></div>
- </div>
- </td>
- <td height="140px" valign="center">
- <ol class="audioinfo">
- {block:TrackName}<li><b>Track:</b> {TrackName}</li>{/block:TrackName}
- {block:Artist}<li><b>Artist:</b> {Artist}</li>{/block:Artist}
- {block:Album}<li><b>Album:</b> {Album}</li>{/block:Album}
- <li>{PlayCountWithLabel}</li>
- </ol>
- </td>
- </tr>
- </table>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="answerpost">
- <div class="question_post">
- <table border="0" width="100%">
- <tr>
- <td width="40%" align="right">
- <img class="icon" src="{AskerPortraitURL-30}">
- </td>
- <td width="60%" align="left">
- <div class="asker_container"> {Asker} said: </div>
- </td>
- </tr>
- <tr>
- <td valign="top" colspan="2">
- <div class="question_wrap">
- <div class="tri">♦</div>
- <div class="question">
- {Question}
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="answer">{Answer}</div>
- </div>
- {/block:Answer}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
- {/block:Posts}
- </div>
- </div>
- <iframe id="creditbox" src="http://riverbellthemes.tumblr.com/copy" scrolling="none"></iframe>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment