chezshay

take me to church / nevillles

Dec 30th, 2014
1,284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.93 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <!---nevillles.tumblr.com
  10. --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#000000"/>
  14. <meta name="color:Sidebar" content="#fbfbfb"/>
  15. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  16. <meta name="color:DescriptionText" content="#b8b8b8"/>
  17. <meta name="color:Border" content="#dddddd"/>
  18. <meta name="color:Hover" content="#f2f2f2"/>
  19. <meta name="color:Scrollbar" content="#000000"/>
  20. <meta name="color:ScrollbarBg" content="#ffffff"/>
  21. <meta name="color:Links" content="#c0bfbf"/>
  22. <meta name="color:Info Background" content="#f3f3f3"/>
  23. <meta name="color:Question Background" content="#fcfcfc"/>
  24. <meta name="color:Answer Backg" content="#000000"/>
  25. <meta name="image:Sidebar" content=""/>
  26. <meta name="image:Background" content=""/>
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 1 URL" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 2 URL" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 3 URL" content="" />
  33. <meta name="text:Link 4" content="" />
  34. <meta name="text:Link 4 URL" content="" />
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar-thumb {
  39. height:auto;
  40. background-color:{color:Scrollbar};
  41. }
  42.  
  43. ::-webkit-scrollbar {
  44. height:9px;
  45. width:4px;
  46. background-color:{color:ScrollbarBg};
  47. }
  48.  
  49. body {
  50. background:{color:background};
  51. margin:0px;
  52. color:{color:text};
  53. font-family:arial;
  54. font-size:9px;
  55. line-height:150%;
  56. letter-spacing:1px;
  57. text-align:justify;
  58. background-image:url('{image:Background}');
  59. }
  60.  
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:Links};
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:1px solid {color:text};
  76. }
  77.  
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83.  
  84. a:hover {
  85. color:#000000;
  86. -moz-transition-duration:0.3s;
  87. -webkit-transition-duration:0.3s;
  88. -o-transition-duration:0.3s;
  89. }
  90.  
  91. small {font-size:9px;}
  92.  
  93. /*ENTRIES*/
  94.  
  95. #entries {
  96. padding:10px;
  97. width:500px;
  98. margin-left:450px;
  99. margin-top:5px;
  100. font-size:9px;
  101. line-height:150%;
  102. font-family:'arial';
  103. letter-spacing:1px;
  104. }
  105.  
  106. #post {
  107. width:500px;
  108. padding-bottom:20px;
  109. padding:25px;
  110. margin-top:-10px;
  111. }
  112.  
  113. #post:hover .tags{opacity:1;
  114. margin-top:10px;
  115. }
  116. /*SIDEBAR*/
  117.  
  118. #sidebar {
  119. position:fixed;
  120. width:250px;
  121. margin-top:200px;
  122. padding:10px;
  123. height:100px;
  124. margin-left:170px;
  125. }
  126.  
  127. #sidebarimage {
  128. width 120px;
  129. text-align:right;
  130. }
  131.  
  132. #sidebarimage img {
  133. width:120px;
  134. border:solid 10px {color:info background};
  135. margin-top:3px;
  136. }
  137.  
  138. #links a:hover {
  139. -moz-transition-duration:0.3s;
  140. -webkit-transition-duration:0.3s;
  141. -o-transition-duration:0.3s;
  142. color:{color:Hover};
  143. }
  144.  
  145. #links a:hover{margin-left:0px;
  146. font-style:italic;}
  147.  
  148. #description {
  149. text-align:justify;
  150. font-family:'arial';
  151. margin-top:40px;
  152. font-size:9px;
  153. text-transform:lowercase;
  154. padding:5px;
  155. width:150px;
  156. line-height:170%;
  157. position:relative;
  158. margin-left:100px;
  159. color:{color:DescriptionText};
  160. }
  161.  
  162. #title {
  163. text-align:center;
  164. top:5px;
  165. font-family:'arial';
  166. font-size:9px;
  167. font-weight:bold;
  168. padding:5px;
  169. position:relative;
  170. padding-bottom:5px;
  171. margin-bottom:10px;
  172. text-transform:uppercase;
  173. color:{color:Text};
  174. }
  175.  
  176.  
  177. /*LINKS*/
  178. #links{position:fixed;
  179. text-transform:uppercase;
  180. font-family:arial;
  181. font-weight:bold;
  182. width:150px;
  183. font-size:8px;
  184. margin-left:105px;
  185. margin-top:0px;
  186. text-align:center;
  187. padding:5px;
  188. }
  189.  
  190. #links a{margin-right:5px;
  191. width:60px;
  192. margin-top:5px;
  193. color:black;
  194. border-left:solid 1px {color:links};
  195. padding:2px;
  196. display:inline-block;
  197. }
  198.  
  199. /*POST INFO*/
  200.  
  201. #info {
  202. width:490px;
  203. font-weight:bold;
  204. text-align:left;
  205. padding:5px;
  206. font-family:'arial';
  207. margin-left:0px;
  208. margin-top:5px;
  209. font-size:9px;
  210. text-transform:uppercase;
  211. font-style:none;
  212. line-height:10px;
  213. color:{color:text};
  214. }
  215.  
  216. #info a {
  217. text-align:center;
  218. color:{color:Text};
  219. }
  220.  
  221. .right{float:right}
  222.  
  223. .tags {text-transform:none;
  224. color:{color:postbg};
  225. width:505px;
  226. opacity:0;
  227. margin-top:-5px;
  228. margin-left:0px;
  229. font-size:8px;
  230. letter-spacing:1px;
  231. text-align:center;
  232. text-transform:lowercase;
  233. -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  234.  
  235.  
  236. .tags a {
  237. letter-spacing:0px;
  238. padding:2px;
  239. font-size:8px;
  240. text-align:center;
  241. font-family:'arial';
  242. text-decoration:none;
  243. display:inline-block;
  244. color:{color:Links};
  245. }
  246.  
  247.  
  248. /*QUESTION*/
  249.  
  250. #asker {
  251. color:{color:background};
  252. text-transform:lowercase;
  253. padding:15px;
  254. font-family:arial;
  255. font-size:9px;
  256. letter-spacing:0px;
  257. text-align:left;
  258. margin-top:0px;
  259. line-height:100%;
  260. background-color:{color:text};
  261. }
  262.  
  263. #asker a{color:{color:Text};}
  264.  
  265.  
  266. #url a{color:{color:Text};
  267. padding:2px;
  268. background-color:{color:Info Background};
  269. }
  270.  
  271.  
  272. /*CREDIT*/
  273.  
  274. #cred {
  275. position:fixed;
  276. font-family:consolas;
  277. font-size:8px;
  278. right:9px;
  279. bottom:9px;
  280. padding:4px;
  281. letter-spacing:1px;
  282. }
  283.  
  284. {CustomCSS}</style></head><body>
  285.  
  286. <div id="sidebar">
  287. <div id="sidebarimage">
  288. <a title="home" href="/">
  289. <img src="{image:Sidebar}">
  290. </a>
  291. </div>
  292. <div id="links">
  293. <a href="{text:Link 1 URL}"><span>{text:Link 1}</a></span>
  294. <a href="{text:Link 2 URL}"><span>{text:Link 2}</a></span>
  295. <a href="{text:Link 3 URL}"><span>{text:Link 3}</a></span>
  296. <a href="{text:Link 4 URL}"><span>{text:Link 4}</a></span>
  297.  
  298. </div>
  299. <div id="description"><br>{Description}<br>
  300.  
  301. <div id="title">{block:Pagination}
  302. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  303. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  304. {/block:Pagination}</div>
  305. </div>
  306.  
  307. </div>
  308. <div id="entries">
  309. {block:Posts}
  310. <div id="post">
  311.  
  312. {block:Text}
  313. <h1>{block:Title}{Title}{/block:Title}</h1>
  314. {Body}{/block:Text}
  315.  
  316. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  317. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  318.  
  319. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  320. {/block:Caption}{/block:Photoset}
  321.  
  322. {block:Quote}<h2>"{Quote}"</h2>
  323. {/block:Source}{/block:Quote}
  324.  
  325. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  326.  
  327. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  328.  
  329. {block:Audio}<div align="center">
  330. <span class="audio">{AudioPlayerWhite}</div></span>
  331. <center>{block:TrackName}{TrackName}{/block:TrackName}
  332. {block:Artist}&mdash; {Artist}<br />{/block:Artist}
  333. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  334. {/block:Audio}<br>
  335.  
  336. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  337.  
  338. {block:Answer}<div id="asker">{Question} — <i>{Asker}</i></div> {Answer}{/block:Answer}
  339.  
  340. <div id="info">
  341. <div id="permalink">
  342. <a href="{Permalink}">{timeago}</a>
  343. <div class="right">{block:ContentSource} {block:RebloggedFrom}
  344. <a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  345. {/block:RebloggedFrom}<a href="{SourceURL}">©</a> {/block:ContentSource}
  346. {NoteCount} </div></a></div>
  347.  
  348.  
  349. </div>
  350.  
  351. {block:HasTags}<div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  352. </div>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}{/block:Posts}{/block:Posts}</div></div>
  353.  
  354. {/block:Posts}</div></div></div>
  355. <br><br><br><br>
  356.  
  357. <div id="cred">
  358. <a href="http://nevillles.tumblr.com/">NVL</a>
  359. </div>
  360. </div>
  361. </body>
  362. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment