Advertisement
LucasBienekeThemes

Our Love Is God

Aug 13th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.20 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 coded and edited by LucasBieneke
  4. Please do not remove my credit
  5. You can use this as a base code if you ask my nicely
  6. If you need coding help, just come ask me!--->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:400,300' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  20.  
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#000000"/>
  24. <meta name="color:Link" content="#2e3ba2"/>
  25. <meta name="color:border" content="#dddddd"/>
  26. <meta name="color:border2" content="#dddddd"/>
  27. <meta name="color:Link Hover" content="#d7dbf5"/>
  28. <meta name="image:Small Sidebar 1" content=""/>
  29. <meta name="image:Small Sidebar 2" content=""/>
  30. <meta name="image:Small Sidebar 3" content=""/>
  31. <meta name="text:Link1 Url" content="http://"/>
  32. <meta name="text:Link1 Name" content="Link 1"/>
  33. <meta name="text:Link2 Url" content="http://"/>
  34. <meta name="text:Link2 Name" content="Link 2"/>
  35. <meta name="text:Link3 Url" content="http://"/>
  36. <meta name="text:Link3 Name" content="Link 3"/>
  37. <meta name="text:Link4 Url" content="http://"/>
  38. <meta name="text:Link4 Name" content="Link 4"/>
  39. <meta name="text:Link5 Url" content="http://"/>
  40. <meta name="text:Link5 Name" content="Link 5"/>
  41.  
  42. <meta name="image:Updates TR" content=""/>
  43. <style type="text/css">
  44. #container-top-right {
  45. /*don't change anything*/
  46. position:fixed;
  47. right:0px;
  48. top:0px;
  49. z-index:999;
  50. }
  51.  
  52. #container-top-right:hover #text-top-right {
  53. opacity:1; /*don't change*/
  54. /*transition speed: 0.1 = fastest and 1 = slowest*/
  55. -webkit-transition: all .7s ease-in-out;
  56. -moz-transition: all .7s ease-in-out;
  57. -o-transition: all .7s ease-in-out;
  58. }
  59.  
  60. #text-top-right {
  61.  
  62. /*you can change the things below this*/
  63. font-size:10px;
  64. font-family:calibri;
  65. text-align:center;
  66. width:125px; /*how wide the text spans*/
  67. top:30px; /*higher number = farther down on page*/
  68. right:100px; /*lower number = closer to image; beware: don't make this number higher than the image width or your text will be on top of your image*/
  69.  
  70. /*don't change anything below this*/
  71. padding:0px 5px 0px 5px;
  72. position:fixed;
  73. opacity:0;
  74.  
  75. /*transition speed: 0.1 = fastest and 1 = slowest*/
  76. -webkit-transition: all .7s ease-in-out;
  77. -moz-transition: all .7s ease-in-out;
  78. -o-transition: all .7s ease-in-out;
  79.  
  80. }
  81.  
  82. #image-top-right img {
  83. width: 100px; /*higher number = larger image; if you change this, make sure you change the "left:100px" style under #text-top-left, or else your text will be on top of your image*/
  84.  
  85. /*don't change anything below this*/
  86. height: auto;
  87. top:0px;
  88. right:0px;
  89. }
  90. /* --- SCROLLBAR ---*/
  91.  
  92. ::-webkit-scrollbar {background-color:{color:Scrollbar}; height:8px; width:8px; border:3px solid {color:background}}
  93. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:50px}
  94. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:8px!important}
  95.  
  96. /* --- BODY ---*/
  97.  
  98.  
  99. #s-m-t-tooltip {
  100. max-width:300px;
  101. background-color:{color:Link};
  102. border:2px solid {color:border};
  103. font-size:10px;
  104. color:#ffffff;
  105. letter-spacing:1px;
  106. text-transform:lowercase;
  107. padding:3px;
  108. margin:20px 0px 0px 20px;
  109. z-index:9999999999999999999999;
  110. }
  111.  
  112.  
  113. body {
  114. background:{color:background};
  115. margin:0px;
  116. color:{color:text};
  117. font-family: calibri;
  118. font-size:9px;
  119. line-height:100%;
  120. }
  121.  
  122. a {
  123. text-decoration:none;
  124. outline:none;
  125. -moz-outline-style:none;
  126. color:{color:link};
  127. -webkit-transition: all 0.7s ease;
  128. -moz-transition: all 0.7s ease;
  129. -o-transition: all 0.7s ease
  130. }
  131.  
  132. img {
  133. border:none;
  134. }
  135.  
  136. blockquote {
  137. padding-left:5px;
  138. border-left:2px solid;
  139. }
  140.  
  141. blockquote blockquote {
  142. padding-left:5px;
  143. border-left:2px solid;
  144. }
  145.  
  146. h1 {
  147. font-size:12px;
  148. text-transform:uppercase;
  149. text-align:center;
  150. }
  151.  
  152. a:hover {
  153. opacity:10;
  154. color:{color:LinkHover};
  155. -webkit-transition: all 0.7s ease;
  156. -moz-transition: all 0.7s ease;
  157. -o-transition: all 0.7s ease
  158. }
  159.  
  160. /* --- POST ENTRIES ---*/
  161.  
  162.  
  163. #entries {
  164. position:relative;
  165. float:left;
  166. width:510px;
  167. top:20px;
  168. text-align:justify;
  169. left:470px;
  170. padding:20px;
  171. }
  172.  
  173. #post {
  174. margin-bottom:50px;
  175. width:500px;
  176. padding:10px;
  177. border:5px solid {color:border};
  178. background-color: transparent;
  179. }
  180.  
  181. /* --- SIDEBAR IMAGES ---*/
  182.  
  183. #sidebar {
  184. width:200px;
  185. height:100%;
  186. position:fixed;
  187. margin-left:35px;
  188. margin-top:30px;
  189. background-color:transparent;
  190. -webkit-transition-duration:1s;
  191. -moz-transition-duration:1s;
  192. -o-transition-duration:1s;
  193. }
  194. #sidebarimage1 img {
  195. height:75px;
  196. width:75px;
  197. position:fixed;
  198. margin-top:100px;
  199. margin-left:150px;
  200. border:solid 1px;
  201. padding:3px;
  202. opacity:1;
  203. border-color: {color:border2};
  204. background-color:transparent;
  205. -webkit-transition-duration:1s;
  206. -moz-transition-duration:1s;
  207. -o-transition-duration:1s;
  208. }
  209.  
  210. #sidebarimage2 img {
  211. height:75px;
  212. width:75px;
  213. position:fixed;
  214. margin-top:200px;
  215. margin-left:150px;
  216. border:solid 1px;
  217. padding:3px;
  218. opacity:1;
  219. border-color: {color:border2};
  220. background-color:transparent;
  221. -webkit-transition-duration:1s;
  222. -moz-transition-duration:1s;
  223. -o-transition-duration:1s;
  224. }
  225.  
  226. #sidebarimage3 img {
  227. height:75px;
  228. width:75px;
  229. position:fixed;
  230. margin-top:300px;
  231. margin-left:150px;
  232. border:solid 1px;
  233. padding:3px;
  234. opacity:1;
  235. border-color: {color:border2};
  236. background-color:transparent;
  237. -webkit-transition-duration:1s;
  238. -moz-transition-duration:1s;
  239. -o-transition-duration:1s;
  240. }
  241.  
  242.  
  243.  
  244. /* --- HOVER ---*/
  245.  
  246.  
  247. #sidebar:hover #sidebarimage1 img {
  248. opacity:1;
  249. margin-left:75px;
  250. -webkit-transition-duration:1s;
  251. -moz-transition-duration:1s;
  252. -o-transition-duration:1s;
  253. }
  254.  
  255. #sidebar:hover #sidebarimage2 img {
  256. opacity:1;
  257. margin-left:235px;
  258. -webkit-transition-duration:1s;
  259. -moz-transition-duration:1s;
  260. -o-transition-duration:1s;
  261. }
  262.  
  263.  
  264. #sidebar:hover #sidebarimage3 img {
  265. opacity:1;
  266. margin-left:75px;
  267. -webkit-transition-duration:1s;
  268. -moz-transition-duration:1s;
  269. -o-transition-duration:1s;
  270. }
  271.  
  272.  
  273. /* --- SIDEBAR LINKS ---*/
  274.  
  275.  
  276.  
  277. #links {
  278. position:absolute;
  279. text-align:center;
  280. margin-left:5px;
  281. font-size:10px;
  282. text-transform:uppercase;
  283. width:140px;
  284. background-color:transparent;
  285. height:auto;
  286. margin-top:97px;
  287. margin-left:230px;
  288. padding:4px;
  289. opacity:0;
  290. -webkit-transition-duration:1s;
  291. -moz-transition-duration:1s;
  292. -o-transition-duration:1s;
  293. }
  294.  
  295. #links a {
  296. display:inline-block;
  297. margin-bottom:3px;
  298. color:{color:link};
  299. height:4px;
  300. margin-left:0px;
  301. width:130px;
  302. padding:4px;
  303. line-height:4px;
  304. }
  305.  
  306. #links a:hover {
  307. color:{color:link hover};
  308. background-color:{color:link};
  309. }
  310.  
  311. #links a {
  312. border:1px solid #b4b4b4;
  313. }
  314.  
  315.  
  316.  
  317. #sidebar:hover #links {
  318. opacity:0.9;
  319. margin-left:170px;
  320. -webkit-transition-duration:1s;
  321. -moz-transition-duration:1s;
  322. -o-transition-duration:1s;
  323. }
  324.  
  325. #description {
  326. position:fixed;
  327. font-family:calibri;
  328. line-height:100%;
  329. font-size:9px;
  330. text-transform:lowercase;
  331. width:140px;
  332. height:70px;
  333. margin-left:30px;
  334. margin-top:204px;
  335. padding:4px;
  336. opacity:0;
  337. text-align:center;
  338. color:{color:text};
  339. -webkit-transition-duration:1s;
  340. -moz-transition-duration:1s;
  341. -o-transition-duration:1s;
  342. }
  343.  
  344.  
  345. #sidebar:hover #description {
  346. opacity:0.9;
  347. margin-left:80px;
  348. -webkit-transition-duration:1s;
  349. -moz-transition-duration:1s;
  350. -o-transition-duration:1s;
  351. }
  352.  
  353.  
  354.  
  355. /* --- UPDATES BAR ---*/
  356.  
  357. #pagination {
  358. width:250px;
  359. height:8px;
  360. position:fixed;
  361. top:365px;
  362. left:200px;
  363. text-transform:uppercase;
  364. font-size:10px;
  365. font-family:calibri;
  366. opacity:0;
  367. text-align:center;
  368. background-color:transparent;
  369. -webkit-transition-duration:1s;
  370. -moz-transition-duration:1s;
  371. -o-transition-duration:1s;
  372. }
  373. #pagination a, .current {
  374. color:{color:link};
  375. margin-top:50px;
  376. margin-left:4px;
  377. padding:4px 4px 4px 4px;
  378. background-color:transparent;}
  379. #pagination a:hover {
  380. background-color:{color:link};
  381. color:{color:link hover};
  382. border:1px solid {color:border2};}
  383.  
  384. #sidebar:hover #pagination {
  385. position:fixed;
  386. opacity:.9;
  387. left:150px;
  388. -webkit-transition-duration:1s;
  389. -moz-transition-duration:1s;
  390. -o-transition-duration:1s;
  391. }
  392.  
  393.  
  394. #info
  395. {
  396. font-family:calibri;
  397. margin-top:5px;
  398. padding:4px;
  399. font-size:8px;
  400. letter-spacing:2px;
  401. margin-bottom: 2px;
  402. color:{color:text};
  403. text-transform:uppercase;
  404. text-align:center;
  405. background-color:transparent;
  406. border-top: 1px solid {color:border};
  407. border-bottom: 1px solid {color:border};
  408. }
  409.  
  410. #info a
  411. {color:{color:link};
  412. padding:2px;}
  413.  
  414. #info a:hover
  415. { color: {color:link hover};
  416. box-shadow:inset 0px 20px 0px {color:link};}
  417.  
  418. #tags {
  419. font-family:calibri;
  420. text-transform:lowercase;
  421. color:{color:link hover};
  422. line-height:150%;
  423. display:block;
  424. text-align:center;
  425. font-size:8px;
  426. margin-bottom: 0px;
  427. margin-top:4px;
  428. padding: 4px;
  429. background:{color:link};
  430. -webkit-transition: all 0.5s ease-in-out;
  431. -moz-transition: all 0.5s ease-in-out;
  432. transition: all 0.5s ease-in-out;
  433. }
  434.  
  435. #tags a{
  436. color:{color:link hover};
  437. padding:2px;
  438. }
  439.  
  440. #tags a:hover
  441. { color:{color:link};
  442. box-shadow:inset 0px -20px 0px {color:link hover};}
  443.  
  444. .audio{
  445. background-color:#e5e5e5;
  446. height:65px;
  447. overflow:hidden;
  448. }
  449. #question {
  450. margin-top:-2px;
  451. margin-left:0px;
  452. letter-spacing:1px;
  453. overflow:hidden;
  454. font-family:calibri;
  455. color:#ffffff;
  456. text-transform:uppercase;
  457. font-size:9px;
  458. height:auto;
  459. line-height:110%;
  460. background-color:#000000;
  461. border: 1px solid #dddddd;
  462. padding:8px;}
  463.  
  464. #answer {
  465. border-left:4px solid {color:text};
  466. padding-left:5px;
  467. margin-left:10px;
  468. margin-top:-5px;}
  469.  
  470. #asker {
  471. color:#fdd017;}
  472.  
  473. #replies {
  474. margin-top:5px;
  475. margin-bottom:5px;
  476. border: 1px solid #dddddd;
  477. padding:4px;
  478. overflow:hidden;
  479. color:#000000;
  480. }
  481.  
  482.  
  483. ::selection {
  484. background-color:{color:link};
  485. color:{color:link hover};
  486. }
  487.  
  488. ::-moz-selection {
  489. background-color:{color:link};
  490. color:{color:link hover};
  491. }
  492.  
  493. .credit, .credit a {
  494. width:21px;
  495. height:15px;
  496. bottom:15px;
  497. right:14px;
  498. padding:5px;
  499. font-size:11px;
  500. letter-spacing:1px;
  501. color:#610c17;
  502. line-height:15px;
  503. position:fixed;
  504. text-align:center;
  505. font-family:"trajan pro";
  506. text-transform:uppercase;
  507. background-color:transparent;
  508. border:3px solid #000000;}
  509.  
  510. .credit a:hover {
  511. color:#ffffff;
  512. background-color:#610c17;}
  513.  
  514.  
  515. {CustomCSS}</style></head><body>
  516. <div id="container-top-right">
  517. <div id="image-top-right"><img src="{image:Updates TR}" /></div>
  518. <div id="text-top-right">
  519. This is where your text will go!<br />
  520. Feel free to style it as you please :)<br /><br />
  521. The image you upload will be resized to a 100px width by default, but it can have a variable height.
  522. </div>
  523. </div>
  524.  
  525. <div id="sidebar">
  526. <div id="sidebarimage1"><img src="{image:Small Sidebar 1}"></div>
  527. <div id="sidebarimage2"><img src="{image:Small Sidebar 2}"></div>
  528. <div id="sidebarimage3"><img src="{image:Small Sidebar 3}"></div>
  529. <div id="description">
  530. {Description}
  531. </div>
  532.  
  533. <div id="links">
  534. {block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name}</br>
  535. {block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name}</br>
  536. {block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name}</br>
  537. {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a>{/block:IfLink4Name}</br>
  538. {block:IfLink5Name}<a href="{text:Link5 Url}">{text:Link5 Name}</a>{/block:IfLink5Name}</br>
  539.  
  540. </div>
  541.  
  542.  
  543. <div id="pagination">
  544. {block:Pagination}
  545. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  546. {block:JumpPagination length="5"}
  547. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  548. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  549. {/block:JumpPagination}
  550. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  551. {/block:Pagination}
  552. </div>
  553. </div>
  554.  
  555.  
  556. <div id="entries">{block:Posts}<div id="post">
  557.  
  558. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  559.  
  560. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  561.  
  562. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  563.  
  564. {block:Quote}<big><big><div style="text-align:center; font-size:9px;line-height:110%; font-family:trajan pro";>"{Quote}"</big></big></div>{block:Source}<br> <div style="text-align:center; font-size:9px; font-family:calibri";>— {Source}</div>{/block:Source}{/block:Quote}
  565.  
  566. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  567.  
  568. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  569.  
  570. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  571.  
  572. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  573.  
  574. {block:Answer}
  575. <div id="question"><span style="font-size:8px; letter-spacing:2px; font-family:trajan pro;"><b>{Asker}</b></span> - {Question}</div>
  576. {block:Answerer}
  577. </p><span style="font-size:9px; letter-spacing:2px; font-family:calibri; text-transform:uppercase; color:#000000;"><b>{Answerer}</b></span> -
  578. <div id="answer">{Answer}</div>
  579. {/block:Answerer}
  580. <div id="replies">{Replies}</div>
  581. {/block:Answer}
  582.  
  583. {block:Date}<div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;</p>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}">reblog</a></div>
  584.  
  585. {block:HasTags}
  586. <div id ="tags">
  587. {block:Tags}&nbsp;<a href="{TagURL}"> # {Tag}</a>{/block:Tags}</div>
  588. {/block:HasTags}
  589. </div>
  590. {/block:Posts}
  591. {block:PostNotes}
  592. <div id="notes">{PostNotes}</div>
  593. {/block:PostNotes}
  594.  
  595. </div>
  596.  
  597.  
  598. <span class="credit">
  599. <a href="http://lucasbieneke.tumblr.com/" title="lucasbieneke themes">LBT</a>
  600. </span>
  601.  
  602.  
  603. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement