emptystories

Theme 6

Jan 5th, 2012
1,753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.43 KB | None | 0 0
  1. <!--
  2.  
  3. Theme by Tessie ( www.nightlighters.tumblr.com )
  4. Do not copy and/or recreate!
  5.  
  6. -->
  7.  
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <script language=”javascript” type=”text/javascript”>
  14. <!–
  15. var message=””;
  16.  
  17. function clickIE()
  18. {if (document.all)
  19. {(message);return false;}}
  20.  
  21. function clickNS(e) {
  22. if
  23. (document.layers||(document.getElementById&&!document.all))
  24. {
  25. if (e.which==2||e.which==3) {(message);return false;}}}
  26.  
  27. if (document.layers)
  28. {document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
  29. else
  30. {document.onmouseup=clickNS;document.oncontextmenu =clickIE;}
  31.  
  32. document.oncontextmenu=new Function(“return false”)
  33. –>
  34. </script>
  35.  
  36. <!-- DEFAULT VARIABLES -->
  37. <meta name="color:background" content="#f8f4e3" />
  38. <meta name="color:slink" content="#f5eed7" />
  39. <meta name="color:borders" content="#f5eed7" />
  40.  
  41. <meta name="color:entry" content="#f8f4e3" />
  42.  
  43. <meta name="color:text" content="#000" />
  44. <meta name="color:link" content="#666666" />
  45. <meta name="color:bold" content="#666666" />
  46. <meta name="color:italics" content="#666666" />
  47.  
  48. <meta name="font:body" content="arial" />
  49.  
  50. <meta name="image:background" content="" />
  51. <meta name="image:sidebar" content="" />
  52.  
  53. <meta name="text:Link1" content="" />
  54. <meta name="text:Link1 Title" content="" />
  55. <meta name="text:Link2" content="" />
  56. <meta name="text:Link2 Title" content="" />
  57. <meta name="text:Link3" content="" />
  58. <meta name="text:Link3 Title" content="" />
  59. <meta name="text:Link4" content="" />
  60. <meta name="text:Link4 Title" content="" />
  61. <meta name="text:Link5" content="" />
  62. <meta name="text:Link5 Title" content="" />
  63.  
  64.  
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  66. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  67. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  68. <link rel="shortcut icon" href="{Favicon}" />
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  70. <style type="text/css">
  71.  
  72. body
  73. {color:{color:text};
  74. background-color:{color:background};
  75. background-image: url('{image:Background}');
  76. background-attachment:fixed;
  77. font-family:{font:body};
  78. font-size:10px;
  79. line-height:100%;
  80. text-align:justify}
  81.  
  82. a:link, a:active, a:visited{color: {color:link};
  83. text-decoration:none;
  84. -webkit-transition: all 0.6s ease-in-out;
  85. -moz-transition: all 0.6s ease-in-out;
  86. -o-transition: all 0.6s ease-in-out;
  87. -ms-transition: all 0.6s ease-in-out;
  88. transition: all 0.6s ease-in-out;}
  89.  
  90. a:hover{color:{color:text}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  91.  
  92. #entries
  93. {left:30%;
  94. margin-left:515px;
  95. margin-top:-10px;
  96. width:510px}
  97.  
  98. #simg {text-align:center; margin-bottom:2px; margin-top:35px}
  99. #simg img {max-width: 250px; height: auto; text-align:center}
  100.  
  101. #sbar
  102. {
  103. margin-left:260px;
  104. margin-top:117px;
  105. position:fixed;
  106. overflow:hidden;
  107. padding:3px; }
  108.  
  109. #stext
  110. {margin-left:2px;
  111. font-family:{font:body};
  112. font-size:9px;
  113. margin-left:0px;
  114. margin-top:0px;
  115. letter-spacing:0px;
  116. width:250px}
  117.  
  118. #pagination
  119. {
  120. font-family:georgia;
  121. letter-spacing:1px;
  122. padding:2px;
  123. margin-top:-7px;
  124. margin-left:-2222px;
  125. color:{color:text};
  126. text-align:center;
  127. font-size:10px;
  128. line-height:100%;
  129. }
  130.  
  131. #footer{
  132. bottom:0;
  133. margin-left:0px;
  134. width:500px;
  135. height:30px;
  136. background-color:{color:info};
  137. border-top:1px solid {color:border};
  138. }
  139.  
  140. #tags
  141. {font-family:georgia;
  142. margin-top:-3px;
  143. letter-spacing: 1px;
  144. text-align:left;
  145. padding:4px;
  146. font-size:10px;
  147. border-top:1px {color:borders} dotted;
  148. }
  149.  
  150. #sbar2 { width:165px; height:10px; margin-left:1235px; margin-top:123px; position:fixed; padding:3px; {color:borders} solid}
  151.  
  152. #slinks2 a
  153. {width:70px;
  154. color: {color:ease out};
  155. height:6px;
  156. display:block;
  157. margin-left;146px;
  158. margin-top;-10px;
  159. background-color:{color:slink};
  160. margin:13px 130px -29px -1075px;
  161. font-size:9px;
  162. font-family:arial;
  163. text-transform:uppercase;
  164. font-style: italic;
  165. letter-spacing: 1px;
  166. text-align:right;
  167. padding:9px;
  168. border-bottom:1px {color:borders} dotted;
  169. transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.5s ease-out;}
  170.  
  171. #slinks2 a:hover {-webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; color: {color:text}; background-color:{color:slink}; border-left:0px {color:borders} solid; width:80px;}
  172.  
  173. #posts
  174. {overflow:hidden;
  175. background-color:
  176. {color:entry};
  177. padding:3px}
  178.  
  179. #posts:hover #info {
  180. opacity:1;
  181. border-left:5px solid {color:borders};
  182. display:block;
  183. }
  184.  
  185. h1
  186. {color:{color:text};
  187. font-family:{font:text};
  188. font-size:14px;
  189. line-height:15px;
  190. letter-spacing:2px;
  191. font-weight:normal;
  192. text-transform:lowercase;
  193. margin:0px;
  194. padding:0px;
  195. text-align:left}
  196.  
  197. h2
  198. {color:{color:text};
  199. font-family:{font:text};
  200. font-size:13px;
  201. line-height:12px;
  202. letter-spacing:1px;
  203. font-weight:normal;
  204. text-transform:lowercase;
  205. margin:0px;
  206. padding:0px;
  207. margin-bottom:-0px;
  208. line-height:110%;
  209. text-align:left}
  210.  
  211. h3
  212. {
  213. margin-left:20px;
  214. letter-spacing:1px;
  215. font-weight:normal;
  216. margin-top:-5px;
  217. position:fixed;
  218. overflow:hidden;
  219. height:20px;
  220. width:195px;
  221. font-size:10px;
  222. text-align:center;
  223. letter-spacing: 2px;
  224. color:#92815E;
  225. font-family: georgia;
  226. text-transform: lowercase;
  227. font-style: italic;
  228. padding:10px;
  229. line-height:125%;
  230. border-bottom:1px {color:borders} dotted;
  231. }
  232.  
  233. h3 a:hover{background-color:borders}
  234.  
  235. #source {text-align: left}
  236.  
  237. #info
  238. {width:260px;
  239. margin-left:518px;
  240. font-family:georgia;
  241. font-size:10px;
  242. text-transform:lowercase;
  243. text-align:left;
  244. opacity:0;
  245. padding:5px;
  246. line-height:110%;
  247. -webkit-transition-duration: 0.6s;
  248. -moz-transition-duration: 0.5s;
  249. position:absolute;
  250. border-left:1px solid {color:border};}
  251.  
  252.  
  253. #info a{color:{color:link};} #info a:hover {border-left:1px solid {color:border};}
  254.  
  255. #questions
  256. {color: {color:text};
  257. padding:3px;
  258. margin-bottom:0px;
  259. text-align: left;
  260. font-family:{font:body};
  261. font-size:12;
  262. line-height:110%;
  263. border-bottom:0px {color:borders} solid}
  264.  
  265. #questions a {color:{color:link}}
  266.  
  267. #questions img{border-color:{color:border} border: 3px solid; float: left; padding: 2px; margin: 0px 2px 5px 0px;}
  268.  
  269. b, strong{color: {color:bold};}
  270. i, em {color:{color:italics};}
  271.  
  272. blockquote
  273. {border-left:2px
  274. {color:body} solid;
  275. padding-left:5px;
  276. margin:0px 2px 0px 10px}
  277.  
  278. p{margin-top:4px; margin-bottom:4px}
  279. blockquote {padding:0px; padding-left:5px; margin:4px; border-left:2px solid {color:text}}
  280.  
  281. img a{border:none; width:100%}
  282. .audio{background-color:white; display:block;}
  283.  
  284. .user_1 .label {color:{color:link}; font-weight:bold}
  285. .user_2 .label {color:{color:text}; font-weight:bold}
  286. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  287.  
  288. .notes img{width:10px; top:1px;}
  289. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  290. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  291. </style>
  292. <style type="text/css">{CustomCSS}</style>
  293. </head>
  294.  
  295. <body>
  296. </div></div>
  297. <br>
  298.  
  299. <div id="sbar">
  300.  
  301. <h3><a href="/">{Title}</a></h3><br />
  302. <div id="simg"><img src="{image:sidebar}"/></div>
  303. <div id="stext">{block:Description}{Description}{/block:Description}
  304. </div>
  305.  
  306. <br>
  307. </div></div>
  308.  
  309. <br>
  310. </div></div>
  311.  
  312. <div id="sbar2">
  313. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  314. <div id="slinks2">
  315. <a href="/">home</a> <br><br>
  316. <a href="/ask">ask</a> <br><br>
  317. <a href="/archive">archive</a> <br><br>
  318. <a href="/submit">submit</a> <br><br>
  319. <a href="http://nightlighters.tumblr.com/tagged/themes">theme (c)</a> <br><br>
  320. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}<br><br>
  321. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}<br><br>
  322. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}<br><br>
  323. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}<br><br>
  324. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}</div><br><br>
  325. </div></div>
  326.  
  327.  
  328.  
  329. <div id="entries">
  330. {block:Posts}
  331. <div id="posts">
  332.  
  333. <div id="info"><a href="{Permalink}"><small>♥</small> {NoteCountWithLabel}</a> <br>
  334.  
  335. {DayOfMonth}/{MonthNumber}/{Year} @ {12Hour}:{Minutes}{AmPm}</span>{/block:Date}</a>
  336.  
  337. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  338.  
  339. {block:ContentSource}<br> © <a href="{SourceURL}">{SourceLink}</a>
  340. {/block:ContentSource}</div>
  341.  
  342. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  343. {block:Text}{Body}{/block:Text}
  344.  
  345. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  346.  
  347. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  348. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  349.  
  350. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  351. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  352.  
  353. {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}
  354.  
  355. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  356.  
  357. {block:Answer}<div id="questions"><img src="{AskerPortraitURL-16}"> <b><u>{Asker}</u>:</b><br>{Question}</div>
  358. <div id="answer">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {Answer}</div>{/block:Answer}
  359.  
  360. {block:Audio}<span class="audio"><center>{AudioPlayerWhite}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  361.  
  362. <div id="tags">{block:HasTags} {block:Tags}• </b><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  363.  
  364.  
  365. </div><br>
  366. {/block:Posts}
  367. {block:PostNotes}{PostNotes}{/block:PostNotes}
  368.  
  369.  
  370. </div>
  371.  
  372. </body>
  373. </html>
Advertisement
Add Comment
Please, Sign In to add comment