codesbyally

lydia v01

Aug 13th, 2014
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 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. border-radius:50%;
  113. }
  114.  
  115. #title {
  116. margin-top:-53px;
  117. margin-left:75px;
  118. width:90px;
  119. font-family:'georgia';
  120. font-size:12px;
  121. line-height:100%;
  122. position:fixed;
  123. font-style:italic;
  124. font-weight:bold;
  125. text-align:left;
  126. color:#aaa;
  127. }
  128.  
  129. .desc {
  130. margin-top:15px;
  131. text-align:justify;
  132. text-transform:normal;
  133. }
  134.  
  135. .links {
  136. margin-top:10px;
  137. border-top:1px solid #ededed;
  138. padding-top:5px;
  139. text-transform:lowercase;
  140. text-align:center;
  141. word-spacing:10px;
  142. }
  143.  
  144. #pagination {
  145. width:250px;
  146. font-size:10px;
  147. text-align:center;
  148. margin-left:-55px;
  149. margin-top:10px;
  150. padding:12px;
  151. color:#aaa;
  152. text-transform:uppercase;
  153. font-family:calibri;
  154. letter-spacing:1px;
  155. }
  156.  
  157. #info {
  158. text-align:left;
  159. margin-top:2px;
  160. border-bottom:1px solid #ededed;
  161. padding-bottom:5px;
  162. text-transform:lowercase;
  163. -webkit-transition: all 0.4s ease-in-out;
  164. -moz-transition: all 0.4s ease-in-out;
  165. -o-transition: all 0.4s ease-in-out;
  166. transition: all 0.4s ease-in-out;
  167. }
  168.  
  169. #tags {
  170. text-align:left;
  171. margin-top:4px;
  172. }
  173.  
  174.  
  175.  
  176.  
  177. #ask {
  178. margin-top:-45px;
  179. margin-left:0px;
  180. background:#fbdadc;
  181. padding:10px;
  182. padding-left:60px;
  183. }
  184.  
  185. #ask a {
  186. color:#fff;
  187. }
  188.  
  189. #askimg {
  190. }
  191.  
  192. #askimg img {
  193. margin-left:10px;
  194. width:30px;
  195. border:3px solid #fff;
  196. }
  197.  
  198. #ask2 {
  199. margin-top:20px;
  200. }
  201.  
  202. #quote {
  203. padding:10px;
  204. font-size:12px;
  205. font-style:italic;
  206. text-align:center;
  207. }
  208.  
  209. #source {
  210. text-align:center;
  211. padding:8px;
  212. }
  213.  
  214. #chat1 {
  215. border-bottom:1px solid #ededed;
  216. border-top:1px solid #ededed;
  217. margin-top:10px;
  218. }
  219.  
  220. {CustomCSS}</style></head><body>
  221.  
  222. <div id="sbar">
  223. <div class="image">
  224. <img src="{image:sidebar}"></div>
  225. <div id="title">{Title}</div>
  226. <a href=/><img src="https://31.media.tumblr.com/f8c61240f8c79aa5cf8926f536224e2d/tumblr_inline_na80c35cHu1rcw8fh.png" style="position:fixed; z-index:99000;top:218px;left:337px;" /></a>
  227. <a href=/ask><img src="https://31.media.tumblr.com/226e4c3e496057e1ac043fa34f32677c/tumblr_inline_na80c6HmGu1rcw8fh.png" style="position:fixed; z-index:99000;top:219px;left:360px;" /></a>
  228. <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:219px;left:383px;" /></a>
  229. <div class="desc">
  230. {description}
  231. </div>
  232. <div class="links">
  233. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  234. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  235. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  236. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  237. <a href="{text:Link 5}">{text:Link 5 Title}</a></div>
  238. {block:Pagination}<div id="pagination">
  239. {block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;&nbsp;{/block:PreviousPage}
  240. {block:JumpPagination length="5"}
  241. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  242. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  243. {/block:JumpPagination}
  244. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  245. </div>{/block:Pagination}
  246. </div>
  247.  
  248.  
  249.  
  250.  
  251. <div id="entries">
  252. {block:Posts}
  253. <div id="post">
  254.  
  255.  
  256. {block:Text}
  257. <h1>{block:Title}{Title}{/block:Title}</h1>
  258. {Body}{/block:Text}
  259.  
  260.  
  261.  
  262. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  263.  
  264.  
  265.  
  266. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  267.  
  268.  
  269.  
  270.  
  271. {block:Quote}
  272. <div id="quote">
  273. "{Quote}"
  274. </div>
  275. {block:Source}
  276. <div id="source">
  277. {Source}
  278. </div>
  279. {/block:Source}{/block:Quote}
  280.  
  281.  
  282.  
  283. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{/block:Link}
  284.  
  285.  
  286.  
  287. {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}
  288.  
  289.  
  290.  
  291. {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>
  292. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  293. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  294. {/block:ExternalAudio}
  295. {/block:Audio}<br>
  296.  
  297.  
  298.  
  299. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  300.  
  301.  
  302.  
  303. {block:Answer}
  304. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  305. <div id="ask">
  306. <div style="font-size:14px; font-weight:lighter; font-style:italic;color:#fff">{Asker}</div>
  307. {Question}
  308. </div>
  309. <div id="ask2">
  310. {Answer}</div>{/block:Answer}
  311.  
  312.  
  313.  
  314.  
  315. <div id="info">
  316.  
  317. <a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a> &nbsp;&nbsp; <a href="{permalink}">♥ {NoteCount}</a>
  318.  
  319. <div style="float:right;">
  320.  
  321. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /
  322. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  323.  
  324. </div>
  325.  
  326. </div>
  327.  
  328. <div id="tags">
  329.  
  330. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  331.  
  332. </div>
  333.  
  334. {/block:Posts}
  335.  
  336. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  337.  
  338. </div>
  339.  
  340. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment