Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---Theme #16 'Taylors' by Brianna @ colorfulmetaphors.tumblr.com
- Rules:
- 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
- 2. Do not redistribute this theme.
- 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
- 4. Do not use this theme as a base code.
- 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
- Help:
- - Theme looks best in Google Chrome.
- - SAVE and REFRESH the page before changing appearance options.
- - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
- - The sidebar image is the home link.
- - There are eight extra links available. Add them under the appearance options.
- - This theme has two placement options for the post info (time stamp, note count, source, and reblog button). The default is beside the post. To have the info below the post, select 'BottomInfo' under the appearance options.
- - There are three post sizes available. For 250px posts, deselect both '400pxPosts' and '500pxPosts'.
- - The header, two titles, and header image are all optional. To disable them, deselect 'Header'.
- - The second title can be added in the appearance options.
- - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
- - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
- Enjoy!
- --->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#8b8b8b"/>
- <meta name="color:side text" content="#a3a3a3"/>
- <meta name="color:title" content="#EEEEEE"/>
- <meta name="color:header" content="#111111"/>
- <meta name="color:title scroll bg" content="#909090"/>
- <meta name="color:borders" content="#4d4d4d"/>
- <meta name="color:link" content="#333333"/>
- <meta name="color:link hover" content="#999999"/>
- <meta name="color:blockquotes" content="#a7a7a7"/>
- <meta name="color:tags" content="#818181"/>
- <meta name="color:tags hover" content="#282828"/>
- <meta name="color:infolink" content="#858585"/>
- <meta name="color:infolink hover" content="#dbdbdb"/>
- <meta name="color:sidelink" content="#d1d1d1"/>
- <meta name="color:sidelink bg" content="#313131"/>
- <meta name="color:posts" content="#f1f1f1"/>
- <meta name="color:scrollbar background" content="#dddddd"/>
- <meta name="color:scrollbar" content="#999999"/>
- <meta name="color:highlight" content="#dddddd"/>
- <meta name="color:highlight text" content="#111111"/>
- <meta name="font:sidebar" content=""/>
- <meta name="font:body" content=""/>
- <meta name="image:header" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="text:bodyfontsize" content="11"/>
- <meta name="text:bgimgposition" content="bottom right" />
- <meta name="text:second title" contetn="add your second title here"/>
- <meta name="text:link1" content="/"/>
- <meta name="text:link1name" content="link 1"/>
- <meta name="text:link2" content="/"/>
- <meta name="text:link2name" content="link 2"/>
- <meta name="text:link3" content="/"/>
- <meta name="text:link3name" content="link 3"/>
- <meta name="text:link4" content="/"/>
- <meta name="text:link4name" content="link 4"/>
- <meta name="text:link5" content="/"/>
- <meta name="text:link5name" content="link 5"/>
- <meta name="text:link6" content="/"/>
- <meta name="text:link6name" content="link 6"/>
- <meta name="text:link7" content="/"/>
- <meta name="text:link7name" content="link 7"/>
- <meta name="text:link8" content="/"/>
- <meta name="text:link8name" content="link 8"/>
- <meta name="if:BackgroundImageRepeat" content="" />
- <meta name="if:BottomInfo" content=""/>
- <meta name="if:500pxPosts" content=""/>
- <meta name="if:400pxPosts" content="1"/>
- <meta name="if:Header" content="1"/>
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {
- width: 7px;
- background-color:{color:scrollbar background};
- }
- ::-webkit-scrollbar-thumb {
- width:7px;
- background-color:{color:scrollbar};
- }
- ::selection {
- background: {color:highlight};
- color: {color:highlight text};
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background:{color:background};
- font-size: 7px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:text};
- max-width: 150px;
- padding: 5px 10px 5px 10px;
- display: block;
- margin: 17px 0px 0px -10px;
- box-shadow:3px 3px 5px;
- font-family: 'Droid Sans', sans-serif;
- }
- body {
- background-color:{color:background};
- color:{color:text};
- font-size:{text:bodyfontsize}px;
- line-height:13px;
- font-family:{font:body};
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-position:{text:bgimgposition};
- {block:IfBackgroundImageRepeat}
- background-repeat:repeat;
- {/block:IfBackgroundImageRepeat}
- {block:IfNotBackgroundImageRepeat}
- background-repeat:no-repeat;
- {/block:IfNotBackgroundImageRepeat}
- }
- a {
- color:{color:link};
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- blockquote {
- padding:1px 10px 1px 10px;
- border-left:1px solid {color:text};
- margin-left:10px;
- font-size:9px;
- word-wrap:break-word;
- background-color:{color:blockquotes};
- {block:IndexPage}
- {block:If500pxPosts}
- width:460px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- width:360px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- width:210px;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:460px;
- {/block:PermalinkPage}
- }
- blockquote blockquote {
- padding:5px 5px 5px 5px;
- border-left:1px solid {color:text};
- background-color:{color:blockquotes};
- {block:IndexPage}
- {block:If500pxPosts}
- min-width:250px;
- width:auto;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- min-width:200px;
- width:auto;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- min-width:100px;
- max-width:200px;
- width:auto;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- min-width:250px;
- width:auto;
- {/block:PermalinkPage}
- }
- blockquote img {
- {block:IndexPage}
- {block:If500pxPosts}
- max-width:430px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- max-width:330px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- max-width:180px;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:430px;
- {/block:PermalinkPage}
- }
- h1 {
- font-size:17px;
- text-align:left;
- line-height:130%;
- }
- h2 {
- text-align:center;
- font-style:italic;
- font-size:15px;
- }
- #theme {
- {block:PermalinkPage}
- width:876px;
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:If500pxPosts}
- width:876px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- width:776px;
- {/block:If400pxPosts}
- {block:IfNot500pxPosts}
- {block:IfNot400pxPosts}
- width:626px;
- {/block:IfNot400pxPosts}
- {/block:IfNot500pxPosts}
- {/block:IndexPage}
- margin:auto;
- }
- #entries {
- margin-left:300px;
- {block:IndexPage}
- {block:If500pxPosts}
- width:522px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- width:422px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- width:272px;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:522px;
- {/block:PermalinkPage}
- {block:IfHeader}
- padding-top:240px;
- {/block:IfHeader}
- {block:IfNotHeader}
- padding-top:100px;
- {/block:IfNotHeader}
- }
- #post {
- margin-bottom:40px;
- word-wrap:break-word;
- padding:10px;
- background-color:{color:posts};
- overflow:hidden;
- border:1px solid {color:borders};
- {block:IndexPage}
- {block:If500pxPosts}
- width:500px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- width:250px;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- {block:IndexPage}
- {block:IfNotBottomInfo}
- #post:hover #info {
- {block:If500pxPosts}
- margin-left:515px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- margin-left:415px;
- {/block:If400pxPosts}
- {block:IfNot500pxPosts}
- {block:IfNot400pxPosts}
- margin-left:265px;
- {/block:IfNot400pxPosts}
- {/block:IfNot500pxPosts}
- border-left:14px solid {color:borders};
- opacity:0.9;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- {/block:IfNotBottomInfo}
- {/block:IndexPage}
- {block:IfHeader}
- #topi {
- background-image:url('{image:header}');
- background-color:{color:header};
- height:200px;
- text-align:center;
- width:100%;
- background-position:bottom center;
- margin-top:-60px;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .top {
- text-align:center;
- position:absolute;
- left:0px;
- height:140px;
- margin-top:50px;
- z-index:9999;
- width:100%;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .title {
- margin-top:-90px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- {block:If500pxPosts}
- width:876px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- width:776px;
- {/block:If400pxPosts}
- {block:IfNot500pxPosts}
- {block:IfNot400pxPosts}
- width:626px;
- {/block:IfNot400pxPosts}
- {/block:IfNot500pxPosts}
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .hide {
- background-color:transparent;
- opacity:0.5;
- font-size:25px;
- font-family: 'Satisfy', cursive;
- color:{color:title};
- padding:40px 0px 20px 0px;
- height:30px;
- }
- .other {
- margin-top:-90px;
- background-color:transparent;
- opacity:0;
- font-size:25px;
- font-family: 'Satisfy', cursive;
- color:{color:title};
- padding:40px 0px 20px 0px;
- height:30px;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .sticky {
- top:-100px;
- position:fixed;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .sticky .other {
- background-color:{color:title scroll bg};
- opacity:1;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .sticky .hide {
- opacity:0;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- {/block:IfHeader}
- #sidebar {
- width:300px;
- {block:IfHeader}
- margin-top:50px;
- position:absolute;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- {/block:IfHeader}
- {block:IfNotHeader}
- margin-top:100px;
- position:fixed;
- {/block:IfNotHeader}
- }
- #sidebarimage {
- width:170px;
- margin-left:60px;
- border:15px;
- }
- #sidebarimage img:hover {
- opacity:0.6;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebarimage img {
- width:170px;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #link {
- position:absolute;
- width:60px;
- text-align:center;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .links a {
- display:block;
- margin-top:3px;
- margin-left:40px;
- height:14px;
- font-size:8px;
- width:14px;
- background-color:{color:sidelink bg};
- font-family:georgia;
- font-style:italic;
- color:transparent;
- overflow:hidden;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .links a:hover {
- margin-left:0px;
- width:54px;
- color:{color:sidelink};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #next {
- margin-left:32px;
- margin-top:7px;
- }
- #next a {
- display:block;
- background-color:none;
- color:{color:sidelink bg};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #back {
- margin-left:32px;
- margin-top:5px;
- }
- #back a {
- display:block;
- background-color:none;
- color:{color:sidelink bg};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #next a:hover {
- color:{color:sidelink};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #description {
- border-top:1px solid {color:sidelink bg};
- border-bottom:1px solid {color:sidelink bg};
- margin-top:10px;
- margin-left:60px;
- width:160px;
- padding:10px;
- text-align:right;
- font-size:10px;
- line-height:110%;
- color:{color:side text};
- font-family:{font:sidebar};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #pagination {
- margin-left:60px;
- margin-top:3px;
- width:190px;
- border-top:1px solid {color:borders};
- font-size:8px;
- font-style:italic;
- text-align:center;
- padding-top:3px;
- color:{color:scrollbar};
- }
- #pagination a {
- font-style:italic;
- font-size:8px;
- font-family: 'Droid Sans', sans-serif;
- }
- #pagination a:hover {
- color:{color:tags hover};
- font-family: 'Droid Sans', sans-serif;
- }
- #info {
- font-family: 'Droid Sans', sans-serif;
- {block:IndexPage}
- font-size:7px;
- text-transform:uppercase;
- {block:IfNotBottomInfo}
- position:absolute;
- word-wrap:break-word;
- text-align:left;
- padding-left:5px;
- border-left:1px solid {color:borders};
- opacity:0;
- {block:If500pxPosts}
- margin-left:460px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- margin-left:360px;
- {/block:If400pxPosts}
- {block:IfNot500pxPosts}
- {block:IfNot400pxPosts}
- margin-left:210px;
- {/block:IfNot400pxPosts}
- {/block:IfNot500pxPosts}
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- {/block:IfNotBottomInfo}
- {block:IfBottomInfo}
- margin-top:7px;
- text-align:center;
- padding-top:5px;
- border-top:1px solid {color:borders};
- {/block:IfBottomInfo}
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:7px;
- padding-top:5px;
- text-align:left;
- border-top:1px solid {color:borders};
- font-size:9px;
- {/block:PermalinkPage}
- }
- #info a {
- color:{color:infolink};
- {block:PermalinkPage}
- text-decoration:underline;
- padding-bottom:2px;
- {/block:PermalinkPage}
- }
- #info a:hover {
- color:{color:infolink hover};
- }
- #tags {
- font-family:calibri, sans-serif;
- {block:IndexPage}
- text-align:center;
- font-size:10px;
- {block:IfNotBottomInfo}
- padding-top:3px;
- margin-top:7px;
- border-top:1px solid {color:borders};
- {/block:IfNotBottomInfo}
- {/block:IndexPage}
- {block:PermalinkPage}
- font-size:9px;
- text-align:left;
- text-transform:uppercase;
- {/block:PermalinkPage}
- }
- #tags a {
- color:{color:tags};
- font-style:italic;
- font-family:calibri, sans-serif;
- {block:IndexPage}
- font-size:10px;
- {/block:IndexPage}
- {block:PermalinkPage}
- font-size:9px;
- text-transform:uppercase;
- {/block:PermalinkPage}
- }
- #tags a:hover {
- color:{color:tags hover};
- }
- #credit {
- position:fixed;
- bottom:0px;
- left:0px;
- padding:4px 10px 4px 5px;
- text-decoration:none;
- font-size:11px;
- background-color:{color:side text};
- color:{color:background};
- font-family: 'Allura', cursive;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .quote {
- padding-left:50px;
- padding-right:50px;
- font-size:12px;
- line-height:110%;
- text-align:center;
- font-family: 'Droid Sans', sans-serif;
- }
- .face {
- float:right;
- width:37px;
- height:30px;
- padding-left:5px;
- border-left:1px solid {color:posts};
- }
- .face img {
- border:7px solid {color:posts};
- }
- .question {
- padding:10px;
- background-color:{color:blockquotes};
- min-height:30px;
- {block:IndexPage}
- {block:If400pxPosts}
- width:380px;
- {/block:If400pxPosts}
- {block:If500pxPosts}
- width:480px;
- {/block:If500pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- width:230px;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:480px;
- {/block:PermalinkPage}
- }
- .words {
- text-align:justify;
- line-height:150%;
- }
- .audio {
- margin-right:5px;
- width:70px;
- float:left;
- }
- .hidden {
- width:70px;
- height:73px;
- }
- .tumblr_audio_player {
- margin:0px;
- padding:0px;
- width:500px;
- height:50px;
- }
- .pull {
- margin-left:5px;
- margin-top:-5px;
- }
- .player {
- width:35px;
- height:37px;
- margin-left:10px;
- margin-top:10px;
- overflow:hidden;
- position:absolute;
- opacity:0.7;
- background-color:#fff;
- z-index:8888;
- border:7px solid #ECECEC;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .player:hover {
- opacity:1;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .caption {
- margin-top:20px;
- }
- .audio img{
- max-width: 70px;
- height: auto;
- }
- .song {
- margin-left:70px;
- margin-top:-55px;
- text-transform:uppercase;
- font-size:10px;
- padding-bottom:13px;
- font-family: 'Droid Sans', sans-serif;
- }
- .link {
- padding:15px;
- border:1px solid {color:posts};
- border-radius:20px;
- font-size:15px;
- font-style:italic;
- }
- .link a {
- color:{color:tags};
- }
- .link a:hover {
- text-shadow:1px 1px 1px;
- }
- ol.notes {
- padding:0px;
- margin-left:20px;
- list-style-type:decimal;
- font-style:italic;
- border-bottom: solid 1px {color:posts};
- width:480px;
- }
- ol.notes li.note {
- border-top: solid 1px {color:posts};
- padding: 10px;
- font-family: 'Droid Sans', sans-serif;
- font-size:9px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note blockquote {
- border-color: {color:text};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- {CustomCSS}</style></head><body>
- <div id="theme">
- {block:IfHeader}
- <div class="top">
- <div id="topi"></div>
- <div class="title">
- <div class="hide">{Title}</div>
- <div class="other">{text:second title}</div>
- <div id="sidebar">
- <div id="link">
- <div class="links">
- <a href="/ask">askbox</a>
- <a href="/archive">index</a>
- {block:IfLink1Name}
- <a href="{text:link1}">{text:link1name}</a>
- {/block:IfLink1Name}
- {block:IfLink2Name}
- <a href="{text:link2}">{text:link2name}</a>
- {/block:IfLink2Name}
- {block:IfLink3Name}
- <a href="{text:link3}">{text:link3name}</a>
- {/block:IfLink3Name}
- {block:IfLink4Name}
- <a href="{text:link4}">{text:link4name}</a>
- {/block:IfLink4Name}
- {block:IfLink5Name}
- <a href="{text:link5}">{text:link5name}</a>
- {/block:IfLink5Name}
- {block:IfLink6Name}
- <a href="{text:link6}">{text:link6name}</a>
- {/block:IfLink6Name}
- {block:IfLink7Name}
- <a href="{text:link7}">{text:link7name}</a>
- {/block:IfLink7Name}
- {block:IfLink8Name}
- <a href="{text:link8}">{text:link8name}</a>
- {/block:IfLink8Name}
- </div>
- {block:Pagination}
- <div id="next">
- {block:NextPage}
- <span style="font-size:17px;">
- <a href="{NextPage}">+</a>
- </span>
- {/block:NextPage}
- </div>
- <div id="back">
- {block:PreviousPage}
- <span style="font-size:20px;font-weight:bold;">
- <a href="{PreviousPage}">-</a>
- </span>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- </div>
- {block:IfSidebarImage}
- <div id="sidebarimage">
- <a title="home page" href="/"><img src="{image:sidebar}"></a>
- </div>
- {/block:IfSidebarImage}
- <div id="description">
- {Description}
- </div>
- </div>
- </div>
- </div>
- <script>
- var header = document.querySelector('.top');
- var origOffsetY = header.offsetTop;
- function onScroll(e) {
- window.scrollY >= origOffsetY ? header.classList.add('sticky') :
- header.classList.remove('sticky');
- }
- document.addEventListener('scroll', onScroll);
- </script>
- {/block:IfHeader}
- {block:IfNotHeader}
- <div id="sidebar">
- <div id="link">
- <div class="links">
- <a href="/ask">askbox</a>
- <a href="/archive">index</a>
- {block:IfLink1Name}
- <a href="{text:link1}">{text:link1name}</a>
- {/block:IfLink1Name}
- {block:IfLink2Name}
- <a href="{text:link2}">{text:link2name}</a>
- {/block:IfLink2Name}
- {block:IfLink3Name}
- <a href="{text:link3}">{text:link3name}</a>
- {/block:IfLink3Name}
- {block:IfLink4Name}
- <a href="{text:link4}">{text:link4name}</a>
- {/block:IfLink4Name}
- {block:IfLink5Name}
- <a href="{text:link5}">{text:link5name}</a>
- {/block:IfLink5Name}
- {block:IfLink6Name}
- <a href="{text:link6}">{text:link6name}</a>
- {/block:IfLink6Name}
- {block:IfLink7Name}
- <a href="{text:link7}">{text:link7name}</a>
- {/block:IfLink7Name}
- {block:IfLink8Name}
- <a href="{text:link8}">{text:link8name}</a>
- {/block:IfLink8Name}
- </div>
- {block:Pagination}
- <div id="next">
- {block:NextPage}
- <span style="font-size:17px;">
- <a href="{NextPage}">+</a>
- </span>
- {/block:NextPage}
- </div>
- <div id="back">
- {block:PreviousPage}
- <span style="font-size:20px;font-weight:bold;">
- <a href="{PreviousPage}">-</a>
- </span>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- </div>
- {block:IfSidebarImage}
- <div id="sidebarimage">
- <a href="/"><img src="{image:sidebar}"></a>
- </div>
- {/block:IfSidebarImage}
- <div id="description">
- {Description}
- </div>
- </div>
- {/block:IfNotHeader}
- <a target="blank" title="theme by colorfulmetaphors" href="http://colorfulmetaphors.tumblr.com/">
- <div id="credit">
- T
- </div>
- </a>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:IndexPage}
- {block:IfNotBottomInfo}
- <div id="info">
- {block:Date}
- <a href="{Permalink}">{TimeAgo}<br />
- {/block:Date}
- {NoteCount}</a> | <a href="{ReblogURL}">reblog</a>
- {block:RebloggedFrom}
- <br />
- {block:ContentSource}
- © <a href="{SourceURL}">{ReblogRootName}</a><br />
- {/block:ContentSource}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- {/block:IfNotBottomInfo}
- {/block:IndexPage}
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}
- {block:IndexPage}
- {block:If400pxPosts}
- <img src="{PhotoURL-500}" width="400">
- {/block:If400pxPosts}
- {block:If500pxPosts}
- <img src="{PhotoURL-500}">
- {/block:If500pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- <img src="{PhotoURL-500}" width="250">
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}">
- {/block:PermalinkPage}
- {LinkCloseTag}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {block:If400pxPosts}
- {Photoset-400}
- {/block:If400pxPosts}
- {block:If500pxPosts}
- {Photoset-500}
- {/block:If500pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- {Photoset-250}
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- {Quote}
- </div>
- {block:Source}
- <div style="text-align:center; font-family: 'Droid Sans', sans-serif; padding-top:5px">— {Source} —
- </div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="link">
- <a target="blank" href="{URL}" {Target}>----- {Name}</a>
- </div>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>
- {Title}
- </h1>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <strong>{Label} </strong>
- {/block:Label}
- {Line}<br />
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <div class="audio">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- <div class="hidden">
- <div class="player">
- <div class="pull">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="song">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- <br />{Artist}
- {/block:Artist}
- <br />{PlayCountWithLabel}
- </div>
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {block:If400pxPosts}
- {Video-400}
- {/block:If400pxPosts}
- {block:If500pxPosts}
- {Video-500}
- {/block:If500pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- {Video-250}
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="words">
- <a href="{AskerURL}" title="{AskerName}">
- <div style="float:right;margin-left:5px;padding-left:5px;border-left:1px solid {color:posts};height:30px;">
- <img src="{AskerPortraitURL-16}" border="7px solid {color:posts}">
- </div>
- </a>
- {Question}
- </div>
- </div>
- <br />
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- {block:IfBottomInfo}
- <div id="info">
- {block:Date}
- <a href="{Permalink}">{TimeAgo} |
- {/block:Date}
- {NoteCount}</a> | 
- <a href="{ReblogURL}">reblog</a>
- {block:RebloggedFrom}
- | {block:ContentSource}
- ( © <a href="{SourceURL}">{ReblogRootName}</a> )
- {/block:ContentSource}
- <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- {/block:IfBottomInfo}
- {block:HasTags}
- <div id="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="info">
- {block:Date}
- {TimeAgo} on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}
- with
- {/block:Date}
- {NoteCountWithLabel} |
- <a href="{ReblogURL}">reblog this post</a>
- {block:RebloggedFrom}
- <br />
- {block:ContentSource}
- originally from <a href="{SourceURL}">{ReblogRootName}</a>,
- {/block:ContentSource}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- {block:HasTags}
- <div id="tags">
- tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment