codesbyally

daylighter

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