codesbyally

lydia v02

Aug 13th, 2014
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 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.  
  12. Do not steal any of the coding, please. It's very rude and frowned upon in most societies.
  13.  
  14. © 2014 TRUESEAS
  15.  
  16. -->
  17.  
  18.  
  19.  
  20. <meta name="color:Background" content="#fff"/>
  21. <meta name="color:Text" content="#9C9C9C"/>
  22. <meta name="color:Links" content="#B3B3B3"/>
  23. <meta name="color:Hover" content="#f3f3f3"/>
  24.  
  25. <meta name="image:Sidebar" content=""/>
  26.  
  27. <meta name="text:Link 1" content="/"/>
  28. <meta name="text:Link 1 Title" content="one"/>
  29. <meta name="text:Link 2" content="/"/>
  30. <meta name="text:Link 2 Title" content="two"/>
  31. <meta name="text:Link 3" content="/"/>
  32. <meta name="text:Link 3 Title" content="three"/>
  33. <meta name="text:Link 4" content="/"/>
  34. <meta name="text:Link 4 Title" content="four"/>
  35. <meta name="text:Link 5" content="/"/>
  36. <meta name="text:Link 5 Title" content="five"/>
  37.  
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. body {
  43. background:{color:Background};
  44. color:{color:Text};
  45. font-family:helvetica;
  46. font-size:10px;
  47. }
  48.  
  49. a {
  50. color:{color:Links};
  51. text-decoration:none;
  52. -webkit-transition: all 0.4s ease-in-out;
  53. -moz-transition: all 0.4s ease-in-out;
  54. -o-transition: all 0.4s ease-in-out;
  55. transition: all 0.4s ease-in-out;
  56. }
  57.  
  58. a:hover {
  59. text-decoration:none;
  60. color:{color:Hover};
  61. -webkit-transition: all 0.4s ease-in-out;
  62. -moz-transition: all 0.4s ease-in-out;
  63. -o-transition: all 0.4s ease-in-out;
  64. transition: all 0.4s ease-in-out;
  65. }
  66.  
  67.  
  68.  
  69.  
  70. blockquote {
  71. border-left:1px solid #ededed;
  72. padding-left:10px;
  73. margin-left:6px;
  74. }
  75.  
  76. h1 {
  77. font-family:sans-serif;
  78. font-weight:lighter;
  79. font-family:sans-serif;
  80. font-weight:lighter;
  81. font-size:17px;
  82. letter-spacing:1px;
  83. text-transform:uppercase;
  84. text-align:center;
  85. }
  86.  
  87.  
  88. #entries {
  89. width:500px;
  90. margin-left:550px;
  91. margin-top:100px;
  92. }
  93.  
  94. #post {
  95. width:500px;
  96. margin-top:75px;
  97. }
  98.  
  99. #sbar {
  100. margin-left:250px;
  101. margin-top:75px;
  102. position:fixed;
  103. width:160px;
  104. }
  105.  
  106. .image {
  107. }
  108.  
  109. .image img {
  110. margin-top:5px;
  111. width:60px;
  112. }
  113.  
  114. #title {
  115. margin-top:-60px;
  116. margin-left:77px;
  117. width:90px;
  118. font-family:'georgia';
  119. font-size:12px;
  120. line-height:100%;
  121. position:fixed;
  122. font-style:italic;
  123. font-weight:bold;
  124. text-align:left;
  125. color:#aaa;
  126. }
  127.  
  128. .desc {
  129. margin-top:15px;
  130. text-align:justify;
  131. text-transform:normal;
  132. }
  133.  
  134. .links {
  135. margin-top:10px;
  136. border-top:1px solid #ededed;
  137. padding-top:5px;
  138. text-transform:lowercase;
  139. text-align:center;
  140. word-spacing:10px;
  141. }
  142.  
  143. #pagination {
  144. width:250px;
  145. font-size:10px;
  146. text-align:center;
  147. margin-left:-55px;
  148. margin-top:10px;
  149. padding:12px;
  150. color:#aaa;
  151. text-transform:uppercase;
  152. font-family:calibri;
  153. letter-spacing:1px;
  154. }
  155.  
  156. #info {
  157. text-align:left;
  158. margin-top:2px;
  159. border-bottom:1px solid #ededed;
  160. padding-bottom:5px;
  161. text-transform:lowercase;
  162. -webkit-transition: all 0.4s ease-in-out;
  163. -moz-transition: all 0.4s ease-in-out;
  164. -o-transition: all 0.4s ease-in-out;
  165. transition: all 0.4s ease-in-out;
  166. }
  167.  
  168. #tags {
  169. text-align:left;
  170. margin-top:4px;
  171. }
  172.  
  173.  
  174.  
  175.  
  176. #ask {
  177. margin-top:-45px;
  178. margin-left:0px;
  179. background:#fbdadc;
  180. padding:10px;
  181. padding-left:60px;
  182. }
  183.  
  184. #ask a {
  185. color:#fff;
  186. }
  187.  
  188. #askimg {
  189. }
  190.  
  191. #askimg img {
  192. margin-left:10px;
  193. width:30px;
  194. border:3px solid #fff;
  195. }
  196.  
  197. #ask2 {
  198. margin-top:20px;
  199. }
  200.  
  201. #quote {
  202. padding:10px;
  203. font-size:12px;
  204. font-style:italic;
  205. text-align:center;
  206. }
  207.  
  208. #source {
  209. text-align:center;
  210. padding:8px;
  211. }
  212.  
  213. #chat1 {
  214. border-bottom:1px solid #ededed;
  215. border-top:1px solid #ededed;
  216. margin-top:10px;
  217. }
  218.  
  219. {CustomCSS}</style></head><body>
  220.  
  221. <div id="sbar">
  222. <div class="image">
  223. <img src="{image:sidebar}"></div>
  224. <div id="title">{Title}</div>
  225. <a href=/><img src="https://31.media.tumblr.com/f8c61240f8c79aa5cf8926f536224e2d/tumblr_inline_na80c35cHu1rcw8fh.png" style="position:fixed; z-index:99000;top:211px;left:337px;" /></a>
  226. <a href=/ask><img src="https://31.media.tumblr.com/226e4c3e496057e1ac043fa34f32677c/tumblr_inline_na80c6HmGu1rcw8fh.png" style="position:fixed; z-index:99000;top:212px;left:360px;" /></a>
  227. <a href=http://trueseas.tumblr.com/><img src="https://31.media.tumblr.com/13ef10a254efc2a0218671542f3e2701/tumblr_inline_na80tbw3Oi1rcw8fh.png" style="position:fixed; z-index:99000;top:212px;left:383px;" /></a>
  228. <div class="desc">
  229. {description}
  230. </div>
  231. <div class="links">
  232. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  233. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  234. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  235. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  236. <a href="{text:Link 5}">{text:Link 5 Title}</a></div>
  237. {block:Pagination}<div id="pagination">
  238. {block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;&nbsp;{/block:PreviousPage}
  239. {block:JumpPagination length="5"}
  240. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  241. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  242. {/block:JumpPagination}
  243. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  244. </div>{/block:Pagination}
  245. </div>
  246.  
  247.  
  248.  
  249.  
  250. <div id="entries">
  251. {block:Posts}
  252. <div id="post">
  253.  
  254.  
  255. {block:Text}
  256. <h1>{block:Title}{Title}{/block:Title}</h1>
  257. {Body}{/block:Text}
  258.  
  259.  
  260.  
  261. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  262.  
  263.  
  264.  
  265. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  266.  
  267.  
  268.  
  269.  
  270. {block:Quote}
  271. <div id="quote">
  272. "{Quote}"
  273. </div>
  274. {block:Source}
  275. <div id="source">
  276. {Source}
  277. </div>
  278. {/block:Source}{/block:Quote}
  279.  
  280.  
  281.  
  282. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{/block:Link}
  283.  
  284.  
  285.  
  286. {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}
  287.  
  288.  
  289.  
  290. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  291. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  292. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  293. {/block:ExternalAudio}
  294. {/block:Audio}<br>
  295.  
  296.  
  297.  
  298. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  299.  
  300.  
  301.  
  302. {block:Answer}
  303. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  304. <div id="ask">
  305. <div style="font-size:14px; font-weight:lighter; font-style:italic;color:#fff">{Asker}</div>
  306. {Question}
  307. </div>
  308. <div id="ask2">
  309. {Answer}</div>{/block:Answer}
  310.  
  311.  
  312.  
  313.  
  314. <div id="info">
  315.  
  316. <a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a> &nbsp;&nbsp; <a href="{permalink}">♥ {NoteCount}</a>
  317.  
  318. <div style="float:right;">
  319.  
  320. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /
  321. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  322.  
  323. </div>
  324.  
  325. </div>
  326.  
  327. <div id="tags">
  328.  
  329. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  330.  
  331. </div>
  332.  
  333. {/block:Posts}
  334.  
  335. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  336.  
  337. </div>
  338.  
  339. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment