Advertisement
paulveretts

theme 08; locked out of heaven;

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