Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- Theme #23 'Galileo' 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'.
- - To add an image above your description, upload with 'sidebar' under the appearance options. To add an image behind the links, upload with 'leftbar'.
- - Posts can have a border matching the background image of the leftbar. To disable the border, deselect 'PostBorderImage' under the appearance options.
- - The sidebar is the home link.
- - 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=Alegreya' 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:contentsidebar" content="#CCCCCC">
- <meta name="color:linksidebarbg" content="#888888">
- <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:otherborders" 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:title" content="#888888">
- <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="image:leftbar" 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:title1" content="">
- <meta name="text:title2" content="">
- <meta name="if:BackgroundImageRepeat" content="" />
- <meta name="if:RomanNumerals" content="1" />
- <meta name="if:PostBorderImage" conent="1">
- <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;
- }
- #theme {
- margin-top:0px;
- margin-left:0%;
- width:100%;
- height:100%;
- }
- #entries {
- {block:ifPostBorderImage}
- width:510px;
- {/block:ifPostBorderImage}
- {block:ifNotPostBorderImage}
- width:500px;
- {/block:ifNotPostBorderImage}
- margin-left:400px;
- padding-top:40px;
- }
- #post {
- {block:ifNotPostBorderImage}
- width:500px;
- {/block:ifNotPostBorderImage}
- {block:ifPostBorderImage}
- width:510px;
- {/block:ifPostBorderImage}
- padding:15px;
- background-color:{color:posts};
- overflow:hidden;
- {block:ifPostBorderImage}
- background-image:url('{image:leftbar}');
- {/block:ifPostBorderImage}
- }
- {block:ifPostBorderImage}
- .content {
- background-color:{color:posts};
- padding:5px;
- }
- {/block:ifPostBorderImage}
- #sidebar1 {
- height:100%;
- margin-top:-8px;
- position:fixed;
- left:0px;
- width:100px;
- background-color:{color:linksidebarbg};
- border-right:6px double {color:otherborders};
- background-image:url('{image:leftbar}');
- }
- #sidebar2 {
- margin-top:-10px;
- position:fixed;
- left:155px;
- width:200px;
- height:100%;
- border-left:1px solid {color:sidebarborders};
- background-color:{color:contentsidebar};
- }
- #title {
- margin-left:2px;
- margin-top:130px;
- font-size:13px;
- text-align:center;
- letter-spacing:1px;
- width:185px;
- overflow:hidden;
- color:{color:title};
- font-family: 'Alegreya', serif;
- }
- #sidebarimage {
- margin-top:3px;
- text-align:center;
- background-color:{color:background};
- margin-left:-12%;
- width:212px;
- -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 {
- padding:15px;
- width:175px;
- border:3px double {color:sidebarborders};
- }
- #sidebarimage:hover {
- opacity:0.9;
- }
- #link {
- margin-top:80%;
- text-align:center;
- width:90px;
- -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 {
- overflow:hidden;
- display:block;
- height:50px;
- z-index:3;
- -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: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;
- }
- {block:ifRomanNumerals}
- #links:hover .roman {
- 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;
- }
- #links:hover .link 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}
- .link {
- {block:ifRomanNumerals}
- margin-top:-37px;
- {/block:ifRomanNumerals}
- {block:ifNotRomanNumerals}
- margin-top:13px;
- {/block:ifNotRomanNumerals}
- }
- .link a {
- display:block;
- padding:1px;
- font-size:15px;
- {block:ifRomanNumerals}
- opacity:0;
- {/block:ifRomanNumerals}
- {block:ifNotRomanNumerals}
- opacity:1;
- {/block:ifNotRomanNumerals}
- font-family:georgia;
- font-weight:bold;
- font-style:italic;
- text-align:center;
- overflow:hidden;
- color:{color:sidelink};
- -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;
- }
- .link a:hover {
- text-decoration:none;
- color:{color:sidelink};
- }
- {block:ifRomanNumerals}
- .roman {
- display:block;
- font-family:georgia;
- font-style:none;
- text-align:center;
- font-size:45px;
- -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;
- }
- .roman a {
- color:{color:sidelink};
- }
- {/block:ifRomanNumerals}
- .text {
- padding:7px;
- padding-bottom:1px;
- line-height:12px;
- font-size:10px;
- text-align:justify;
- margin-left:-4%;
- color:{color:sidetext};
- letter-spacing:0px;
- font-family:{font:sidebar};
- word-spacing:0px;
- width:175px;
- -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 a {
- color:{color:desclink};
- }
- .text a:hover {
- color:{color:scrollbar};
- }
- #pagination {
- width:175px;
- margin-top:0px;
- padding-top:5px;
- margin-left:-4%;
- letter-spacing:1px;
- text-align:center;
- color:{color:link};
- font-size:9px;
- border-top:1px solid {color:sidebarborders};
- }
- #pagination a {
- color:{color:sidetext};
- }
- #pagination a:hover {
- color:{color:tagshover};
- }
- #info {
- background-color:{color:infobackground};
- border-top:3px double {color:otherborders};
- font-size:8px;
- padding:5px;
- text-align:center;
- font-family:georgia;
- font-style:italic;
- text-transform:uppercase;
- margin-top:10px;
- border-left:1px solid {color:otherborders};
- border-right:1px solid {color:otherborders};
- border-bottom:1px solid {color:otherborders};
- }
- #info a{
- color:{color:infolink};
- }
- #info a:hover {
- color:{color:infolinkhover};
- text-decoration:none;
- }
- #tags {
- margin-top:2px;
- font-size:8px;
- text-transform:none;
- line-height:13px;
- }
- #tags a {
- color:{color:tags};
- background-color:{color:tagsbg};
- padding:0px 2px 0px 2px;
- }
- #tags a:hover {
- background-color:{color:tagshoverbg};
- color:{color:tagshover};
- text-decoration:none;
- }
- .quotation {
- font-family: 'Love Ya Like A Sister', cursive;
- font-size:38px;
- margin-top:10px;
- }
- #asker {
- font-size:15px;
- margin-top:-20px;
- margin-left:30px;
- border-bottom:1px dotted {color:borders};
- padding-bottom:5px;
- }
- #question {
- border-bottom:1px solid {color:text};
- padding-bottom:7px;
- }
- .audio{
- float:left;
- text-align: center;
- margin-right:5px;
- width: 50px;
- }
- .audio img{
- max-width: 50px;
- height: auto;
- }
- .caption {
- margin-top:-3px;
- }
- .count {
- padding-top:8px;
- }
- .quote {
- margin-top:-35px;
- }
- #credit {
- position:fixed;
- bottom:5px;
- right: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;
- }
- #credit:hover {
- bottom:3px;
- right: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;
- }
- {CustomCSS}</style>
- </head><body>
- <div id="theme">
- <div id="sidebar1">
- <center>
- <div id="link">
- <center>
- <div id="links">
- {block:ifRomanNumerals}
- <div class="roman"><a href="/ask">I</a></div>{/block:ifRomanNumerals}
- <div class="link"><a href="/ask">askbox</a></div></div>
- {block:ifLink1Name}<br><br><br><br><br><br><div id="links">
- {block:ifRomanNumerals}<div class="roman"><a href="{text:link1}">II</a></div>{/block:ifRomanNumerals}
- <div class="link"><a href="{text:link1}">{text:link1name}</a></div>
- </div>{/block:ifLink1Name}
- {block:ifLink2Name}<br><br><br><br><br><br><div id="links">
- {block:ifRomanNumerals}<div class="roman"><a href="{text:link2}">III</a></div>{/block:ifRomanNumerals}<div class="link"><a href="{text:link2}">{text:link2name}</a></div>
- </div>{/block:ifLink2Name}
- {block:ifLink3Name}<br><br><br><br><br><br><div id="links">
- {block:ifRomanNumerals}<div class="roman"><a href="{text:link3}">IV</a></div>{/block:ifRomanNumerals}<div class="link"><a href="{text:link3}">{text:link3name}</a></div>
- </div>{/block:ifLink3Name}
- {block:ifLink4Name}<br><br><br><br><br><br><div id="links">
- {block:ifRomanNumerals}<div class="roman"><a href="{text:link4}">V</a></div>{/block:ifRomanNumerals}<div class="link"><a href="{text:link4}">{text:link4name}</a></div>
- </div>{/block:ifLink4Name}
- </center>
- </div>
- </div>
- </center>
- <div id="sidebar2">
- <div id="title">{Title}</div>
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
- <center>
- <div class="text">
- {Description}<p>
- </div>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><span style="font-size:12px">«</span></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}"><span style="font-size:12px">»</span></a>{/block:NextPage}</div>
- </center>
- </div>
- <a href="http://farflunghopes.tumblr.com"><div id="credit">T</div></a>
- <div id="entries">
- {block:Posts}<div id="post">{block:ifPostBorderImage}<div class="content">{/block:ifPostBorderImage}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{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}"><br></div>{/block:AlbumArt}{AudioPlayerGrey}<div class="count">{PlayCount} plays</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<img src="{AskerPortraitURL-24}"><div id="asker">{Asker}:</div><br><div id="question">{Question}</div><br>{Answer}{/block:Answer}{block:ifPostBorderImage}</div>{/block:ifPostBorderImage}
- <div id="info">
- {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="tags"> - {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