Advertisement
paulveretts

theme 07 | cold blooded;

May 4th, 2013
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.54 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. <!-- Theme by Júlia @ Paulveretts; Don't remove credit, repost or claim this as yours, please. ENJOY ♥ -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#AAAAAA">
  13. <meta name="color:text" content="#AAAAAA">
  14. <meta name="color:pagi" content="#000">
  15. <meta name="color:tags" content="#AAAAAA">
  16. <meta name="color:scrollbar" content="#EEEEEE">
  17. <meta name="color:border" content="#F5F5F5">
  18. <meta name="color:Title" content="#F5F5F5">
  19. <meta name="color:infobg" content="#F5F5F5">
  20. <meta name="color:Link Hover" content="#fff">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link1" content="">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="">
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="">
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link4" content="">
  31. <meta name="text:link4 url" content="/">
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  39.  
  40. <style>
  41. div#qTip {
  42. padding: 5px;
  43. display: none;
  44. text-align: center;
  45. position: absolute;
  46. font-style:normal;
  47. font-size:8px;
  48. line-height:9px;
  49. font-family:cambria;
  50. z-index: 1000;
  51. border: 1px solid #d3d3d3;
  52. background-color:#fff;
  53. color: #aaaaaa;
  54. text-transform:uppercase;
  55. letter-spacing: 1px;
  56. }
  57. </style>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63. a {
  64. color:{color:link};
  65. text-decoration:none;
  66. -moz-transition-duration:0.5s;
  67. -webkit-transition-duration:0.5s;
  68. -o-transition-duration:0.5s;
  69. }
  70.  
  71. a:hover {
  72. color:{color:hover};
  73. text-decoration:none;
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78.  
  79.  
  80. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  81. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  82. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  83.  
  84. body {
  85. background-color:{color:bg};
  86. font-family:Cambria;
  87. font-weight:normal;
  88. }
  89.  
  90.  
  91.  
  92.  
  93. h1 {
  94. font-weight:normal;
  95. font-size:11px;
  96. text-align:center;
  97. font-style:italic;
  98. line-height:50%;
  99. letter-spacing:1px;
  100. text-transform:lowercase;
  101. color:{color:text};
  102. }
  103.  
  104. h2 {
  105. font-size:10px;
  106. text-align:center;
  107. line-height:100%;
  108. letter-spacing:-0.5px;
  109. color:{color:text};
  110. font-weight:bold;
  111. text-transform:uppercase;
  112. padding:5px;
  113. padding-bottom:2px;
  114. }
  115.  
  116.  
  117. blockquote {
  118. border-left:2px solid {color:text};
  119. padding-left:5px;
  120. margin:5px;
  121. }
  122.  
  123. #themenum {
  124. background-color:{color:bg};
  125. width:700px;
  126. margin: 0 auto -12px auto;
  127. text-align: center;
  128. }
  129.  
  130. #sidebar {
  131. color:{color:text};
  132. position:fixed;
  133. width:100px;
  134. height:150px;
  135. margin-top:-60px;
  136. margin-left:20px;
  137. text-align:left;
  138. }
  139.  
  140. #sidebar #description {
  141. opacity:0;
  142. -moz-transition-duration:1s;
  143. -webkit-transition-duration:1s;
  144. -o-transition-duration:1s;
  145. }
  146.  
  147. #sidebar img {
  148. width:100px;
  149. height:150px;
  150. margin-top:300px;
  151. outline:1px solid {color:border};
  152. outline-offset:4px;
  153. }
  154.  
  155. #sidebar img:hover {
  156. width:100px;
  157. height:150px;
  158. margin-top:300px;
  159. outline:1px solid {color:border};
  160. outline-offset:4px;
  161. }
  162.  
  163. #sidebar:hover #description {
  164. opacity:1;
  165. margin-top:-60px;
  166. -moz-transition-duration:1s;
  167. -webkit-transition-duration:1s;
  168. -o-transition-duration:1s;
  169. }
  170.  
  171. #sidebar .slinks {
  172. opacity:0;
  173. -moz-transition-duration:1s;
  174. -webkit-transition-duration:1s;
  175. -o-transition-duration:1s;
  176. }
  177.  
  178. #sidebar:hover .slinks {
  179. opacity:1;
  180. -moz-transition-duration:1s;
  181. -webkit-transition-duration:1s;
  182. -o-transition-duration:1s;
  183. }
  184.  
  185. .slinks {
  186. margin-bottom:100px;
  187. margin-top:-185px;
  188. font-size:8px;
  189. margin-left:-5px;
  190. width:98px;
  191. border: 1px solid {color:border};
  192. text-transform:uppercase;
  193. text-align:center;
  194. letter-spacing:2px;
  195. line-height:100%;
  196. padding:5px;
  197. border-bottom:1px dotted {color:border};
  198. padding-bottom:6px;
  199. background:#fff;
  200. position:fixed;
  201. border:1px solid #eee;
  202. }
  203.  
  204. .slinks a:hover{
  205. color:{color:Link Hover};
  206. -moz-transition-duration:0.3s;
  207. -webkit-transition-duration:0.3s;
  208. -o-transition-duration:0.3s;
  209. }
  210.  
  211. #description {
  212. width:75px;
  213. margin-left:6px;
  214. margin-top:-390px;
  215. text-align:center;
  216. font-weight:normal;
  217. line-height:120%;
  218. font-family:cambria;
  219. font-size:8px;;
  220. padding:5px;
  221. border-bottom:1px dotted {color:border};
  222. padding-bottom:6px;
  223. background:#fff;
  224. position:fixed;
  225. border:1px solid #eee;
  226. }
  227.  
  228. .pagination {
  229. font-size:10px;
  230. text-transform:uppercase;
  231. letter-spacing:2px;
  232. margin-top:5px;
  233. font-style:italic;
  234. text-align:center;
  235. }
  236.  
  237. .pagination a {
  238. color:{color:pagi};
  239. }
  240.  
  241. #postcontainer {
  242. float:left;
  243. margin-left:200px;
  244. margin-top:50px;
  245. text-align:justify;
  246. background-color:{color:bg};
  247. color:{color:text};
  248. margin-bottom: 35px;
  249. }
  250.  
  251.  
  252. #posts {
  253. width:400px;
  254. margin-top:75px;
  255. text-align:justify;
  256. font-size:11px;
  257. line-height:90%;
  258. letter-spacing:0x;
  259. color:{color:text};
  260. outline:1px solid {color:border};
  261. outline-offset:20px;
  262. }
  263.  
  264.  
  265.  
  266. #info {
  267. font-family:cambria;
  268. width:390px;
  269. margin-top:3px;
  270. padding:2px;
  271. padding-left:8px;
  272. line-height:170%;
  273. padding:5px;
  274. font-size:10px;
  275. color:{color:link};
  276. background-color:{color:infobg};
  277. text-transform:lowercase;
  278. font-style:italic;
  279. letter-spacing:4px;
  280. text-align:center;
  281. border-bottom:1px solid {color:border};
  282. -moz-transition-duration:0.5s;
  283. -webkit-transition-duration:0.5s;
  284. -o-transition-duration:0.5s;
  285. }
  286.  
  287. #info a {
  288. color:{color:link};
  289. text-align:right;
  290. letter-spacing:1px;
  291. font-style:normal;
  292. }
  293.  
  294. #info a:hover {
  295. color:{color:Link Hover};
  296. }
  297.  
  298. .caption {
  299. width:400px;
  300. text-align:justify;
  301. line-height:120%;
  302. }
  303.  
  304. .question {
  305. padding:20px;
  306. text-align:center;
  307. color:{color:text};
  308. line-height:120%;
  309. background-color:{color:infobg};
  310. border-bottom:1px solid {color:text};
  311. }
  312.  
  313. .answer {
  314. text-align:left;
  315. padding:10px;
  316. color:{color:text};
  317. }
  318.  
  319. .music {
  320. width:400px;
  321. padding-bottom:10px;
  322. background-color:{color:infobg};
  323. }
  324.  
  325. .albumart {
  326. float:left;
  327. padding:0px 10px 10px 0px;
  328. }
  329.  
  330. .albumart img {
  331. width:45px;
  332. height:45px;
  333. }
  334.  
  335. .playercontainer {
  336. text-align:left;
  337. padding:10px;
  338. background-color:#ffffff;
  339. width:480px;
  340. }
  341.  
  342. .musicinfo {
  343. padding:10px;
  344. color:{color:text};
  345. }
  346.  
  347. .postnote {
  348. text-transform:uppercase;
  349. font-style:normal;
  350. letter-spacing:0px;
  351. font-size: 9px;
  352. text-align:left;
  353. line-height:90%;
  354. margin-left:-40px;
  355. }
  356.  
  357. .postnote li {
  358. list-style-type:none;
  359. border-bottom:1px solid {color:border};
  360. padding:10px 25px 10px 25px;
  361. text-align:left;
  362. margin:0px;
  363. -moz-transition-duration:0.5s;
  364. -webkit-transition-duration:0.5s;
  365. -o-transition-duration:0.5s;
  366. }
  367.  
  368. .tags {
  369. font-family:cambria;
  370. font-style:normal;
  371. width:400px;
  372. text-transform:lowercase;
  373. font-style:italic;
  374. color:{color:tags};
  375. letter-spacing:2px;
  376. line-height:120%;
  377. font-size:9px;
  378. text-align:center;
  379. padding:10px;
  380. -moz-transition-duration:0.5s;
  381. -webkit-transition-duration:0.5s;
  382. -o-transition-duration:0.5s;
  383. }
  384.  
  385. .tags a {
  386. color:{color:text};
  387. letter-spacing:1px;
  388. padding:1px;
  389. }
  390.  
  391. .tags a:hover {
  392. color:#f1f1f1;
  393. }
  394.  
  395. ul.chat, .chat ol, .chat li {
  396. list-style:none;
  397. margin:0px;
  398. padding:2px;
  399. }
  400.  
  401. .tab {
  402. text-decoration:underline;
  403. font-weight:700;
  404. background-color:{color:bg};
  405. margin-right:5px;
  406. }
  407.  
  408. #credit {
  409. position:fixed;
  410. font-size:18px;
  411. font-style:italic;
  412. font-weight:bold;
  413. line-height:150%;
  414. letter-spacing:-2px;
  415. opacity:0.8;
  416. right:10px;
  417. bottom:10px;
  418. text-transform:uppercase;
  419. text-align:center;
  420. }
  421.  
  422. #credit a {
  423. padding:3px;
  424. color:#000;
  425. -moz-transition-duration:0.5s;
  426. -webkit-transition-duration:0.5s;
  427. -o-transition-duration:0.5s;
  428. }
  429.  
  430. {CustomCSS}
  431.  
  432. </style></head>
  433.  
  434. <body>
  435. <div id="themenum">
  436. <div id="sidebar">
  437. <img src="{image:sidebar}">
  438. <div class="slinks">
  439. {block:IfLink1}
  440. <a href="{text:link1 url}"; title="{text:link1}">01.</a>{/block:IfLink1}
  441. {block:IfLink2}
  442. <a href="{text:link2 url}"; title="{text:link2}">02.</a>{/block:IfLink2}
  443. {block:IfLink3}
  444. <a href="{text:link3 url}"; title="{text:link3}">03.</a>{/block:IfLink3}
  445. {block:IfLink4}
  446. <a href="{text:link4 url}"; title="{text:link4}">04.</a>{/block:IfLink4}
  447. </div>
  448. <div id="description">{Description}</div>
  449. {block:Pagination}
  450. <div class="pagination">
  451. {block:PreviousPage}
  452. <a href="{PreviousPage}">«</a>
  453. {/block:PreviousPage}
  454. {block:JumpPagination length="3"}
  455. {block:CurrentPage}
  456. <span class="current_page">{PageNumber}</span>
  457. {/block:CurrentPage}
  458. {block:JumpPage}
  459. <a class="jump_page" href="{URL}">{PageNumber}</a>
  460. {/block:JumpPage}
  461. {/block:JumpPagination}
  462. {block:NextPage}
  463. <a href="{NextPage}">»</a>
  464. {/block:NextPage}
  465. </div>
  466. {/block:Pagination}
  467. </div>
  468.  
  469. <div id="postcontainer">
  470.  
  471. {block:Posts}
  472.  
  473. <div id="posts">
  474.  
  475. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  476.  
  477. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  478.  
  479. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  480. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  481.  
  482. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  483.  
  484. {block:Photoset}<center>{Photoset-400}</center>
  485. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  486.  
  487. {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}
  488.  
  489. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  490.  
  491. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer"><blockquote>{Answer}</blockquote></div>{/block:answer}
  492.  
  493. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  494. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  495. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  496. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  497. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  498.  
  499.  
  500.  
  501. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  502. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  503. {block:HasTags}
  504. <div class="tags">
  505. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  506. {/block:HasTags}
  507. <div class="postnote">
  508. {block:PostNotes}{PostNotes}{/block:PostNotes}
  509. </div>
  510. </div>
  511. {/block:Posts}
  512.  
  513.  
  514. </div>
  515.  
  516. <div id="credit"><a href="http://paulveretts.tumblr.com/">PV</a></div>
  517.  
  518. </div>
  519. </div>
  520. </div>
  521. </body>
  522. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement