Advertisement
paulveretts

theme 05; lonely hearts club;

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