Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- Theme 4 'Razors' by Brianna @ farflunghopes.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'.
- - There are SEVEN extra links available. Add them under the appearance options.
- - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
- - The posts can either be 400px wide or 500px wide. The default is 500px. For 400px posts select '400pxPosts' under the appearance options.
- - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
- - The sidebar image is the home link.
- - 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.
- -This theme comes with the option to have to post info hidden until the post is hovered over. To have the info visible at all times, DESELECT 'HiddenInfo' under the appearance options.
- - The hidden info only works when the info is BESIDE the posts, not under them.
- 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=Allura' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Kotta+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:sidebar" content="#CCCCCC">
- <meta name="color:description" content="#AAAAAA">
- <meta name="color:text" content="#888888"/>
- <meta name="color:link" content="#333333"/>
- <meta name="color:linkhover" content="#999999">
- <meta name="color:borders" content="#888888">
- <meta name="color:tags" content="#FFFFFF">
- <meta name="color:tagshover" content="#777777">
- <meta name="color:infolink" content="#555555">
- <meta name="color:infolinkhover" content="#999999">
- <meta name="color:sidelink" content="#444444">
- <meta name="color:sidelinkhover" content="#CCCCCC">
- <meta name="color:posts" content="#DDDDDD">
- <meta name="color:scrollbarbackground" content="#DDDDDD">
- <meta name="color:scrollbar" content="#999999">
- <meta name="color:highlight" content="#DDDDDD">
- <meta name="color:highlighttext" content="#111111">
- <meta name="font:body" content="">
- <meta name="font:sidebar" 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: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="if:BackgroundImageRepeat" content="" />
- <meta name="if:400pxPosts" content="" />
- <meta name="if:BottomInfo" content="">
- <meta name="if:HiddenInfo" 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: 5px;
- background-color:{color:scrollbarbackground};
- }
- ::-webkit-scrollbar-thumb {
- width:5px;
- background-color:{color:scrollbar};
- }
- ::selection {
- background: {color:highlight};
- color: {color:highlighttext};
- }
- body {
- background-color:{color:background};
- color:{color:text};
- font-size:{text:bodyfontsize}px;
- font-family:{font:body};
- line-height:100%;
- 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:linkhover};
- -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-left:3px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- font-family: 'Kotta One', serif;
- }
- #entries {
- padding:10px;
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- margin-left:350px;
- margin-top:40px;
- }
- #post {
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- padding:10px;
- background-color:{color:posts};
- z-index:9999;
- box-shadow:0px 5px 10px 0px;
- }
- {block:IfNotBottomInfo}
- #post:hover #info {
- color:{color:text};
- box-shadow:0px 3px 5px 0px;
- {block:IfNot400pxPosts}
- margin-left:520px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:420px;
- {/block:If400pxPosts}
- -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}
- #post:hover #info a {
- 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;
- }
- #sidebar {
- width:100px;
- height:100%;
- position:fixed;
- margin-left:200px;
- margin-top:-60px;
- padding:10px;
- background-color:{color:sidebar};
- z-index:9999;
- box-shadow:0px 5px 10px 0px;
- }
- #sidebarimage {
- width 100px;
- margin-top:-270px;
- }
- #sidebarimage img:hover {
- opacity:0.5;
- -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:100px;
- -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;
- }
- #extralinks {
- width:0px;
- height:240px;
- margin-left:-25px;
- line-height:5px;
- margin-top:150px;
- }
- #extralinks a{
- display:block;
- height:15px;
- padding-top:10px;
- background-color:{color:sidelink};
- color:transparent;
- font-family:georgia;
- font-size:8px;
- text-align:left;
- border-left:15px solid {color:sidelinks};
- }
- #extralinks a:hover {
- margin-left:-60px;
- width:55px;
- height:5px;
- padding:10px;
- color:{color:sidelink};
- background-color:{color:sidelinkhover};
- border:0px solid {color:sidelinkhover};
- }
- #description {
- margin-top:10px;
- width:90px;
- padding:5px;
- font-size:9px;
- padding-top:8px;
- padding-bottom:1px;
- text-align:justify;
- font-family:{font:sidebar};
- background-color:{color:description};
- }
- #pagination {
- margin-top:7px;
- font-size:7px;
- text-align:center;
- letter-spacing:0px;
- font-family:geneva;
- }
- #info {
- font-size:8px;
- font-family:georgia;
- {block:IfNotBottomInfo}
- position:absolute;
- width:100px;
- margin-top:0px;
- text-align:right;
- border-right: 7px solid {color:borders};
- padding-right:3px;
- {block:IfHiddenInfo}
- color:transparent;
- -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:IfHiddenInfo}
- {block:IfNot400pxPosts}
- margin-left:415px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:315px;
- {/block:If400pxPosts}
- {/block:IfNotBottomInfo}
- {block:IfBottomInfo}
- text-align:center;
- margin-top:5px;
- border-top:1px solid {color:borders};
- padding-top:5px;
- {/block:IfBottomInfo}
- {block:IfNotHiddenInfo}
- box-shadow:0px 3px 5px 0px;
- {block:IfNot400pxPosts}
- margin-left:520px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:420px;
- {/block:If400pxPosts}
- {/block:IfNotHiddenInfo}
- }
- #info a{
- {block:IfNotBottomInfo}
- {block:IfHiddenInfo}
- 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:IfHiddenInfo}
- {/block:IfNotBottomInfo}
- color:{color:infolink};
- }
- #info a:hover {
- color:{color:infolinkhover};
- }
- #tags {
- font-size:8px;
- text-align:center;
- font-family:georgia;
- font-style:italic;
- {block:IfNotBottomInfo}
- margin-top:5px;
- border-top:1px solid {color:borders};
- padding-top:5px;
- {/block:IfNotBottomInfo}
- {block:IfBottomInfo}
- padding-top:1px;
- {/block:IfBottomInfo}
- }
- #tags a {
- color:{color:tags};
- }
- #tags a:hover {
- color:{color:tagshover};
- }
- #credit {
- position:fixed;
- right:-1px;
- bottom:-1px;
- font-family: 'Allura', cursive;
- font-size:13px;
- background-color:#FFFFFF;
- padding:5px;
- }
- .quotation {
- font-family: 'Love Ya Like A Sister', cursive;
- font-size:38px;
- margin-top:10px;
- }
- .portrait {
- float:left;
- padding-right:5px;
- }
- #asker {
- margin-top:6px;
- font-size:15px;
- border-bottom:1px dotted {color:borders};
- padding-bottom:6px;
- font-family: 'Kotta One', serif;
- }
- #question {
- margin-top:-8px;
- border-bottom:1px solid {color:text};
- padding-bottom:7px;
- }
- .audio {
- margin-right:5px;
- width:70px;
- float:left;
- }
- .hidden {
- width:70px;
- height:73px;
- }
- .pull {
- margin-left:4px;
- margin-top:-6px;
- }
- .tumblr_audio_player {
- margin:0px;
- padding:0px;
- width:500px;
- height:50px;
- }
- .player {
- width:35px;
- height:37px;
- margin-left:10px;
- margin-top:10px;
- background-color:#999;
- overflow:hidden;
- position:absolute;
- opacity:0.7;
- background-color:#fff;
- 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:18px;
- }
- .audio img{
- max-width: 70px;
- height: auto;
- }
- .song {
- margin-left:70px;
- margin-top:-61px;
- text-transform:uppercase;
- font-size:12px;
- font-family:baskerville;
- padding-bottom:13px;
- }
- .quote {
- margin-top:-15px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="extralinks">
- <a href="/ask">askbox</a>
- {block:IfLink1Name}
- <br>
- <a href="{text:link1}">{text:link1name}</a>
- {/block:IfLink1Name}
- {block:IfLink2Name}
- <br>
- <a href="{text:link2}">{text:link2name}</a>
- {/block:IfLink2Name}
- {block:IfLink3Name}
- <br>
- <a href="{text:link3}">{text:link3name}</a>
- {/block:IfLink3Name}
- {block:IfLink4Name}
- <br>
- <a href="{text:link4}">{text:link4name}</a>
- {/block:IfLink4Name}
- {block:IfLink5Name}
- <br>
- <a href="{text:link5}">{text:link5name}</a>
- {/block:IfLink5Name}
- {block:IfLink6Name}
- <br>
- <a href="{text:link6}">{text:link6name}</a>
- {/block:IfLink6Name}
- {block:IfLink7Name}
- <br>
- <a href="{text:link7}">{text:link7name}</a>
- {/block:IfLink7Name}
- </div>
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
- <div id="description">{Description}<p></div>
- <div id="pagination">
- {block:JumpPagination length="7"}
- {block:CurrentPage}
- <b>{PageNumber}</b>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- </div>
- </div>
- <div id="credit"><a href="http://farflunghopes.tumblr.com">theme</a></div>
- <div id="entries">{block:Posts}<div id="post">
- {block:IfNotBottomInfo}
- <div id="info">
- {block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date} | {NoteCountWithLabel}</a>
- {block:RebloggedFrom}<br />{block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a><br />{/block:ContentSource}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br /><a href="{ReblogURL}"> reblog</a></div>
- {/block:IfNotBottomInfo}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}<center>{LinkOpenTag}{block:If400pxPosts}<img src="{PhotoURL-500}" width="400">{/block:If400pxPosts}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{/block:IfNot400pxPosts}{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quotation">"</div><div class="quote">     {Quote}"</div>{block:Source}<br />                 —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}</h1>{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:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div><div id="asker">{Asker}:</div><br /><div id="question">{Question}</div><br />{Answer}{/block:Answer}
- {block:IfBottomInfo}
- <div id="info">
- {block:Date}posted <a href="{Permalink}">{TimeAgo}{/block:Date}
- with {NoteCountWithLabel}</a>
- {block:RebloggedFrom}|{block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>,{/block:ContentSource} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} | <a href="{ReblogURL}"> reblog</a></div>
- {/block:IfBottomInfo}
- {block:HasTags}<div id="tags">{block:Tags}   <a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- <br /><br />
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment