Advertisement
wcrmtails

First Best Destiny (Theme 01)

Nov 2nd, 2015
1,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 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. <!--THEME 01 BY JCMESTKIRK (MERRYKIRK FOR THE HOLIDAYS). DON'T STEAL OR USE AS A BASE. THANKS.-->
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{FavIcon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10.  
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  12.  
  13. <meta name="image:Background" content=""/>
  14. <meta name="image:Topbar" content=""/>
  15.  
  16. <meta name="color:Asker Border" content="#b5fffb"/>
  17. <meta name="color:Background" content="#fff" />
  18. <meta name="color:Blockquote" content="#57b5ac"/>
  19. <meta name="color:Bold" content="#57b5ac"/>
  20. <meta name="color:Custom Links" content="#fff"/>
  21. <meta name="color:Custom Links Hover" content="#b5fffb"/>
  22. <meta name="color:Description" content="#fff"/>
  23. <meta name="color:Icon Border" content="#b5fffb"/>
  24. <meta name="color:Italics" content="#57b5ac"/>
  25. <meta name="color:Link" content="#57b5ac"/>
  26. <meta name="color:Link Hover" content="#000"/>
  27. <meta name="color:Nav Links" content="#fff"/>
  28. <meta name="color:Nav Links Hover" content="#b5fffb"/>
  29. <meta name="color:Scrollbar" content="#57b5ac"/>
  30. <meta name="color:Tags" content="#57b5ac"/>
  31. <meta name="color:Tags Border" content="#57b5ac"/>
  32. <meta name="color:Text" content="#1d6861"/>
  33. <meta name="color:Title" content="#fff"/>
  34. <meta name="color:Topbar" content="#57b5ac"/>
  35.  
  36. <meta name="text:Link One Url" content="/"/>
  37. <meta name="text:Link One Title" content="link one"/>
  38. <meta name="text:Link Two Url" content="/"/>
  39. <meta name="text:Link Two Title" content="link two"/>
  40. <meta name="text:Link Three Url" content="/"/>
  41. <meta name="text:Link Three Title" content="link three"/>
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. /* follow/dashboard buttons */
  48. iframe#tumblr_controls {
  49. right:2px !important;
  50. position: fixed !important;
  51. -webkit-transition: opacity 0.7s linear;
  52. opacity: 0.16;
  53. -webkit-transition: all 0.8s ease-out;
  54. -moz-transition: all 0.8s ease-out;
  55. transition: all 0.8s ease-out;
  56. -webkit-filter: invert(100%);
  57. }
  58. iframe#tumblr_controls:hover {
  59. -webkit-transition: opacity 0.7s linear;
  60. opacity: 0.16;
  61. -webkit-transition: all 0.4s ease-out;
  62. -moz-transition: all 0.4s ease-out;
  63. transition: all 0.4s ease-out;
  64. -webkit-filter: invert(100%);
  65. }
  66.  
  67. body {
  68. color: {color:Text};
  69. background-color: {color:Background};
  70. background-image: url({image:Background});
  71. font: 10px consolas;
  72. line-height: 16px;
  73. }
  74. a {
  75. text-decoration: none;
  76. color: {color:Link};
  77. }
  78. a:hover {
  79. color: {color:Link Hover};
  80. }
  81.  
  82. i, em {
  83. color: {color:Italics};
  84. }
  85.  
  86. b, strong {
  87. color: {color:Bold};
  88. }
  89.  
  90.  
  91. h1 {
  92. font-size: 12px;
  93. color: {color:Text};
  94. }
  95.  
  96. blockquote {
  97. border-left: 1px solid {color:Blockquote};
  98. margin-left: 6px;
  99. padding-left: 10px;
  100. }
  101. ::-webkit-scrollbar {
  102. width: 3px;
  103. height: 5px;
  104. background: {color:Background};
  105. }
  106. ::-webkit-scrollbar-thumb {
  107. background: {color:Scrollbar};
  108. border-radius: 16px;
  109. border-top: 5px solid {color:Background};
  110. }
  111.  
  112. #icon {
  113. width: 60px;
  114. margin-top: -150px;
  115. margin-left: 90px;
  116. position: fixed;
  117. }
  118.  
  119. #icon img {
  120. width: 50px;
  121. height: 50px;
  122. border: 1px solid {color:Icon Border};
  123. border-radius: 50%;
  124. padding: 10px;
  125. }
  126.  
  127. #title {
  128. font-size: 15px;
  129. color: {color:Title};
  130. letter-spacing: 2px;
  131. position: fixed;
  132. margin-top: -140px;
  133. margin-left: 160px;
  134. border-bottom: 1px solid {color:Icon Border};
  135. padding-bottom: 2px;
  136. }
  137.  
  138. #description {
  139. font-size: 10px;
  140. color: {color:Description};
  141. position: fixed;
  142. margin-top: -120px;
  143. margin-left: 165px;
  144. width: 145px;
  145. }
  146.  
  147. #nav {
  148. font-size: 10px;
  149. position: fixed;
  150. margin-top: -130px;
  151. margin-left: -2px;
  152. border-bottom: 1px solid {color:Icon Border};
  153. padding-bottom: 2px;
  154. }
  155.  
  156. #nav a {
  157. color: {color:Nav Links};
  158. }
  159.  
  160. #nav a:hover {
  161. color: {color:Nav Links Hover};
  162. }
  163.  
  164. #links {
  165. font-size: 10px;
  166. position: fixed;
  167. margin-top: -110px;
  168. margin-left: 30px;
  169. padding-bottom: 2px;
  170. text-align: right;
  171. }
  172.  
  173. #links a {
  174. color: {color:Custom Links};
  175. }
  176.  
  177. #links a:hover {
  178. color: {color:Custom Links Hover};
  179. }
  180.  
  181. #contain {
  182. width: 260px;
  183. height: 300px;
  184. padding: 50px;
  185. overflow-y: scroll;
  186. overflow-x: hidden;
  187. border: 2px solid {color:Topbar};
  188. border-radius: 10px;
  189. text-align: left;
  190. margin-top: 100px;
  191. border-top: 120px solid {color:Topbar};
  192. }
  193.  
  194. #content {
  195. width: 250px;
  196. position: relative;
  197. }
  198. .entry {
  199. margin-bottom: 60px;
  200. }
  201.  
  202. .entry:hover #tags {
  203. opacity: 1;
  204. margin-top:8px;
  205. margin-left: 0px;
  206. -webkit-transition: all 0.9s ease;
  207. -moz-transition: all 0.9s ease;
  208. -o-transition: all 0.9s ease;
  209. }
  210.  
  211.  
  212. #tags {
  213. opacity: 0;
  214. border-top: 1px solid {color:Tags Border};
  215. }
  216.  
  217. #tags a {
  218. color: {color:Tags};
  219. }
  220.  
  221.  
  222.  
  223. #perma {
  224. position: absolute;
  225. letter-spacing: .5px;
  226. text-transform: lowercase;
  227. margin-top: -25px;
  228. text-align: right;
  229. width: 250px;
  230. border-bottom: 1px solid {color:Tags Border};
  231. }
  232.  
  233.  
  234. img.avatar {display:none; }
  235. ol.notes {
  236. margin-top: 20px;
  237. }
  238.  
  239. #ask {
  240. text-align: right;
  241. width: 200px;
  242. margin-left: 50px;
  243. }
  244.  
  245. .asker {
  246. font-size: 15px;
  247. margin-top: -40px;
  248. margin-left: 25px;
  249. width: 100%;
  250. }
  251.  
  252. #quote {
  253. font-size: 15px;
  254. font-style: italic;
  255. text-align: center;
  256. }
  257.  
  258. #pagination {
  259. width: 300px;
  260. height: 100px;
  261. margin-top: 50px;
  262. }
  263.  
  264. #pagination a {
  265. opacity: 1;
  266. }
  267.  
  268.  
  269.  
  270.  
  271. </style>
  272.  
  273.  
  274. </head>
  275.  
  276. <body>
  277.  
  278.  
  279.  
  280. <center>
  281. <div id="contain">
  282.  
  283. <div id="icon">
  284. <img src="{image:Topbar}">
  285. </div>
  286.  
  287. <div id="title">
  288. {Title}
  289. </div>
  290.  
  291. <div id="description">
  292. {Description}
  293. </div>
  294.  
  295. <div id="nav">
  296. <a href="/">index.</a> <a href="/ask">ask.</a> <a href="/archive">past.</a>
  297. </div>
  298.  
  299. <div id="links">
  300. <a href="{text:Link One Url}" title="{text:Link One Title}">i.</a>
  301.  
  302. <a href="{text:Link Two Url}" title="{text:Link Two Title}">ii.</a>
  303.  
  304. <a href="{text:Link Three Url}" title="{text:Link Three Title}">iii.</a>
  305. </div>
  306.  
  307. <div id="content">
  308. {block:Posts}
  309.  
  310. <!-- {block:NoRebloggedFrom}
  311. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  312. {/block:NoRebloggedFrom} -->
  313. <div class="entry">
  314. <!--permalink-->
  315. {block:IndexPage}<div id="perma"><a href="{Permalink}">{NoteCount}</a> ♢ <a href="{Permalink}">{ShortMonth}.{DayOfMonthWithZero}</a> ♢ <a href="{ReblogURL}">reblog</a></div>{/block:IndexPage}
  316.  
  317.  
  318. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  319.  
  320. {block:Photoset}{Photoset-250} {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  321.  
  322. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  323.  
  324. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  325.  
  326. {block:Quote}
  327.  
  328. <div id="quote"><i>"{Quote}"</i></div>
  329.  
  330. {block:Source}<br>- {Source}{/block:Source}
  331.  
  332. {/block:Quote}
  333.  
  334. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  335.  
  336. {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  337.  
  338. {block:Video}{block:IndexPage}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  339.  
  340. {block:Answer}<img src="{AskerPortraitURL-30}" style="padding: 5px; border: 1px solid {color:Asker Border}">
  341.  
  342. <div class="asker"><i style="color:{color:Asker Border}"><b>{Asker}</b> asked...</i></div>
  343.  
  344. <div id="ask"><i>{Question}</i></div>
  345.  
  346. <p>{Answer}
  347.  
  348. {/block:Answer}
  349.  
  350. <div id="tags">
  351. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  352. </div>
  353. <!--permalink page-->
  354. {block:PermalinkPage}
  355. {block:PostNotes}{PostNotes}{/block:PostNotes}
  356. {/block:PermalinkPage}
  357. </div> <!---entry div--->
  358. {/block:Posts}
  359.  
  360. {block:ContentSource}<!-- {SourceURL}
  361. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  362. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  363. {/block:ContentSource}
  364.  
  365.  
  366.  
  367. </div>
  368.  
  369. <div id="pagination">
  370. {block:Pagination}
  371. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  372. {block:JumpPagination length="5"}
  373. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  374. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  375. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  376. {/block:Pagination}
  377. </div>
  378.  
  379.  
  380. </div>
  381. </center>
  382.  
  383. <div style="position:fixed;bottom:8px; right:3px; font-size:9px; font-family:calibri; height: 15px;"><a style="color:#000; text-decoration:none;" href="http://jcmestkirk.tumblr.com/">J</a></center></div>
  384.  
  385. </body>
  386.  
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement