Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- B L O C K S B Y R I V E R B E L L T H E M E S !
- http://riverbellthemes.tumblr.com/
- ver 1.4.0
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#bdbdbd" />
- <meta name="color:blogtitle" content="#000000" />
- <meta name="color:bodytext" content="#000000" />
- <meta name="color:content" content="#ffffff" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:descriptionbackground" content="#cccccc" />
- <meta name="color:descriptiontext" content="#000000" />
- <meta name="color:link" content="#00008b" />
- <meta name="color:linkhover" content="#4169E1" />
- <meta name="color:navlinks" content="#ffffff" />
- <meta name="color:askbackground" content="#cccccc" />
- <meta name="color:block1" content="#2b9be5" />
- <meta name="color:block2" content="#f92254" />
- <meta name="color:block3" content="#ffe122" />
- <meta name="color:blocktext" content="#ffffff" />
- <meta name="color:searchbar" content="#f92254" />
- <meta name="color:searchbutton" content="#ffe122" />
- <meta name="color:searchtext" content="#ffffff" />
- <meta name="font:body" content="Arial" />
- <meta name="font:title" content="Futura" />
- <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:custom blog title font" content="1">
- <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 search" content="1">
- <meta name="if:show description" content="1" />
- <meta name="if:show description background" 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 right" />
- <meta name="text:label search" content="search my tags!" />
- <meta name="text:label ask" content="ask" />
- <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="" />
- <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
- <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">
- 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; }
- 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: absolute; top:0px; left:340px;
- background-color:none; }
- #content {
- {block:IfNot400pxwidth}
- width: 520px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 420px;
- {/block:If400pxwidth}
- margin:0px;
- padding-top:0px;
- font: 11px {font:Body};
- color: {color:Bodytext};
- background-color:none; }
- #background {
- {block:IfNot400pxwidth}
- width: 520px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 420px;
- {/block:If400pxwidth}
- height:2000px;
- background-color: none;
- z-index:-235;
- position:fixed; top:0px; left:450px; }
- {block:IfTransparentContentBackground}
- #background {
- opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
- {/block:IfTransparentContentBackground}
- #title {
- background-color: {block:Ifshowdescriptionbackground}{color:descriptionbackground}{/block:Ifshowdescriptionbackground} {block:IfNotshowdescriptionbackground}transparent{/block:IfNotshowdescriptionbackground};
- width: 270px;
- position: relative; top:0px; left: 0px;
- {block:Ifcustomblogtitlefont}font:22px 'Calligraffitti'; {/block:Ifcustomblogtitlefont}
- {block:IfNOTcustomblogtitlefont}font: 22px {TitleFont}; {/block:IfNOTcustomblogtitlefont}
- margin-bottom: 5px;
- padding: 10px 0px 5px 0px;
- text-decoration: none;
- font-weight: {TitleFontWeight};
- text-align:center;
- letter-spacing:-1px;
- line-height:90%;
- z-index:2343; }
- #title a, #title a:visited {
- color:{TitleColor};
- text-decoration: none;
- -webkit-transition-duration: 0.4s;}
- #title a:hover {
- text-decoration: none;
- color: {color:LinkHover};
- -webkit-transition-duration: 0.4s;}
- #sidebar { position: fixed; top: 0px; left: 40px; padding: 100px 5px 5px 5px;
- z-index: 23092; width: 270px; height: 100%;
- background-color: {color:sidebar}; }
- #block1b {
- position: relative; z-index: 10;
- background-color: {color:block1}; }
- #block2b {
- position: relative; z-index: 12;
- background-color: {color:block2}; }
- #block3b {
- position: relative; z-index: 14;
- background-color: {color:block3}; }
- #blockwrap2 {
- float: left;
- width: 142px;
- }
- .blockb {
- height: 30px;
- overflow:hidden;
- padding: 12px 3px 0px 3px;
- text-align: center;
- font: 9px trebuchet ms;
- letter-spacing: 1px;
- color: {color:postHeadtext};
- text-transform: uppercase;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out ;
- -ms-transition: all 0.3s ease-out; }
- .blockb a, .blockb a:visited {
- text-decoration: none;
- color: {color:blocktext}; }
- .blockb a:hover { color: {color:linkhover};}
- .block_content {
- margin-top: 5px;}
- #pagination { font-family: georgia; font-size: 24px; width: 500px; text-align: center; color: {color:navlinks};}
- #pagination a, #pagination a:visited {
- color: {color:navlinks};
- text-decoration:none;
- font-weight: normal;
- margin-right:0px;
- word-spacing: 1px;
- letter-spacing: 1px;
- background-color: none;}
- #pagination a:hover {
- text-decoration: none;
- color: {color:Link};
- -webkit-transition-duration: 0.4s; }
- #sidebarpic { width: 200px; position: relative; z-index: 100; left: 0px; margin-bottom: -5px; displaY:none; float: right;}
- #sidebarpic img { width: 200px; margin: 0px; padding: 0px; }
- #avatar { background-color: none; position: relative; z-index: 100; left: 0px; float: right; }
- #avatar img { width: 128px; height: 126px; margin-bottom: -4px; padding: 0px; background-color: none; }
- #description { {block:IfNotshowdescription}display:none;{/block:IfNotshowdescription}
- float: left;
- {block:Ifshowdescriptionbackground} width: 260px; {/block:Ifshowdescriptionbackground}
- {block:IfNotshowdescriptionbackground} width: 270px; margin-left: -5px; {/block:IfNotshowdescriptionbackground}
- text-align: center;
- margin-top: 5px;
- padding: 5px;
- background-color: {block:Ifshowdescriptionbackground}{color:descriptionbackground}{/block:Ifshowdescriptionbackground} {block:IfNotshowdescriptionbackground}transparent{/block:IfNotshowdescriptionbackground};
- font-family: {font:Body}; font-size: 11px;
- color: {color:descriptiontext};
- z-index: 150;
- -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 a, #description a:visited { color: {color:Link}; text-decoration: none; }
- #description a:hover { color: {color:LinkHover}; }
- #dlinks { padding: 5px 0px 0px 0px; margin: 0; }
- #dlinks ul { padding: 0px; margin: 0px; list-style-type: none;}
- #dlinks li { display: block; background-color: {color:block1}; margin-top: 1px; padding: 1px 0px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- #dlinks a, #dlinks a:visited {
- font: 9px trebuchet ms;
- letter-spacing: 1px;
- color: {color:blocktext};
- text-transform: uppercase;
- text-decoration: none; }
- #dlinks li:hover { background-color: {color:block2};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- #dlinks a:hover {
- color: {color:block1};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- #navigation { text-align: center;
- width: 270px;
- float: left;
- padding-top: 5px;}
- .navi { color:{color:BlogTitle};
- font: 10px trebuchet ms;
- letter-spacing: 1px;
- text-transform: uppercase;
- text-decoration: none; }
- .navi a, .navi a:visited {
- color: {color:BlogTitle};
- text-decoration: none;
- font-weight: normal; }
- .navi a:hover {
- text-decoration: none;
- color: {color:CircleLinksBGHover}; }
- .current_page { text-decoration: none; font-style: italic; }
- #navi {
- width:80px;
- height: 300px;
- position: fixed; top:90px; left:1000px; }
- .navigation {
- margin-top: 0px;
- color: {color:Bodytext}; text-decoration:none;
- font: 10px georgia;
- line-height:90%
- z-index:1; }
- .navigation a, .navigation a:visited {
- margin-top: 0px;
- padding:0px;
- color: {color:navlinks}; text-decoration:none;
- background-color:{color:NavigationBG};
- font: 40px georgia;
- z-index:2;
- border-radius:70px;
- -webkit-border-radius:70px;
- -moz-border-radius:70px;
- padding-top:0px; padding-right:0px; padding-bottom:7px; padding-left:0px;
- display:block;
- text-align:center;
- text-decoration:none;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- .navigation ul {
- margin:0px;
- padding: 0px; }
- .navigation ul.prev { text-align:right; }
- .navigation li {
- margin:0;
- padding:0;
- display:block;
- width: 53px; }
- .navigation li.prev { margin-bottom: 10px;}
- .navigation a:hover {
- color: {color:NavigationBG};
- background-color:{color:navlinks};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out ;
- -ms-transition: all 0.3s ease-out; }
- #posts { background-color: {color:content};
- {block:IfNot400pxwidth}
- width: 500px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 400px;
- {/block:If400pxwidth}
- position: relative;
- padding: 5px 5px 1px 5px; margin: 15px 0px;}
- #posts a, #posts a:visited {
- text-decoration: none;
- color:{color:Link}; }
- #posts a:hover { color:{color:LinkHover}; }
- #posthead {
- position: absolute;
- {block:IfNot400pxwidth}
- left: 510px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- left: 410px;
- {/block:If400pxwidth}
- width: 50px; height: 100%;
- margin-top: -5px;
- background-color: none;
- font: 9px trebuchet ms;
- letter-spacing: 1px;
- color: {color:postHeadtext};
- text-transform: uppercase; }
- #posthead a, #posthead a:visited { color: {color:postHeadtext}; text-decoration: none; opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
- #posthead a:hover { color:{color:link}; }
- #blockwrap {
- height: 100%;
- color: {color:navlinks};
- border: 0px dotted black; }
- #blockwrap a, #blockwrap a:visited {
- text-decoration: none;
- color: {color:blocktext}; }
- #blockwrap a:hover { color: {color:linkhover};}
- .block {
- width: 24px;
- overflow:hidden;
- padding: 0px;
- text-align: center;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out ;
- -ms-transition: all 0.3s ease-out; }
- .block:hover {width: 150px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out ;
- -ms-transition: all 0.3s ease-out; }
- #block1:hover a, #block1:hover a:visited, #block2:hover a, #block2:hover a:visited, #block3:hover a, #block3:hover a:visited {
- opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out ;
- -ms-transition: all 0.3s ease-out; }
- #block1 { height: 33.33333%;
- position: relative; z-index: 10;
- background-color: {color:block1}; }
- #block2 { height: 33.333333%;
- position: relative; z-index: 12;
- background-color: {color:block2}; }
- #block3 { height: 33.333333%;
- position: relative; z-index: 14;
- background-color: {color:block3}; }
- ul.footlinks {
- list-style-type:none;
- padding:3px 10px;
- margin: 0px 0px;
- background-color: {color:NavigationBG};
- -moz-border-radius:30px;
- -webkit-border-radius:30px;
- border-radius: 30px; }
- ul.footlinks li { display: inline;
- background-color: none; }
- #postwrap { position:relative; }
- #postinfo { {block:IfNotShowTags} display: none; {/block:IfNotShowTags}
- position: absolute; left: 510px;
- border-left: 2px solid {color:posthead};
- padding: 3px;
- text-align: left;
- text-transform: lowercase;
- padding-left: 5px;
- width: 120px;
- 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; }
- #postinfo a, #postinfo a:visited { color: {color:link}; text-decoration: none;}
- #postinfo a:hover { color: {color:LinkHover}; }
- #postinfo ul { list-style-type:none; padding: 0px; margin: 0px; }
- #posts:hover #postinfo {
- left: 520px;
- opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- .postfooter {
- {block:IfNot400pxwidth}
- width: 500px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 400px;
- {/block:If400pxwidth}
- padding:0px ; margin-left:0px; margin-top: 2px; margin-bottom:0px;
- height: 2px;
- background-color: {color:Footer}; }
- .posttitle {
- font:20px {font:Title};
- font-weight:normal;
- margin:0px; padding:0px;}
- #postlink {
- {block:IfNot400pxwidth}
- width: 250px;
- margin-left: 120px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 180px;
- margin-left: 110px;
- {/block:If400pxwidth}
- text-align: center; }
- .postlink {
- color:{color:Bodytext};
- text-decoration: none;
- font-size: 20px;
- font-family: {font:Title};
- text-align: center;
- letter-spacing:-1px; }
- .postlink:hover {
- color:{color:LinkHover};
- text-decoration: none; }
- .postquote {
- {block:IfNot400pxwidth}
- width:430px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- width: 330px;
- {/block:If400pxwidth}
- text-align: center;
- font-family:{font:Title}; color:{color:Bodytext}; font-size:14px; font-weight: normal; padding: 0px 20px 5px 0px; position: relative; left: 35px; top: 0px; z-index: 2;}
- .quotewrap { position: relative; }
- .quotebg {
- font-family: georgia; font-size:50px;
- color:{color:Bodytext};
- font-weight: normal;
- z-index: 1; line-height: 90%;
- opacity: 0.5; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
- #left {
- position: absolute;
- left: 5px;
- top: -5px; }
- #right {
- position: absolute;
- right: 10px;
- bottom: -5px; }
- .quote_source {margin: 5px 20px 5px 0; text-align: center; }
- .quote_source a{color:{color:Link}; text-decoration:none;}
- .quote_source a:hover { color:{color:LinkHover}; }
- li.postchat { list-style-type:none;}
- .chattitle {
- list-style-type:none;
- margin-bottom:-2px; font: 14px {font:Title};
- text-align: center; }
- li.postphotoset { list-style-type:none; }
- ul.chat { padding: 0px;
- margin: 5px 0px;
- list-style-type: none;
- border-bottom: solid 0px {color:Bodytext};}
- ul.chat li {
- border-top: solid 0px {color:Bodytext};
- padding: 2px 2px 2px 15px; 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; }
- .row:nth-child(odd) { background-color:none;}
- .row:nth-child(even) { background-color: none;}
- ol.audioinfo { list-style-type: none;
- margin: 0px 0px 0px 3px; padding: 0px;
- font-family: trebuchet ms;
- font-size: 11px; text-transform: uppercase;
- line-height: 1.5em;}
- table.audio_table { border: none; }
- .audio_wrap { position: relative; }
- #audioplayer { position: absolute; top: 12px; left: 12px;
- width: 27px; border: 0px solid pink; overflow: hidden;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px; }
- #playerwrap { position: absolute; top: 60px; left: 60px;
- width: 50px; height: 50px;
- -moz-border-radius: 70px;
- -webkit-border-radius: 70px;
- border-radius: 70px;
- {block:IfNotaudioplayerblack} background-color: white; {/block:IfNotaudioplayerblack}{block:Ifaudioplayerblack} background-color: black; {/block:Ifaudioplayerblack}}
- .album_art img { position: relative; }
- .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
- .asker_container { font-family:{font:PostTitle}; font-size:12px; font-weight:bold; position:relative; z-index: 5; }
- .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-family: baskerville; position:absolute; top: 2px; {block:IfNot400pxwidth} font-size: 24px; left: 35px; {/block:IfNot400pxwidth} {block:If400pxwidth} font-size: 20px; left: 30px; {/block:If400pxwidth} z-index: 1;}
- #question { background-color: {color:askbackground}; position: relative; padding: 10px; -moz-border-radius: 2px;-webkit-border-radius: 2px; border-radius: 2px; z-index: 6;}
- #question a, #question a:visited { color:{color:bodytext}; text-decoration: none; font-style: italic; }
- #question a:hover { text-decoration: underline;}
- .answer { display:block;}
- .answer p {
- line-height:110%;}
- .notecontainer {
- background-color: {color:content};
- {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 { font-family:{font:Tags}; font-size: 11px; font-weight: normal;
- padding: 2px; }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px; }
- ol.notes li.note:nth-child(even) img.avatar {
- border-right: 3px solid {color:block1}; }
- ol.notes li.note:nth-child(odd) img.avatar {
- border-right: 3px solid {color:block2}; }
- ol.notes li.note:nth-child(3n) img.avatar {
- border-right: 3px solid {color:block3}; }
- ol.notes li.note span.action {
- font-weight: normal; }
- ol.notes li.note .answer_content { font-family:{font:Tags};
- font-weight: normal;}
- ol.notes li.note blockquote { font-family:{font:Tags};
- 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; }
- #search {
- position: relative; top:0; left: 50%;
- float: left;
- z-index: 999999;
- background: {color:searchbar};
- padding: 0px;
- width: 130px; height: 20px;
- margin: 5px 0px 0px -75px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear ;
- -ms-transition: all 0.4s linear;
- }
- .smalltri {
- position: absolute; top: 50%; right: 25px;
- background: {color:searchbutton};
- width: 8px; height: 8px;
- -webkit-transform: translateY(-50%) rotate(45deg);
- -moz-transform: translateY(-50%) rotate(45deg);
- -o-transform: translateY(-50%) rotate(45deg);
- -ms-transform: translateY(-50%) rotate(45deg);
- transform: translateY(-50%) rotate(45deg); }
- .input_text {
- font: 10px trebuchet ms;
- text-transform: uppercase;
- font-weight: normal;
- width: 95px; margin-left: 5px; margin-top: 5px;
- padding: 0px;
- background: transparent;
- color: {color:searchtext};
- border: none;
- float: left; }
- .send {
- background: {color:searchbutton};
- border: none;
- color: {color:searchtext};
- width: 30px; height: 20px; margin-top: 0;
- float: right;
- line-height: 14px;}
- .send:hover {
- background: {color:searchbar};
- opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
- .send:hover .smalltri { background: {color:searchbar};
- }
- .send .fa { line-height: 10px;
- /* 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; }
- #creditbox {
- width:70px;
- height: 30px;
- border: none;
- position: fixed; bottom: 5px; right: 5px;
- z-index: 999999;
- }
- iframe#tumblr_controls {
- z-index: 9999999;
- 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; }
- p img {
- {block:IfNot400pxwidth}
- max-width: 500px;
- {/block:IfNot400pxwidth}
- {block:If400pxwidth}
- max-width: 400px;
- {/block:If400pxwidth} }
- blockquote {
- border-left:2px {color:Bodytext} solid;
- padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
- margin:-2px 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: 348px; }
- {/block:If400pxwidth}
- #bottom { background-color:none; height:10px;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://static.tumblr.com/8oupd2j/y87lul42o/tag_search.js">
- </script>
- </head>
- <body>
- <div id="background"></div>
- <div id="sidebar">
- <div id="title">
- <a href="/">
- {Title}
- </a>
- </div>
- <div id="blockwrap2">
- <div id="block1b" class="blockb">
- <span style="white-space: nowrap;"><a href="/ask">{text:label ask}</a></span>
- </div>
- <div id="block2b" class="blockb">
- <span style="white-space: nowrap;"><a href="/archive">{text:label archive}</a> </span>
- </div>
- <div id="block3b" class="blockb">
- <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}
- </div>
- </div>
- <div id="picwrap">
- <div id="avatar">
- <a href="/"><img src="{PortraitURL-128}"></a>
- </div>
- <div id="sidebarpic">
- <a href="/"><img src="{image:image sidebar}"></a>
- </div>
- </div>
- {block:Description}
- <div id="description">
- {Description}
- <div id="dlinks">
- <ul>
- {block:IfLink1}<li><a href="{text:Link 1 Url}">{text:Link 1 Name}</a></li>{/block:IfLink1}
- {block:IfLink2}<li><a href="{text:Link 2 Url}">{text:Link 2 Name}</a></li>{/block:IfLink2}
- {block:IfLink3}<li><a href="{text:Link 3 Url}">{text:Link 3 Name}</a></li>{/block:IfLink3}
- {block:IfLink4}<li><a href="{text:Link 4 Url}">{text:Link 4 Name}</a> </li>{/block:IfLink4}
- {block:IfLink5}<li><a href="{text:Link 5 Url}">{text:Link 5 Name}</a></li>{/block:IfLink5}
- {block:IfLink6}<li><a href="{text:Link 6 Url}">{text:Link 6 Name}</a></li>{/block:IfLink6}
- {block:IfNotReplaceRandomLinkWithLink7}
- {block:IfLink7}<li><a href="{text:Link 7 Url}">{text:Link 7 Name}</a></li>{/block:IfLink7}
- {/block:IfNotReplaceRandomLinkWithLink7}
- </ul>
- </div>
- </div>
- {/block:Description}
- {block:IfShowSearch}
- <div id="search">
- <form id="search-form" onsubmit="return tagSearch(this)">
- <input type="text" name="tag" value="{text:Label Search}" onfocus="if (this.value == '{text:Label search}') {this.value=''}" onblur="if (this.value == '') {this.value='{text:Label search}'}" class="input_text" />
- <button type="submit" value="" class="send" /><i class="fa fa-search"></i><div class="smalltri"></div></button>
- </form>
- </div>
- {/block:IfShowSearch}
- {block:IfNotInfiniteScrolling}
- <div id="navigation">
- <div class="navi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"> « </a>
- {/block:PreviousPage}
- {block:JumpPagination length="7"}
- {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}
- {/block:Pagination}
- </div>
- </div>
- {/block:IfNotInfiniteScrolling}
- </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}
- <div id="posts">
- {block:Date}
- <div id="posthead">
- <div id="blockwrap">
- <div id="block1" class="block">
- <div class="block_content">
- {block:IfNotDateStyleTimeAgo}
- <span style="white-space: nowrap;"><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> </span>
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <span style="white-space: nowrap;"><a href="{Permalink}">{TimeAgo}</a> </span>
- {/block:IfDateStyleTimeAgo}
- </div>
- </div>
- <div id="block2" class="block">
- <div class="block_content">
- {block:Reblog}
- <span style="white-space: nowrap;"><a href="{ReblogRootURL}">source</a>{block:RebloggedFromReblog} <a href="#">|</a> <a href="{ReblogParentURL}">via</a>{/block:RebloggedFromReblog}</span>
- {/block:Reblog}
- </div>
- </div>
- <div id="block3" class="block">
- <div class="block_content">
- {block:NoteCount}
- <span style="white-space: nowrap; display: inline;" ><a href="{Permalink}"> {NoteCountWithLabel}</a> <a href="#">|</a>
- {/block:NoteCount}
- <a href="{ReblogURL}">reblog</a></span>
- </div>
- </div>
- </div>
- </div>
- {/block:Date}
- <div id="postwrap">
- {block:Text}
- {block:Title}
- <h3 class="posttitle">{Title}</h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <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}
- {/block:Photo}
- {block:Photoset}
- {block:IfNot400pxwidth} {Photoset-500}{/block:IfNot400pxwidth} {block:If400pxwidth} {Photoset-400}{/block:If400pxwidth}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quotewrap">
- <div class="quotebg" id="left">❝</div>
- <div class="quotebg" id="right">❞</div>
- <div class="postquote">{Quote}</div>
- {block:Source}
- <div class="quote_source">
- — {Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div id="postlink">
- <a href="{URL}" class="postlink" {Target}>{Name}</a>
- </div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {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>
- {/block:Chat}
- {block:Video}
- {block:IfNot400pxwidth} {Video-500} {/block:IfNot400pxwidth} {block:If400pxwidth} {Video-400} {/block:If400pxwidth}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <table border="0" {block:IfNot400pxwidth}width="500px"{/block:IfNot400pxwidth} {block:If400pxwidth}width="400px"{block:If400pxwidth} cellspacing="0" cellpadding="0" class="audio_table">
- <tr>
- <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;" width="170px"/>
- </div>
- {/block:AlbumArt}
- <div id="playerwrap"><div id="audioplayer">{block:IfNotaudioplayerblack} {AudioPlayerWhite} {/block:IfNotaudioplayerblack}{block:Ifaudioplayerblack}{AudioPlayerBlack} {/block:Ifaudioplayerblack}</div></div>
- </div>
- </td>
- <td width="320px" 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><b>Plays: </b> {PlayCount}</li>
- </ol>
- </td>
- </tr>
- {block:Caption}
- <tr>
- <td colspan="2" valign="top">
- <div class="caption">{Caption}</div>
- </td>
- </tr>{/block:Caption}
- </table>
- {/block:Audio}
- {block:Answer}
- <div class="question_post">
- <table border="0" width="100%">
- <tr>
- <td width="10%" align="left">
- <div class="question_wrap">
- <img class="icon" src="{AskerPortraitURL-30}">
- <div class="tri">◀</div>
- </div>
- </td>
- <td width="90%" align="left">
- <div id="question">
- <span style="font-style: italic;">{Asker}:</span> {Question}
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- </div>
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} {ReblogParentURL}{block:ReblogParentLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{ReblogParentTitle}” />{/block:ReblogParentLogo}{block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->{/block:ContentSource}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- <div id="bottom"></div>
- </div>
- <div class="clear"></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