Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- Theme #24 '2(XII)' 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'.
- - The sidebar image is 140px wide by 200px tall. A small image will be stretched and a larger one compressed.
- - There are four 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 '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=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:sidebar1" content="#CCCCCC">
- <meta name="color:sidebar2" content="#444444">
- <meta name="color:sidebar3" content="#999999">
- <meta name="color:sidebar4" content="#555555">
- <meta name="color:text" content="#888888"/>
- <meta name="color:sidetext" content="#000000">
- <meta name="color:borders" content="#888888">
- <meta name="color:postborder" content="#888888">
- <meta name="color:link" content="#333333"/>
- <meta name="color:linkhover" content="#999999">
- <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:scrollbarbackground" content="#DDDDDD">
- <meta name="color:scrollbar" content="#999999">
- <meta name="color:highlight" content="#DDDDDD">
- <meta name="color:highlighttext" content="#111111">
- <meta name="font:sidebar" content="">
- <meta name="font:body" content="">
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="">
- <meta name="image:sidebarbackground" 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="if:BackgroundImageRepeat" content="" />
- <meta name="if:400pxPosts" content="">
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; position: fixed important; !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:scrollbarbackground};
- }
- ::-webkit-scrollbar-thumb {
- width:7px;
- 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};
- background-image:url('{image:background}');
- background-attachment:fixed;
- word-spacing:1px;
- text-align:justify;
- 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 {
- text-decoration:line-through;
- 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;
- }
- a:tip:title {
- background-color:{color:background;}
- }
- blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- font-family: 'Roboto Condensed', sans-serif;
- }
- #theme {
- margin-top:20px;
- width:100%;
- margin-left:0%;
- }
- #entries {
- {block:IfNot400pxPosts}
- width:500px;
- margin-left:335px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts};
- width:400px;
- margin-left:385px;
- {/block:If400pxPosts}
- }
- #post {
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts};
- width:400px;
- {/block:If400pxPosts}
- padding:10px;
- background-color:{color:background};
- overflow:hidden;
- padding-bottom:20px;
- border-bottom:1px solid {color:postborder};
- }
- #sidebar1 {
- height:100%;
- margin-top:-20px;
- position:fixed;
- margin-left:-10px;
- width:120px;
- background-color:{color:sidebar1};
- background-image:url('{image:sidebarbackground}');
- }
- #sidebar2 {
- margin-top:-20px;
- width:175px;
- height:100%;
- position:fixed;
- margin-left:110px;
- text-align:center;
- background-color:{color:sidebar2};
- border-left:20px solid {color:borders};
- border-right:1px solid {color:postborder};
- }
- #sidebar3 {
- position:fixed;
- right:70px;
- width:170px;
- height:100%;
- margin-top:-20px;
- background-color:{color:sidebar3};
- border-right:10px solid {color:borders};
- border-left:1px solid {color:postborder};
- }
- #sidebar4 {
- position:fixed;
- right:0px;
- width:70px;
- height:100%;
- margin-top:-20px;
- background-color:{color:sidebar4};
- border-left:1px solid {color:borders};
- background-image:url('{image:sidebarbackground}');
- }
- #sidebarimage {
- margin-top:100px;
- margin-left:-80px;
- width:196px;
- -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:140px;
- height:200px;
- padding:0px;
- border:10px solid {color:borders};
- }
- #link {
- position:absolute;
- bottom:57%;
- margin-left:90px;
- padding-bottom:2px;
- padding-right:10px;
- width:70px;
- -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 a {
- padding:1px;
- margin-bottom:2px;
- display:block;
- font-size:8px;
- padding-top:2px;
- padding-bottom:2px;
- padding-left:5px;
- font-family:georgia;
- font-style:italic;
- text-align:left;
- width:40px;
- color:{color:sidelink};
- 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;
- }
- #link a:hover {
- margin-left:10px;
- text-decoration:none;
- color:{color:sidelinkhover};
- -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;
- }
- .text {
- margin-top:0px;
- margin-left:10px;
- padding-top:5px;
- padding-bottom:1px;
- text-align:justify;
- line-height:12px;
- font-size:10px;
- color:{color:sidetext};
- letter-spacing:0px;
- font-family:{font:sidebar};
- word-spacing:0px;
- width:130px;
- border-bottom:1px solid {color:borders};
- -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 {
- padding-bottom:5px;
- width:130px;
- margin-top:5px;
- margin-left:10px;
- text-align:center;
- color:{color:link};
- font-size:8px;
- font-family:georgia;
- }
- #pagination a {
- color:{color:sidetext};
- }
- #pagination a:hover {
- color:{color:tagshover};
- }
- #info {
- {block:IfNot400pxPosts}
- margin-left:580px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:530px;
- {/block:If400pxPosts}
- position:absolute;
- width:150px;
- font-size:10px;
- text-align:right;
- font-family:georgia;
- letter-spxing:1px;
- word-spacing:1px;
- padding:10px;
- margin-top:0px;
- font-size:8px;
- border:5px solid {color:borders};
- background-color:{color:background};
- }
- #info a{
- color:{color:infolink};
- }
- #info a:hover {
- text-decoration:none;
- color:{color:infolinkhover};
- }
- #tags {
- text-align:center;
- margin-top:5px;
- padding-left:0px;
- font-size:8px;
- padding-bottom:7px;
- padding-top:5px;
- font-style:italic;
- text-transform:none;
- border-top:1px dotted {color:postborder};
- }
- #tags a {
- color:{color:tags};
- }
- #tags a:hover {
- text-decoration:none;
- color:{color:tagshover};
- }
- #credit {
- position:fixed;
- bottom:5px;
- left:5px;
- padding:0px 10px 0px 5px;
- font-size:12px;
- border:1px solid {color:borders};
- 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;
- }
- #credit:hover {
- bottom:3px;
- left:3px;
- border:3px double {color:borders};
- -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;
- }
- .quotation {
- font-family: 'Love Ya Like A Sister', cursive;
- font-size:38px;
- margin-top:10px;
- }
- .portrait {
- float:left;
- padding-right:5px;
- }
- #asker {
- margin-top:5px;
- font-size:15px;
- border-bottom:1px dotted {color:borders};
- padding-bottom:5px;
- font-family: 'Roboto Condensed', sans-serif;
- }
- #question {
- margin-top:-7px;
- 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:-7px;
- 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-family: 'Roboto Condensed', sans-serif;
- font-size:12px;
- padding-bottom:13px;
- }
- .quote {
- margin-top:-35px;
- }
- {CustomCSS}</style>
- </head><body>
- <div id="theme">
- <div id="sidebar1"></div>
- <div id="sidebar2">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="link">
- <center>
- <a href="/">home</a>
- <a href="/ask">askbox</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}
- </center></div>
- <div class="text">
- {Description}<p>
- </div>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><big>←</big></a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <strong>{PageNumber}</strong>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}"><big>→</big></a>{/block:NextPage}</div>
- </div>
- <div id="sidebar4"></div>
- <div id="sidebar3"></div>
- <a href="http://farflunghopes.tumblr.com"><div id="credit">T</div></a>
- <div id="entries">
- {block:Posts}<div id="post">
- <div id="info">
- {block:Date}<a href="{Permalink}">{TimeAgo} | ({ShortMonth} {DayOfMonth}, {ShortYear})</a><br>{/block:Date}<a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a>{block:RebloggedFrom}<br><a href="{ReblogParentURL}">{ReblogParentName}</a> {block:ContentSource}(© <a href="{SourceURL}">{ReblogRootName}</a>){/block:ContentSource}{/block:RebloggedFrom}
- </div>
- {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:HasTags}<div id="tags"> - {block:Tags}<a href="{TagURL}">{Tag}</a> - {/block:Tags}</div>{/block:HasTags}
- </div>
- <br><br><br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment