Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!----
- Theme 29v2 - "Autumn Leaves" by Elowen (theghostoflove.tumblr.com)
- I don’t mind if the credit is removed if the theme is edited beyond recognition. If not, please keep credit intact. If you get stuck, please feel free to message me! Comments and suggestions are also welcome.
- --->
- <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}
- <meta name="color:Background1" content="#3a67ab">
- <meta name="color:Background2" content="#d3eeff">
- <meta name="color:Body" content="#272b95">
- <meta name="color:Border" content="#20216e">
- <meta name="color:Snowflake1 Link" content="#010437">
- <meta name="color:Snowflake2 Link" content="#0b127b">
- <meta name="color:Link" content="#010437">
- <meta name="color:Link Hover" content="#333ce0">
- <meta name="color:Scroll" content="#eae8e8">
- <meta name="color:Scroll Bg" content="#3a67ab">
- <meta name="color:Sidebar" content="#df6818">
- <meta name="color:Title" content="#030149">
- <meta name="if:Background Repeat" content="0">
- <meta name="if:Cursive Fonts" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Let It Snow" content="1">
- <meta name="if:Posts 400" content="0">
- <meta name="if:Speed Up Snowflakes" content="0">
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="text:1Red" content="255">
- <meta name="text:2Green" content="255">
- <meta name="text:3Blue" content="255">
- <meta name="text:Link1" content="">
- <meta name="text:Link1URL" content="">
- <meta name="text:Link2" content="">
- <meta name="text:Link2URL" content="">
- <meta name="text:Link3" content="" >
- <meta name="text:Link3URL" content="">
- <meta name="text:Link4" content="">
- <meta name="text:Link4URL" content="">
- <meta name="text:Link5" content="">
- <meta name="text:Link5URL" content="">
- <meta name="text:Link6" content="">
- <meta name="text:Link6URL" content="">
- <meta name="text:Link7" content="">
- <meta name="text:Link7URL" content="">
- <meta name="text:Link8" content="" >
- <meta name="text:Link8URL" content="">
- <meta name="text:Link9" content="">
- <meta name="text:Link9URL" content="">
- <meta name="text:LinkTen" content="">
- <meta name="text:LinkTenURL" content="">
- <style type="text/css">
- body {
- margin:0px;
- text-align:justify;
- font-family:'Lora';
- font-size:12px;
- color:{color:body};
- background: -webkit-linear-gradient(top, {color:Background1}, {color:Background2}); -webkit-gradient(linear, 0% 0%, 0% 100%, from({color:Background1}), to({color:Background2})); -moz-linear-gradient(top, {color:Background1}, {color:Background2}); -ms-linear-gradient(top, {color:Background1}, {color:Background2}); -o-linear-gradient(top, {color:Background1}, {color:Background2});
- background-attachment:fixed;
- }
- #bimage {
- height:100%;
- width:100%;
- position:fixed;
- background-image:url('{image:Background}');
- background-position:bottom right;
- {block:ifNotBackgroundRepeat}background-repeat:no-repeat;{/block:ifNotBackgroundRepeat}
- }
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
- ::-webkit-scrollbar {width:8px; height:auto;background:{color:scroll bg};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- ::selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);background-color:{color:body};}
- ::-moz-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);background-color:{color:body};}::-webkit-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);background-color:{color:body};}
- a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
- a:hover {color:{color:link hover}}
- #sidebar:hover #title {opacity:0;margin-left:350px;-webkit-transition: all 1.9s ease-in-out;-moz-transition: all 1.9s ease-in-out;-o-transition: all 1.9s ease-in-out;transition: all 1.9s ease-in-out;
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0);}
- #title {
- text-align:center;
- width:330px;
- margin:190px 10px 0px;
- position:fixed;
- font-size:46px;
- color:{color:title};
- {block:IfCursiveFonts}font-family:'Rouge Script';{/block:ifCursiveFonts}
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.2);
- -webkit-transition: all 2.1s ease-in-out;-moz-transition: all 2.1s ease-in-out;-o-transition: all 2.1s ease-in-out;transition: all 2.1s ease-in-out;
- }
- #entries {
- position:relative;
- z-index:5;
- margin:10px 0px 15px 450px;
- padding:10px;
- padding-left:15px;
- padding-right:15px;
- float:left;
- {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
- {block:ifPosts400}width:430px;{/block:ifPosts400};
- }
- #post {
- padding:10px;
- margin-left:5px;
- margin-top:20px;
- margin-bottom:20px;
- padding-bottom:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.6);
- border:10px solid;
- border-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.3)
- }
- #sidebar {
- top:0px;
- left:0px;
- position:fixed;
- width:350px;
- height:100%;
- background-color:{color:Sidebar};
- background-image:url('{image:Sidebar}');
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-position:bottom left;
- }
- #sidebar:hover #description {opacity:0; margin-left:-300px;-webkit-transition: all 1.9s ease-in-out;-moz-transition: all 1.9s ease-in-out;-o-transition: all 1.9s ease-in-out;transition: all 1.9s ease-in-out;}
- #description {
- margin-top:260px;
- margin-left:10px;
- text-align:justify;
- position:fixed;
- width:300px;
- padding:15px;
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);
- -webkit-transition: all 2.1s ease-in-out;-moz-transition: all 2.1s ease-in-out;-o-transition: all 2.1s ease-in-out;transition: all 2.1s ease-in-out;;
- }
- #info {
- border-top:1px solid {color:border};
- padding-top:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- }
- .notes {
- }
- .notes li {
- padding:2px 0px 2px 0px;
- list-style-type:none;
- margin:2px 0px 2px 0px;
- }
- {block:ifNotSpeedUpSnowflakes}
- #sidebar:hover #link1 {
- margin-left:20px;
- margin-top:40px;
- -webkit-transition: all 2.1s ease-in-out;
- -moz-transition: all 2.1s ease-in-out;
- -o-transition: all 2.1s ease-in-out;
- transition: all 2.1s ease-in-out;}
- #link1 {
- margin-top:-100px;
- margin-left:300px;
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link1 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link1 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link2 {
- margin-left:130px;
- margin-top:-50px;
- -webkit-transition: all 3.6s ease-in-out;
- -moz-transition: all 3.6s ease-in-out;
- -o-transition: all 3.6s ease-in-out;
- transition: all 3.6s ease-in-out;}
- #link2 {
- margin-top:-300px;
- margin-left:-300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link2 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link2 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link3 {
- margin-left:230px;
- margin-top:-60px;
- -webkit-transition: all 5.6s ease-in-out;
- -moz-transition: all 5.6s ease-in-out;
- -o-transition: all 5.6s ease-in-out;
- transition: all 5.6s ease-in-out;}
- #link3 {
- margin-top:-300px;
- margin-left:-200px;
- -webkit-transform: rotate(10deg);
- -moz-transform: rotate(10deg);
- -ms-transform: rotate(10deg);
- -o-transform: rotate(10deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link3 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link3 a:hover {
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link4 {
- margin-left:30px;
- margin-top:-30px;
- -webkit-transition: all 4.6s ease-in-out;
- -moz-transition: all 4.6s ease-in-out;
- -o-transition: all 4.6s ease-in-out;
- transition: all 4.6s ease-in-out;}
- #link4 {
- margin-left:300px;
- margin-top:-300px;
- -webkit-transform: rotate(10deg);
- -moz-transform: rotate(10deg);
- -ms-transform: rotate(10deg);
- -o-transform: rotate(10deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link4 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link4 a:hover {
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link5 {
- margin-left:130px;
- margin-top:-100px;
- -webkit-transition: all 4.1s ease-in-out;
- -moz-transition: all 4.1s ease-in-out;
- -o-transition: all 4.1s ease-in-out;
- transition: all 4.1s ease-in-out;}
- #link5 {
- margin-top:-300px;
- margin-left:300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link5 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link5 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link6 {
- margin-left:240px;
- margin-top:-50px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 3.6s ease-in-out;
- -moz-transition: all 3.6s ease-in-out;
- -o-transition: all 3.6s ease-in-out;
- transition: all 3.6s ease-in-out;}
- #link6 {
- margin-top:-200px;
- margin-left:-400px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link6 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link6 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link7 {
- margin-left:20px;
- margin-top:-60px;
- -webkit-transition: all 6.6s ease-in-out;
- -moz-transition: all 6.6s ease-in-out;
- -o-transition: all 6.6s ease-in-out;
- transition: all 6.6s ease-in-out;}
- #link7 {
- margin-left:300px;
- margin-top:-700px;
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link7 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link7 a:hover {
- -webkit-transform: rotate(5deg);
- -moz-transform: rotate(5deg);
- -ms-transform: rotate(5deg);
- -o-transform: rotate(5deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link8 {
- margin-left:140px;
- margin-top:-40px;
- -webkit-transition: all 2.9s ease-in-out;
- -moz-transition: all 2.9s ease-in-out;
- -o-transition: all 2.9s ease-in-out;
- transition: all 2.9s ease-in-out;}
- #link8 {
- margin-left:-340px;
- margin-top:-340px;
- -webkit-transform: rotate(10deg);
- -moz-transform: rotate(10deg);
- -ms-transform: rotate(10deg);
- -o-transform: rotate(10deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link8 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link8 a:hover {
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link9 {
- margin-left:230px;
- margin-top:-70px;
- -webkit-transition: all 3.9s ease-in-out;
- -moz-transition: all 3.9s ease-in-out;
- -o-transition: all 3.9s ease-in-out;
- transition: all 3.9s ease-in-out}
- #link9 {
- margin-left:-230px;
- margin-top:-300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out}
- #link9 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link9 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link10 {
- margin-left:80px;
- margin-top:10px;
- -webkit-transition: all 4.1s ease-in-out;
- -moz-transition: all 4.1s ease-in-out;
- -o-transition: all 4.1s ease-in-out;
- transition: all 4.1s ease-in-out}
- #link10 {
- margin-top:-500px;
- margin-left:300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out}
- #link10 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link10 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link11 {
- margin-left:200px;
- margin-top:-100px;
- -webkit-transition: all 1.6s ease-in-out;
- -moz-transition: all 1.6s ease-in-out;
- -o-transition: all 1.6s ease-in-out;
- transition: all 1.6s ease-in-out;}
- #link11 {
- -webkit-transform: rotate(5deg);
- -moz-transform: rotate(5deg);
- -ms-transform: rotate(5deg);
- -o-transform: rotate(5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out}
- #link11 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link11 a:hover {
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- {/block:ifNotSpeedUpSnowflakes}
- {block:ifSpeedUpSnowflakes}
- #sidebar:hover #link1 {
- margin-left:20px;
- margin-top:40px;
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;}
- #link1 {
- margin-top:-100px;
- margin-left:300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link1 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link1 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link2 {
- margin-left:130px;
- margin-top:-50px;
- -webkit-transition: all 2.5s ease-in-out;
- -moz-transition: all 2.5s ease-in-out;
- -o-transition: all 2.5s ease-in-out;
- transition: all 2.5s ease-in-out;}
- #link2 {
- margin-top:-300px;
- margin-left:-300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link2 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link2 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link3 {
- margin-left:230px;
- margin-top:-90px;
- -webkit-transition: all 5s ease-in-out;
- -moz-transition: all 5s ease-in-out;
- -o-transition: all 5s ease-in-out;
- transition: all 5s ease-in-out;}
- #link3 {
- margin-top:-300px;
- margin-left:-200px;
- -webkit-transform: rotate(10deg);
- -moz-transform: rotate(10deg);
- -ms-transform: rotate(10deg);
- -o-transform: rotate(10deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link3 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link3 a:hover {
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link4 {
- margin-left:30px;
- margin-top:20px;
- -webkit-transition: all 4s ease-in-out;
- -moz-transition: all 4s ease-in-out;
- -o-transition: all 4s ease-in-out;
- transition: all 4s ease-in-out;}
- #link4 {
- margin-left:300px;
- margin-top:-300px;
- -webkit-transform: rotate(10deg);
- -moz-transform: rotate(10deg);
- -ms-transform: rotate(10deg);
- -o-transform: rotate(10deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link4 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link4 a:hover {
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link5 {
- margin-left:130px;
- margin-top:-120px;
- -webkit-transition: all 4.1s ease-in-out;
- -moz-transition: all 4.1s ease-in-out;
- -o-transition: all 4.1s ease-in-out;
- transition: all 4.1s ease-in-out;}
- #link5 {
- margin-top:-300px;
- margin-left:300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link5 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link5 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link6 {
- margin-left:240px;
- margin-top:-50px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 3s ease-in-out;
- -moz-transition: all 3s ease-in-out;
- -o-transition: all 3s ease-in-out;
- transition: all 3s ease-in-out;}
- #link6 {
- margin-top:-200px;
- margin-left:-400px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link6 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link6 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link7 {
- margin-left:20px;
- margin-top:-60px;
- -webkit-transition: all 5.6s ease-in-out;
- -moz-transition: all 5.6s ease-in-out;
- -o-transition: all 5.6s ease-in-out;
- transition: all 5.6s ease-in-out;}
- #link7 {
- margin-left:300px;
- margin-top:-700px;
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link7 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link7 a:hover {
- -webkit-transform: rotate(5deg);
- -moz-transform: rotate(5deg);
- -ms-transform: rotate(5deg);
- -o-transform: rotate(5deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link8 {
- margin-left:140px;
- margin-top:-40px;
- -webkit-transition: all 2.9s ease-in-out;
- -moz-transition: all 2.9s ease-in-out;
- -o-transition: all 2.9s ease-in-out;
- transition: all 2.9s ease-in-out;}
- #link8 {
- margin-left:-340px;
- margin-top:-340px;
- -webkit-transform: rotate(10deg);
- -moz-transform: rotate(10deg);
- -ms-transform: rotate(10deg);
- -o-transform: rotate(10deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out;}
- #link8 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link8 a:hover {
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link9 {
- margin-left:230px;
- margin-top:-70px;
- -webkit-transition: all 3.4s ease-in-out;
- -moz-transition: all 3.4s ease-in-out;
- -o-transition: all 3.4s ease-in-out;
- transition: all 3.4s ease-in-out}
- #link9 {
- margin-left:-230px;
- margin-top:-300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out}
- #link9 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link9 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- #sidebar:hover #link10 {
- margin-left:80px;
- margin-top:10px;
- -webkit-transition: all 3s ease-in-out;
- -moz-transition: all 3s ease-in-out;
- -o-transition: all 3s ease-in-out;
- transition: all 3s ease-in-out}
- #link10 {
- margin-top:-500px;
- margin-left:300px;
- -webkit-transform: rotate(-5deg);
- -moz-transform: rotate(-5deg);
- -ms-transform: rotate(-5deg);
- -o-transform: rotate(-5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out}
- #link10 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake2 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;
- brightness(90%);
- -webkit-filter: brightness(90%);
- -moz-filter: brightness(90%);
- -o-filter: brightness(90%);
- -ms-filter: brightness(90%)}
- #link10 a:hover {
- -webkit-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- font-weight:bold;
- brightness(100%);
- -webkit-filter: brightness(100%);
- -moz-filter: brightness(100%);
- -o-filter: brightness(100%);
- -ms-filter: brightness(100%);}
- #sidebar:hover #link11 {
- margin-left:200px;
- margin-top:-100px;
- -webkit-transition: all 1.6s ease-in-out;
- -moz-transition: all 1.6s ease-in-out;
- -o-transition: all 1.6s ease-in-out;
- transition: all 1.6s ease-in-out;}
- #link11 {
- -webkit-transform: rotate(5deg);
- -moz-transform: rotate(5deg);
- -ms-transform: rotate(5deg);
- -o-transform: rotate(5deg);
- -webkit-transition: all 2.6s ease-in-out;
- -moz-transition: all 2.6s ease-in-out;
- -o-transition: all 2.6s ease-in-out;
- transition: all 2.6s ease-in-out}
- #link11 a {
- text-align:center;
- display:inline-block;
- width:100px;
- padding-top:40px;
- padding-bottom:40px;
- font-family:georgia;
- border-radius:50%;
- color:{color:Snowflake1 Link};
- background-image:url('https://media.tumblr.com/061626d38e80258b30fa3840afc9fe46/tumblr_inline_mx5bigFtQ21qk6lff.png');
- background-size:100px;}
- #link11 a:hover {
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- font-weight:bold;
- brightness(120%);
- -webkit-filter: brightness(120%);
- -moz-filter: brightness(120%);
- -o-filter: brightness(120%);
- -ms-filter: brightness(120%);}
- {/block:ifSpeedUpSnowflakes}
- #pagination {
- position:fixed;
- margin-top:380px;
- margin-left:342px;
- font-family:Georgia;
- font-size:38px;
- width:128px;
- text-align:center;
- }
- /**POST STUFF**/
- #texttitle {
- text-align:center;
- margin:1px 0px 1px 0px;
- line-height:100%;
- {block:ifNotCursiveFonts}font-family:book antiqua;font-size:18px;margin-bottom:5px;padding-bottom:5px;{/block:ifNotCursiveFonts}
- {block:ifCursiveFonts}font-family:'Cookie';font-size:26px;{/block:ifCursiveFonts}
- }
- #linkposts {
- padding-bottom:10px;
- padding-top:10px;
- font-family:book antiqua;
- font-size:16px;
- border:2px dotted {color:Border};
- }
- #quote {
- font-family:Garamond;
- font-size:16px;
- margin-top:0px;
- margin-bottom:10px;
- }
- #quotesource {
- text-align:right;
- margin:0px 0px 10px 0px;
- {block:IfCursiveFonts}font-family:'Cookie';font-size:22px;{/block:ifCursiveFonts}
- {block:ifNotCursiveFonts}font-family:book antiqua;font-size:14px;{/block:ifNotCursiveFonts}
- }
- #question {
- font-size:13px;
- letter-spacing:1px;
- padding:10px;
- border:2px dotted {color:Border};
- }
- #asker {
- text-align:right;
- font-size:12px;
- letter-spacing:1px;
- padding-bottom:0px;
- margin-top:20px;
- }
- #asker img {
- vertical-align:left;
- float:right;
- margin-left:10px;
- margin-right:10px;
- margin-top:-10px;
- border:1px solid {color:Border};
- }
- .album {position:absolute; margin-top:0px; width:100px; height:100px;}
- .album img {width:100px; height:100px}
- .audio {opacity:.6;overflow:hidden;display:block; position:absolute; width:28px; height:30px; margin-top:35px; margin-left:35px;}
- .audiobox {height:100px;z-index:-1; margin-left:100px;}
- .audiotext {text-align:center; padding-top:30px; max-width:300px;overflow:hidden;}
- .pc {padding: 8px 13px;height:13px;float:right;font-size: 12px;text-transform: lowercase;z-index:-1}
- .chat {margin:3px 3px 10px 3px}
- .chat .lines {margin-left:1px;}
- .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.3);}
- .chat .lines .line.even{background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);}
- /**Please keep the credit intact**/
- #credit {
- z-index:99999999999;
- font-weight:bold;
- text-align:center;
- font-size:16px;
- font-family:'Montez';
- position:fixed;
- bottom:5px;
- right:5px;
- }
- #credit a {
- display:inline-block;
- height:20px;
- width:20px;
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- color:{color:body};
- }
- #credit a:hover {
- background-color:{color:body};
- color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- }
- #qTip {
- display:none;
- text-align:center;
- padding:5px;
- position:absolute;
- z-index:1000000;
- background:{color:body};
- color:rgba({text:1Red},{text:2Green},{text:3Blue},0.7);
- }
- /**DO NOT EDIT BELOW THIS**/
- #background {
- position:fixed;
- background: url('https://24.media.tumblr.com/f5fada07bef29b1d00bc68ae5d5de98f/tumblr_mvyc8reUYT1qlliu4o1_500.png') repeat 5% 5%;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:-1;
- -webkit-animation-name: SNOW;
- -webkit-animation-duration: 80s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- #midground {
- background: url('https://24.media.tumblr.com/f5fada07bef29b1d00bc68ae5d5de98f/tumblr_mvyc8reUYT1qlliu4o1_500.png') repeat 20% 20%;
- position:fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:-2;
- -webkit-animation-name: SNOW;
- -webkit-animation-duration: 100s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- #foreground {
- background: url('https://31.media.tumblr.com/03f8b2fb92f8101dbf30829d025dd193/tumblr_mvyc8reUYT1qlliu4o3_400.png') repeat 35% 35%;
- position:fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:-3;
- -webkit-animation-name: SNOW;
- -webkit-animation-duration: 120s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- @-webkit-keyframes SNOW {
- from {background-position: 5% 5%}
- to {background-position: 400% 2000%}
- }
- @keyframes SNOW {
- from {background-position: 5% 5%}
- to {background-position: 400% 2000%}
- }
- @-moz-keyframes SNOW {
- from {background-position: 5% 5%}
- to {background-position: 400% 2000%}
- }
- @-ms-keyframes SNOW {
- from {background-position: 5% 5%}
- to {background-position: 400% 2000%}
- }
- /**End**/
- {CustomCSS}</style>
- <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
- <script src="https://static.tumblr.com/ougxdjo/aqbmvsyq0/enchantinglythemesqtip.js" type="text/javascript"></script>
- <link href='https://fonts.googleapis.com/css?family=Rouge+Script|Montez|Cookie' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/ougxdjo/M2Smrxha3/pop_up_script1.js"></script>
- <script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- </head>
- <body>
- {block:ifLetItSnow}<div id="background"></div>
- <div id="midground"></div>
- <div id="foreground"></div>{/block:ifLetItSnow}
- <div id="bimage"></div>
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="description">{Description}</div>
- <div id="link1"><a href ="/">home</a></div>
- <div id="link2"><a href="/ask">ask</a></div>
- <div id="link3"><a href="/archive">archive</a></div>
- {block:ifLink1}<div id="link4"><a href="{text:Link1URL}">{text:Link1}</a></div>{/block:ifLink1}
- {block:ifLink2}<div id="link5"><a href="{text:Link2URL}">{text:Link2}</a></div>{/block:ifLink2}
- {block:ifLink3}<div id="link6"><a href="{text:Link3URL}">{text:Link3}</a></div>{/block:ifLink3}
- {block:ifLink4}<div id="link7"><a href="{text:Link4URL}">{text:Link4}</a></div>{/block:ifLink4}
- {block:ifLink5}<div id="link8"><a href="{text:Link5URL}">{text:Link5}</a></div>{/block:ifLink5}
- {block:ifLink6}<div id="link9"><a href="{text:Link6URL}">{text:Link6}</a></div>{/block:ifLink6}
- {block:ifLink7}<div id="link10"><a href="{text:Link7URL}">{text:Link7}</a></div>{/block:ifLink7}
- {block:ifLink8}<div id="link11"><a href="{text:Link8URL}">{text:Link8}</a></div>{/block:ifLink8}
- </div> <!--sidebar-->
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</center></div>
- <div id="entries">
- {block:TagPage}
- <div id="post"><div id="texttitle">Posts tagged "{Tag}"</div></div>
- {/block:TagPage}
- {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
- {block:Posts}
- <div id="post">
- <!--Text Posts-->
- {block:Text}
- {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- <!--Photo Posts-->
- {block:ifNotPosts400}
- {block:Photo}<center>
- {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photo}<center>
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {/block:ifPosts400}
- <!--Photosets-->
- {block:ifNotPosts400}
- {block:Photoset}<center>
- {Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photoset}<center>
- {Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifPosts400}
- <!--Quotes-->
- {block:Quote}
- <div id="quote">“{Quote}”</div>
- <div id="quotesource">{block:Source}- {Source}{/block:Source}</div>
- {/block:Quote}
- <!--Video Posts-->
- {block:ifNotPosts400}
- {block:Video}{Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Video}{Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {/block:ifPosts400}
- <!--Link Posts-->
- {block:Link}
- <div id="linkposts">
- <a href="{URL}" class="link" {Target}>
- <center>{Name} →</center></a><BR>
- <center>
- <small><small>{URL}</small></small>
- </center>
- </div> <!--linkposts-->
- {block:Description}<br>{Description}{/block:Description}
- {/block:Link}
- <!--Chat-->
- {block:Chat}
- {block:Title}<h4>{Title}</h4>{/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">
- {block:Label}
- <strong>{Label}</strong>{/block:Label} {Line}
- </div> <!--line alt-->
- {/block:Lines}
- </div> <!--lines-->
- </div><!--chat-->
- {/block:Chat}
- <!--Audio Posts -->
- {block:Audio}
- {block:AlbumArt}
- <div class="album"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:PlayCount}
- <div class="pc">
- {PlayCountWithLabel}
- </div><!--pc-->
- {/block:PlayCount}
- <center><div class="audiobox">
- <div class="audiotext">
- {block:TrackName}
- <i><big><big>"{TrackName}"</big></i>{/block:TrackName}
- {block:Artist}<br>by {Artist}{/block:Artist}</big></center>
- <!--audiotext-->
- <!--audiobox-->
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <!--Asks-->
- {block:Answer}
- <div id="question">
- {Question}
- <div id="asker">
- <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
- </div> <!--question-->
- <br>{Answer}
- {/block:Answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}"><a href="{Permalink}">
- {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
- at {12Hour}.{Minutes}{ampm}</a> |
- <a href="{Permalink}"> {NoteCountWithLabel}</a>
- <div style="text-align:right;margin-top:-14px;">{block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">
- via </a> {/block:RebloggedFrom}
- {block:Reblog} /
- <a href="{ReblogRootURL}" title="{ReblogRootName}">
- origin</a>{/block:Reblog} |{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank"> reblog</a></div>
- <!--right-->
- {block:HasTags}
- <div style="margin-top:5px;">
- {block:Tags}
- <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div><!--info-->
- {/block:Date}
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div><!--post-->
- {/block:Posts}
- </div> <!--entries-->
- <div id="credit"><a href="https://theghostoflove.tumblr.com">E</a></div>
- </div> <!--background-->
Advertisement
Add Comment
Please, Sign In to add comment