Advertisement
codesbyally

plummet

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