Advertisement
ponderism

theme 33; Destiny & Fortune

Sep 14th, 2015
1,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 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.  
  5. <!--
  6.  
  7. destiny and fortune by conansdoyles
  8. tbh nobody reads this but pls don't repost
  9. if you use it ily
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head><title>{Title}</title>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <meta name="color:Text" content="#838282"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Line" content="#eee"/>
  24. <meta name="color:LinkBg" content="#f9f9f9"/>
  25. <meta name="image:Sidebar" content=""/>
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 Text" content="" />
  32. <meta name="text:Link 4" content="" />
  33. <meta name="text:Link 4 Text" content="" />
  34. <meta name="text:Link 5" content="" />
  35. <meta name="text:Link 5 Text" content="" />
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. ::-webkit-scrollbar {
  41. width: 5px;height: 5px;}
  42. ::-webkit-scrollbar-button:start:decrement,
  43. ::-webkit-scrollbar-button:end:increment {
  44. height: 6px;display: block;background-color: #fff;}
  45. ::-webkit-scrollbar-track-piece {
  46. background-color: #fff;}
  47. ::-webkit-scrollbar-thumb:vertical {
  48. height: 9px;background-color: #ccc;border-top:1px solid #fff;border-bottom:1px solid #fff;}
  49.  
  50. body {
  51. background:{color:background};
  52. margin:0px;
  53. color:{color:text};
  54. font-family:Calibri;
  55. font-size:9px;
  56. line-height:100%;
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. -webkit-transition: all 0.5s ease;
  65. -moz-transition: all 0.5s ease;
  66. -o-transition: all 0.5s ease
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. width: 478px;
  75. padding-right: 10px;
  76. padding-left:10px;
  77. margin-left: 0px;
  78. border-left:1px solid {color:Line};
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:10px;
  83. width: 467px;
  84. border-left:1px solid {color:Line};
  85. }
  86.  
  87. h1 {
  88. font-size:18px;
  89. text-transform:lowercase;
  90. line-height: 110%;
  91. padding-bottom: 10px;
  92. border-bottom: 1px solid {color:Line};
  93. font-family: 'montserrat';
  94. }
  95.  
  96.  
  97. a:hover {
  98. opacity:10;
  99. color:{color:hover};
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease
  103. }
  104.  
  105. #title {
  106. line-height: 20px;
  107. font-family: 'arial';
  108. font-size: 11px;
  109. padding-top: 1px;
  110. font-style: italic;
  111. text-transform: uppercase;
  112. padding-left: 7px;
  113. font-weight: bold;
  114. text-align: left;
  115. }
  116.  
  117. small {
  118. font-size: 9px;
  119. }
  120.  
  121. #entries {
  122. width: 500px;
  123. margin-top:100px;
  124. font-size:9px;
  125. margin-left: auto;
  126. margin-right: auto;
  127. line-height: 17px;
  128. font-family: 'arial';
  129. }
  130.  
  131. #post {
  132. width:500px;
  133. }
  134.  
  135. .row.sqs-row {
  136. padding-top: 5px !important;
  137. }
  138.  
  139. #sidebar {
  140. width: 370px;
  141. margin-top: 100px;
  142. text-align:center;
  143. margin-right: auto;
  144. margin-left: auto;
  145. }
  146.  
  147. #sidebar img {
  148. margin-top: -12px;
  149. width: 60px;
  150. float: left;
  151. margin-right: 10px;
  152. border-radius: 10%;
  153. }
  154.  
  155. .links {
  156. text-align: left;
  157. font-family:'calibri';
  158. padding-left: 65px;
  159. }
  160.  
  161. .links a {
  162. display: inline-block;
  163. font-size: 10px;
  164. padding-left: 7px;
  165. font-weight: bold;
  166. background: {color:LinkBg};
  167. margin-left: 6px;
  168. padding: 2px;
  169. color: {color:Text};
  170. }
  171.  
  172. .links a:hover {
  173. }
  174.  
  175.  
  176. #description {
  177. text-align: left;
  178. font-size:10px;
  179. text-transform: lowercase;
  180. padding-top: 0px;
  181. margin-left: 70px;
  182. padding-bottom: 20px;
  183. line-height:14px;
  184. font-family:'calibri';
  185. }
  186.  
  187. #info {
  188. float:left;
  189. width: 500px;
  190. margin-top: 5px;
  191. text-align: left;
  192. font-family: 'arial';
  193. text-transform:uppercase;
  194. font-size:8px;
  195. padding-bottom: 100px;
  196. }
  197.  
  198. #info b {
  199. border-bottom: 1px solid {color:Line};
  200. padding: 2px;
  201. margin-right: 10px;
  202. }
  203.  
  204. #chat {
  205. top: 300px;
  206. background: #000;
  207. padding: 0px 0px 0px 30px;
  208. }
  209.  
  210. #caption {
  211. padding-bottom: 3px;
  212. }
  213.  
  214. #tags {
  215. font-family:'arial';
  216. text-transform:uppercase;
  217. font-size:8px;
  218. margin-top: 10px;
  219. line-height: 18px;
  220. font-style:italic;
  221. text-align:left;
  222. }
  223.  
  224. #tags a {
  225. padding: 3px;
  226. background: {color:LinkBg};
  227.  
  228. }
  229.  
  230. #pagination {
  231. font-family:arial;
  232. text-align: center;
  233. font-size: 10px;
  234. text-transform: uppercase;
  235. padding-bottom: 70px;
  236. font-style: italic;
  237. margin-top: 200px;
  238. margin-right: auto;
  239. font-weight: bold;
  240. margin-left: auto;
  241. -webkit-transition: all 0.7s ease;
  242. -moz-transition: all 0.7s ease;
  243. -o-transition: all 0.7s ease
  244. }
  245.  
  246. #pagination b {
  247. border-bottom: 1px solid {color:Line};
  248. padding: 5px;
  249. }
  250.  
  251. #pagination a:hover {
  252. -webkit-transition: all 0.7s ease;
  253. -moz-transition: all 0.7s ease;
  254. -o-transition: all 0.7s ease
  255. }
  256.  
  257. #credit {
  258. padding: 5px;
  259. position:fixed;
  260. bottom:10px;
  261. right: 10px;
  262. font-size:10px;
  263. }
  264.  
  265. #credit a {
  266. color: {color:Link};
  267. line-height: 00%;
  268. padding-bottom: 2px;
  269. text-transform: uppercase;
  270. border-bottom: 1px solid {color:Line};
  271. font-family: 'arial';
  272. }
  273.  
  274. #credit a:hover {
  275. }
  276.  
  277. #quote {
  278. border-bottom: 1px solid {color:Line};
  279. padding-bottom: 10px;
  280. font-weight: bold;
  281. text-transform: uppercase;
  282. font-size: 11px;
  283. font-style: italic;
  284. }
  285.  
  286.  
  287. .tumblr_audio_player { width: 500px; }
  288.  
  289. {CustomCSS}</style></head><body>
  290.  
  291. <div id="sidebar">
  292. <div class="links">
  293. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  294. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  295. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  296. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  297. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  298. </div>
  299. <img src="{image:sidebar}">
  300. <div id="title">{Title}</div>
  301. <div id="description">{Description}</div>
  302.  
  303. </div>
  304.  
  305.  
  306. <div id="entries">{block:Posts}<div id="post">
  307.  
  308. {block:Text}<div id="text">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:Text}
  309.  
  310. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  311.  
  312. {block:Photoset}
  313. <div class="photoset" data-layout="{PhotosetLayout}" data-id="photoset{PostID}">
  314. {block:Photos}
  315. <img src="{PhotoURL-500}" />
  316. {/block:Photos}
  317.  
  318. {block:Caption}
  319. {Caption}
  320. {/block:Caption}
  321. {/block:Photoset}
  322.  
  323. {block:Quote}<div id="quote">{Quote}</div>{/block:Quote}
  324. {block:Source}<p>- <i>{Source}</i></p>{/block:Source}
  325.  
  326. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  327.  
  328. {block:Chat}<div id="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  329.  
  330. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  331. {block:Caption}<div class="caption"></div>
  332. {/block:Caption}{/block:Audio}
  333.  
  334. {block:Video}{Video-500}{block:Caption}{/block:Caption}{/block:Video}
  335.  
  336. {block:Answer}<div id="asker"><b><span style="text-transform:lowercase;font-size: 9px;">{Asker}:</span></b> {Question}</div><left>{Answer}{/block:Answer}
  337.  
  338. <div id="info">
  339.  
  340. <b><a href="{Permalink}">{NoteCountWithLabel}</a></b>
  341. <b><a href="{Permalink}">{TimeAgo}</a></b>
  342. {block:RebloggedFrom}<b><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}</b>
  343. {block:ContentSource}<b><a href="{SourceURL}"><a href="{SourceURL}">source</a></b>{/block:ContentSource}
  344.  
  345. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  346. </div>
  347. {/block:Posts}
  348. {block:NoteCount}<div id="notes">{NoteCount}</div> {/block:NoteCount}
  349. {/block:Posts}</div></div></div></div></div>
  350.  
  351. {block:Pagination}
  352. <div id="pagination">
  353. {block:PreviousPage}<a href="{PreviousPage}"><b>FORTH</b></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><b>BACK</b></a>{/block:NextPage}
  354. </div>
  355. {/block:Pagination}
  356.  
  357.  
  358.  
  359. <div id="credit">
  360. <a href="http://conansdoyles.tumblr.com/"><b>CR</b></a></div>
  361.  
  362. <script>
  363. $('.photoset').photosetGrid(
  364. gutter: '2px',);
  365. </script>
  366.  
  367.  
  368. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement