Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 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.  
  10. THEME #3: WALLFLOWER BY CURSEOFTHETIMELORD.TUMBLR.COM
  11.  
  12. - DO NOT STEAL/REDISTRIBUTE
  13. - PLEASE LEAVE CREDIT WHERE IT IS
  14. - SEND ME A MESSAGE IF YOU HAVE QUESTIONS OR SOMETHING ISN'T WORKING RIGHT
  15. - YOU CAN EDIT THIS HOW YOU LIKE BUT THE CREDIT MUST STAY WHERE IT IS
  16.  
  17. xoxo gossip kayla ;)
  18. ---->
  19.  
  20. <meta name="color:background" content=""/>
  21. <meta name="color:text" content=""/>
  22. <meta name="color:link" content=""/>
  23. <meta name="color:scrollbar" content=""/>
  24. <meta name="color:linkhover" content=""/>
  25. <meta name="color:linkhoverbackground" content=""/>
  26.  
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:Link 1" content="/"/>
  32. <meta name="text:Link 1 Name" content="link 1"/>
  33. <meta name="text:Link 2" content="/"/>
  34. <meta name="text:Link 2 Name" content="link 2"/>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. body {
  40. background:{color:background};
  41. margin:0px;
  42. color:{color:text};
  43. font-size:10px;
  44. font-family:arial;
  45. line-height:110%;
  46. text-align:left;
  47. }
  48.  
  49. a {
  50. text-decoration:none;
  51. outline:none;
  52. -moz-outline-style:none;
  53. color:{color:link};
  54. }
  55.  
  56. ::-webkit-scrollbar {width: 10px; height:10px; background:{color:background};}
  57. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  58. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  59. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  60.  
  61. a:hover {color:{color:linkhover}; background-color:{color:linkhoverbackground}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote {
  68. padding-left:5px;
  69. border-left:2px solid;
  70. }
  71.  
  72. blockquote blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. h1 {
  78. font-size:15px;
  79. }
  80.  
  81. #entries {
  82. padding:10px;
  83. width:500px;
  84. margin-left:500px;
  85. margin-top:10px;
  86. }
  87.  
  88. #post {
  89. width:500px;
  90. padding-bottom:20px;
  91. background-color:{color:posts};
  92. padding:13px;
  93. margin-top:30px;
  94. }
  95.  
  96. #sidebar {
  97. width:250px;
  98. position:fixed;
  99. margin-left:25px;
  100. margin-top:100px;
  101. }
  102.  
  103. #container{
  104. width:230px;
  105. height:250%;
  106. margin-top:-50px;
  107. margin-left:150px;
  108. position:fixed;
  109. }
  110.  
  111. #title {
  112.  
  113. margin-top:10px;
  114. text-align:center;
  115. font-size:17px;
  116. font-family:arial;
  117. font-weight:bold;
  118. letter-spacing:-1px;
  119. text-transform:lowercase;}
  120. #title a {
  121. color:{color:description};}
  122. title a:hover {
  123. color:{color:link};
  124. margin-bottom:25px;
  125. margin-left:-10px;
  126.  
  127. }
  128.  
  129.  
  130.  
  131. #sidebarimage img {
  132. margin-top:15px;
  133. width:230px;
  134. padding:0px;
  135. height:auto;
  136. margin-left:5px;
  137. }
  138.  
  139. #slinks{
  140. letter-spacing:1px;
  141. text-transform:lowercase;
  142. font-size:11px;
  143. font-family:arial;
  144. margin-top:15px;
  145. margin-left:-5px;
  146. }
  147.  
  148.  
  149.  
  150. #description {
  151. padding:5px;
  152. text-align:center;
  153. font-size:10px;
  154. line-height:150%;
  155. }
  156.  
  157. #pagination {
  158. font-size:20px;
  159. text-align:center;
  160. margin-top:10px;
  161. }
  162.  
  163. #info {
  164. font-family:calibri;
  165. font-size:8px;
  166. margin-top:10px;
  167. text-transform:uppercase;
  168. letter-spacing:1px;
  169. padding:4px;}
  170. #info a {
  171. padding:3px 0px;
  172. color:{color:text};
  173. -webkit-transition:all 0.3s ease-out;
  174. -moz-transition:all 0.3s ease-out;
  175. transition:all 0.3s ease-out;}
  176. #info a:hover {
  177. color:{color:link};
  178. -webkit-transition:all 0.3s ease-out;
  179. -moz-transition:all 0.3s ease-out;
  180. transition:all 0.3s ease-out;}
  181. }
  182.  
  183. #asker {
  184. float:left;
  185. margin-right:5px;
  186. }
  187.  
  188. #tags {
  189. font-family:calibri;
  190. font-size:8px;
  191. letter-spacing:1px;
  192. text-transform:uppercase;
  193. text-align:left;
  194. margin-top:-2px;
  195. line-height:1.0;
  196. -webkit-transition:all 0.3s ease-out;
  197. -moz-transition:all 0.3s ease-out;
  198. transition:all 0.3s ease-out;}
  199. #tags a {
  200. color:{color:text};
  201. -webkit-transition:all 0.3s ease-out;
  202. -moz-transition:all 0.3s ease-out;
  203. transition:all 0.3s ease-out;}
  204. #tags a:hover {
  205. border-bottom:1px solid {color:link};
  206. -webkit-transition:all 0.3s ease-out;
  207. -moz-transition:all 0.3s ease-out;
  208. transition:all 0.3s ease-out;}
  209.  
  210.  
  211. #linkpost{text-align:center;font-size:14px;font-weight:bold;text-transform:uppercase;font-family:calibri;}
  212.  
  213. #quotepost{text-align:left;font-family:calibri;font-size:13px; line-height:105%;}
  214.  
  215. #quotesource{text-transform:uppercase;margin-top:-15px;padding-bottom:0px;}
  216.  
  217.  
  218. h1, h2 {color:{color:link}; font-size:14px; text-align:center; line-height:11px; font-weight:bold; margin:0px; padding:5px; }
  219.  
  220. #askerq{font-size:9px;text-transform:uppercase;font-family:calibri;margin-top:-5px;}
  221.  
  222. #questiona{font-size:12px;font-weight:bold;font-family:calibri;text-align:center;margin-top:-10px;}
  223.  
  224. .credit{bottom:3px;right:7px;background-color:transparent;position:fixed;
  225. padding:0px;font-family:calibri;font-size:10px;text-transform:uppercase;opacity:0.8;}
  226.  
  227. .notes img {width:10px; position:relative; top:1px;}
  228. .notes {padding:40px; width:450px;}
  229. ol.notes, .notes li { background-color:{color:background}; list-style:none; margin-top:20px; margin:0px;}
  230.  
  231. {CustomCSS}</style><style type="text/css">
  232. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  233.  
  234. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}</style>
  235. </head><body>
  236. <div class="credit"><center><a href="http://curseofthetimelord.tumblr.com/">&copy;THEME</a></center></div>
  237.  
  238. <div id="container"><div id="sidebar">
  239.  
  240. <div id="title">{Title}</div>
  241.  
  242. <div id="sidebarimage">
  243.  
  244. <script language="JavaScript">
  245. <!--
  246.  
  247. /*
  248. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  249. Over 400+ free JavaScripts here!
  250. Keep this notice intact please
  251. */
  252.  
  253. function random_imglink(){
  254. var myimages=new Array()
  255. //specify random images below. You can have as many as you wish
  256. myimages[1]="http://i1354.photobucket.com/albums/q697/consumere/sidebar/tumblr_nhekxwtAME1r406m4o5_r4_250_zpstcz1fqow.gif"
  257. myimages[2]="http://i1354.photobucket.com/albums/q697/consumere/sidebar/tumblr_muj69oPFXd1qc01vno2_250_zpsimym4eto.gif"
  258. myimages[3]="http://i1354.photobucket.com/albums/q697/consumere/sidebar/tumblr_n5hc3xM1ZW1qc7xyjo2_r1_250_zps1vtagttt.gif"
  259. myimages[4]="http://i1354.photobucket.com/albums/q697/consumere/sidebar/tumblr_n0lhjdgju41tsr815o4_250_zps9zyyrmlc.gif"
  260.  
  261. var ry=Math.floor(Math.random()*myimages.length)
  262. if (ry==0)
  263. ry=1
  264. document.write('<img src="'+myimages[ry]+'" border=0>')
  265. }
  266. random_imglink()
  267. //-->
  268. </script>
  269.  
  270. </div>
  271.  
  272.  
  273.  
  274. <div id="slinks"><center>
  275. <a href="/">home</a>&nbsp;&nbsp;
  276. <a href="/ask">ask</a>&nbsp;&nbsp;
  277. <a href="{text:Link 1}">{text:Link 1 Name}</a>&nbsp;&nbsp;
  278. <a href="{text:Link 2}">{text:Link 2 Name}</a><br><br><div id="description">{Description}</div><br>
  279. </center></div>
  280. <div id="pagination">
  281. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  282. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  283. </div>
  284.  
  285. </div>
  286. </div>
  287.  
  288.  
  289.  
  290. <div id="entries">{block:Posts}<div id="post">
  291. {block:Title}<h1>{Title}</h1>{/block:Title}
  292. {block:Text}{Body}{/block:Text}
  293.  
  294. {block:Quote}<div id="quotepost"><h2>“{Quote}”</div> <br><div id="quotesource"><center>— {Source}</div></center></h2>{/block:Quote}
  295.  
  296. {block:Link}<div id="linkpost"><a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a></div>
  297. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  298.  
  299. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Photo}
  300. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Photoset}
  301.  
  302. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  303. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  304.  
  305. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  306.  
  307. {block:Answer}
  308. <div id="askerq">
  309. <center><b>{Asker}</b> asked:</div><br>
  310. <div id="questiona">
  311. {Question}</div></center>{Answer}
  312. {/block:Answer}
  313.  
  314. <div id="info">
  315. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  316. {NoteCountWithLabel}</a><br>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  317.  
  318. </div>
  319. {block:PostNotes}{PostNotes}{/block:PostNotes}
  320. {/block:Posts}</div>
  321.  
  322. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement