emptystories

for pilar

Feb 18th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 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. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:background" content="#fff" />
  15. <meta name="color:borders" content="#fef1da" />
  16.  
  17. <meta name="color:entry" content="#fff" />
  18. <meta name="color:sbar" content="#fff" />
  19.  
  20. <meta name="color:text" content="#c9a184" />
  21. <meta name="color:link" content="#eda593" />
  22. <meta name="color:info" content="#eda593" />
  23. <meta name="color:bold" content="#eccaa5" />
  24. <meta name="color:italics" content="#eccaa5" />
  25.  
  26. <meta name="color:home" content="#EBB8A9" />
  27. <meta name="color:ask" content="#F1CFC4" />
  28. <meta name="color:theme" content="#DDC1C1" />
  29. <meta name="color:link1" content="#DDC1C1" />
  30. <meta name="color:link2" content="#DDC1C1" />
  31. <meta name="color:link3" content="#DDC1C1" />
  32. <meta name="color:link4" content="#DDC1C1" />
  33.  
  34. <meta name="font:body" content="arial" />
  35.  
  36. <meta name="image:background" content="" />
  37. <meta name="image:sidebar" content="" />
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar {width: 12px; height: 4px; background: #fff; }
  48. ::-webkit-scrollbar-thumb { background-color: {color:link}; }
  49.  
  50.  
  51. body
  52. {color:{color:text};
  53. background-color:{color:background};
  54. background-attachment:fixed;
  55. font-family:{font:body};
  56. font-size:10px;
  57. line-height:100%;
  58. text-align:justify;
  59. -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;}
  60.  
  61. a:link, a:active, a:visited{color: {color:link};
  62. text-decoration:none;
  63. -webkit-transition-duration: 0.6s;
  64. -moz-transition-duration: 0.6s;}
  65.  
  66. a:hover{color:{color:text}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; border-bottom:0px dotted {color:link};}
  67.  
  68. #entries
  69. {left:160%;
  70. background-color:{color:entry};
  71. margin-left:440px;
  72. margin-top:-213px;
  73. color:{color:text};
  74. width:500px;
  75. padding:6px;
  76. }
  77.  
  78. #simg {text-align:center; margin-bottom:2px; margin-top:190px; margin-left:20px;}
  79. #simg img {max-width: 250px; height: auto; text-align:center; border:6px {color:borders} solid;}
  80.  
  81. #sbar
  82. {margin-left:130px;
  83. margin-top:-200px;
  84. position:fixed;
  85. overflow:hidden;
  86. padding:3px;
  87. }
  88.  
  89. #stext:hover
  90. {
  91. opacity:1;
  92. display:block;
  93. -webkit-transition: all 0.6s ease-in-out;
  94.  
  95. -moz-transition: all 0.6s ease-in-out;
  96.  
  97. -o-transition: all 0.6s ease-in-out;
  98.  
  99. -ms-transition: all 0.6s ease-in-out;
  100.  
  101. transition: all 0.6s ease-in-out;
  102. }
  103.  
  104. #stext
  105. {margin-left:150px;
  106. padding:5px;
  107. opacity:0.4;
  108. font-family:georgia;
  109. font-size:10px;
  110. margin-top:229px;
  111. position:fixed;
  112. opacity:1;
  113. letter-spacing:0px;
  114. border-bottom:0px dotted {color:link};
  115. }
  116.  
  117. #icon {
  118. border-color:{color:sbar}; color:{color:sbar};
  119. border: solid 15px;
  120. margin-left:120px;
  121. margin-top: 85px;
  122. position:fixed;
  123. }
  124.  
  125.  
  126. #pagination
  127. {font-family:georgia;
  128. letter-spacing:3px;
  129. padding:12px;
  130. position:fixed;
  131. margin-top:0px;
  132. margin-left:70px;
  133. color:{color:text};
  134. text-align:center;
  135. font-size:10px;
  136. line-height:0%;
  137. }
  138.  
  139. #info
  140. {font-family:trebuchet ms;
  141. background-color: {color:info};
  142. width:490px;
  143. margin-top:5px;
  144. margin-bottom:5px;
  145. margin-left:0px;
  146. letter-spacing: 1px;
  147. text-align:right;
  148. text-transform:uppercase;
  149. padding:5px;
  150. font-size:9px;
  151. border-top:1px {color:borders} solid;
  152. font-style: itaflic;
  153. }
  154.  
  155. #viaorg
  156. {font-family:trebuchet ms;
  157. margin-top:-6px;
  158. letter-spacing: 1px;
  159. text-align:center;
  160. text-transform:uppercase;
  161. padding:4px;
  162. font-size:9px;
  163. border-bottom:1px {color:borders} dotted;
  164. line-height:110%;
  165. }
  166.  
  167. #navigation{
  168. width: 470px;
  169. height:15px;
  170. margin-left:26px;
  171. margin-top:-115px;
  172. position:fixed;
  173. padding-left:30px;
  174. }
  175.  
  176.  
  177.  
  178. #navigation a{
  179. display:inline-block;
  180. width:85px;
  181. height:10px;
  182. font-family:georgia;
  183. opacity:0.6;
  184. font-size:9px;
  185. text-transform:lowercase;
  186. text-align:center;
  187. padding-top:2px;
  188. -webkit-transition: all 0.5s ease-in-out;
  189. -moz-transition: all 0.5s ease-in-out;
  190. -o-transition: all 0.5s ease-in-out;
  191. -ms-transition: all 0.5s ease-in-out;
  192. transition: all 0.5s ease-in-out;
  193.  
  194. }
  195.  
  196. #navigation a:hover {
  197. opacity:1;
  198. color: #fff;
  199. -webkit-transition: all 0.6s ease-in-out;
  200. -moz-transition: all 0.5s ease-in-out;
  201. -o-transition: all 0.5s ease-in-out;
  202. -ms-transition: all 0.s ease-in-out;
  203. transition: all 0.5s ease-in-out;
  204.  
  205. }
  206.  
  207.  
  208.  
  209. #slink3 a
  210. {width:20px;
  211. height:10px;
  212. display:block;
  213. font-size:10px;
  214. font-family:georgia;
  215. text-transform:lowercase;
  216. letter-spacing: 1px;
  217. text-align:center;
  218. padding:3px;
  219. 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;}
  220.  
  221. h1
  222. {color:{color:text};
  223. font-family:{font:text};
  224. font-size:15px;
  225. line-height:15px;
  226. letter-spacing:1px;
  227. font-weight:normal;
  228. text-transform:lowercase;
  229. margin-top:10px;
  230. padding:0px;
  231. text-align:center;
  232. text-align:left}
  233.  
  234. h2
  235. {color:{color:text};
  236. font-family:{font:text};
  237. font-size:15px;
  238. line-height:12px;
  239. letter-spacing:0px;
  240. text-align:center;
  241. font-weight:normal;
  242. text-transform:lowercase;
  243. margin:0px;
  244. padding:0px;
  245. margin-bottom:-10px;
  246. line-height:110%;}
  247.  
  248. h3
  249. {
  250. margin-left:445px;
  251. background-color:{color:background};
  252. font-weight:normal;
  253. margin-top:-20px;
  254. position: fixed;
  255. overflow:hidden;
  256. height:10px;
  257. width:481px;
  258. font-size:10px;
  259. text-align:center;
  260. letter-spacing: 5px;
  261. color: {color:sbar};
  262. font-family: georgia;
  263. font-style: italHic;
  264. padding:10px;
  265. line-height:160%;
  266. border-bottom:0px {color:borders} solid;
  267. -webkit-transition: all 0.6s ease-in-out;
  268.  
  269. -moz-transition: all 0.6s ease-in-out;
  270.  
  271. -o-transition: all 0.6s ease-in-out;
  272.  
  273. -ms-transition: all 0.6s ease-in-out;
  274.  
  275. transition: all 0.6s ease-in-out;
  276. }
  277.  
  278. h3 a:hover{-webkit-transition: all 0.6s ease-in-out;
  279.  
  280. -moz-transition: all 0.6s ease-in-out;
  281.  
  282. -o-transition: all 0.6s ease-in-out;
  283.  
  284. -ms-transition: all 0.6s ease-in-out;
  285.  
  286. transition: all 0.6s ease-in-out;
  287.  
  288. font-style: itaclic;
  289. letter-spacing:2px;
  290. opacity:0.6;}
  291.  
  292. #source {text-align: left}
  293.  
  294. #posts:hover #tags {
  295. display:block;
  296. opacity:1;}
  297.  
  298. #posts:hover #sourceinfo {
  299. display:block;
  300. opacity:1;}
  301.  
  302. #sourceinfo {
  303. padding:2px;
  304. position:absolute;
  305. width:160px;
  306. font-size:9px;
  307. margin-left:507px;
  308. margin-top:-10px;
  309. text-align:left;
  310. opacity:0;
  311. -webkit-transition: all 0.6s ease-in-out;
  312. -moz-transition: all 0.6s ease-in-out;
  313. -o-transition: all 0.6s ease-in-out;
  314. -ms-transition: all 0.6s ease-in-out;
  315. transition: all 0.6s ease-in-out;}
  316.  
  317. .via img {border:7px solid {color:solid};}
  318.  
  319. #tags
  320. {width:120px;
  321. height:25px;
  322. margin-left:500px;
  323. font-family:{font:body};
  324. font-size:9px;
  325. text-transform:lowercase;
  326. text-align:left;
  327. padding:10px;
  328. letter-spacing:0px;
  329. opacity:0;
  330. line-height:110%;
  331. -webkit-transition-duration: 0.6s;
  332. -moz-transition-duration: 0.5s;
  333. position:absolute;
  334. border-left:0px solid {color:border};
  335. -webkit-border-radius: 10px;
  336. -moz-border-radius: 10px;}
  337.  
  338.  
  339. #question {
  340. width:480px;
  341. color:{color:text};
  342. font-family:georgia;
  343. font-size:10px;
  344. letter-spacing:0px;
  345. padding:3px;
  346. line-height:110%;}
  347.  
  348. #question a {
  349. color:{color:link};
  350. }
  351.  
  352. #asker {
  353. width:500px;
  354. margin-left:2px;
  355. margin-top:-0px;
  356. padding:1px;
  357. font-style:bold;
  358. text-transform:uppercase;
  359. }
  360.  
  361. #asker a {
  362. color:{color:text};
  363. }
  364.  
  365. #answer {
  366. margin-left:15px;
  367. color:{color:text};
  368. }
  369.  
  370. b, strong{color: {color:bold};}
  371. i, em {color:{color:italics};}
  372.  
  373. blockquote
  374. {border-left:2px
  375. {color:body} solid;
  376. padding-left:5px;
  377. margin:0px 2px 0px 10px}
  378.  
  379. p{margin-top:4px; margin-bottom:4px}
  380. blockquote {padding:0px; padding-left:5px; margin:4px; border-left:2px solid {color:text}}
  381.  
  382. img a{border:none; width:100%}
  383. .audio{background-color:white; display:block;}
  384.  
  385. .user_1 .label {color:{color:link}; font-weight:bold}
  386. .user_2 .label {color:{color:text}; font-weight:bold}
  387. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  388.  
  389. .notes img{width:10px; top:1px;}
  390. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  391. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  392. </style>
  393. <style type="text/css">{CustomCSS}</style>
  394. </head>
  395.  
  396. <body>
  397.  
  398. <script language=JavaScript>
  399. <!--
  400.  
  401. //Disable right click script III- By Renigade ([email protected])
  402. //For full source code, visit http://www.dynamicdrive.com
  403.  
  404. var message="";
  405. ///////////////////////////////////
  406. function clickIE() {if (document.all) {(message);return false;}}
  407. function clickNS(e) {if
  408. (document.layers||(document.getElementById&&!document.all)) {
  409. if (e.which==2||e.which==3) {(message);return false;}}}
  410. if (document.layers)
  411. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  412. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  413.  
  414. document.oncontextmenu=new Function("return false")
  415. // -->
  416. </script>
  417.  
  418. </div></div>
  419. <br>
  420. <div id="sbar">
  421. <div id="simg"><img src="{image:sidebar}"/></div></div>
  422. <h3><a href="/">{Title}</a> </h3><br />
  423. <div id="stext">{block:Description}{Description}{/block:Description}</br></div>
  424.  
  425. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  426. <br>
  427.  
  428.  
  429. </div></div>
  430. </div></div>
  431.  
  432.  
  433. <div id="slink3">
  434. <a href="/tagged/~"></a>
  435. <a href="/tagged/~~"></a>
  436. <a href="/stuff"></a>
  437. <a href="/tagged/tutorial"></a>
  438. <a href="/ff"></a>
  439. <a href="/ily"></a></div></div>
  440.  
  441.  
  442.  
  443. <div id="navigation">
  444. <br><br><br>
  445. <a href="/" style="background-color:{color:home};" >home</a><br>
  446.  
  447. <a href="/ask" style="background-color:{color:ask};" >ask</a><br>
  448.  
  449. <a href="*link" style="background-color:{color:link1};" >*linkname*</a><br>
  450.  
  451. <a href="*link*" style="background-color:{color:link2};" >*linkname</a><br>
  452.  
  453. <a href="*link*" style="background-color:{color:link3};" >*linkname</a><br>
  454.  
  455. <a href="*link*" style="background-color:{color:link4};" >*linkname</a><br>
  456.  
  457. <a href="http://nightlighters.tumblr.com/tagged/themes" style="background-color:{color:theme};" target="_blank">theme (c)</a></div>
  458. </div>
  459.  
  460.  
  461. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}<br><br>
  462. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}<br><br>
  463. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}<br><br>
  464. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}<br><br>
  465. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}</div><br><br>
  466. </div></div>
  467.  
  468. <div id="entries">
  469. <br>{block:Posts}
  470. <div id="posts">
  471. <div id="sourceinfo">
  472. <div class="via">{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>
  473. {block:ContentSource}<a href="{SourceURL}"><img src="{ReblogRootPortraitURL-24}"></a>{block:ContentSource}{/block:RebloggedFrom}</div>
  474. {/block:ContentSource}
  475.  
  476. {block:HasTags} <br>{block:Tags} ※ </b><a href="{TagURL}">{Tag}</a> <br>{/block:Tags}{/block:HasTags}
  477.  
  478. </div>
  479.  
  480.  
  481. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  482. {block:Text}{Body}{/block:Text}
  483.  
  484. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  485.  
  486. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  487. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  488.  
  489. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  490. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  491.  
  492. {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}
  493.  
  494. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  495.  
  496.  
  497.  
  498. {block:Answer}
  499.  
  500. <div id="question">"{Question}" <b>— {ASKER}</b></div><BR>
  501. <div id="answer">{Answer}</div>
  502. {/block:Answer}
  503.  
  504.  
  505. {block:Audio}<span class="audio"><center>{AudioPlayerWhite}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  506.  
  507. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} on {DayOfMonth}/{MonthNumber}/{Year}{/block:Date} | <a href="{Permalink}">{NoteCountWithLabel}</a>
  508. </a></div>
  509.  
  510. </div><br>
  511. {/block:Posts}
  512. {block:PostNotes}{PostNotes}{/block:PostNotes}
  513.  
  514.  
  515.  
  516. </body>
  517. </html>
Advertisement
Add Comment
Please, Sign In to add comment