emptystories

Theme 3 sidebar

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