emptystories

themee

Jan 2nd, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 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.  
  5. <script language=”javascript” type=”text/javascript”>
  6. <!–
  7. var message=””;
  8.  
  9. function clickIE()
  10. {if (document.all)
  11. {(message);return false;}}
  12.  
  13. function clickNS(e) {
  14. if
  15. (document.layers||(document.getElementById&&!document.all))
  16. {
  17. if (e.which==2||e.which==3) {(message);return false;}}}
  18.  
  19. if (document.layers)
  20. {document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
  21. else
  22. {document.onmouseup=clickNS;document.oncontextmenu =clickIE;}
  23.  
  24. document.oncontextmenu=new Function(“return false”)
  25. –>
  26. </script>
  27.  
  28. <!-- DEFAULT VARIABLES -->
  29. <meta name="color:background" content="#f8f4e3" />
  30. <meta name="color:slink" content="#f5eed7" />
  31. <meta name="color:sbar" content="#f5eed7" />
  32. <meta name="color:borders" content="#f5eed7" />
  33.  
  34. <meta name="color:entry" content="#f8f4e3" />
  35.  
  36. <meta name="color:text" content="#000" />
  37. <meta name="color:link" content="#666666" />
  38. <meta name="color:info" content="#f5eed7" />
  39.  
  40. <meta name="font:body" content="arial" />
  41.  
  42. <meta name="image:background" content="" />
  43. <meta name="image:sidebar" content="" />
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <link rel="shortcut icon" href="{Favicon}" />
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  50. <style type="text/css">
  51.  
  52. body
  53. {color:{color:text};
  54. background-color:{color:background};
  55. background-image: url('{image:Background}');
  56. background-attachment:fixed;
  57. font-family:{font:body};
  58. font-size:10px;
  59. line-height:100%;
  60. text-align:justify}
  61.  
  62. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; opacity: 1; -webkit-transition-duration: 0.8s;}
  63.  
  64. a:hover{color:{color:text}; opacity: 1; -webkit-transition-duration: 0.8s;}
  65.  
  66. #entries
  67. {left:30%;
  68. margin-left:445px;
  69. margin-top:-20px;
  70. width:510px}
  71.  
  72. #icon
  73. {border-color: {color:slink};
  74. border:9px solid;
  75. height:64px; width:64px;
  76. margin-left:775px;
  77. margin-top:56px;
  78. position:fixed;
  79. color:{color:slink};}
  80.  
  81. #simg {text-align:center; margin-bottom:2px; margin-top:35px}
  82. #simg img {max-width: 250px; height: auto; text-align:center}
  83.  
  84. #sbar
  85. {background-color: {color:sbar};
  86. width:275px;
  87. height:315px;
  88. margin-left:160px;
  89. margin-top:-25px;
  90. position:fixed;
  91. overflow:hidden;
  92. padding:3px; }
  93.  
  94. #stext
  95. {margin-left:2px;
  96. font-family:{font:body};
  97. font-size:10px;
  98. margin-left:3px;
  99. margin-top:-15px;
  100. letter-spacing:0px;
  101. width:265px}
  102.  
  103. #box
  104. {background-color: {color:background}; Georgia;
  105. font-size:10px;
  106. text-transform: lowercase;
  107. text-align:left;
  108. margin-left:-10px;
  109. width:230px;
  110. padding: 5px;
  111. border-left: 9px solid {color:borders}}
  112.  
  113. #pagination
  114. {background-color:{color:background};
  115. font-family:georgia;
  116. letter-spacing:1px;
  117. padding:5px;
  118. width:271px;
  119. height:30px;
  120. margin-top:45px;
  121. margin-left:-1013px;
  122. color:{color:text};
  123. text-align:center;
  124. font-size:15px;
  125. line-height:160%;
  126. border-bottom:2px {color:borders} solid;
  127. border-top:2px {color:borders} solid}}
  128.  
  129. #tags
  130. {font-family:{font:body};
  131. margin-top:33px;
  132. letter-spacing: 0px;
  133. text-align:left;
  134. margin-top:4px;
  135. font-size:10px}
  136.  
  137. #sbar2 { width:165px; height:10px; margin-left:1170px; margin-top:83px; position:fixed; padding:3px}
  138.  
  139. #slinks2 a
  140. {width:50px;
  141. height:8px;
  142. display:block;
  143. margin-left;150px;
  144. margin-top;-10px;
  145. margin:10px 130px -27px -1075px;
  146. font-size:9px;
  147. font-family:georgia;
  148. font-style: italic;
  149. text-decoration: none;
  150. letter-spacing: 1px;
  151. text-align:right;
  152. padding:4px;
  153. transition: all 0.6s ease-out; -o-transition-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  154.  
  155. #slinks2 a:hover {-webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out; background-color:{color:slink}; border-right:7px {color:sbar} solid;}
  156.  
  157. #posts
  158. {overflow:hidden;
  159. background-color:
  160. {color:entry};
  161. padding:3px}
  162.  
  163. h1
  164. {color:{color:text};
  165. font-family:{font:text};
  166. font-size:13px;
  167. line-height:15px;
  168. letter-spacing:0px;
  169. font-weight:normal;
  170. text-transform:lowercase;
  171. margin:0px;
  172. padding:0px;
  173. text-align:left}
  174.  
  175. h2
  176. {color:{color:text};
  177. font-family:{font:text};
  178. font-size:12px;
  179. line-height:12px;
  180. letter-spacing:0px;
  181. font-weight:normal;
  182. text-transform:lowercase;
  183. margin:0px;
  184. padding:0px;
  185. margin-bottom:-0px;
  186. text-align:left}
  187.  
  188. h3
  189. {background-color:{color:background};
  190. margin-left:-3px;
  191. letter-spacing:1px;
  192. font-weight:normal;
  193. margin-top:20px;
  194. width:261px;
  195. height:25px;
  196. position:fixed;
  197. overflow:hidden;
  198. font-size:11px;
  199. text-align:center;
  200. letter-spacing: 1px;
  201. color:#92815E;
  202. font-family: georgia;
  203. text-transform: lowercase;
  204. font-style: italic;
  205. padding:10px;
  206. line-height:200%;
  207. border-bottom:2px {color:borders} solid;
  208. border-top:2px {color:borders} solid}
  209.  
  210. h3 a:hover{background-color:borders}
  211.  
  212. #source {text-align: left}
  213.  
  214. #info
  215. {font-family:arial;
  216. text-transform:uppercase;
  217. letter-spacing: 2px;
  218. background-color:{color:info};
  219. font-size:10px;
  220. letter-spacing: 0px;
  221. padding:2px;
  222. margin-left:1px;
  223. text-align: left;
  224. border-left:0px {color:borders} solid;
  225. }
  226.  
  227.  
  228. #questions
  229. {color: {color:text};
  230. background-color:{color:background};
  231. padding:12px;
  232. margin-bottom:0px;
  233. text-align: left;
  234. font-family:{font:body};
  235. font-size:12;
  236. border-bottom:0px {color:borders} solid}
  237.  
  238. #questions a {color:{color:link}}
  239.  
  240. #questions img{border-color:{color:border} border: 3px solid; float: left; padding: 2px; margin: 0px 2px 5px 0px;}
  241.  
  242. blockquote
  243. {border-left:2px
  244. {color:body} solid;
  245. padding-left:5px;
  246. margin:0px 2px 0px 10px}
  247.  
  248. p{margin-top:4px; margin-bottom:4px}
  249. blockquote {padding:0px; padding-left:5px; margin:4px; border-left:2px solid {color:text}}
  250.  
  251. img a{border:none; width:100%}
  252. .audio{background-color:white; display:block;}
  253.  
  254. .user_1 .label {color:{color:link}; font-weight:bold}
  255. .user_2 .label {color:{color:text}; font-weight:bold}
  256. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  257.  
  258. .notes img{width:10px; top:1px;}
  259. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  260. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  261. </style>
  262. <style type="text/css">{CustomCSS}</style>
  263. </head>
  264.  
  265. <body>
  266. </div></div>
  267. <br>
  268.  
  269. <div id="sbar">
  270.  
  271. <h3><a href="/">{Title}</a></h3><br />
  272. <div id="simg"><img src="{image:sidebar}"/></div>
  273. <div id="stext">{block:Description}{Description}{/block:Description} <div id="box">other things i like;</div><br>
  274. <center>doctor who, twilight, harry potter, pretty little liars, misfits, the big bang theory, friends, the vampire diaries, the cecret circle, american horror story, <br>the notebook <i>(<a href="http://nightlighters.tumblr.com/aboutme">...</a>)</i><br><br><i><small>best resolution: google chrome</i></small>
  275. </div>
  276.  
  277. <br>
  278. </div></div>
  279.  
  280. <br>
  281. </div></div>
  282.  
  283. <div id="sbar2">
  284. <div id="slinks2">
  285. <a href="/"><b>h</b>ome</a> <br><br>
  286. <a href="/submit"><b>s</b>ubmit</a> <br><br>
  287. <a href="/ask"><b>a</b>sk</a> <br><br>
  288. <a href="/"><b>a</b>rchive</a> <br><br>
  289. <a href="http://nightlighters.tumblr.com/tagged/themes"><b>t</b>heme</a></div><br>
  290. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  291. </div></div>
  292.  
  293. <div id="entries">
  294. {block:Posts}
  295. <div id="posts">
  296.  
  297. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  298. {block:Text}{Body}{/block:Text}
  299.  
  300. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  301.  
  302. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  303. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  304.  
  305. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  306. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  307.  
  308. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  309.  
  310. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  311.  
  312. {block:Answer}<div id="questions"><img src="{AskerPortraitURL-24}"> <b><i>{Asker}</i> giggles and says:</b><br>{Question}</div>
  313. <div id="answer">{Answer}</div>{/block:Answer}
  314.  
  315. {block:Audio}<span class="audio"><center>{AudioPlayerWhite}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  316.  
  317. <div id="info"> » <a href="{Permalink}">{block:Date}<span class="date"><a href="{Permalink}" title="permalink to this post">{TimeAgo}</a> on
  318.  
  319. {DayOfMonth} {Month} {Year} @ {12Hour}:{Minutes}{AmPm}</span>{/block:Date}</a> | {NoteCountWithLabel}
  320. {/block:ContentSource}<br>{block:HasTags} {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  321.  
  322. </div><br>
  323. {/block:Posts}
  324. {block:PostNotes}{PostNotes}{/block:PostNotes}
  325.  
  326. </div>
  327.  
  328. </body>
  329. </html>
Advertisement
Add Comment
Please, Sign In to add comment