Advertisement
heylittletrains

#32 The Scientist

Nov 30th, 2013
3,897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.15 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. - Theme Thirty-Two -
  5. - The Scientist -
  6. - By Katie, http://swishyronan.tumblr.com
  7. - Edit all you want, just don't remove the credits or re-post.
  8. -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13. <head>
  14.  
  15.  
  16. <meta name="color:bg" content="#FFFFFF">
  17. <meta name="color:link" content="#E6E4E4">
  18. <meta name="color:hover" content="#454545">
  19. <meta name="color:infobg" content="#454545">
  20. <meta name="color:text" content="#9A9A9A">
  21. <meta name="color:tags" content="#EDEDED">
  22. <meta name="color:scrollbar" content="#454545">
  23. <meta name="color:border" content="#FAFAFA">
  24. <meta name="color:title" content="#000000">
  25.  
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <meta name="text:link1" content="">
  29. <meta name="text:link1 url" content="/">
  30. <meta name="text:link2" content="">
  31. <meta name="text:link2 url" content="/">
  32. <meta name="text:link3" content="">
  33. <meta name="text:link3 url" content="/">
  34. <meta name="text:link4" content="">
  35. <meta name="text:link4 url" content="/">
  36. <meta name="text:link5" content="">
  37. <meta name="text:link5 url" content="/">
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script>
  48. $(document).ready(function(){
  49.  
  50. $(".slidingDiv").hide();
  51. $(".show_hide").show();
  52.  
  53. $('.show_hide').toggle(function(){
  54. $(".slidingDiv").slideDown(
  55. function(){
  56. $("#navigation").text("navigation")
  57. }
  58. );
  59. },function(){
  60. $(".slidingDiv").slideUp(
  61. function(){
  62. $("#navigation").text("navigation")
  63. }
  64. );
  65. });
  66. });
  67. </script>
  68.  
  69.  
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
  72.  
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. a {
  79. text-decoration:none;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  83. color:{color:link};
  84. }
  85.  
  86. a:hover {
  87. text-decoration:none;
  88. -moz-transition-duration:0.5s;
  89. -webkit-transition-duration:0.5s;
  90. -o-transition-duration:0.5s;
  91. color:{color:hover};
  92. }
  93.  
  94.  
  95. ::-webkit-scrollbar{height: 9px; width: 5px; -webkit-border-radius: 0px; background-color:{color:background};}
  96. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  97. ::-webkit-scrollbar-track{background-color:{color:bg};}
  98.  
  99.  
  100. body {
  101. font-family:georgia;
  102. font-weight:normal;
  103. background-color:{color:bg};
  104. }
  105.  
  106. h1 {
  107. font-family:georgia;
  108. font-weight:normal;
  109. font-size:10px;
  110. text-align:center;
  111. font-style:normal;
  112. line-height:80%;
  113. letter-spacing:0px;
  114. text-transform:lowercase;
  115. color:{color:text};
  116. }
  117.  
  118. h2 {
  119. font-family:'lora', cursive;
  120. font-size:15px;
  121. text-transform:normal;
  122. text-align:center;
  123. line-height:100%;
  124. letter-spacing:-0.5px;
  125. font-weight:normal;
  126. padding:5px;
  127. padding-bottom:2px;
  128. color:{color:text};
  129. font-style:italic;
  130. }
  131.  
  132. h3 {
  133. color:{color:title};
  134. font-family:arial;
  135. font-size:11px;
  136. font-weight:bold;
  137. font-style:normal;
  138. text-transform:uppercase;
  139. letter-spacing:0px;
  140. }
  141.  
  142. blockquote {
  143. font-family:georgia;
  144. font-size:11px;
  145. padding:5px;
  146. margin:10px;
  147. border-left:3px solid;
  148. border-color:{color:border};
  149. }
  150.  
  151. #theme {
  152. width:700px;
  153. margin:0 auto -12px auto;
  154. text-align:center;
  155. background-color:{color:bg};
  156. }
  157.  
  158. #titleborder {
  159. width:245px;
  160. border-top:1px solid {color:border};
  161. }
  162.  
  163. #sidebar {
  164. padding:10px;
  165. position:fixed;
  166. width:245px;
  167. height:auto;
  168. margin-left:420px;
  169. margin-top:150px;
  170. text-align:left;
  171. z-index:100;
  172. color:{color:text};
  173. }
  174.  
  175. #sidebar img {
  176. width:245px;
  177. height:auto;
  178. margin-bottom:1px;
  179. }
  180.  
  181. #navigation {
  182. background-color:{color:bg};
  183. position:absolute;
  184. }
  185.  
  186. .navigation a {
  187. font-family:georgia;
  188. font-size:9px;
  189. width:auto;
  190. background-color:{color:bg};
  191. padding:2px 5px 2px 5px;
  192. font-style:italic;
  193. text-transform:lowercase;
  194.  
  195. }
  196.  
  197. .show_hide {
  198. display:none;
  199. }
  200.  
  201. .desc {
  202. font-family:georgia;
  203. margin-top:10px;
  204. font-size:9px;
  205. padding:25px;
  206. padding-top:0px;
  207. padding-bottom:0px;
  208. text-align:justify;
  209. line-height:140%;
  210. }
  211.  
  212. .desc a {
  213. color:{color:link};
  214. }
  215.  
  216. .pagination {
  217. width:auto;
  218. font-size:8px;
  219. margin-left:0px;
  220. margin-top:20px;
  221. text-transform:uppercase;
  222. text-align:center;
  223. letter-spacing:3px;
  224. padding:3px;
  225. color:{color:text};
  226. }
  227.  
  228. .pagination a {
  229. font-family:georgia;
  230. font-style:normal;
  231. color:{color:text};
  232. padding:2px 5px;
  233. }
  234.  
  235.  
  236. #stuffcontainer {
  237. float:left;
  238. margin-left:-100px;
  239. margin-top:50px;
  240. margin-bottom:30px;
  241. text-align:justify;
  242. background-color:{color:bg};
  243. color:{color:text};
  244. }
  245.  
  246. #stuff {
  247. width:500px;
  248. margin-top:50px;
  249. text-align:justify;
  250. font-size:9px;
  251. font-family:georgia;
  252. font-style:normal;
  253. line-height:130%;
  254. color:{color:text};
  255. }
  256.  
  257. .caption {
  258. width:500px;
  259. text-align:justify;
  260. line-height:120%;
  261. }
  262.  
  263. #askborder {
  264. width:500px;
  265. border-top:1px solid {color:border};
  266. }
  267.  
  268. #asker {
  269. padding:5px;
  270. margin-top:5px;
  271. margin-bottom:5px;
  272. font-family:arial;
  273. font-size:9px;
  274. font-weight:bold;
  275. text-align:left;
  276. text-transform:uppercase;
  277. }
  278.  
  279. #asker a {
  280. color:{color:title};
  281. background-color:{color:bg};
  282. }
  283.  
  284. #ask {
  285. padding:15px;
  286. margin-top:5px;
  287. font-family:georgia;
  288. font-size:9px;
  289. text-align:justify;
  290. color:{color:text};
  291. border-left:2px solid {color:border};
  292. }
  293.  
  294. #ans {
  295. padding:0px;
  296. margin-top:1px;
  297. margin-bottom:5px;
  298. font-family:georgia;
  299. font-size:9px;
  300. line-height:140%;
  301. text-align:center;
  302. color:{color:text};
  303. }
  304. .audio {
  305. width:500px;
  306. }
  307.  
  308. .player {
  309. width:490px;
  310. padding:5px;
  311. text-align:center;
  312. overflow:hidden;
  313. }
  314.  
  315.  
  316. .trackinfo {
  317. font-family:calibri;
  318. text-align:center;
  319. width:480px;
  320. line-height:130%;
  321. padding:10px;
  322. font-size:10px;
  323. }
  324.  
  325. .track {
  326. font-style:italic;
  327. font-family:'Lora', cursive;
  328. font-size:16px;
  329. letter-spacing:-1px;
  330. color:{color:hover};
  331. }
  332.  
  333. #postinfo {
  334. margin-top:10px;
  335. text-align:center;
  336. width:80px;
  337. padding:2px;
  338. background-color:{color:bg};
  339. }
  340.  
  341. #postinfo a {
  342. font-weight:bold;
  343. font-family:arial;
  344. color:{color:title};
  345. letter-spacing:1px;
  346. text-transform:uppercase;
  347. font-style:normal;
  348. font-size:8px;
  349. }
  350.  
  351. #postlinks {
  352. margin-top:-14px;
  353. margin-left:85px;
  354. text-align:left;
  355. width:auto;
  356. padding:2px;
  357. }
  358.  
  359. #postlinks a {
  360. padding:1px 5px 1px 5px;
  361. font-weight:normal;
  362. font-family:georgia;
  363. color:{color:link};
  364. letter-spacing:0px;
  365. text-transform:lowercase;
  366. font-style:normal;
  367. font-size:9px;
  368. background-color:{color:bg};
  369. }
  370.  
  371. #infoborder {
  372. width:500px;
  373. border-top:1px solid {color:border};
  374. }
  375.  
  376. .note {
  377. font-family:georgia;
  378. text-transform:lowercase;
  379. font-style:normal;
  380. letter-spacing:0px;
  381. font-size:9px;
  382. text-align:left;
  383. line-height:90%;
  384. margin-left:-40px;
  385. }
  386.  
  387. .note li {
  388. list-style-type:none;
  389. padding:10px 25px 10px 25px;
  390. text-align:left;
  391. margin:0px;
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. border-bottom:1px solid {color:border};
  396. }
  397.  
  398. .tags {
  399. margin-top:5px;
  400. font-family:georgia;
  401. width:400px;
  402. text-transform:lowercase;
  403. line-height:120%;
  404. font-size:9px;
  405. text-align:right;
  406. margin-left:100px;
  407. }
  408.  
  409. .tags a {
  410. font-style:normal;
  411. padding:4px;
  412. color:{color:link}
  413. }
  414.  
  415. .tags a:hover {
  416. color:{color:hover};
  417. }
  418.  
  419.  
  420. ul.chat, .chat ol, .chat li {
  421. list-style:none;
  422. margin:0px;
  423. padding:2px;
  424. }
  425.  
  426. .label {
  427. text-decoration:underline;
  428. font-weight:700;
  429. margin-right:5px;
  430. }
  431.  
  432. #cred {
  433. position:fixed;
  434. font-family:arial;
  435. font-size:9px;
  436. line-height:120%;
  437. right:10px;
  438. bottom:15px;
  439. text-align:center;
  440. padding:4px;
  441. }
  442.  
  443. #cred a {
  444. padding:7px;
  445. padding-top:6px;
  446. padding-bottom:6px;
  447. -moz-transition-duration:0.5s;
  448. -webkit-transition-duration:0.5s;
  449. -o-transition-duration:0.5s;
  450. color:{color:bg};
  451. background-color:{color:link};
  452. }
  453.  
  454. #cred a:hover {
  455. -moz-transition-duration:0.5s;
  456. -webkit-transition-duration:0.5s;
  457. -o-transition-duration:0.5s;
  458. color:{color:link};
  459. background-color:{color:bg};
  460. }
  461.  
  462.  
  463.  
  464. {CustomCSS}
  465.  
  466. </style></head>
  467. <body>
  468. <div id="theme">
  469.  
  470. <div id="sidebar">
  471. <img src="{image:sidebar}">
  472.  
  473. <div id="titleborder" style="margin-top:15px;"></div>
  474.  
  475.  
  476. <div class="navigation" style="margin-top:-10px;">
  477.  
  478. <a href="#" class="show_hide" id="{title}" style="color:{color:title}; font-family:arial; font-size:11px; font-weight:bold; font-style:normal; text-transform:uppercase; letter-spacing:0px;">{title}</a>
  479.  
  480. <div class="slidingDiv" style="margin-top:0px;">
  481. {block:IfLink1}
  482. <a href="{text:link1 url}">{text:link1}</a>
  483. {/block:IfLink1}
  484. {block:IfLink2}
  485. <a href="{text:link2 url}">{text:link2}</a>
  486. {/block:IfLink2}
  487. {block:IfLink3}
  488. <a href="{text:link3 url}">{text:link3}</a>
  489. {/block:IfLink3}
  490. {block:IfLink4}
  491. <a href="{text:link4 url}">{text:link4}</a>
  492. {/block:IfLink4}
  493. {block:IfLink5}
  494. <a href="{text:link5 url}">{text:link5}</a>
  495. {/block:IfLink5}
  496. </div>
  497. </div>
  498.  
  499. <div class="desc">{description}</div>
  500. <div class="pagination">
  501. {block:PreviousPage}
  502. <a href="{PreviousPage}">←</a>
  503. {/block:PreviousPage}
  504.  
  505. {block:JumpPagination length="3"}
  506. {block:CurrentPage}
  507. <span class="current_page">{PageNumber}</span>
  508. {/block:CurrentPage}
  509.  
  510. {block:JumpPage}
  511. <a class="jump_page" href="{URL}">{PageNumber}</a>
  512. {/block:JumpPage}
  513. {/block:JumpPagination}
  514.  
  515. {block:NextPage}
  516. <a href="{NextPage}">→</a>
  517. {/block:NextPage}
  518. {/block:Pagination}
  519. </div>
  520. </div>
  521.  
  522.  
  523.  
  524. <div id="stuffcontainer">
  525.  
  526. {block:Posts}
  527.  
  528. <div id="stuff">
  529.  
  530. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  531.  
  532. {block:Quote}<h2><big><big>"</big></big>{Quote}</h2><h1>- {Source} -</h1>{/block:Quote}
  533.  
  534. {block:Link}<a href="{URL}"><h3>{Name}</h3></a>
  535. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  536.  
  537. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  538.  
  539. {block:Photoset}<center>{Photoset-500}</center>
  540. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  541.  
  542. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  543.  
  544. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  545.  
  546.  
  547. {block:Answer}<div id="asker">{Asker}</div> <div id="ask">{Question}</div>
  548. <div id="ans">{Answer}</div>{/block:answer}
  549.  
  550. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  551. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  552. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  553. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  554. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  555.  
  556. <div id="infoborder" style="margin-top:15px;"></div>
  557.  
  558. {block:Date}
  559. <div id="postinfo" style="margin-top:-8px;">
  560. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>
  561. <div id="postlinks">
  562.  
  563. {block:NoteCount}
  564. <a href="{Permalink}">{NoteCountWithLabel}</a>
  565. {/block:NoteCount}
  566.  
  567. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  568. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  569.  
  570.  
  571. </div>{/block:Date}
  572. <div class="tags">
  573. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  574. {/block:HasTags}
  575. <div class="note">
  576. {block:PostNotes}{PostNotes}{/block:PostNotes}
  577. </div>
  578. </div>
  579. {/block:Posts}
  580.  
  581.  
  582.  
  583.  
  584. </div>
  585.  
  586.  
  587.  
  588. <div id="cred"><a href="http://swishyronan.tumblr.com/">sr</a></div>
  589.  
  590. </div>
  591. </div>
  592. </div>
  593. </body>
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement