Advertisement
nakdlunch

: k a d d i s h :

Jul 26th, 2014
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 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. <head>
  4. <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. THEME BY
  13.  
  14. N A K D L U N C H
  15.  
  16. ✿✿✿
  17.  
  18. --->
  19.  
  20. <meta name="color:Background" content=""/>
  21. <meta name="color:Text" content=""/>
  22. <meta name="color:Pagination" content=""/>
  23. <meta name="color:Description" content=""/>
  24. <meta name="color:Title" content=""/>
  25. <meta name="color:Link" content=""/>
  26. <meta name="color:Post" content=""/>
  27. <meta name="color:Sidebar" content=""/>
  28.  
  29. <meta name="text:Link 1" content=""/>
  30. <meta name="text:Link 2" content=""/>
  31.  
  32. <meta name="text:Link 1 URL" content=""/>
  33. <meta name="text:Link 2 URL" content=""/>
  34.  
  35. <meta name="image:background" content=""/>
  36.  
  37. <meta name="if:full background" content="1"/>
  38. <meta name="if:transparent sb" content=""/>
  39. <meta name="if:transparent posts" content=""/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. body {
  45. background:{color:background};
  46. background-image:url({image:Background});
  47. background-attachment:fixed;
  48. background-repeat:repeat;
  49. background-position:center;
  50. {block:iffullbackground}background-size:100% 100%;
  51. {/block:iffullbackground}
  52. color:{color:text};
  53. font-family:arial;
  54. font-size:11px;
  55. line-height:100%;
  56.  
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. }
  65.  
  66. blockquote {
  67. padding-left:5px;
  68. border-left:2px solid;
  69. }
  70.  
  71. blockquote blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. h1 {
  77. font-size:15px;
  78. }
  79.  
  80. #entries {
  81. padding:15px;
  82. width:400px;
  83. margin:auto;
  84.  
  85. }
  86.  
  87. #post {
  88. width:400px;
  89. padding:20px;
  90. text-align:center;
  91. border:1px solid black;
  92. margin-bottom:25px;
  93. background:{color:post};
  94. }
  95.  
  96. {block:iftransparentposts}
  97. #post {
  98. width:400px;
  99. padding:20px;
  100. text-align:center;
  101. border:1px solid black;
  102. margin-bottom:25px;
  103. background:transparent;
  104. }
  105. {/block:iftransparentposts}
  106.  
  107. #pagination {
  108. float: left;
  109. width: 500px;
  110. margin-left: 480px;
  111. margin-bottom:20px;
  112. text-align: center;
  113. font-size:20px;
  114. }
  115.  
  116. #pagination a {
  117. font-style:none;
  118. }
  119.  
  120. #pagination a:hover {
  121. font-style:italic;
  122. }
  123.  
  124. /*-- sidebar --*/
  125.  
  126. #sb {
  127. border:1px solid black;
  128. height:230px;
  129. width:275px;
  130. position:fixed;
  131. margin-top:130px;
  132. margin-left:35px;
  133. background:{color:sidebar};
  134. }
  135.  
  136. {block:iftransparentsb}
  137. #sb {
  138. border:1px solid black;
  139. height:230px;
  140. width:275px;
  141. position:fixed;
  142. margin-top:130px;
  143. margin-left:35px;
  144. background:transparent;
  145. }
  146. {/block:iftransparentsb}
  147.  
  148. #title {
  149. padding:5px;
  150. text-align:left;
  151. font-size:30px;
  152. font-family:arial;
  153. text-align:left;
  154. margin-top:30px;
  155. margin-left:5px;
  156. position:fixed;
  157.  
  158.  
  159. }
  160.  
  161. #title a {
  162. color:{color:title};
  163. }
  164.  
  165. #title a:hover {
  166. font-style:italic;
  167. }
  168.  
  169. #description {
  170. padding:5px;
  171. text-align:center;
  172. margin-left:5px;
  173. margin-top:60px;
  174. font-family:arial;
  175. width:220px;
  176. line-height:100%;
  177. position:fixed;
  178. font-size:14px;
  179. color:{color:description};
  180. }
  181.  
  182. #links {
  183. padding: 5px;
  184. position:top;
  185. text-align:justify;
  186. margin-left:10px;
  187. margin-top:100px;
  188. font-family:arial;
  189. font-size:14px;
  190. text-decoration:underline;
  191. display:inline-block;
  192. color:{color:link};
  193. position:fixed;
  194.  
  195.  
  196. }
  197.  
  198. #links a {
  199. font-style:none;
  200. }
  201.  
  202. #links a:hover {
  203. font-style:italic;
  204. }
  205.  
  206. #tags {
  207. text-align:center;
  208. font-family:arial;
  209. font-size:10px;
  210. margin-top:10px;
  211. letter-spacing:1px;
  212. }
  213.  
  214. #tags a {
  215. font-style:none;
  216. }
  217.  
  218. #tags a:hover {
  219. font-style:italic;
  220. }
  221.  
  222. #asker {
  223. float:left;
  224. margin-right:5px;
  225. }
  226.  
  227. #credit {
  228. bottom:0px;
  229. right:0px;
  230. padding:5px;
  231. font-size:8px;
  232. color:black;
  233. position:fixed;
  234. text-align:center;
  235. }
  236.  
  237. #credit a {
  238. color:black;
  239. }
  240.  
  241. #credit a:hover {
  242. color:white;
  243. }
  244.  
  245. {CustomCSS}
  246.  
  247. </style>
  248.  
  249. </head>
  250.  
  251. <body>
  252.  
  253. </div>
  254.  
  255. <div id="sb">
  256.  
  257. <div id="title"><a href="{URL}">{Title}</a></div>
  258.  
  259. <br>
  260.  
  261. <div id="description">{Description}</div>
  262.  
  263. <div id="links">
  264.  
  265. <a href="/">home</a> <p>
  266.  
  267. <a href="/ask">message</a> <p>
  268.  
  269. <a href="{text:Link 1 URL}">{text:Link 1}</a> <p>
  270.  
  271. <a href="{text:Link 2 URL}">{text:Link 2}</a> <p>
  272.  
  273. </div>
  274. </div></div></div>
  275.  
  276. <div id="entries">{block:Posts}<div id="post">
  277.  
  278. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  279.  
  280. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  281.  
  282. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  283.  
  284. <center>{block:Quote}<h1>“{Quote}”</h1>–{Source}{/block:Quote}</center>
  285.  
  286. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  287.  
  288. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  289.  
  290. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  291.  
  292. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  293.  
  294. {block:Answer}<div id="asker"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  295.  
  296. <div id="tags">
  297. <br> {block:Date}<div id="info"><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} </a> {block:NoteCount} △ <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} △ <a href="{SourceURL}">source</a>{/block:ContentSource} {/block:Date}</div>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  298.  
  299. </div>
  300. {block:PostNotes}{PostNotes}{/block:PostNotes}
  301. {/block:Posts}</div>
  302. <div id="pagination">
  303. <div id="paginacao">
  304. {block:Pagination}{block:PreviousPage}<a class="naoAtual" href="{PreviousPage}">back</a>{/block:PreviousPage}{/block:Pagination}
  305. {block:Pagination}{block:NextPage}<a class="naoAtual" href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  306. </div>
  307.  
  308. </div>
  309. <div id="credit"><a href="http://nakdlunch.tumblr.com">NAKD<br>LUNCH</a></div>
  310. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement