Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- Theme #25 'Pilot Lights' 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 the home link.
- - The posts can either be 400px wide or 500px wide. The default is 500px. For 400px select '400pxPosts' under the appearance options.
- - The sidebar image is 220px wide when the posts are 500px and 190px wide when the posts are 400px.
- - There are four extra links available. Add them under the appearance options.
- - Hovering over the roman numerals reveals the links. To have them always visible, deselect 'RomanNumerals' 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=Playball' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#888888"/>
- <meta name="color:sidetext" content="#000000">
- <meta name="color:sidebarborders" content="#888888">
- <meta name="color:infobackground" content="#888888">
- <meta name="color:infoborder" 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:tagshoverbg" content="#777777">
- <meta name="color:infolink" content="#555555">
- <meta name="color:infolinkhover" content="#999999">
- <meta name="color:sidelink" content="#444444">
- <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:sidebar" content="">
- <meta name="font:body" 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="if:BackgroundImageRepeat" content="" />
- <meta name="if:400pxPosts" content="">
- <meta name="if:RomanNumerals" content="1">
- <style type="text/css">
- iframe#tumblr_controls { white-space:nowrap; opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-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;
- }
- blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- font-family:'Playball', cursive;
- }
- #enterprise {
- margin-top:0px;
- margin-left:0%;
- width:100%;
- height:100%;
- }
- #bridge {
- padding-top:50px;
- {block:IfNot400pxPosts}
- width:500px;
- margin-left:460px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:400px;
- margin-left:465px;
- {/block:If400pxPosts}
- }
- #captainschair {
- padding:10px;
- background-color:{color:posts};
- overflow:hidden;
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- }
- #helm {
- margin-top:140px;
- position:fixed;
- width:50px;
- background-color:{color:background};
- height:90px;
- {block:IfLink1Name}
- height:145px;
- {/block:IfLink1Name}
- {block:IfLink2Name}
- height:190px;
- {/block:IfLink2Name}
- {block:IfLink3Name}
- height:245px;
- {/block:IfLink3Name}
- {block:IfLink4Name}
- height:300px;
- {/block:IfLink4Name}
- {block:IfNot400pxPosts}
- left:374px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- left:359px;
- {/block:If400pxPosts}
- }
- #sciencestation {
- margin-top:-8px;
- margin-left:-10px;
- height:100%;
- position:fixed;
- background-color:transparent;
- border-right:1px solid {color:sidebarborders};
- {block:IfNot400pxPosts}
- width:400px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:385px;
- {/block:If400pxPosts}
- }
- #kirk {
- margin-top:150px;
- text-align:center;
- {block:IfNot400pxPosts}
- width:240px;
- margin-left:10px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:210px;
- margin-left:-3px;
- {/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;
- }
- #kirk img {
- padding:8px;
- {block:IfNot400pxPosts}
- width:220px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:190px;
- {/block:If400pxPosts}
- border:1px solid {color:sidebarborders};
- -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;
- }
- #kirk 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;
- }
- #scotty {
- margin-top:0px;
- margin-left:0px;
- position:absolute;
- text-align:center;
- width:50px;
- -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;
- }
- #impulse {
- margin-left:0px;
- overflow:hidden;
- display:block;
- height:22px;
- width:40px;
- z-index:3;
- margin-top:30px;
- border-bottom:1.5px solid {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;
- }
- {block:IfRomanNumerals}
- #impulse: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;
- }
- #impulse:hover .dilithium {
- 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;
- }
- #impulse:hover .warpcore 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;
- }
- {/block:IfRomanNumerals}
- .warpcore {
- {block:IfRomanNumerals}
- margin-top:-15px;
- {/block:IfRomanNumerals}
- {block:IfNotRomanNumerals}
- margin-top:5px;
- {/block:IfNotRomanNumerals}
- }
- .warpcore a {
- display:block;
- font-size:8px;
- font-family:georgia;
- font-weight:bold;
- font-style:italic;
- text-align:center;
- color:{color:sidelink};
- {block:IfNotRomanNumerals}
- opacity:1;
- {/block:IfNotRomanNumerals}
- {block:IfRomanNumerals}
- opacity:0;
- {/block:IfRomanNumerals}
- -webkit-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- .warpcore a:hover {
- text-decoration:none;
- {block:IfNotRomanNumerals}
- color:{color:linkhover};
- {/block:IfNotRomanNumerals}
- }
- {block:IfRomanNumerals}
- .dilithium {
- margin-top:0px;
- margin-left:0px;
- display:block;
- font-family:baskerville;
- font-style:none;
- text-align:center;
- font-weight:bold;
- font-size:15px;
- -webkit-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- .dilithium a {
- color:{color:sidelink};
- }
- {/block:IfRomanNumerals}
- .uhura {
- margin-top:-5px;
- padding:10px 18px 0px 17px;
- line-height:12px;
- font-size:10px;
- text-align:justify;
- color:{color:sidetext};
- font-family:{font:sidebar};
- word-spacing:0px;
- {block:IfNot400pxPosts}
- width:205px;
- margin-left:10px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:175px;
- margin-left:-3px;
- {/block:If400pxPosts}
- border-bottom:1px solid {color:sidebarborders};
- -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;
- }
- #sulu {
- padding-top:8px;
- letter-spacing:1px;
- text-align:center;
- color:{color:link};
- font-size:8px;
- font-family:baskerville;
- opacity:0.99;
- {block:IfNot400pxPosts}
- width:215px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:185px;
- {/block:If400pxPosts}
- }
- #sulu a {
- color:{color:sidetext};
- }
- #sulu a:hover {
- color:{color:tagshover};
- }
- #spock {
- background-color:{color:infobackground};
- border-top:3px double {color:infoborder};
- font-size:8px;
- padding:5px;
- text-align:center;
- font-family:georgia;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-top:10px;
- border-left:1px solid {color:infoborder};
- border-right:1px solid {color:infoborder};
- border-bottom:1px solid {color:infoborder};
- }
- #spock a{
- color:{color:infolink};
- }
- #spock a:hover {
- color:{color:infolinkhover};
- text-decoration:none;
- }
- #bones {
- margin-top:2px;
- font-size:8px;
- text-transform:none;
- line-height:13px;
- font-family:georgia;
- font-style:italic;
- }
- #bones a {
- color:{color:tags};
- background-color:{color:tagsbg};
- padding:0px 2px 0px 2px;
- }
- #bones a:hover {
- background-color:{color:tagshoverbg};
- color:{color:tagshover};
- text-decoration:none;
- }
- #chekov {
- position:fixed;
- bottom:5px;
- left:5px;
- padding:0px 10px 0px 5px;
- font-size:12px;
- border:1px solid {color:sidebarborders};
- 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;
- }
- #chekov:hover {
- bottom:3px;
- left:3px;
- border:3px double {color:sidebarborders};
- -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:6px;
- font-size:15px;
- border-bottom:1px dotted {color:borders};
- padding-bottom:6px;
- font-family:'Playball', cursive;
- }
- #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:-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-size:12px;
- font-family:baskerville;
- padding-bottom:13px;
- }
- .quote {
- margin-top:-35px;
- }
- {CustomCSS}</style>
- </head><body>
- <div id="enterprise">
- <div id="sciencestation">
- <center>
- <div id="kirk"><a href="/"><img src="{image:sidebar}"></a></div>
- <center>
- <div class="uhura">
- {Description}<p>
- </div>
- <div id="sulu">
- {block:PreviousPage}<span style="font-size:12px;"><a href="{PreviousPage}">«</a></span>{/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}<span style="font-size:12px;"><a href="{NextPage}">»</a></span>{/block:NextPage}</div>
- </center>
- </div>
- </center></div>
- <div id="helm">
- <div id="scotty">
- <center>
- <div id="impulse">
- {block:IfRomanNumerals}<div class="dilithium"><a href="/ask">I</a></div>{/block:IfRomanNumerals}
- <div class="warpcore"><a href="/ask">askbox</a></div></div>
- {block:ifLink1Name}<div id="impulse">
- {block:IfRomanNumerals}{block:IfLink1Name}<div class="dilithium"><a href="{text:link1}">II</a></div>{/block:IfLink1Name}{/block:IfRomanNumerals}
- <div class="warpcore"><a href="{text:link1}">{text:link1name}</a></div>
- </div>{/block:ifLink1Name}
- {block:ifLink2Name}<div id="impulse">
- {block:IfRomanNumerals}{block:IfLink2Name}<div class="dilithium"><a href="{text:link2}">III</a></div>{/block:IfLink2Name}{/block:IfRomanNumerals}<div class="warpcore"><a href="{text:link2}">{text:link2name}</a></div>
- </div>{/block:ifLink2Name}
- {block:ifLink3Name}<div id="impulse">
- {block:IfRomanNumerals}{block:IfLink3Name}<div class="dilithium"><a href="{text:link3}">IV</a></div>{/block:IfLink3Name}{/block:IfRomanNumerals}<div class="warpcore"><a href="{text:link3}">{text:link3name}</a></div>
- </div>{/block:ifLink3Name}
- {block:ifLink4Name}<div id="impulse">
- {block:IfRomanNumerals}{block:IfLink4Name}<div class="dilithium"><a href="{text:link4}">V</a></div>{/block:IfLink4Name}{/block:IfRomanNumerals}<div class="warpcore"><a href="{text:link4}">{text:link4name}</a></div>
- </div>{/block:ifLink4Name}
- </center>
- </div></div>
- <a href="http://farflunghopes.tumblr.com"><div id="chekov">T</div></a>
- <div id="bridge">
- {block:Posts}<div id="captainschair">
- {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}
- <div id="spock">
- {block:Date}<a href="{Permalink}">{TimeAgo} ({ShortMonth} {DayOfMonth}, {ShortYear})</a> | {/block:Date}<a href="{Permalink}">{NoteCountWithLabel}</a> | {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a> {block:ContentSource}(© <a href="{SourceURL}">{ReblogRootName}</a>){/block:ContentSource} | {/block:RebloggedFrom}<a href="{ReblogURL}">reblog</a>
- {block:HasTags}<div id="bones"> - {block:Tags}<a href="{TagURL}">{Tag}</a> - {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- <br><br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment