Advertisement
paulveretts

Theme 25 // Pompeii

Jan 23rd, 2014
1,389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!--META NAMES-->
  12.  
  13. <meta name="color:body" content="#ffffff"/>
  14. <meta name="color:links" content="#6f6e6e"/>
  15. <meta name="color:sblinks" content="#a8a8a8">
  16. <meta name="color:posttitles" content="#131313">
  17. <meta name="color:hover" content="#fafafa"/>
  18. <meta name="color:sblinksbg" content="#f7f7f7"/>
  19. <meta name="color:info" content="#a8a8a8">
  20. <meta name="color:desc" content="#aaaaaa">
  21.  
  22. <meta name="color:bg" content="#ffffff">
  23. <meta name="color:border" content="#f3f3f3">
  24. <meta name="color:bold" content="#191919">
  25. <meta name="color:blockquotebg" content="#f7f7f7">
  26. <meta name="color:questionbg" content="#f7f7f7">
  27. <meta name="color:sblinkshover" content="#ffffff">
  28. <meta name="color:sbhoverbg" content="#131313">
  29. <meta name="color:scrollbar" content="#a8a8a8">
  30. <meta name="color:scrollbarbg" content="#ffffff">
  31. <meta name="color:tagsbg" content="#131313">
  32. <meta name="color:tags" content="#ffffff">
  33.  
  34. <meta name="image:sb" content=""/>
  35.  
  36. <meta name="text:navtitle" content="navigation"/>
  37. <meta name="text:link A" content=""/>
  38. <meta name="text:link A url" content="/">
  39. <meta name="text:link B" content=""/>
  40. <meta name="text:link B url" content="/">
  41. <meta name="text:link C" content=""/>
  42. <meta name="text:link C url" content="/">
  43.  
  44.  
  45. <!--
  46.  
  47. THEME BY JÚLIA // @mclahei
  48. base code by hogwat
  49.  
  50. YOU CAN:
  51. Use and tweak the code on your blog only.
  52. Reblog/Like the original post.
  53. Come to me for help if you find any problems.
  54. Use my codes as base codes, ONLY with my previously given consent.
  55. Move credit to a page on the blog, such as faq. Just make sure it's still visible.
  56.  
  57. YOU CAN'T:
  58. Repost any of the codes.
  59. Remove credit from view.
  60. Use as base code without me knowing.
  61.  
  62. ENJOY THIS THEME ♥
  63. -->
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar-thumb {
  68. height:auto;
  69. background-color:{color:Scrollbar};
  70. }
  71.  
  72. ::-webkit-scrollbar {
  73. height:9px;
  74. width:4px;
  75. background-color:{color:ScrollbarBg};
  76. }
  77.  
  78. body {
  79. background-color:{color:bg};
  80. font-family:calibri;
  81. font-size:10px;
  82. text-align:justify;
  83. color:{color:body};
  84. margin:0;
  85. }
  86.  
  87. b {
  88. color:{color:bold};
  89. }
  90.  
  91. a {
  92. color:{color:links};
  93. text-decoration:none;
  94. -moz-outline-style:none;
  95. }
  96.  
  97. a:hover{
  98. color:{color:hover};
  99. -moz-transition-duration:0.3s;
  100. -webkit-transition-duration:0.3s;
  101. -o-transition-duration:0.3s;
  102. }
  103.  
  104. h2 {
  105. font-family:arial;
  106. font-size:18px;
  107. text-align:right;
  108. font-weight:900;
  109. color:{color:posttitles};
  110. }
  111.  
  112. img {
  113. border:none;
  114. }
  115.  
  116. blockquote {
  117. width:444px;
  118. padding:2px;
  119. background:{color:blockquotebg};
  120. padding-left:10px;
  121. border-left:4px solid {color:border};
  122. }
  123.  
  124. blockquote blockquote {
  125. background:transparent;
  126. padding-left:5px;
  127. border-left:2px solid;
  128. }
  129.  
  130.  
  131. /*SIDEBAR*/
  132.  
  133. #sidebar{
  134. position:fixed;
  135. margin-top:100px;
  136. margin-left:200px;
  137. width:245px;
  138. }
  139.  
  140. #stitle{
  141. margin-top:10px;
  142. font-weight:900;
  143. text-align:center;
  144. font-family:arial;
  145. color:#000;
  146. letter-spacing:-1.5px;
  147. font-size:22px;
  148. text-transform:lowercase;
  149. line-height:60%;
  150. }
  151.  
  152. #sidebarimg img{
  153. width:245px;
  154. }
  155.  
  156. #portrait img {
  157. position:fixed;
  158. margin-top:16px;
  159. margin-left:0px;
  160. padding:8px;
  161. }
  162.  
  163. #links{
  164. width:245px;
  165. border-top:1px solid {color:border};
  166. margin-left:0px;
  167. margin-top:5px;
  168. line-height:270%;
  169. padding-top:10px;
  170. text-align:center;
  171. }
  172.  
  173. #links a{
  174. padding-left:60px;
  175. padding-top:5px;
  176. padding-right:60px;
  177. padding-bottom:5px;
  178. border-bottom:1px solid {color:border};
  179. color:{color:sblinks};
  180. background:{color:sblinksbg};
  181. }
  182.  
  183. #links a:hover{
  184. color:{color:sblinkshover};
  185. font-style:italic;
  186. font-weight:900;
  187. background:{color:sbhoverbg};
  188. -moz-transition-duration:0.1s;
  189. -webkit-transition-duration:0.1s;
  190. -o-transition-duration:0.1s;
  191. }
  192.  
  193. #desc{
  194. text-align:justify;
  195. width:150px;
  196. margin-left:90px;
  197. padding-bottom:10px;
  198. margin-top:13px;
  199. font-size:11px;
  200. color:{color:desc};
  201. min-height:85px;
  202. }
  203.  
  204. .pagi {
  205. font-size:11px;
  206. margin-top:10px;
  207. text-transform:uppercase;
  208. letter-spacing:3px;
  209. font-style:normal;
  210. text-align:center;
  211. margin-left:px;
  212. }
  213.  
  214. .pagi a {
  215. color:{color:sblinks};
  216. }
  217.  
  218.  
  219. /*ENTRIES*/
  220.  
  221. #container {
  222. width:500px;
  223. padding:10px;
  224. margin-left:500px;
  225. margin-top:65px;
  226. }
  227.  
  228. #posts{
  229. width:500px;
  230. padding:25px;
  231. margin-top:30px;
  232. }
  233.  
  234. #asker {
  235. font-size:12px;
  236. text-align:left;
  237. }
  238.  
  239. #question {
  240. padding:15px;
  241. font-size:11px;
  242. text-align:right;
  243. font-style:italic;
  244. border-bottom:1px solid {color:border};
  245. background:{color:questionbg};
  246. font-weight:900;
  247. }
  248.  
  249. .music {
  250. border-top:1px solid {color:border};
  251. width:500px;
  252. padding-bottom:10px;
  253. background-color:{color:infobg};
  254. }
  255.  
  256. .albumart {
  257. float:left;
  258. padding:0px 10px 10px 0px;
  259. }
  260.  
  261. .albumart img {
  262. width:110px;
  263. height:110px;
  264. }
  265.  
  266. #player {
  267. width:25px;
  268. height:25px;
  269. overflow:hidden;
  270. opacity:0.5;
  271. border-radius: 30px;
  272. }
  273.  
  274. .musicinfo {
  275. font-weight:900;
  276. padding:0px;
  277. padding-top:40px;
  278. text-align:center;
  279. text-transform:lowercase;
  280. line-height:120%;
  281. color:{color:text};
  282. }
  283.  
  284. /*POST INFO*/
  285.  
  286. #info {
  287. width:480px;
  288. padding:10px;
  289. text-align:right;
  290. font-size:8px;
  291. text-transform:uppercase;
  292. color:{color:info};
  293. line-height:10px;
  294. margin-top:5px;
  295. margin-bottom:10px;
  296. }
  297.  
  298. #info a{
  299. color:{color:info};
  300. }
  301.  
  302. #info a:hover{
  303. color:{color:hover};
  304. }
  305.  
  306. #tags{
  307. width:500px;
  308. padding:5px;
  309. margin-left:-20px;
  310. margin-top:-2px;
  311. float:left;
  312. text-align:right;
  313. font-size:7px;
  314. opacity:1;
  315. color:{color:links};
  316. transition-duration: 0.5s;
  317. -moz-transition-duration: 0.5s;
  318. -webkit-transition-duration: 0.5s;
  319. -o-transition-duration: 0.5s
  320. }
  321.  
  322. #tags a {
  323. padding:2px;
  324. font-family:arial;
  325. text-transform:lowercase;
  326. background:{color:tagsbg};
  327. display:inline-block;
  328. color:{color:tags};
  329. font-size:8px;
  330. text-align:center;
  331. text-decoration:none;
  332. }
  333.  
  334. #notes{
  335. font-size:7px;
  336. text-transform:uppercase;
  337. }
  338.  
  339.  
  340.  
  341.  
  342.  
  343. /*CREDIT*/
  344.  
  345. #maker{
  346. float:right;
  347. position:fixed;
  348. bottom:5px;
  349. right:15px;
  350. padding:5px;
  351. font-size:12px;
  352. text-transform:uppercase;
  353. }
  354.  
  355. #maker a{
  356. padding-left:5px;
  357. padding-right:5px;
  358. padding-top:2px;
  359. padding-bottom:2px;
  360. color:{color:links};
  361. }
  362.  
  363. #maker a:hover{
  364. background-color:#f9f9f9;
  365. }
  366.  
  367.  
  368. {CustomCSS}
  369.  
  370. </style></head>
  371.  
  372.  
  373. <body>
  374.  
  375. <div id="sidebar">
  376. <div id="sidebarimg">
  377. <img src="{image:sb}"></div><div id="portrait"><img src="{PortraitURL-64}"></div>
  378. <div id="desc">{description}</div>
  379. <div id="links">
  380. <script language="javascript">
  381. function toggle() {
  382. var ele = document.getElementById("toggleText");
  383. var text = document.getElementById("displayText");
  384. if(ele.style.display == "block") {
  385. ele.style.display = "none";
  386. text.innerHTML = "{text:navtitle}";
  387. }
  388. else {
  389. ele.style.display = "block";
  390. text.innerHTML = "hide";
  391. }
  392. }
  393. </script>
  394.  
  395. <a id="displayText" href="javascript:toggle();" style="background:#191919; color:#fafafa;">{text:navtitle}</a><br>
  396. <div id="toggleText" style="display: none;">
  397.  
  398.  
  399. <a href="{text:link A url}">{text:link A}</a><br>
  400. <a href="{text:link B url}">{text:link B}</a><br>
  401. <a href="{text:link C url}">{text:link C}</a></div>
  402. </div>
  403.  
  404. {block:Pagination}
  405. <div class="pagi">
  406. {block:PreviousPage}
  407. <a href="{PreviousPage}">«</a>
  408. {/block:PreviousPage}
  409. {block:NextPage}
  410. <a href="{NextPage}">»</a>
  411. {/block:NextPage}
  412. </div>
  413. {/block:Pagination}
  414. </div>
  415. </div>
  416.  
  417.  
  418. <div id="container">
  419. {block:Posts}<br><br>
  420. <div id="post">
  421.  
  422. <!--TEXT POSTS-->
  423.  
  424. {block:Text}
  425. {block:Title}<h2>{Title}</h2>{/block:Title}
  426. {Body}
  427. {/block:Text}
  428.  
  429. <!--ASKS-->
  430.  
  431. {block:Answer}
  432. <div id="question">{Question}
  433. </div>
  434. <div id="asker">
  435. asked by <b><big>{Asker}</big></b></div>
  436. <blockquote>{Answer}</blockquote>
  437. {/block:Answer}
  438.  
  439. <!--QUOTE POSTS-->
  440. {block:Quote}
  441.  
  442. <div class="quote" style="line-height:100%;">
  443. <div class="quotetext_{Length}"><big><big><b><i>"{Quote}"</b></i></big></big></div><br>
  444. {block:Source}<div class="source"><i>— {Source}</i></div>{/block:Source}
  445. </div>
  446. {/block:Quote}
  447.  
  448. <!--LINK POSTS-->
  449.  
  450. {block:Link}
  451. <h2><a href="{URL}">{Name}</a></h2>
  452. {block:Description}{Description}{/block:Description}
  453. {/block:Link}
  454.  
  455. <!--CHAT POSTS-->
  456.  
  457. {block:Chat}
  458. {block:Title}<h2>{Title}</h2>{/block:Title}
  459. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  460. {Line}</li>{/block:Lines}</ul>
  461. {/block:Chat}
  462.  
  463. <!--PHOTO POSTS-->
  464.  
  465. {block:Photo}
  466. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  467.  
  468. {block:Caption}{Caption}{/block:Caption}
  469. {/block:Photo}
  470.  
  471. <!--PHOTOSET POSTS-->
  472.  
  473. {block:Photoset}
  474. {Photoset-500}
  475. {block:Caption}{Caption}{/block:Caption}
  476. {/block:Photoset}
  477.  
  478. <!--VIDEO POSTS-->
  479.  
  480. {block:Video}
  481. {Video-500}
  482. {block:Caption}{Caption}{/block:Caption}
  483. {/block:Video}
  484.  
  485.  
  486. <!--AUDIO-->
  487.  
  488. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  489. <div class="musicinfo">{block:TrackName}<b></b> <big><i>{TrackName}</i></big><br /><small><small>{/block:TrackName}{block:Artist}<b></b> {Artist} - {/block:Artist}
  490. {/block:ExternalAudio}<b></b> [{PlayCount}]</small></small></div>
  491. <br><div id="player">{AudioPlayerBlack}</div></div>
  492. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  493.  
  494.  
  495.  
  496. <!--POST INFO-->
  497.  
  498. <div id="info">
  499. <big><big><big><a href="{Permalink}">{NoteCount}</a> <a style="color:#f377a0;">♥</a></a></big></big></big><br>
  500. {MonthNumber}.{DayOfMonth}.{ShortYear}
  501. {block:RebloggedFrom} • <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  502. {block:ContentSource} / <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  503. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  504. {block:HasTags}<div id="tags">
  505.  
  506. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  507. </div>{block:HasTags}
  508. </div>
  509. </div>
  510.  
  511. {/block:Posts}
  512. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  513. {/block:Posts}</div></div></div>
  514. <br><br><br><br>
  515.  
  516.  
  517. </div></div>
  518.  
  519. {/block:Posts}
  520.  
  521. <!--THEME MAKER'S CREDIT-->
  522. <div id="maker" title="Theme by Júlia.">
  523. <a href="http://mclahei.tumblr.com">©</a>
  524. </div>
  525.  
  526. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement