emptystories

theme 3

Feb 16th, 2012
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 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. <meta name="color:scrollbar" content="#fff" />
  20.  
  21. <meta name="color:text" content="#c9a184" />
  22. <meta name="color:link" content="#eda593" />
  23. <meta name="color:big borders" content="#eda593" />
  24. <meta name="color:bold" content="#eccaa5" />
  25. <meta name="color:italics" content="#eccaa5" />
  26.  
  27. <meta name="color:navigation" content="#EBB8A9" />
  28.  
  29. <meta name="font:body" content="arial" />
  30.  
  31. <meta name="image:background" content="" />
  32.  
  33. <meta name="text:Link1" content="" />
  34. <meta name="text:Link1 Title" content="" />
  35. <meta name="text:Link2" content="" />
  36. <meta name="text:Link2 Title" content="" />
  37. <meta name="text:Link3" content="" />
  38. <meta name="text:Link3 Title" content="" />
  39. <meta name="text:Link4" content="" />
  40. <meta name="text:Link4 Title" content="" />
  41. <meta name="text:Link5" content="" />
  42. <meta name="text:Link5 Title" content="" />
  43. <meta name="text:Link6" content="" />
  44. <meta name="text:Link6 Title" content="" />
  45.  
  46.  
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53. <style type="text/css">
  54.  
  55. ::-webkit-scrollbar {width: 14px; height: 4px; background: #fff; }
  56. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  57.  
  58.  
  59. body
  60. {
  61. background-color:{color:background};
  62. background-attachment:fixed;
  63. font-family:{font:body};
  64. font-size:10px;
  65. line-height:100%;
  66. text-align:justify;
  67. color:{color:text};
  68. -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;}
  69.  
  70. a:link, a:active, a:visited{color: {color:link};
  71. text-decoration:none;
  72. -webkit-transition-duration: 0.6s;
  73. -moz-transition-duration: 0.6s;}
  74.  
  75. a:hover{color:{color:text}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; border-bottom:0px dotted {color:link};}
  76.  
  77. #entries
  78. {left:160%;
  79. background-color:{color:entry};
  80. margin-left:360px;
  81. margin-top:-57px;
  82. color:{color:text};
  83. width:500px;
  84. padding:6px;
  85. }
  86.  
  87. #simg {text-align:center; margin-bottom:2px; margin-top:190px; margin-left:20px;}
  88. #simg img {max-width: 250px; height: auto; text-align:center; border:6px {color:borders} solid;}
  89.  
  90. #sbar
  91. {margin-left:130px;
  92. margin-top:-200px;
  93. background-color: {color:askbg};
  94. position:fixed;
  95. overflow:hidden;
  96. padding:3px;
  97. height:130px;
  98. }
  99.  
  100. #stext:hover
  101. {
  102. opacity:1;
  103. display:block;
  104. -webkit-transition: all 0.6s ease-in-out;
  105.  
  106. -moz-transition: all 0.6s ease-in-out;
  107.  
  108. -o-transition: all 0.6s ease-in-out;
  109.  
  110. -ms-transition: all 0.6s ease-in-out;
  111.  
  112. transition: all 0.6s ease-in-out;
  113. }
  114.  
  115. #stext
  116. {margin-left:105px;
  117. width:145px;
  118. height:130px;
  119. background-color:{color:sbar};
  120. padding:5px;
  121. opacity:1;
  122. font-family:trebuchet ms;
  123. font-size:9px;
  124. margin-top:-8px;
  125. position:fixed;
  126. opacity:1;
  127. letter-spacing:0.5px;
  128. border-bottom:0px dotted {color:link};
  129. }
  130.  
  131. #stext:hover {background-color:{color:borders}; opacity:0;}
  132.  
  133. #pagination
  134. {font-family:georgia;
  135. background-color:{color:big borders};
  136. letter-spacing:3px;
  137. padding:5px;
  138. height:12px;
  139. width:145px;
  140. position:fixed;
  141. margin-top:122px;
  142. margin-left:105px;
  143. color:{color:background};
  144. text-align:center;
  145. font-size:10px;
  146. line-height:110%;
  147. }
  148.  
  149. #info
  150. {font-family:trebuchet ms;
  151. width:490px;
  152. margin-top:5px;
  153. margin-bottom:5px;
  154. margin-left:0px;
  155. letter-spacing: 1px;
  156. text-align:center;
  157. text-transform:uppercase;
  158. padding:3px;
  159. font-size:9px;
  160. border-top:1px {color:borders} solid;
  161. font-style: itaflic;
  162. }
  163.  
  164. #navigation{
  165. background-color: {color:navigation};
  166. width: 125px;
  167. height:130px;
  168. margin-left:105px;
  169. opacity:0;
  170. margin-top:-18px;
  171. z-index:4;
  172. position:fixed;
  173. padding-left:30px;
  174. line-height:100%;
  175. border-bottom:0px {color:borders} solid;
  176. -webkit-transition: all 0.6s ease-in-out;
  177. -moz-transition: all 0.6s ease-in-out;
  178. -o-transition: all 0.6s ease-in-out;
  179. -ms-transition: all 0.6s ease-in-out;
  180. transition: all 0.6s ease-in-out;
  181. }
  182.  
  183.  
  184. #navigation a{
  185. display:inline-block;
  186. margin-left:-30px;
  187. width:155px;
  188. height:11px;
  189. font-family:georgia;
  190. font-size:9px;
  191. text-transform:lowercase;
  192. text-align:center;
  193. padding-top:2px;
  194. -webkit-transition: all 0.6s ease-in-out;
  195. -moz-transition: all 0.6s ease-in-out;
  196. -o-transition: all 0.6s ease-in-out;
  197. -ms-transition: all 0.6s ease-in-out;
  198. transition: all 0.6s ease-in-out;
  199. }
  200.  
  201. #navigation:hover {
  202. opacity:1;
  203. color: #fff;
  204. -webkit-transition: all 0.6s ease-in-out;
  205. -moz-transition: all 0.6s ease-in-out;
  206. -o-transition: all 0.6s ease-in-out;
  207. -ms-transition: all 0.6s ease-in-out;
  208. transition: all 0.6s ease-in-out;
  209.  
  210. }
  211.  
  212. #navigation a:hover {
  213. opacity:1;
  214. color: #fff;
  215. -webkit-transition: all 0.6s ease-in-out;
  216. -moz-transition: all 0.6s ease-in-out;
  217. -o-transition: all 0.6s ease-in-out;
  218. -ms-transition: all 0.6s ease-in-out;
  219. transition: all 0.6s ease-in-out;
  220.  
  221. }
  222.  
  223. h1
  224. {color:{color:text};
  225. font-family:{font:text};
  226. font-size:15px;
  227. line-height:15px;
  228. letter-spacing:1px;
  229. font-weight:normal;
  230. text-transform:lowercase;
  231. margin-top:10px;
  232. padding:0px;
  233. text-align:center;
  234. text-align:left}
  235.  
  236. h2
  237. {color:{color:text};
  238. font-family:georgia;
  239. font-size:19px;
  240. line-height:17px;
  241. letter-spacing:-1px;
  242. text-align:center;
  243. font-weight:normal;
  244. font-style: italic;
  245. margin:0px;
  246. padding:0px;
  247. margin-bottom:-10px;
  248. line-height:110%;}
  249.  
  250. h3
  251. {
  252. margin-left:105px;
  253. background-color:{color:big borders};
  254. color:{color:background};
  255. font-weight:normal;
  256. margin-top:-20px;
  257. position: fixed;
  258. overflow:hidden;
  259. height:12px;
  260. width:145px;
  261. font-size:10px;
  262. text-align:center;
  263. letter-spacing: 0px;
  264. font-family: georgia;
  265. font-style: italHic;
  266. padding:5px;
  267. line-height:160%;
  268. -webkit-transition: all 0.6s ease-in-out;
  269. -moz-transition: all 0.6s ease-in-out;
  270. -o-transition: all 0.6s ease-in-out;
  271. -ms-transition: all 0.6s ease-in-out;
  272. transition: all 0.6s ease-in-out;
  273. }
  274.  
  275. #source {text-align: left}
  276.  
  277. #tags
  278. {width:500px;
  279. margin-top:-3px;
  280. font-family:{font:body};
  281. font-size:10px;
  282. text-align:center;
  283. letter-spacing:0px;
  284. opacity:1;
  285. line-height:110%;}
  286.  
  287.  
  288. #question {
  289. width:480px;
  290. color:{color:text};
  291. font-family:arial;
  292. font-size:10px;
  293. letter-spacing:0px;
  294. padding:3px;
  295. line-height:110%;}
  296.  
  297. #question a {
  298. color:{color:link};}
  299.  
  300. #asker {
  301. width:500px;
  302. margin-left:2px;
  303. margin-top:-0px;
  304. padding:1px;
  305. font-style:bold;
  306. text-transform:uppercase;
  307. }
  308.  
  309. #asker a {
  310. color:{color:text};
  311. }
  312.  
  313. #answer {
  314. margin-left:15px;
  315. font-size:11px;
  316. color:{color:text};
  317. }
  318.  
  319. b, strong{color: {color:bold};}
  320. i, em {color:{color:italics};}
  321.  
  322. blockquote
  323. {border-left:2px
  324. {color:body} solid;
  325. padding-left:7px;
  326. margin:0px 2px 0px 10px}
  327.  
  328. p{margin-top:4px; margin-bottom:4px}
  329. blockquote {padding:0px; padding-left:5px; margin:4px; border-left:2px solid {color:text}}
  330.  
  331. img a{border:none; width:100%}
  332. .audio{background-color:white; display:block;}
  333.  
  334. .user_1 .label {color:{color:link}; font-weight:bold}
  335. .user_2 .label {color:{color:text}; font-weight:bold}
  336. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  337.  
  338. .notes img{width:10px; top:1px;}
  339. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  340. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  341. </style>
  342. <style type="text/css">{CustomCSS}</style>
  343. </head>
  344.  
  345. <body>
  346.  
  347. </div></div>
  348. <br>
  349. <div id="sbar">
  350. <div id="simg"></div></div>
  351. <h3>{Title}</a> </h3><br />
  352. <div id="stext">{block:Description}{Description}{/block:Description}</br></div>
  353.  
  354. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  355. <br>
  356.  
  357. </div></div>
  358. </div></div>
  359.  
  360.  
  361. <div id="navigation">
  362.  
  363. <a href="/">home</a><br>
  364.  
  365. <a href="/ask" >ask</a><br>
  366.  
  367. <a href="/archive">archive</a><br>
  368.  
  369. <a href="/submit">submit</a><br>
  370.  
  371. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  372. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  373. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  374. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
  375. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}
  376. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a><br />{/block:ifLink6}</div><br><br>
  377. </div></div>
  378.  
  379. <div id="entries">
  380. <br>{block:Posts}
  381. <div id="posts">
  382.  
  383. </div>
  384.  
  385.  
  386. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  387. {block:Text}{Body}{/block:Text}
  388.  
  389. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  390.  
  391. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  392. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  393.  
  394. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  395. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  396.  
  397. {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}
  398.  
  399. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  400.  
  401.  
  402.  
  403. {block:Answer}
  404.  
  405. <div id="question">"{Question}" <b>— {ASKER}</b></div><BR>
  406. <div id="answer">{Answer}</div>
  407. {/block:Answer}
  408.  
  409.  
  410. {block:Audio}<span class="audio"><center>{AudioPlayerWhite}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  411.  
  412. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} on {DayOfMonth}/{MonthNumber}/{Year}{/block:Date} | <a href="{Permalink}">{NoteCountWithLabel}</a>
  413. </a>{block:ContentSource}| © <a href="{SourceURL}">{SourceLink}</a>
  414. {/block:ContentSource}</div>
  415.  
  416. <div id="tags">{block:HasTags}{block:Tags} ※ </b><a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  417.  
  418. </div><br><br>
  419. {/block:Posts}
  420. {block:PostNotes}{PostNotes}{/block:PostNotes}
  421. <br>
  422. <center><b><a href="http://nightlighters.tumblr.com/tagged/themes">© T H E M E</a></b></center>
  423. </body>
  424. </html>
Advertisement
Add Comment
Please, Sign In to add comment