Advertisement
paulveretts

theme 15; bloodstream; UPDATED

Jul 7th, 2013
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.44 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <!-- Theme by Júlia aka Paulveretts // Don't remove credit -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Akronim' rel='stylesheet' type='text/css'>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
  17.  
  18.  
  19. <meta name="color:bg" content="#FFFFFF">
  20. <meta name="color:Info" content="#fffdfd">
  21. <meta name="color:Link Hover" content="#050505">
  22. <meta name="color:link" content="#AAAAAA">
  23. <meta name="color:title" content="#AAAAAA">
  24. <meta name="color:slinkhoverbg" content="#ffffff">
  25. <meta name="color:menubg" content="#fafafa">
  26. <meta name="color:InfoBg" content="#f5f5f5">
  27. <meta name="color:text" content="#AAAAAA">
  28. <meta name="color:tags" content="#AAAAAA">
  29. <meta name="color:scrollbar" content="#222222">
  30. <meta name="color:border" content="#222222">
  31. <meta name="color:SidebarLinkHover" content="#ffffff">
  32.  
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:sidebar bg" content=""/>
  36.  
  37. <meta name="if:monochrome" content="1">
  38.  
  39. <meta name="text:stitle1" content="">
  40. <meta name="text:link1" content="">
  41. <meta name="text:link1 url" content="/">
  42. <meta name="text:link2" content="">
  43. <meta name="text:link2 url" content="/">
  44. <meta name="text:link3" content="">
  45. <meta name="text:link3 url" content="/">
  46. <meta name="text:link4" content="">
  47. <meta name="text:link4 url" content="/">
  48. <meta name="text:link5" content="">
  49. <meta name="text:link5 url" content="/">
  50. <meta name="text:link6" content="">
  51. <meta name="text:link6 url" content="/">
  52. <meta name="text:link7"content="">
  53. <meta name="text:link7 url" content="/">
  54. <meta name="text:link8" content="">
  55. <meta name="text:link8 url" content="/">
  56.  
  57. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  58. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61.  
  62. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. div#qTip {
  68. padding:5px;
  69. display: none;
  70. text-align: center;
  71. position: absolute;
  72. font-style:italic;
  73. font-size:8px;
  74. line-height:9px;
  75. font-family:libre baskerville;
  76. z-index: 1000;
  77. border: 1px solid #f5f5f5;
  78. background-color:#fff;
  79. color: #aaaaaa;
  80. letter-spacing: 1px;
  81. }
  82.  
  83.  
  84. a {
  85. color:{color:link};
  86. text-decoration:none;
  87. -moz-transition-duration:0.5s;
  88. -webkit-transition-duration:0.5s;
  89. -o-transition-duration:0.5s;
  90. }
  91.  
  92. a:hover {
  93. color:{color:Link Hover};
  94. -moz-transition-duration:0.5s;
  95. -webkit-transition-duration:0.5s;
  96. -o-transition-duration:0.5s;
  97. }
  98.  
  99.  
  100. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  101. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  102. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  103.  
  104. body {
  105. background-color:{color:bg};
  106. font-family:libre baskerville;
  107. font-weight:normal;
  108. }
  109.  
  110. img {
  111. {block:ifmonochrome}
  112. -webkit-filter: grayscale(100%);
  113. -moz-transition-duration:1s;
  114. -webkit-transition-duration:1s;
  115. -o-transition-duration:1s;
  116. {/block:ifmonochrome}
  117. }
  118.  
  119. img:hover {
  120. {/block:ifmonochrome}
  121. -webkit-filter: grayscale(0%);
  122. -moz-transition-duration:1s;
  123. -webkit-transition-duration:1s;
  124. -o-transition-duration:1s;
  125. {/block:ifmonochrome}
  126. }
  127.  
  128. h1 {
  129. font-family:libre baskerville;
  130. font-weight:normal;
  131. font-size:11px;
  132. text-align:center;
  133. font-style:italic;
  134. line-height:90%;
  135. letter-spacing:1px;
  136. text-transform:lowercase;
  137. color:{color:text};
  138. }
  139.  
  140. h2 {
  141. font-size:13px;
  142. font-family:libre baskerville;
  143. text-align:center;
  144. line-height:100%;
  145. letter-spacing:-0.5px;
  146. font-weight:normal;
  147. color:{color:text};
  148. font-style:italic;
  149. padding:5px;
  150. padding-bottom:2px;
  151. }
  152.  
  153.  
  154. blockquote {
  155. border-left:2px solid {color:text};
  156. padding-left:5px;
  157. margin:5px;
  158. }
  159.  
  160. #themenum {
  161. background-color:{color:bg};
  162. width:700px;
  163. margin-left:180px;
  164. text-align: center;
  165. }
  166.  
  167. #sidebar {
  168. border-right:3px double {color:border};
  169. color:{color:text};
  170. position:fixed;
  171. width:150px;
  172. text-align:right;
  173. font-family:libre baskerville;
  174. font-style:italic;
  175. letter-spacing:1px;
  176. height:1000px;
  177. font-size:9px;
  178. margin-top:-10px;
  179. padding-top:325px;
  180. padding-right:15px;
  181. padding-left:200px;
  182. margin-left:-190px;
  183. }
  184.  
  185. #stitle {
  186. text-shadow: 1px 1px #eee;
  187. color:{color:title};
  188. position:fixed;
  189. margin-top:-27px;
  190. margin-left:7px;
  191. width:142px;
  192. font-size:20px;
  193. font-family:libre baskerville;
  194. border-bottom:1px solid {color:border};
  195. font-style:italic;
  196. text-align:right;
  197. }
  198.  
  199. #sidebar img {
  200. position:fixed;
  201. width:75px;
  202. margin-left:50px;
  203. margin-top:-122px;
  204. height:auto;
  205. border: 3px double #f5f5f5;
  206. padding:4px;
  207. border-radius:500px;
  208. margin-bottom:10px;
  209. -moz-transition-duration:0.5s;
  210. -webkit-transition-duration:0.5s;
  211. -o-transition-duration:0.5s;
  212. }
  213.  
  214. #sidebar img:hover {
  215. -webkit-transform: rotate(360deg);
  216. }
  217.  
  218.  
  219. .slinks {
  220. display:inline-block;
  221. width: 143px;
  222. margin-bottom:5px;
  223. font-weight:bold;
  224. margin-top:-3px;
  225. margin-left:-5px;
  226. -webkit-transition-duration:0.8s;
  227. -moz-transition-duration: 0.8s;
  228. background:{color:menubg};
  229. text-align:center;
  230. opacity:1;
  231. }
  232.  
  233. .slinks a{
  234. display:inline-block;
  235. font-family:libre baskerville;
  236. font-weight:heavy;
  237. text-align:center;
  238. text-transform: uppercase;
  239. color: #bbb;
  240. font-size:9px;
  241. margin-left:2px;
  242. font-weight:bold;
  243. padding:6px;
  244. font-family: calibri;
  245. -webkit-transition: all 0.7s ease-in-out;
  246. -moz-transition: all 0.7s ease-in-out;
  247. cursor:pointer;
  248. margin-top:0px;
  249. text-shadow: 1px 1px #eee;
  250. }
  251.  
  252. .slinks a:hover{
  253. text-shadow: 1px 1px #d0cfcf;
  254. color:{color:SidebarLinkHover};
  255. -webkit-transform: rotate(360deg);
  256. background:{color:slinkhoverbg};
  257. }
  258.  
  259. #desc {
  260. margin-bottom:15px;
  261. margin-top:20px;
  262. position:fixed;
  263. font-family:libre baskerville;
  264. text-align:center;
  265. width:200px;
  266. font-size:8px;
  267. padding:10px;
  268. font-style:italic;
  269. position:fixed;
  270. width:150px;
  271. color:#222222;
  272. font-family:cambria;
  273. letter-spacing:1px;
  274. line-height:105%;
  275. -moz-transition-duration:0.5s;
  276. -webkit-transition-duration:0.5s;
  277. -o-transition-duration:0.5s;
  278. }
  279.  
  280. .description a {
  281. color:{color:link};
  282. font-family:cambria;
  283. }
  284.  
  285. .pagination {
  286. text-shadow: 1px 1px #eee;
  287. font-size:8px;
  288. font-family:consolas;
  289. text-transform:uppercase;
  290. letter-spacing:3px;
  291. font-style:normal;
  292. width:150px;
  293. margin-top:6px;
  294. text-align:right;
  295. }
  296.  
  297. .pagination a {
  298. color:{color:border};
  299. }
  300.  
  301. #postcontainer {
  302. float:left;
  303. margin-left:300px;
  304. margin-top:50px;
  305. text-align:justify;
  306. background-color:{color:bg};
  307. color:{color:text};
  308. margin-bottom: 35px;
  309. }
  310.  
  311.  
  312. #posts {
  313. width:500px;
  314. margin-top:75px;
  315. text-align:justify;
  316. font-size:11px;
  317. line-height:90%;
  318. letter-spacing:0x;
  319. color:{color:text};
  320. }
  321.  
  322.  
  323.  
  324. #info {
  325. font-family:consolas;
  326. text-transform:uppercase;
  327. width:490px;
  328. font-style:normal;
  329. margin-top:3px;
  330. padding:5px;
  331. text-align:center;
  332. font-size:8px;
  333. background:{color:InfoBg};
  334. color:{color:text};
  335. letter-spacing:2px;
  336. border-top:1px solid {color:border};
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. #info a {
  343. color:{color:link};
  344. letter-spacing:1px;
  345. font-style:normal;
  346. }
  347.  
  348. #info a:hover {
  349. border-bottom:5px solid {color:border};
  350. color:{color:link hover};
  351. }
  352.  
  353. .caption {
  354. width:500px;
  355. text-align:justify;
  356. line-height:120%;
  357. }
  358.  
  359. .question {
  360. padding:15px;
  361. background:#f5f5f5;
  362. text-align:center;
  363. color:{color:text};
  364. border:{color:border};
  365. border-bottom:1px solid {color:text};
  366. }
  367.  
  368. .question a {
  369. color:{color:Link};
  370. }
  371.  
  372. .answer {
  373. text-align:left;
  374. padding:10px;
  375. color:{color:text};
  376. }
  377.  
  378. .music {
  379. width:500px;
  380. padding-bottom:10px;
  381. background-color:{color:infobg};
  382. }
  383.  
  384. .albumart {
  385. float:left;
  386. padding:0px 10px 10px 0px;
  387. }
  388.  
  389. .albumart img {
  390. width:110px;
  391. height:110px;
  392. }
  393.  
  394. #player {
  395. width:25px;
  396. height:25px;
  397. overflow:hidden;
  398. margin-left:10px;
  399. opacity:0.5;
  400. border-radius: 30px;
  401. }
  402.  
  403. .musicinfo {
  404. padding:0px;
  405. padding-top:40px;
  406. letter-spacing:2px;
  407. text-align:center;
  408. text-transform:uppercase;
  409. line-height:120%;
  410. color:{color:link};
  411. }
  412.  
  413. .postnote {
  414. text-transform:uppercase;
  415. font-style:normal;
  416. letter-spacing:0px;
  417. font-size: 9px;
  418. text-align:left;
  419. line-height:90%;
  420. margin-left:-40px;
  421. }
  422.  
  423. .postnote li {
  424. list-style-type:none;
  425. border-bottom:1px solid {color:border};
  426. padding:10px 25px 10px 25px;
  427. text-align:left;
  428. margin:0px;
  429. -moz-transition-duration:0.5s;
  430. -webkit-transition-duration:0.5s;
  431. -o-transition-duration:0.5s;
  432. }
  433.  
  434. .tags {
  435. color:{color:tags};
  436. font-family:consolas;
  437. font-style:normal;
  438. width:500px;
  439. text-transform:uppercase;
  440. font-style:normal;
  441. color:{color:tags};
  442. letter-spacing:2px;
  443. line-height:120%;
  444. font-size:8px;
  445. text-align:center;
  446. padding:2px;
  447. -moz-transition-duration:0.5s;
  448. -webkit-transition-duration:0.5s;
  449. -o-transition-duration:0.5s;
  450. }
  451.  
  452. .tags a {
  453. color:{color:tags};
  454. letter-spacing:1px;
  455. padding:1px;
  456. }
  457.  
  458. .tags a:hover {
  459. color:{color:Link Hover};
  460. }
  461.  
  462. ul.chat, .chat ol, .chat li {
  463. list-style:none;
  464. margin:0px;
  465. padding:2px;
  466. }
  467.  
  468. .tab {
  469. text-decoration:underline;
  470. font-weight:700;
  471. background-color:{color:bg};
  472. margin-right:5px;
  473. }
  474.  
  475. #credit {
  476. position:fixed;
  477. font-size:18px;
  478. font-weight:normal;
  479. line-height:150%;
  480. letter-spacing:2px;
  481. right:10px;
  482. bottom:10px;
  483. text-transform:uppercase;
  484. text-align:center;
  485. }
  486.  
  487. #quotemark {
  488. color: #f1f1f1;
  489. font-size: 26px;
  490. font-weight: normal;
  491. text-align: left;
  492. margin-bottom: -15px;
  493. }
  494.  
  495. #credit a {
  496. padding:6px;
  497. text-align:center;
  498. font-size:20px;
  499. color:#000;
  500. font-style:italic;
  501. font-weight:normal;
  502. letter-spacing:-3px;
  503. font-family: 'Akronim', cursive;
  504. -moz-transition-duration:0.5s;
  505. -webkit-transition-duration:0.5s;
  506. -o-transition-duration:0.5s;
  507. }
  508.  
  509. /*** ask ***/
  510. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; font-family: libre baskerville; font-style:italic;}
  511. .bubble a {text-transform:uppercase; font-family:consolas; font-size:8px; font-style:normal;}
  512. .bubble p {margin:1px 0px;}
  513. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  514.  
  515. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  516.  
  517. {CustomCSS}
  518.  
  519. </style></head>
  520.  
  521. <body>
  522. <div id="themenum">
  523. <div id="sidebar">
  524. <img src="{image:sidebar}">
  525. <div id="stitle">{text:stitle1}</div>
  526. <div class="slinks">
  527. {block:IfLink1}
  528. <a href="{text:link1 url}" title="{text:link1}">01.</a>
  529. {/block:IfLink1}
  530. {block:IfLink2}
  531. <a href="{text:link2 url}" title="{text:link2}">02.</a>
  532. {/block:IfLink2}
  533. {block:IfLink3}
  534. <a href="{text:link3 url}" title="{text:link3}">03.</a>
  535. {/block:IfLink3}
  536. {block:IfLink4}
  537. <a href="{text:link4 url}" title="{text:link4}">04.</a><br>
  538. {/block:IfLink4}
  539. {block:IfLink5}
  540. <a href="{text:link5 url}" title="{text:link5}">05.</a>
  541. {/block:IfLink5}
  542. {block:IfLink6}
  543. <a href="{text:link6 url}" title="{text:link6}">06.</a>
  544. {/block:IfLink6}
  545. {block:IfLink7}
  546. <a href="{text:link7 url}" title="{text:link7}">07.</a>
  547. {/block:IfLink7}
  548. {block:IfLink8}
  549. <a href="{text:link8 url}" title="{text:link8}">08.</a>
  550. {/block:IfLink8}
  551. </div>
  552. <div class="desc">{Description}</div>
  553. {block:Pagination}
  554. <div class="pagination">
  555. {block:PreviousPage}
  556. <a href="{PreviousPage}">back</a>
  557. {/block:PreviousPage}
  558. {block:NextPage}
  559. <a href="{NextPage}">next</a>
  560. {/block:NextPage}
  561. </div>
  562. {/block:Pagination}
  563. </div>
  564.  
  565. <div id="postcontainer">
  566.  
  567. {block:Posts}
  568.  
  569. <div id="posts">
  570.  
  571. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  572.  
  573. {block:Quote}<h2>“{Quote}”</h2><h1>– {Source}</h1>{/block:Quote}
  574.  
  575. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  576. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  577.  
  578. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  579.  
  580. {block:Photoset}<center>{Photoset-500}</center>
  581. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  582.  
  583. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  584.  
  585. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  586.  
  587. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span><center>{Asker}: {Question}&nbsp;</div></center>{Answer}{/block:Answer}
  588.  
  589. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  590. <div class="musicinfo">{block:TrackName}<b></b> <big><i>{TrackName}</i></big><br /><small><small>{/block:TrackName}{block:Artist}<b></b> {Artist} - {/block:Artist}
  591. {/block:ExternalAudio}<b></b> [{PlayCount}]</small></small></div>
  592. <br><div id="player">{AudioPlayerBlack}</div></div>
  593. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  594.  
  595.  
  596.  
  597. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} + <a href="{Permalink}">♡ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} + <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  598. {block:ContentSource} + © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  599. {block:HasTags}
  600. <div class="tags">
  601. {block:Tags}#<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  602. {/block:HasTags}
  603. <div class="postnote">
  604. {block:PostNotes}{PostNotes}{/block:PostNotes}
  605. </div>
  606. </div>
  607. {/block:Posts}
  608.  
  609.  
  610. </div>
  611.  
  612. <div id="credit"><a href="http://paulveretts.tumblr.com/">PV</a></div>
  613.  
  614. </div>
  615. </div>
  616. </div>
  617.  
  618.  
  619.  
  620. </body>
  621. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement