Advertisement
Belgrravia

The Scientist 2

Jun 22nd, 2015
962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.21 KB | None | 0 0
  1. <!--
  2. the scientist 2
  3. theme by kalopsiathemes
  4. Please do not
  5. -remove the credit
  6. -steal parts of code
  7. -use as a base
  8.  
  9. Feel free to
  10. -edit parts of the theme
  11. -ask me any questions
  12. -->
  13. <!DOCTYPE html>
  14. <head>
  15. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21.  
  22.  
  23. <meta name="color:Background" content="#000000"/>
  24. <meta name="color:sidebar background" content="#f5f5f5"/>
  25. <meta name="color:title" content="#757575"/>
  26. <meta name="color:link" content="#757575"/>
  27. <meta name="color:link hover" content="#b5b4b4"/>
  28. <meta name="color:nav" content="#757575"/>
  29. <meta name="color:nav hover" content="#757575"/>
  30. <meta name="color:nav background" content="#ffffff"/>
  31. <meta name="color:shadow" content="#b5b4b4"/>
  32. <meta name="color:text" content="#757575"/>
  33. <meta name="image:sidebar" content=""/>
  34.  
  35.  
  36. <meta name="if:500px posts" content="0"/>
  37. <meta name="if:400px posts" content="1"/>
  38. <meta name="if:250px posts" content="0"/>
  39.  
  40. <meta name="text:link1" content="" />
  41. <meta name="text:link1url" content="" />
  42. <meta name="text:link2" content="" />
  43. <meta name="text:link2url" content="" />
  44. <meta name="text:link3" content="" />
  45. <meta name="text:link3url" content="" />
  46. <meta name="text:link4" content="">
  47. <meta name="text:link4url" content="" />
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52.  
  53. ::-webkit-scrollbar {height: 2px;
  54. width: 4px;
  55. -webkit-border-radius: 0px;
  56. background-color:{color:posts}}
  57. ::-webkit-scrollbar-thumb{background-color:#c4c4c4;
  58.  
  59. border:0px solid {color:scrollbar};}
  60. ::-webkit-scrollbar-track{background-color:{color:background};}
  61.  
  62. #s-m-t-tooltip {max-width:400px;
  63. padding:2px;
  64. margin:10px 0px 0px 10px;
  65. padding:1px 4px;
  66. background-color:#737373;
  67. text-transform:uppercase;
  68. font-size:7px;
  69. letter-spacing:2px;
  70. color:white;
  71. z-index:999
  72.  
  73. }
  74.  
  75. body {
  76. background:{color:background};
  77. color:{color:text};
  78. font-family:trebuchet ms,sans-serif;
  79. font-size:11px;
  80. margin:0;
  81. line-height:16px;}
  82.  
  83.  
  84. blockquote {
  85. border-left:1px solid {color:sidebar background};
  86. padding-left:5px;
  87. margin:5px;
  88. margin-left:20px;
  89. word-wrap:break-word;
  90. padding-top:2px;
  91. padding-bottom:2px;
  92. }
  93.  
  94. #posts {
  95. {block:If500pxposts}
  96. width:500px;
  97. {/block:If500pxposts}
  98. {block:If400pxposts}
  99. width:400px;
  100. {/block:If400pxposts}
  101. {block:If250pxposts}
  102. width:250px;
  103. {/block:If250pxposts}
  104. margin-bottom:80px;
  105. margin-top:100px;
  106. padding:10px;
  107. background-color:{color:sidebar background};
  108. }
  109.  
  110. #posts img {
  111. {block:If500pxposts}
  112. max-width:500px;
  113. {/block:If500pxposts}
  114. {block:If400pxposts}
  115. max-width:400px;
  116. {/block:If400pxposts}
  117. {block:If250pxposts}
  118. max-width:250px;
  119. {/block:If250pxposts}
  120. }
  121.  
  122.  
  123. #posts, #posts img, #posts blockquote {
  124. font-size:11px;
  125. color:{color:text};
  126. }
  127.  
  128.  
  129. small {
  130. font-size:10px;
  131. }
  132.  
  133. big {
  134. font-size:12px;
  135. }
  136.  
  137.  
  138. h2 {
  139. font-size:12px;
  140. color:{color:title};
  141. }
  142.  
  143. h1 {
  144. font-size:9px;
  145. Text-align:center;
  146. letter-spacing:1px;
  147. color:{color:text};
  148. }
  149.  
  150. h3 {
  151. font-size:13px;
  152. color:{color:title};
  153. letter-spacing:1px;
  154. }
  155.  
  156. #content {
  157. padding:0px;
  158.  
  159. width:100%;
  160.  
  161. width:500px;
  162.  
  163. margin-left:40%;
  164.  
  165.  
  166. }
  167.  
  168.  
  169. #sidebar {
  170. width:100px;
  171. margin-left:150px;
  172. position:fixed;
  173. padding:10px;
  174. background-color:{color:sidebar background};
  175. }
  176.  
  177. table {
  178. width:100px;
  179. border-spacing:4px;
  180.  
  181. }
  182.  
  183. td {
  184. padding:2px;
  185. width:50px;
  186. background-color:{color:nav background};
  187. }
  188.  
  189. td:hover {
  190. background-color:{color:sidebar background};
  191. }
  192.  
  193.  
  194. #title {
  195. font-size:16px;
  196. word-break:break-word;
  197. color:{color:title};
  198. margin-bottom:5px;
  199. margin-top:5px;
  200. text-align:center;
  201. padding:2px;
  202. font-family: 'Roboto Condensed', sans-serif;
  203.  
  204. }
  205.  
  206. #sidebarimage {
  207. margin:auto;
  208. text-align:center;
  209. }
  210. #sidebarimage img {
  211. width:80px;
  212. padding:4px;
  213. margin-top:2px;
  214. background-color:{color:nav background};
  215. }
  216.  
  217. .description {
  218. margin-bottom:5px;
  219. padding:4px;
  220. padding-top:none;
  221. text-align:justify;
  222. font-size:9px;
  223. font-style:italic;
  224. word-wrap:break-word;
  225. }
  226.  
  227. .nav {
  228. font-size:9px;
  229. }
  230.  
  231.  
  232. #postinfo {
  233. margin-top:5px;
  234. letter-spacing:1px;
  235. font-size:8px;
  236. padding:5px;
  237. {block:If500pxposts}
  238. width:490px;
  239. {/block:If500pxposts}
  240. {block:If400pxposts}
  241. width:390px;
  242. {/block:If400pxposts}
  243. {block:If250pxposts}
  244. width:240px;
  245. {/block:If250pxposts}
  246. background-color:{color:nav background};
  247. text-transform:lowercase;
  248. }
  249.  
  250.  
  251. .info {
  252. position:absolute;
  253. padding:5px;
  254. font-size:10px;
  255. }
  256.  
  257. a:link, a:visited {
  258. text-decoration:none;
  259. color:{color:link};
  260. }
  261.  
  262. a:hover {
  263. text-decoration:none;
  264. color:{color:link hover};
  265. cursor:crosshair;
  266. }
  267.  
  268. .nav a, .nav a:visited {
  269. color:{color:nav};
  270. letter-spacing:0px;
  271. }
  272.  
  273. .nav a:hover {
  274. color:{color:nav hover};
  275. letter-spacing:0px;
  276. cursor:crosshair;
  277. }
  278.  
  279. .pagenotes {
  280. {block:IndexPage}
  281. display: none;
  282. {/block:IndexPage}
  283. {block:If500pxposts}
  284. width:500px;
  285. {/block:If500pxposts}
  286. {block:If400pxposts}
  287. width:400px;
  288. {/block:If400pxposts}
  289. {block:If250pxposts}
  290. width:250px;
  291. {/block:If250pxposts}
  292. margin-top:-40px;
  293. text-transform:lowercase;
  294. font-size:9px;
  295. padding:10px;
  296. letter-spacing:1px;
  297. background-color:{color:sidebar background};
  298. }
  299.  
  300. #permalink {
  301. font-size:9px;
  302. margin-top:5px;
  303. letter-spacing:1px;
  304. text-transform:uppercase;
  305. }
  306.  
  307.  
  308. .pagenotes img {
  309. display:none;}
  310. .pagenotes li {
  311. list-style-type:none;
  312. text-align:left;
  313. margin-left:-40px;
  314. padding:5px;
  315. background-color:{color:nav background};
  316. }
  317.  
  318.  
  319.  
  320.  
  321. #pagi {
  322. font-size:9px;
  323. {block:If500pxposts}
  324. width:490px;
  325. {/block:If500pxposts}
  326. {block:If400pxposts}
  327. width:390px;
  328. {/block:If400pxposts}
  329. {block:If250pxposts}
  330. width:240px;
  331. {/block:If250pxposts}
  332. margin-left:40%;
  333. text-align:center;
  334. font-style:bold;
  335. margin-bottom:50px;
  336. color:{color:links};
  337. letter-spacing:2px;
  338. }
  339.  
  340. #pagi a {
  341. width:50px;
  342. padding:2px;
  343. text-align:center;
  344. display:inline-block;
  345. background-color:{color:sidebar background};
  346. color:{color:links};
  347.  
  348. }
  349.  
  350. #pagi a:hover {
  351. color:{color:links hover};
  352. }
  353.  
  354.  
  355. .source {
  356. float:right;
  357. font-size:8px;
  358. word-wrap:break-word;
  359. }
  360. .tags {
  361. float:left;
  362. font-size:8px;
  363. word-wrap:break-word;
  364.  
  365. }
  366.  
  367.  
  368. .player {
  369. width:25px;
  370. height:25px;
  371. overflow:hidden;
  372. position:absolute;
  373. background:white;}
  374.  
  375. .audioinfo {
  376. margin-left:50px;
  377. font-size:12px;
  378. }
  379.  
  380. .q {
  381. text-align:center;
  382. font-weight:bold;
  383. }
  384.  
  385. .as {
  386. font-weight:bold;
  387. text-transform:uppercase;
  388. margin-bottom:10px;
  389. }
  390.  
  391.  
  392. .a {
  393. margin-top:10px;
  394.  
  395. }
  396.  
  397. .chat ol {
  398. padding:0;
  399. list-style:none;
  400. }
  401.  
  402. .label {font-weight:bold;
  403. }
  404.  
  405. .newplayerbutton {
  406. position: relative;
  407. width: 28px;
  408. height: 27px;
  409. overflow: hidden;
  410. }
  411.  
  412. .playerbuttonhug {
  413. position: absolute;
  414. top: -11px;
  415. left: -12px;
  416. }
  417.  
  418.  
  419. .tumblr_audio_player {
  420. border: none;
  421. padding: 0px;
  422. margin: 0px;
  423. height: 50px;
  424. width: 500px;
  425. }
  426.  
  427. .playerbuttonbg {
  428. position: absolute;
  429. left: 20px;
  430. top: 20px;
  431. width: 28px;
  432. height: 28px;
  433. background-color: #ffffff;
  434. padding: 10px;
  435. -webkit-border-radius: 40px;
  436. -moz-border-radius: 40px;
  437. border-radius: 40px;
  438. opacity: .4;
  439. filter: alpha(opacity=40);
  440. -moz-opacity: 0.4;
  441. -khtml-opacity: 0.4;
  442. transition: opacity .7s ease-in-out;
  443. -moz-transition: opacity .7s ease-in-out;
  444. -webkit-transition: opacity .7s ease-in-out;
  445. }
  446.  
  447. .playerbuttonbg:hover {
  448. opacity: 1;
  449. filter: alpha(opacity=100);
  450. -moz-opacity: 1;
  451. -khtml-opacity: 1;
  452. }
  453.  
  454. .audioimgwrapper {
  455. position: absolute;
  456. left: 0px;
  457. top: 0px;
  458. -webkit-border-radius: 50px;
  459. -moz-border-radius: 50px;
  460. border-radius: 50px;
  461. overflow: hidden;
  462. width: 88px;
  463. height: 88px;
  464. }
  465.  
  466. .audioimgwrapper img {
  467. width: 100%;
  468. height: auto;
  469. -webkit-border-radius: 50px;
  470. -moz-border-radius: 50px;
  471. border-radius: 50px;
  472. }
  473.  
  474. .trackdetails {
  475. width: auto;
  476. display:inline-block;
  477. margin-left: 100px;
  478. min-height: 85px;
  479. }
  480.  
  481. .audiowrapper {
  482. position: relative;
  483. display:inline-block;
  484. }
  485.  
  486. #credit {
  487. position:fixed;
  488. color:{color:text};
  489. bottom:5px;
  490. right:10px;
  491. padding:4px;
  492. font-size:12px;
  493. }
  494.  
  495. #credit a {
  496. text-decoration:none;
  497. }
  498.  
  499.  
  500.  
  501. </style>
  502. </head>
  503. <body>
  504.  
  505.  
  506.  
  507.  
  508. <div id="sidebar">
  509. <a href="/">
  510. <div id="sidebarimage"><img src="{image:sidebar}"></a></div>
  511. <div id="title">{Title}</div>
  512. <div class="description">{Description}</div>
  513. <div class="nav">
  514. <table>
  515. <tr>
  516. <td>
  517. <a href="{text:Link1url}">{text:Link1}</a></td></tr>
  518. <tr>
  519. <td>
  520. <a href="{text:Link2url}" >{text:Link2}</a></td></tr>
  521. <tr>
  522. <td>
  523. <a href="{text:Link3url}">{text:Link3}</a></td></tr>
  524. <td>
  525. <a href="{text:Link4url}" >{text:Link4}</a></td></tr>
  526. </table>
  527. </div>
  528. </div>
  529.  
  530.  
  531. <div id="content">
  532. {block:Posts}<div id="posts">
  533.  
  534.  
  535. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  536.  
  537. {block:Quote}<h2>&#147;{Quote}&#148;</h2><h1>-{Source}</h1>{/block:Quote}
  538.  
  539. {block:Link}<a href="{URL}"><h3>{Name}</h3></a>
  540.  
  541. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  542.  
  543. {block:Photo} {block:If500pxposts}<img src="{PhotoURL-500}" />{block:Caption}{Caption}{/block:Caption} {/block:If500pxposts}{block:If400pxposts}<img src="{PhotoURL-400}" />{block:Caption}{Caption}{/block:Caption} {/block:If400pxposts}{block:If250pxposts}<img src="{PhotoURL-250}" />{block:Caption}{Caption}{/block:Caption} {/block:If250pxposts}{/block:Photo}
  544.  
  545. {block:Photoset}
  546. {block:If500pxposts}
  547. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  548. {/block:If500pxposts}
  549. {block:If400pxposts}
  550. <center>{Photoset-400}</center>{block:Caption}{Caption} {/block:If400pxposts}{/block:Caption}
  551.  
  552. {/block:If400pxposts}
  553. {block:If250pxposts}
  554. <center>{Photoset-250}</center>{block:Caption}{Caption} {/block:If400pxposts}{/block:Caption}
  555.  
  556. {/block:If250pxposts}
  557. {/block:Photoset}
  558.  
  559. {block:Chat}<ul class="chat">{block:Title}<h3>{Title}</h3>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  560.  
  561. {block:Video}{block:If500pxposts} {Video-500}{block:Caption}{Caption}{/block:Caption}
  562. {/block:If500pxposts}
  563. {block:If400pxposts}
  564. {Video-400}{block:Caption}{Caption}{/block:Caption}
  565. {/block:If400pxposts}
  566. {block:If250pxposts}
  567. {Video-250}{block:Caption}{Caption}{/block:Caption}
  568. {/block:If250pxposts}{/block:Video}
  569.  
  570.  
  571. {block:Audio}{block:AudioPlayer}
  572. <div class="audiowrapper">
  573. {block:AlbumArt}
  574. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  575. {/block:AlbumArt}
  576.  
  577. <div class="playerbuttonbg">
  578. <div class="newplayerbutton">
  579. <div class="playerbuttonhug">
  580.  
  581. {AudioPlayerWhite}
  582.  
  583. </div>
  584. </div>
  585. </div>
  586.  
  587. <div class="trackdetails">
  588.  
  589. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  590. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  591. {block:Album}Album: {Album}{/block:Album}<br/>
  592. {PlayCountWithLabel}
  593.  
  594. </div>
  595. </div>
  596. {/block:AudioPlayer}{/block:Audio}
  597.  
  598.  
  599. {block:Answer}
  600. <div class="q">
  601. <div class="as">{Asker} inquired: </div>
  602. {Question}</div>
  603. <div class="a">{Answer}</div>
  604. {/block:Answer}
  605.  
  606. {block:Date}<div id="postinfo">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}<a href="{permalink}">&mdash;{NoteCount} notes</a><div class="source">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via&nbsp;</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">&#x7c;&nbsp;src&nbsp;</a>{/block:ContentSource}{/block:RebloggedFrom}</div><br>{block:PermalinkPage}{block:HasTags}filed under: {block:Tags}<a href="{TagUrl}">{Tag},&nbsp;</a>{/block:Tags}{/block:HasTags}{/block:PermalinkPage}</div>{/block:Date}
  607.  
  608. </div>
  609. {/block:IndexPage}
  610. {/block:Date}
  611.  
  612. {block:PostNotes}
  613. <div class="pagenotes">
  614. {PostNotes}
  615. </div>
  616. {/block:PostNotes}
  617. {/block:Posts}
  618.  
  619.  
  620. </div>
  621. </div>
  622. <div id="pagi">
  623. {block:Pagination}
  624. {block:PreviousPage}
  625. <a href="{PreviousPage}">back &nbsp;</a>
  626. {/block:PreviousPage}
  627.  
  628.  
  629. {block:NextPage}
  630. <a href="{NextPage}"> next</a>
  631. {/block:NextPage}
  632. {/block:Pagination}
  633. </div>
  634. </div>
  635.  
  636.  
  637. {block:ContentSource}
  638. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  639. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  640. {/block:SourceLogo}
  641. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  642. {/block:ContentSource}
  643.  
  644.  
  645. <div id="credit">
  646. <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>&#916;</a></div>
  647. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement