Advertisement
Guest User

john code

a guest
Mar 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.76 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. <!---- theme 04 by stonequeenthemes. do not remove the credit. --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Blog title" content="#ffffff"/>
  12. <meta name="color:Subtitle" content="#afafaf"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Bold" content="#b8b8b8"/>
  16. <meta name="color:Italic" content="#b8b8b8"/>
  17. <meta name="color:Border" content=g"#2d2d2d"/>
  18. <meta name="color:Hover" content="#fbfbfb"/>
  19. <meta name="color:Sidebar Background" content="#2d2d2d"/>
  20. <meta name="color:Side Border" content="#4b4b4b"/>
  21. <meta name="color:Side link" content="#fbfbfb"/>
  22. <meta name="color:Side Hover" content="#4b4b4b"/>
  23. <meta name="color:Sidebar Text" content="#969595"/>
  24.  
  25. <!---Text--->
  26.  
  27. <meta name="text:Subtitle" content="" />
  28.  
  29. <!---Images--->
  30.  
  31. <meta name="image:Sidebar BG" content=""/>
  32. <meta name="image:Sidebar Left" content=""/>
  33.  
  34.  
  35. <!---Links--->
  36.  
  37. <meta name="if:Show Subtitle" content="1">
  38. <meta name="text:Link 1" content="/" />
  39. <meta name="text:Link 1 Title" content="Link" />
  40. <meta name="text:Link 2" content="/" />
  41. <meta name="text:Link 2 Title" content="Link" />
  42. <meta name="text:Link 3" content="/" />
  43. <meta name="text:Link 3 Title" content="Link" />
  44. <meta name="text:Link 4" content="/" />
  45. <meta name="text:Link 4 Title" content="Link" />
  46.  
  47. <meta name="if:Show Link 1" content="1" />
  48. <meta name="if:Show Link 2" content="1" />
  49. <meta name="if:Show Link 3" content="1" />
  50. <meta name="if:Show Link 4" content="1" />
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55.  
  56. body {
  57. background-image:url('http://i.imgur.com/EwIZwFw.gif');
  58. background-repeat:no-repeat;
  59. background-attachment:fixed;
  60. background-position:left top;
  61. margin:0px;
  62. color:{color:text};
  63. font-family:Calibri;
  64. font-size:12px;
  65. line-height:100%;}
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:link};}
  72.  
  73. a:hover {
  74. color:{color:hover};}
  75.  
  76. b, strong {color:{color:bold}}
  77. i, em {color:{color:italic}}
  78.  
  79. img {
  80. border:none;}
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;}
  85.  
  86. blockquote img {
  87. max-width: 100%;}
  88.  
  89. blockquote blockquote {
  90. padding-left:5px;
  91. border-left:2px solid;}
  92.  
  93. h1 {
  94. font-size:15px;
  95. font-family:'calibri';
  96. font-weight:normal;
  97. letter-spacing:6px;
  98. font-style:strong;
  99. text-align:center;
  100. color:{color:Subtitle};
  101. margin-top:-5px;
  102. margin-bottom:-2px;}
  103.  
  104. h2 {
  105. font-size:9px;
  106. font-family:'calibri';
  107. font-weight:normal;
  108. letter-spacing:6px;
  109. font-style:strong;
  110. text-align:center;
  111. color:{color:Subtitle};
  112. margin-top:-5px;
  113. margin-bottom:-2px;}
  114.  
  115. #entries {
  116. padding:10px;
  117. width:500px;
  118. margin-left:540px;
  119. margin-top:40px;}
  120.  
  121. #post {
  122. width:500px;
  123. padding-bottom:20px;
  124. background-color:#f8f6f6;
  125. padding:15px;
  126. margin-bottom:30px;
  127. border:5px solid {color:border}}
  128.  
  129. #background {
  130. width:300px;
  131. height:2000px;
  132. position:fixed;
  133. margin-left:0px;
  134. margin-top:-40px;
  135. background-image:url('{image:Sidebar Left}');
  136. background-repeat:repeat;}
  137.  
  138. #sidebar {
  139. z-index:999;
  140. width:250px;
  141. height:1000%;
  142. position:fixed;
  143. margin-left:200px;
  144. margin-top:0px;
  145. padding-top:0px;
  146. padding-bottom:10px;
  147. padding-left:10px;
  148. padding-right:10px;
  149. border-top:2px solid {color:border};
  150. border-bottom:2px solid {color:border};
  151. border-right:2px solid {color:border};
  152. border-left:2px solid {color:border};
  153. background:{color:sidebar background};
  154. background-image:url('{image:Sidebar BG}');
  155. background-repeat:no-repeat;}
  156.  
  157. #title {
  158. font-size:11px;
  159. letter-spacing:1px;
  160. margin-left:auto;
  161. margin-right:auto;
  162. text-align:center;
  163. margin-top:410px;
  164. margin-bottom:2px;
  165. font-family: 'cambria';
  166. font-style:none;
  167. font-weight:bold;
  168. text-transform:uppercase;
  169. color:{color:blog title};}
  170.  
  171. .links {
  172. width:270px;
  173. text-align:center;
  174. border-top:0.2 solid {color:side border};
  175. font-size:6px;
  176. z-index:-1;
  177. letter-spacing:20px;
  178. margin-left:-10px;
  179. margin-right:-10px;
  180. margin-top:0px;
  181. margin-bottom:-2px;}
  182.  
  183. .links a {
  184. display:block;
  185. padding:5px;
  186. margin-bottom:3px;
  187. color:{color:side link};
  188. border-top: 1px solid {color:side border};
  189. border-bottom:1px solid {color:side border};
  190. border-right:0px solid {color:side border};
  191. border-left:0px solid {color:side border};
  192. letter-spacing:3px;
  193. text-transform:uppercase;
  194. text-decoration:none;}
  195.  
  196. .links a:hover {
  197. color:{color:hover};
  198. border-bottom:2px solid {color:side hover};
  199. border-right:2px solid {color:side hover};}
  200.  
  201. .navigate a{
  202. background-color: transp;
  203. color: {color:side link};
  204. font-family: 'calibri';
  205. font-size: 8px;
  206. width: 35px;
  207. height: 35px;
  208. line-height: 15px;
  209. padding: px;
  210. text-align: center;
  211. margin: 1px;}
  212.  
  213. .navigate a:hover {
  214. color:{color:hover};}
  215.  
  216. #description {
  217. width:210px;
  218. padding:10px;
  219. margin-top:0px;
  220. text-align:justify;
  221. margin-left:auto;
  222. margin-right:auto;
  223. font-size:11px;
  224. font-family:'calibri';
  225. color:{color:sidebar text};}
  226.  
  227. #pagination {
  228. font-family:cambria;
  229. font-size:7.5px;
  230. text-align:center;
  231. margin-top:auto;
  232. margin-left:auto;
  233. padding:0px;
  234. width: 100px;
  235. letter-spacing:2px;
  236. text-transform:uppercase;
  237. font-weight:bolder;}
  238.  
  239. #pagination a {
  240. color:{color:link};}
  241.  
  242. #pagination a:hover {
  243. color:{color:linkhovercolor};}
  244.  
  245. #info {
  246. text-align:center;
  247. margin-top:10px;
  248. padding:4px 0;
  249. border-top:1px solid {color:border};
  250. border-bottom:1px solid {color:border};}
  251.  
  252. #asks {
  253. text-align:justify;
  254. padding:8px;
  255. background-color:transparent;
  256. border-top:1px solid {color:border};
  257. border-bottom:1px solid {color:border};
  258. min-height:44px;
  259. padding-left:65px}
  260.  
  261. .asker {
  262. margin-bottom:-8px;
  263. font-size:11px;
  264. letter-spacing:1px;
  265. font-style:italic}
  266.  
  267. #answers {
  268. margin-top:8px}
  269.  
  270. #audioplayer {
  271. z-index:1;
  272. height:100px;
  273. width:100px;
  274. margin-top:11px;
  275. margin-left:10px;
  276. display:block;
  277. overflow:hidden;
  278. position:absolute;
  279. background-color:#000000;
  280. opacity: 0.5;filter:alpha(opacity=60);
  281. -webkit-transition: all 0.7s ease;
  282. -moz-transition: all 0.7s ease;
  283. -o-transition: all 0.7s ease;}
  284.  
  285. #audioplayer:hover {
  286. opacity: 0.5; filter:alpha(opacity=60);}
  287.  
  288. #audioplayerz {
  289. width:25px;
  290. height:25px;
  291. margin-top:35px;
  292. margin-left:35px;
  293. overflow:hidden;
  294. padding:3px;}
  295.  
  296. #albumart {
  297. margin-top:0px;
  298. margin-left:10px;
  299. margin-right:10px;
  300. z-index:0;
  301. float:left;}
  302.  
  303. #audioshit {
  304. font-family:'Cambria';
  305. color:{color:text};
  306. text-transform:none;
  307. float:left;
  308. text-align:center;
  309. padding:8px;
  310. letter-spacing:1;
  311. font-size:10px;
  312. margin-top:15px;
  313. margin-bottom:10px;
  314. margin-left:110px;
  315. position:absolute;}
  316.  
  317. {CustomCSS}</style></head><body>
  318.  
  319.  
  320. <div id="background">
  321. <div id="sidebar">
  322.  
  323.  
  324.  
  325. <div id="title">{Title}</div>
  326. <div id="subtitle">{block:IfShowSubtitle}<h2>{text:Subtitle}</h2>{/block:IfShowSubtitle}</div>
  327. <center>
  328. <br>
  329. <div class="navigate">
  330. <a href="/">HOME</a>
  331. <a href="/ask">ASK</a>
  332. <a href="/submit">SUBMIT</a>
  333. <a href="/archive">ARCHIVE</a>
  334. <a href="http://stonequeenthemes.tumblr.com" target="_blank">THEME</a>
  335.  
  336. </div>
  337. </center>
  338. <div id="description">{Description}</div>
  339.  
  340. <div class="links">
  341.  
  342.  
  343. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:IfShowLink1}
  344. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:IfShowLink2}
  345. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:IfShowLink3}
  346. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:IfShowLink4}
  347. </div>
  348.  
  349. <div id="pagination">
  350. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ BACK</a>{/block:PreviousPage}
  351. {block:NextPage}<a href="{NextPage}">MORE ยป</a>{/block:NextPage}{/block:Pagination}
  352. </div>
  353.  
  354.  
  355. </div>
  356. </div>
  357.  
  358. <div id="entries">{block:Posts}<div id="post">{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  359.  
  360. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  361.  
  362. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  363.  
  364. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">โ€”{Source}</div>{/block:Source}{/block:Quote}
  365.  
  366. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  367.  
  368. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  369.  
  370. {block:Audio}
  371. <div id="audioplayer"><div id="audioplayerz">{AudioPlayerBlack}</div></div><br>
  372.  
  373. <div id="albumart">
  374. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" height="100">{/block:AlbumArt} </div>
  375.  
  376. <div id="audioshit">
  377. {block:TrackName}
  378. {TrackName}<br>
  379. {/block:TrackName}
  380.  
  381. {block:Artist}{Artist}<br>
  382.  
  383. {/block:Artist}
  384. {block:Album}{Album}<br>
  385. {/block:Album}
  386.  
  387. {PlayCountWithLabel}</div><br><br><br><br><br><br><br><br><br><br>
  388. {block:caption}{Caption}{/block:caption}
  389. {/block:Audio}
  390.  
  391. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  392.  
  393. {block:Answer}
  394. <img src="{AskerPortraitURL-64}" style="height:50px; width:50px; float:left; margin:6px 0 0 6px;">
  395. <div id="asks"><div class="asker">{Asker} inquired:</div>
  396. <br>{Question}</div>
  397. <div id="answers">{Answer}</div>
  398. {/block:Answer}
  399.  
  400. <div id="info">
  401. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  402. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  403. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  404.  
  405. </div>
  406. {block:PostNotes}{PostNotes}{/block:PostNotes}
  407. {/block:Posts}</div>
  408.  
  409. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement