farflunghopes

galileo

Apr 20th, 2013
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.02 KB | None | 0 0
  1. <!--- Theme #23 'Galileo' by Brianna @ farflunghopes.tumblr.com
  2.  
  3. Rules:
  4. 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.
  5. 2. Do not redistribute this theme.
  6. 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.
  7. 4. Do not use this theme as a base code.
  8. 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.
  9.  
  10. Help:
  11. - Theme looks best in Google Chrome.
  12. - SAVE and REFRESH the page before changing appearance options.
  13. - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  14. - To add an image above your description, upload with 'sidebar' under the appearance options. To add an image behind the links, upload with 'leftbar'.
  15. - Posts can have a border matching the background image of the leftbar. To disable the border, deselect 'PostBorderImage' under the appearance options.
  16. - The sidebar is the home link.
  17. - There are four extra links available. Add them under the appearance options.
  18. - Hovering over the roman numerals reveals the links. To have them always visible, deselect 'RomanNumerals' under the appearance options.
  19. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  20. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  21.  
  22. Enjoy!
  23.  
  24. --->
  25.  
  26. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  27. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  28. <head><title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Alegreya' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  38.  
  39. <meta name="color:background" content="#ffffff"/>
  40. <meta name="color:contentsidebar" content="#CCCCCC">
  41. <meta name="color:linksidebarbg" content="#888888">
  42. <meta name="color:text" content="#888888"/>
  43. <meta name="color:sidetext" content="#000000">
  44. <meta name="color:sidebarborders" content="#888888">
  45. <meta name="color:infobackground" content="#888888">
  46. <meta name="color:otherborders" content="#888888">
  47. <meta name="color:link" content="#333333"/>
  48. <meta name="color:linkhover" content="#999999">
  49. <meta name="color:tags" content="#FFFFFF">
  50. <meta name="color:tagshover" content="#777777">
  51. <meta name="color:tagshoverbg" content="#777777">
  52. <meta name="color:infolink" content="#555555">
  53. <meta name="color:infolinkhover" content="#999999">
  54. <meta name="color:sidelink" content="#444444">
  55. <meta name="color:title" content="#888888">
  56. <meta name="color:posts" content="#DDDDDD">
  57. <meta name="color:scrollbarbackground" content="#DDDDDD">
  58. <meta name="color:scrollbar" content="#999999">
  59. <meta name="color:highlight" content="#DDDDDD">
  60. <meta name="color:highlighttext" content="#111111">
  61.  
  62. <meta name="font:sidebar" content="">
  63. <meta name="font:body" content="">
  64.  
  65. <meta name="image:sidebar" content=""/>
  66. <meta name="image:background" content="">
  67. <meta name="image:leftbar" content="">
  68.  
  69. <meta name="text:bodyfontsize" content="11">
  70. <meta name="text:bgimgposition" content="bottom right" />
  71. <meta name="text:link1" content="/">
  72. <meta name="text:link1name" content="link 1">
  73. <meta name="text:link2" content="/">
  74. <meta name="text:link2name" content="link 2">
  75. <meta name="text:link3" content="/">
  76. <meta name="text:link3name" content="link 3">
  77. <meta name="text:link4" content="/">
  78. <meta name="text:link4name" content="link 4">
  79. <meta name="text:title1" content="">
  80. <meta name="text:title2" content="">
  81.  
  82. <meta name="if:BackgroundImageRepeat" content="" />
  83. <meta name="if:RomanNumerals" content="1" />
  84. <meta name="if:PostBorderImage" conent="1">
  85.  
  86. <style type="text/css">
  87.  
  88. 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;}
  89. 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;}
  90.  
  91. ::-webkit-scrollbar {
  92. width: 7px;
  93. background-color:{color:scrollbarbackground};
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb {
  97. width:7px;
  98. background-color:{color:scrollbar};
  99. }
  100.  
  101. ::selection {
  102. background: {color:highlight};
  103. color: {color:highlighttext};
  104. }
  105.  
  106. body {
  107. background-color:{color:background};
  108. color:{color:text};
  109. font-size:{text:bodyfontsize}px;
  110. font-family:{font:body};
  111. background-image:url('{image:background}');
  112. background-attachment:fixed;
  113. word-spacing:1px;
  114. text-align:justify;
  115. background-position:{text:bgimgposition};
  116. {block:IfBackgroundImageRepeat}
  117. background-repeat:repeat;
  118. {/block:IfBackgroundImageRepeat}
  119. {block:IfNotBackgroundImageRepeat}
  120. background-repeat:no-repeat;
  121. {/block:IfNotBackgroundImageRepeat}
  122. }
  123.  
  124. a {
  125. color:{color:link};
  126. text-decoration:none;
  127. outline:none;
  128. -moz-outline-style:none;
  129. -webkit-transition: all 0.6s ease-out;
  130. -o-transition: all 0.6s ease-out;
  131. -webkit-transition: all 0.6s ease-out;
  132. -moz-transition: all 0.6s ease-out;
  133. }
  134.  
  135. a:hover {
  136. text-decoration:line-through;
  137. color:{color:linkhover};
  138. -webkit-transition: all 0.6s ease-out;
  139. -o-transition: all 0.6s ease-out;
  140. -webkit-transition: all 0.6s ease-out;
  141. -moz-transition: all 0.6s ease-out;
  142. }
  143.  
  144. a:tip:title {
  145. background-color:{color:background;}
  146. }
  147.  
  148. blockquote {
  149. padding-left:3px;
  150. border-left:2px solid;
  151. }
  152.  
  153. blockquote blockquote {
  154. padding-left:3px;
  155. border-left:2px solid;
  156. }
  157.  
  158. h1 {
  159. font-size:15px;
  160. }
  161.  
  162. #theme {
  163. margin-top:0px;
  164. margin-left:0%;
  165. width:100%;
  166. height:100%;
  167. }
  168.  
  169. #entries {
  170. {block:ifPostBorderImage}
  171. width:510px;
  172. {/block:ifPostBorderImage}
  173. {block:ifNotPostBorderImage}
  174. width:500px;
  175. {/block:ifNotPostBorderImage}
  176. margin-left:400px;
  177. padding-top:40px;
  178. }
  179.  
  180. #post {
  181. {block:ifNotPostBorderImage}
  182. width:500px;
  183. {/block:ifNotPostBorderImage}
  184. {block:ifPostBorderImage}
  185. width:510px;
  186. {/block:ifPostBorderImage}
  187. padding:15px;
  188. background-color:{color:posts};
  189. overflow:hidden;
  190. {block:ifPostBorderImage}
  191. background-image:url('{image:leftbar}');
  192. {/block:ifPostBorderImage}
  193. }
  194.  
  195. {block:ifPostBorderImage}
  196. .content {
  197. background-color:{color:posts};
  198. padding:5px;
  199. }
  200. {/block:ifPostBorderImage}
  201.  
  202. #sidebar1 {
  203. height:100%;
  204. margin-top:-8px;
  205. position:fixed;
  206. left:0px;
  207. width:100px;
  208. background-color:{color:linksidebarbg};
  209. border-right:6px double {color:otherborders};
  210. background-image:url('{image:leftbar}');
  211. }
  212.  
  213.  
  214. #sidebar2 {
  215. margin-top:-10px;
  216. position:fixed;
  217. left:155px;
  218. width:200px;
  219. height:100%;
  220. border-left:1px solid {color:sidebarborders};
  221. background-color:{color:contentsidebar};
  222. }
  223.  
  224. #title {
  225. margin-left:2px;
  226. margin-top:130px;
  227. font-size:13px;
  228. text-align:center;
  229. letter-spacing:1px;
  230. width:185px;
  231. overflow:hidden;
  232. color:{color:title};
  233. font-family: 'Alegreya', serif;
  234. }
  235.  
  236.  
  237. #sidebarimage {
  238. margin-top:3px;
  239. text-align:center;
  240. background-color:{color:background};
  241. margin-left:-12%;
  242. width:212px;
  243. -webkit-transition: all 0.6s ease-out;
  244. -o-transition: all 0.6s ease-out;
  245. -webkit-transition: all 0.6s ease-out;
  246. -moz-transition: all 0.6s ease-out;
  247. }
  248.  
  249. #sidebarimage img {
  250. padding:15px;
  251. width:175px;
  252. border:3px double {color:sidebarborders};
  253. }
  254.  
  255. #sidebarimage:hover {
  256. opacity:0.9;
  257. }
  258.  
  259. #link {
  260. margin-top:80%;
  261. text-align:center;
  262. width:90px;
  263. -webkit-transition: all 0.6s ease-out;
  264. -o-transition: all 0.6s ease-out;
  265. -webkit-transition: all 0.6s ease-out;
  266. -moz-transition: all 0.6s ease-out;
  267. }
  268.  
  269. #links {
  270. overflow:hidden;
  271. display:block;
  272. height:50px;
  273. z-index:3;
  274. -webkit-transition: all 0.6s ease-out;
  275. -o-transition: all 0.6s ease-out;
  276. -webkit-transition: all 0.6s ease-out;
  277. -moz-transition: all 0.6s ease-out;
  278. }
  279.  
  280. #links:hover {
  281. -webkit-transition: all 0.6s ease-out;
  282. -o-transition: all 0.6s ease-out;
  283. -webkit-transition: all 0.6s ease-out;
  284. -moz-transition: all 0.6s ease-out;
  285. }
  286.  
  287. {block:ifRomanNumerals}
  288. #links:hover .roman {
  289. opacity:0;
  290. -webkit-transition: all 0.6s ease-out;
  291. -o-transition: all 0.6s ease-out;
  292. -webkit-transition: all 0.6s ease-out;
  293. -moz-transition: all 0.6s ease-out;
  294. }
  295.  
  296. #links:hover .link a {
  297. opacity:1;
  298. -webkit-transition: all 0.6s ease-out;
  299. -o-transition: all 0.6s ease-out;
  300. -webkit-transition: all 0.6s ease-out;
  301. -moz-transition: all 0.6s ease-out;
  302. }
  303. {/block:ifRomanNumerals}
  304.  
  305. .link {
  306. {block:ifRomanNumerals}
  307. margin-top:-37px;
  308. {/block:ifRomanNumerals}
  309. {block:ifNotRomanNumerals}
  310. margin-top:13px;
  311. {/block:ifNotRomanNumerals}
  312. }
  313.  
  314.  
  315. .link a {
  316. display:block;
  317. padding:1px;
  318. font-size:15px;
  319. {block:ifRomanNumerals}
  320. opacity:0;
  321. {/block:ifRomanNumerals}
  322. {block:ifNotRomanNumerals}
  323. opacity:1;
  324. {/block:ifNotRomanNumerals}
  325. font-family:georgia;
  326. font-weight:bold;
  327. font-style:italic;
  328. text-align:center;
  329. overflow:hidden;
  330. color:{color:sidelink};
  331. -webkit-transition: all 0.4s ease-out;
  332. -o-transition: all 0.4s ease-out;
  333. -webkit-transition: all 0.4s ease-out;
  334. -moz-transition: all 0.4s ease-out;
  335. }
  336.  
  337. .link a:hover {
  338. text-decoration:none;
  339. color:{color:sidelink};
  340. }
  341.  
  342. {block:ifRomanNumerals}
  343. .roman {
  344. display:block;
  345. font-family:georgia;
  346. font-style:none;
  347. text-align:center;
  348. font-size:45px;
  349. -webkit-transition: all 0.4s ease-out;
  350. -o-transition: all 0.4s ease-out;
  351. -webkit-transition: all 0.4s ease-out;
  352. -moz-transition: all 0.4s ease-out;
  353. }
  354.  
  355. .roman a {
  356. color:{color:sidelink};
  357. }
  358. {/block:ifRomanNumerals}
  359.  
  360. .text {
  361. padding:7px;
  362. padding-bottom:1px;
  363. line-height:12px;
  364. font-size:10px;
  365. text-align:justify;
  366. margin-left:-4%;
  367. color:{color:sidetext};
  368. letter-spacing:0px;
  369. font-family:{font:sidebar};
  370. word-spacing:0px;
  371. width:175px;
  372. -webkit-transition: all 0.6s ease-out;
  373. -o-transition: all 0.6s ease-out;
  374. -webkit-transition: all 0.6s ease-out;
  375. -moz-transition: all 0.6s ease-out;
  376. }
  377.  
  378. .text a {
  379. color:{color:desclink};
  380. }
  381.  
  382. .text a:hover {
  383. color:{color:scrollbar};
  384. }
  385.  
  386. #pagination {
  387. width:175px;
  388. margin-top:0px;
  389. padding-top:5px;
  390. margin-left:-4%;
  391. letter-spacing:1px;
  392. text-align:center;
  393. color:{color:link};
  394. font-size:9px;
  395. border-top:1px solid {color:sidebarborders};
  396. }
  397.  
  398. #pagination a {
  399. color:{color:sidetext};
  400. }
  401.  
  402. #pagination a:hover {
  403. color:{color:tagshover};
  404. }
  405.  
  406. #info {
  407. background-color:{color:infobackground};
  408. border-top:3px double {color:otherborders};
  409. font-size:8px;
  410. padding:5px;
  411. text-align:center;
  412. font-family:georgia;
  413. font-style:italic;
  414. text-transform:uppercase;
  415. margin-top:10px;
  416. border-left:1px solid {color:otherborders};
  417. border-right:1px solid {color:otherborders};
  418. border-bottom:1px solid {color:otherborders};
  419. }
  420.  
  421. #info a{
  422. color:{color:infolink};
  423. }
  424.  
  425. #info a:hover {
  426. color:{color:infolinkhover};
  427. text-decoration:none;
  428. }
  429.  
  430. #tags {
  431. margin-top:2px;
  432. font-size:8px;
  433. text-transform:none;
  434. line-height:13px;
  435. }
  436.  
  437. #tags a {
  438. color:{color:tags};
  439. background-color:{color:tagsbg};
  440. padding:0px 2px 0px 2px;
  441. }
  442.  
  443. #tags a:hover {
  444. background-color:{color:tagshoverbg};
  445. color:{color:tagshover};
  446. text-decoration:none;
  447. }
  448.  
  449. .quotation {
  450. font-family: 'Love Ya Like A Sister', cursive;
  451. font-size:38px;
  452. margin-top:10px;
  453. }
  454.  
  455. #asker {
  456. font-size:15px;
  457. margin-top:-20px;
  458. margin-left:30px;
  459. border-bottom:1px dotted {color:borders};
  460. padding-bottom:5px;
  461. }
  462.  
  463. #question {
  464. border-bottom:1px solid {color:text};
  465. padding-bottom:7px;
  466. }
  467.  
  468. .audio{
  469. float:left;
  470. text-align: center;
  471. margin-right:5px;
  472. width: 50px;
  473. }
  474. .audio img{
  475. max-width: 50px;
  476. height: auto;
  477. }
  478.  
  479. .caption {
  480. margin-top:-3px;
  481. }
  482.  
  483. .count {
  484. padding-top:8px;
  485. }
  486.  
  487. .quote {
  488. margin-top:-35px;
  489. }
  490.  
  491. #credit {
  492. position:fixed;
  493. bottom:5px;
  494. right:5px;
  495. padding:0px 10px 0px 5px;
  496. font-size:12px;
  497. border:1px solid {color:sidebarborders};
  498. font-family: 'Allura', cursive;
  499. -webkit-transition: all 0.3s ease-out;
  500. -o-transition: all 0.3s ease-out;
  501. -webkit-transition: all 0.3s ease-out;
  502. -moz-transition: all 0.3s ease-out;
  503.  
  504. }
  505.  
  506. #credit:hover {
  507. bottom:3px;
  508. right:3px;
  509. border:3px double {color:borders};
  510. -webkit-transition: all 0.3s ease-out;
  511. -o-transition: all 0.3s ease-out;
  512. -webkit-transition: all 0.3s ease-out;
  513. -moz-transition: all 0.3s ease-out;
  514. }
  515.  
  516.  
  517. {CustomCSS}</style>
  518.  
  519. </head><body>
  520.  
  521. <div id="theme">
  522.  
  523. <div id="sidebar1">
  524.  
  525. <center>
  526.  
  527. <div id="link">
  528. <center>
  529.  
  530. <div id="links">
  531. {block:ifRomanNumerals}
  532. <div class="roman"><a href="/ask">I</a></div>{/block:ifRomanNumerals}
  533. <div class="link"><a href="/ask">askbox</a></div></div>
  534.  
  535. {block:ifLink1Name}<br><br><br><br><br><br><div id="links">
  536. {block:ifRomanNumerals}<div class="roman"><a href="{text:link1}">II</a></div>{/block:ifRomanNumerals}
  537. <div class="link"><a href="{text:link1}">{text:link1name}</a></div>
  538. </div>{/block:ifLink1Name}
  539.  
  540. {block:ifLink2Name}<br><br><br><br><br><br><div id="links">
  541. {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>
  542. </div>{/block:ifLink2Name}
  543.  
  544. {block:ifLink3Name}<br><br><br><br><br><br><div id="links">
  545. {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>
  546. </div>{/block:ifLink3Name}
  547.  
  548. {block:ifLink4Name}<br><br><br><br><br><br><div id="links">
  549. {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>
  550. </div>{/block:ifLink4Name}
  551.  
  552. </center>
  553. </div>
  554.  
  555. </div>
  556. </center>
  557.  
  558. <div id="sidebar2">
  559.  
  560. <div id="title">{Title}</div>
  561.  
  562. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  563.  
  564.  
  565. <center>
  566.  
  567.  
  568. <div class="text">
  569. {Description}<p>
  570. </div>
  571.  
  572. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><span style="font-size:12px">«</span></a>{/block:PreviousPage}&nbsp;
  573. {block:JumpPagination length="5"}
  574. {block:CurrentPage}
  575. <strong>{PageNumber}</strong>&nbsp;&nbsp;
  576. {/block:CurrentPage}
  577. {block:JumpPage}
  578. <a href="{URL}">{PageNumber}</a>&nbsp;&nbsp;
  579. {/block:JumpPage}
  580. {/block:JumpPagination}
  581. {block:NextPage}<a href="{NextPage}"><span style="font-size:12px">»</span></a>{/block:NextPage}</div>
  582.  
  583. </center>
  584.  
  585. </div>
  586.  
  587. <a href="http://farflunghopes.tumblr.com"><div id="credit">T</div></a>
  588.  
  589. <div id="entries">
  590.  
  591. {block:Posts}<div id="post">{block:ifPostBorderImage}<div class="content">{/block:ifPostBorderImage}
  592.  
  593. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  594.  
  595. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  596.  
  597. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  598.  
  599. {block:Quote}<div class="quotation">"</div><div class="quote">&nbsp&nbsp&nbsp&nbsp&nbsp{Quote}"</div>{block:Source}<br>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp—{Source}{/block:Source}{/block:Quote}
  600.  
  601. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  602.  
  603. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}</h1>{block:Lines}{block:Label}<strong>{Label}&nbsp</strong>{/block:Label}{Line}<br>{/Block:Lines}{/block:Chat}
  604.  
  605. {block:Audio}
  606. {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}
  607. {/block:Audio}
  608.  
  609. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  610.  
  611. {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}
  612.  
  613.  
  614. <div id="info">
  615. {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>
  616.  
  617. {block:HasTags}<div id="tags">&nbsp;&nbsp;-&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;-&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  618. </div>
  619.  
  620.  
  621. </div>
  622.  
  623. <br><br>
  624. {block:PostNotes}{PostNotes}{/block:PostNotes}
  625. {/block:Posts}</div>
  626. </div>
  627.  
  628. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment