emptystories

Theme 4

Nov 14th, 2011
1,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 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.  
  32. <meta name="color:entry" content="#f8f4e3" />
  33. <meta name="color:title" content="#f8f4e3" />
  34.  
  35. <meta name="color:text" content="#000" />
  36. <meta name="color:link" content="#666666" />
  37. <meta name="color:info" content="#f5eed7" />
  38.  
  39. <meta name="font:body" content="arial" />
  40.  
  41. <meta name="image:background" content="" />
  42. <meta name="image:sbar" content="" />
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49. <style type="text/css">
  50.  
  51. body
  52. {color:{color:text};
  53. background-color:{color:background};
  54. background-image: url('{image:Background}');
  55. background-attachment:fixed;
  56. font-family:{font:body};
  57. font-size:10px;
  58. line-height:100%;
  59. text-align:justify}
  60.  
  61. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  62. a:hover{color:{color:text};}
  63.  
  64. #entries
  65. {left:30%;
  66. margin-left:460px;
  67. margin-top:-12px;
  68. width:510px}
  69.  
  70. #icon
  71. {border-color: {color:slink};
  72. border: 24px solid;
  73. height:48px; width:48px;
  74. margin-left:980px;
  75. margin-top:80px;
  76. position:fixed;
  77. color:{color:slink};}
  78.  
  79. #simg {text-align:center; margin-bottom:2px; margin-top:1px}
  80. #simg img {max-width: 270px; height: auto; text-align:center}
  81.  
  82. #sbar
  83. {background-image: url('{image:sbg}');
  84. width:270px;
  85. height:500px;
  86. margin-left:175px;
  87. margin-top:80px;
  88. position:fixed;
  89. overflow:hidden; border-left:0px solid; border-right:0px solid; padding:3px}
  90.  
  91. #stext
  92. {margin-left:5px;
  93. font-family:{font:body};
  94. font-size:10px;
  95. letter-spacing: 1px;
  96. margin-right:50px;
  97. width:260px}
  98.  
  99. #pagination
  100. {font-family:georgia;
  101. margin-top:34px;
  102. color:{color:text};
  103. text-align:center;
  104. font-size:14px}
  105.  
  106. #sbar2 {width:250px; height:400px; margin-left:900px; margin-top:165px; position:fixed; overflow:hidden; padding:3px}
  107.  
  108. #slinks2 a
  109. {width:83px;
  110. display:block;
  111. margin-left;150px;
  112. background-color:{color:slink};
  113. margin:10px 40px -28px 15px;
  114. font:9px;
  115. font-family:{font:title};
  116. color:{color:link};
  117. text-decoration: none;
  118. letter-spacing: 1px;
  119. text-align:center;
  120. padding:7px}
  121.  
  122. #slinks2 a:hover {background-color:{color:shover}}
  123.  
  124.  
  125.  
  126. #posts
  127. {overflow:hidden;
  128. background-color:
  129. {color:entry};
  130. padding:3px}
  131.  
  132. h1
  133. {color:{color:text};
  134. font-family:{font:text};
  135. font-size:15px;
  136. line-height:15px;
  137. letter-spacing:0px;
  138. font-weight:normal;
  139. text-transform:uppercase;
  140. margin:0px;
  141. padding:0px;
  142. text-align:left}
  143.  
  144. h2
  145. {color:{color:text};
  146. font-family:{font:text};
  147. font-size:12px;
  148. line-height:12px;
  149. letter-spacing:0px;
  150. font-weight:normal;
  151. text-transform:uppercase;
  152. margin:0px;
  153. padding:0px;
  154. margin-bottom:-0px;
  155. text-align:left}
  156.  
  157. h3
  158. {margin-left:0px;
  159. letter-spacing:1px;
  160. background-color:{color:title};
  161. font-weight:normal;
  162. margin-top:5px;
  163. width:270px;
  164. position:fixed;
  165. overflow:hidden;
  166. font-size:21px;
  167. text-align:center;
  168. letter-spacing: 2px;
  169. color:#92815E;
  170. font-family: georgia;
  171. text-transform: lowercase;
  172. font-style: italic;
  173. line-height:110%}
  174.  
  175. h3 a:hover{background-color:transparent}
  176.  
  177. #source {text-align: left}
  178.  
  179. #info
  180. {font-family:georgia;
  181. background-color:{color:info};
  182. font-size:9px;
  183. letter-spacing: 1px;
  184. text-transform:lowercase;
  185. text-align:center
  186. border-bottom: 1px dotted
  187. }
  188.  
  189. #questions
  190. {background-color:{color:info};
  191. color: {color:text};
  192. padding:10px;
  193. margin-bottom:0px;
  194. font-family:georgia;
  195. font-size:10}
  196.  
  197. #questions a {color:{color:link}}
  198.  
  199. blockquote
  200. {border-left:2px
  201. {color:body} solid;
  202. padding-left:5px;
  203. margin:0px 2px 0px 10px}
  204.  
  205. p{margin-top:4px; margin-bottom:4px}
  206. blockquote {padding:0px; padding-left:5px; margin:4px; border-left:2px solid {color:text}}
  207.  
  208. img a{border:none; width:100%}
  209. .audio{background-color:black; display:block;}
  210.  
  211. .user_1 .label {color:{color:link}; font-weight:bold}
  212. .user_2 .label {color:{color:text}; font-weight:bold}
  213. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  214.  
  215. .notes img{width:10px; top:1px;}
  216. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  217. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  218. </style>
  219. <style type="text/css">{CustomCSS}</style>
  220. </head>
  221.  
  222. <body>
  223.  
  224. </div></div>
  225. <br>
  226.  
  227. <div id="sbar">
  228.  
  229.  
  230. <div id="simg"><img src="{image:sbar}"/></div>
  231. <div id="stext">{block:Description}{Description}{/block:Description}</div>
  232. <h3><a href="/">{Title}</a></h3><br />
  233. <br>
  234. </div></div>
  235.  
  236. <br>
  237. <div id="icon">
  238. <img src="{PortraitURL-48}" class="imdava">
  239. </div></div>
  240.  
  241.  
  242. <div id="sbar2">
  243. <div id="slinks2">
  244. <center><a href="/">home</a><br> <br> <a href="/ask">ask me</a><br><br> <a href="http://nightlighters.tumblr.com/tagged/themes">theme (c)</a></center></div>
  245. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  246. <br>
  247. </div></div>
  248.  
  249. <div id="entries">
  250. {block:Posts}
  251. <div id="posts">
  252.  
  253. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  254. {block:Text}{Body}{/block:Text}
  255.  
  256. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  257.  
  258. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  259. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  260.  
  261. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  262. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  263.  
  264. {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}
  265.  
  266. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  267.  
  268. {block:Answer}<div id="questions"><b><i>{Asker}</i> said:</b> {Question}</div>
  269. {Answer}{/block:answer}
  270.  
  271. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  272.  
  273. <div id="info">It was <a href="{Permalink}">{TimeAgo}</a> and has {NoteCountWithLabel}{block:RebloggedFrom} - © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags}<i><br>filed under: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></i>
  274.  
  275. </div><br>
  276. {/block:Posts}
  277. {block:PostNotes}{PostNotes}{/block:PostNotes}
  278.  
  279. </div>
  280.  
  281. </body>
  282. </html>
  283.  
Advertisement
Add Comment
Please, Sign In to add comment