Advertisement
paulveretts

Theme #33 // This Is Gospel

Jun 29th, 2014
1,616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10.  
  11. THEME BY JÚLIA // @mclahei
  12. Base code by @hogwat;
  13.  
  14. YOU CAN:
  15. Tweak the code on your blog.
  16. Reblog/Like the original post.
  17. Come to me if you need any help.
  18. Take little parts of the code to get a desired effect. Keep in mind I mean /little/ parts only.
  19. Enjoy this theme :)
  20.  
  21. YOU CAN'T:
  22. Repost any of the codes.
  23. Remove credit from view.
  24. Use this as a base code, as it was made from one that does not belong to me.
  25.  
  26. -->
  27.  
  28. <meta name="color:Background" content="#fff"/>
  29. <meta name="color:Text" content="#9C9C9C"/>
  30. <meta name="color:Links" content="#B3B3B3"/>
  31. <meta name="color:Color 1" content="#c3e54a"/>
  32. <meta name="color:Color 2" content="#ffb2b2"/>
  33. <meta name="color:Color 3" content="#6dc9c9"/>
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="text:Link 1" content="/"/>
  36. <meta name="text:Link 1 Title" content=""/>
  37. <meta name="text:Link 2" content="/"/>
  38. <meta name="text:Link 2 Title" content=""/>
  39. <meta name="text:Link 3" content="/"/>
  40. <meta name="text:Link 3 Title" content=""/>
  41. <meta name="text:Link 4" content="/"/>
  42. <meta name="text:Link 4 Title" content=""/>
  43.  
  44. <meta name="text:Extra Links Title" content="navigation"/>
  45.  
  46. <meta name="text:Extra Link 1" content="/"/>
  47. <meta name="text:Extra Link 1 Title" content=""/>
  48. <meta name="text:Extra Link 2" content="/"/>
  49. <meta name="text:Extra Link 2 Title" content=""/>
  50. <meta name="text:Extra Link 3" content="/"/>
  51. <meta name="text:Extra Link 3 Title" content=""/>
  52. <meta name="text:Extra Link 4" content="/"/>
  53. <meta name="text:Extra Link 4 Title" content=""/>
  54.  
  55. <meta name="if:Extra Links" content=""/>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  60.  
  61. <style type="text/css">
  62. body {
  63. background:{color:Background};
  64. color:{color:Text};
  65. font-family: 'Open Sans', sans-serif;
  66. font-size:10px;
  67. }
  68.  
  69.  
  70. a {
  71. color:{color:Links};
  72. text-decoration:none;
  73. -webkit-transition: all 1s ease-in-out;
  74. -moz-transition: all 1s ease-in-out;
  75. -o-transition: all 1s ease-in-out;
  76. transition: all 1s ease-in-out;
  77. }
  78.  
  79. b {
  80. font-weight:300;
  81. color:{color:Color 1};
  82. }
  83.  
  84. strong {
  85. font-weight:300;
  86. color:{color:Color 1};
  87. }
  88.  
  89. i {
  90. color:{color:Color 2};
  91. }
  92.  
  93. u {
  94. color:{color:Color 3};
  95. }
  96.  
  97.  
  98. blockquote {
  99. border-left:1px solid #ededed;
  100. padding-left:10px;
  101. margin-left:6px;
  102. }
  103.  
  104. h1 {
  105. font-family: 'Open Sans', sans-serif;
  106. font-size:25px;
  107. font-weight:bolder;
  108. letter-spacing:-1px;
  109. text-align:center;
  110. }
  111.  
  112. #entries {
  113. width:500px;
  114. font-family: 'Open Sans', sans-serif;
  115. margin-left:600px;
  116. margin-top:50px;
  117. margin-bottom:30px;
  118. }
  119.  
  120. #post {
  121. width:500px;
  122. margin-top:50px;
  123. }
  124.  
  125. #post a:hover {
  126. text-decoration:none;
  127. color:{color:Hover};
  128. -webkit-animation: color 1s forwards;
  129. -moz-animation: color 1s forwards;
  130. -o-animation: color 1s forwards;
  131. }
  132.  
  133. @-webkit-keyframes color {
  134. 0% { color:{color:Links}; }
  135. 50% { color: {color:Color 1}; }
  136. 100% { color: {color:Color 2}; }
  137. }
  138.  
  139. @-moz-keyframes color {
  140. 0% { color:{color:Links}; }
  141. 50% { color: {color:Color 1}; }
  142. 100% { color: {color:Color 2}; }
  143. }
  144.  
  145. @-o-keyframes color {
  146. 0% { color:{color:Links}; }
  147. 50% { color: {color:Color 1}; }
  148. 100% { color: {color:Color 2}; }
  149. }
  150.  
  151. #sbar {
  152. margin-left:200px;
  153. margin-top:200px;
  154. position:fixed;
  155. width:245px;
  156. }
  157.  
  158. #fluid {
  159. color:#eee;
  160. font-family:calibri;
  161. font-size:8px;
  162. text-transform:uppercase;
  163. letter-spacing:1px;
  164. margin-top:5px;
  165. text-align:center;
  166. }
  167.  
  168. #style1 a:hover {
  169. color:{color:Color 2};
  170. }
  171.  
  172. #style2 a:hover {
  173. color:{color:Color 3};
  174. }
  175.  
  176. #style3 a:hover {
  177. color:{color:Color 1};
  178. }
  179.  
  180. #cashmere1 a:hover {
  181. background-color:{color:Color 2};
  182. color:#fff;
  183. }
  184.  
  185. #cashmere2 a:hover {
  186. background:{color:Color 3};
  187. color:#fff;
  188. }
  189.  
  190. #cashmere3 a:hover {
  191. background:{color:Color 1};
  192. color:#fff;
  193. }
  194.  
  195. #image img {
  196. width:245px;
  197. }
  198.  
  199. #desc {
  200. padding:10px;
  201. background:#f5f5f5;
  202. margin-top:10px;
  203. text-align:center;
  204. text-transform:lowercase;
  205. }
  206.  
  207. .he{
  208. margin-top:5px;
  209. height:30px;
  210. overflow:hidden;
  211. -webkit-transition: all 0.5s linear;
  212. -moz-transition: all 0.5s linear;
  213. transition: all 0.5s linear;}
  214.  
  215. .he:hover{
  216. height:100px;
  217. -webkit-transition: all 0.5s linear;
  218. -moz-transition: all 0.5s linear;
  219. transition: all 0.5s linear;
  220. }
  221.  
  222. .he:hover .picon2{
  223. background:{color:Icons Bg Hover};
  224. -webkit-transition: all 0.3s linear;
  225. -moz-transition: all 0.3s linear;
  226. transition: all 0.3s linear;
  227. }
  228.  
  229. #she {
  230. font-family: 'Open Sans', sans-serif;
  231. margin-top:10px;
  232. text-transform:lowercase;
  233. text-align:center;
  234. }
  235.  
  236. #she a {
  237. width:47px;
  238. text-align:center;
  239. display:inline-block;
  240. background:#f5f5f5;
  241. padding:6px;
  242. margin-bottom:5px;
  243. line-height:10px;
  244. }
  245.  
  246. #misty {
  247. opacity:1;
  248. display:block;
  249. background:{color:Color 1};
  250. text-align:center;
  251. color:{color:Color 1};
  252. padding:5px;
  253. border:1px solid #fff;
  254. }
  255.  
  256. #misty a{
  257. width:0px;
  258. height:0px;
  259. right:0px;
  260. display:block;
  261. opacity:1;
  262. background:{color:Color 1};
  263. text-align:center;
  264. color:{color:Color 1};
  265. padding:5px;
  266. border:1px solid #fff;
  267. }
  268.  
  269. #misty a:hover {
  270. padding:5px;
  271. color:#fff;
  272. background:{color:Color 2};
  273. border:1px solid #f3f3f3;
  274. }
  275.  
  276. #pagination {
  277. position:fixed;
  278. padding-top:10px;
  279. width:520px;
  280. font-size:8px;
  281. text-align:right;
  282. margin-left:600px;
  283. bottom:0px;
  284. padding-bottom:10px;
  285. letter-spacing:1px;
  286. background-color:#fff;
  287. }
  288.  
  289. #pagination a {
  290. text-transform:uppercase;
  291. font-family:calibri;
  292. background-color:{color:Color 3};
  293. padding:5px;
  294. color:#fff;
  295. display:inline-block;
  296. }
  297.  
  298. #pagination a:hover {
  299. color:#fff;
  300. background-color:{color:Color 2};
  301. }
  302.  
  303. #month a {
  304. text-decoration:underline;
  305. color:{color:Color 3};
  306. }
  307.  
  308. #xo {
  309. color:#ff0000;
  310. }
  311.  
  312. #via a {
  313. color:{color:Color 2};
  314. }
  315.  
  316. #info {
  317. color:#eee;
  318. text-align:left;
  319. margin-top:5px;
  320. border-bottom:1px solid #eee;
  321. padding-bottom:5px;
  322. text-transform:lowercase;
  323. -webkit-transition: all 0.4s ease-in-out;
  324. -moz-transition: all 0.4s ease-in-out;
  325. -o-transition: all 0.4s ease-in-out;
  326. transition: all 0.4s ease-in-out;
  327. }
  328.  
  329. #tags {
  330. text-align:left;
  331. margin-top:4px;
  332. }
  333.  
  334. #ask {
  335. background:#fafafa;
  336. padding:16px;
  337. margin-top:-68px;
  338. margin-left:80px;
  339. }
  340.  
  341. #askimg img {
  342. height:64px;
  343. width:64px;
  344. }
  345.  
  346. #ask2 {
  347. margin-top:10px;
  348. }
  349.  
  350. /*audio*/
  351.  
  352. #song {
  353. font-size:8px;
  354. text-decoration:underline;
  355. letter-spacing:2px;
  356. padding:6px 0px 3px 0px;
  357. text-transform:uppercase;
  358. color:#aaa;
  359. }
  360.  
  361. .albumart {
  362. width:50px;
  363. position:absolute;
  364. z-index:2;
  365. }
  366.  
  367. .audiop {
  368. position:relative;
  369. min-height:56px;
  370. }
  371.  
  372. .audioinfo {
  373. height:50px;
  374. padding:0px 7px;
  375. letter-spacing:1px;
  376. font-size:7px;
  377. line-height:170%;
  378. text-transform:uppercase;
  379. text-align:right;
  380. }
  381.  
  382. .player {
  383. width:20px;
  384. height:20px;
  385. overflow:hidden;
  386. margin-top:6px;
  387. margin-left:6px;
  388. }
  389.  
  390. .playerb {
  391. margin-top:5px;
  392. margin-left:5px;
  393. width:40px;
  394. height:40px;
  395. z-index:3;
  396. position:absolute;
  397. opacity:1;
  398. background-color:white;
  399. -webkit-transition:all 0.6s ease-out;
  400. -moz-transition:all 0.6s ease-out;
  401. transition:all 0.6s ease-out;
  402. }
  403.  
  404. .audiop:hover .playerb {
  405. opacity:0.5;
  406. -webkit-transition:all 0.6s ease-out;
  407. -moz-transition:all 0.6s ease-out;
  408. transition:all 0.6s ease-out;}
  409.  
  410. #quote {
  411. padding:10px;
  412. font-size:20px;
  413. line-height:90%;
  414. font-weight:900;
  415. font-family:arial;
  416. color:{color:Color 3};
  417. font-style:italic;
  418. text-align:justify;
  419. -webkit-transition: all 1s ease-in-out;
  420. -moz-transition: all 1s ease-in-out;
  421. -o-transition: all 1s ease-in-out;
  422. transition: all 1s ease-in-out;
  423. }
  424.  
  425. #quote:hover {
  426. color:{color:Color 2};
  427. -webkit-transition: all 1s ease-in-out;
  428. -moz-transition: all 1s ease-in-out;
  429. -o-transition: all 1s ease-in-out;
  430. transition: all 1s ease-in-out;
  431. }
  432.  
  433. #source {
  434. text-align:center;
  435. padding:8px;
  436. }
  437.  
  438. #chat1 {
  439. border-bottom:1px solid #ededed;
  440. border-top:1px solid #ededed;
  441. margin-top:10px;
  442. }
  443.  
  444. {CustomCSS}</style></head><body>
  445.  
  446. <div id="sbar">
  447.  
  448. <div id="image">
  449. <img src="{image:Sidebar}" title="{Title}">
  450. </div>
  451.  
  452. <div id="desc">
  453. {description}
  454. </div>
  455.  
  456. <div id="fluid">
  457. <span id="style1"><a href="/">index</a></span> /
  458. <span id="style2"><a href="/ask">mssg</a></span> /
  459. <span id="style3"><a href="{text:Link 1}">{text:Link 1 Title}</a></span> /
  460. <span id="style1"><a href="{text:Link 2}">{text:Link 2 Title}</a></span> /
  461. <span id="style2"><a href="{text:Link 3}">{text:Link 3 Title}</a></span> /
  462. <span id="style3"><a href="{text:Link 4}">{text:Link 4 Title}</a></span>
  463. </div>
  464. {block:IfExtraLinks}
  465. <div class="he">
  466. <div class="picon2" style="padding:5px; text-align:right; font-size:8px; font-family:calibri; text-transform:uppercase; letter-spacing:1px; color:{color:Links}; background:#f5f5f5;">{text:Extra Links Title}</div>
  467. <div id="she">
  468. <span id="cashmere1"><a href="{text:Extra Link 1}">{text:Extra Link 1 Title}</a></span>
  469. <span id="cashmere2"><a href="{text:Extra Link 2}">{text:Extra Link 2 Title}</a></span>
  470. <span id="cashmere3"><a href="{text:Extra Link 3}">{text:Extra Link 3 Title}</a></span>
  471. <span id="cashmere1"><a href="{text:Extra Link 4}">{text:Extra Link 4 Title}</a></span>
  472. </div>
  473. </div>
  474. {/block:IfExtraLinks}
  475.  
  476. </div>
  477.  
  478.  
  479.  
  480.  
  481. <div id="pagination">
  482.  
  483. {block:Pagination}
  484. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  485. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  486. {/block:Pagination}
  487.  
  488. </div>
  489.  
  490.  
  491.  
  492.  
  493. <div id="entries">
  494. {block:Posts}
  495. <div id="post">
  496.  
  497.  
  498. {block:Text}
  499. <h1>{block:Title}{Title}{/block:Title}</h1>
  500. {Body}{/block:Text}
  501.  
  502.  
  503.  
  504. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  505.  
  506.  
  507.  
  508. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  509.  
  510.  
  511.  
  512.  
  513. {block:Quote}
  514. <div id="quote">
  515. {Quote}
  516. </div>
  517. {block:Source}
  518. <div id="source">
  519. {Source}
  520. </div>
  521. {/block:Source}{/block:Quote}
  522.  
  523.  
  524.  
  525. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{/block:Link}
  526.  
  527.  
  528.  
  529. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="chat1"><b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  530.  
  531.  
  532.  
  533. {block:Audio}
  534. <div class="audiop">
  535. <div class="playerb"><div class="player">
  536. {AudioPlayerWhite}
  537. </div></div>
  538. <img class="albumart" img src="http://i.imgur.com/q1W8vCH.png"/>
  539. {block:AlbumArt}
  540. <img class="albumart" src="{AlbumArtURL}" />
  541. {/block:AlbumArt}
  542. <div class="audioinfo">
  543. {block:TrackName}<div id="song"><b>{TrackName}</b></div>{/block:TrackName}
  544. {block:Artist}{Artist}{/block:Artist}
  545. {block:Album}— {Album}{/block:Album}
  546. {block:Playcount}<br>PLAYED: {Playcount} times<br>{/block:Playcount}</div>
  547. </div>
  548. {/block:Audio}
  549.  
  550.  
  551.  
  552. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  553.  
  554.  
  555.  
  556. {block:Answer}
  557. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  558. <div id="ask">
  559. <div style="font-size:14px; font-weight:lighter; font-style:italic;">{Asker}</div>
  560. {Question}
  561. </div>
  562. <div id="ask2">
  563. {Answer}</div>{/block:Answer}
  564.  
  565.  
  566. <div id="info">
  567.  
  568. <span id="month"><a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a></span>
  569.  
  570. <div style="float:right;">
  571.  
  572. <span id="via">{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  573. {block:ContentSource} /<a href="{SourceURL}"> source</a>{/block:ContentSource}</span> &nbsp;&nbsp; — <a href="{permalink}"><span id="xo">♥</span> {NoteCount}</a>
  574.  
  575. </div>
  576.  
  577. </div>
  578.  
  579. <div id="tags">
  580.  
  581. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  582.  
  583. </div>
  584.  
  585. {/block:Posts}
  586.  
  587. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  588.  
  589. </div>
  590.  
  591. </body>
  592.  
  593. <div id="misty"><div style="position:fixed;bottom:10px; text-transform:uppercase;right:10px; font-size:6px; letter-spacing:2px; font-family:trebuchet ms;"><a href="http://mclahei.tumblr.com" title="theme by júlia"></a></center></div></div>
  594.  
  595. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement