txrpe

lethargic-hunter theme

Dec 7th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#47100f"/>
  15. <meta name="color:Link" content="#47100f"/>
  16. <meta name="color:scrollbar" content="#97302e">
  17. <meta name="color:title" content="#380c0c">
  18. <meta name="color:Link Hover" content="#47100f"/>
  19. <meta name="image:Background" content=""/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link 5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33. <meta name="text:link 6" content="Link 5"/>
  34. <meta name="text:link 6 url" content="/"/>
  35. <meta name="text:link 7" content="Link 5"/>
  36. <meta name="text:link 7 url" content="/"/>
  37.  
  38. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  39.  
  40. <style>
  41. div#qTip {
  42. padding: 3px;
  43. display: none;
  44. text-align: center;
  45. position: absolute;
  46. font-size:7px;
  47. margin-left:10px;
  48. margin-top:-2px;
  49. line-height:9px;
  50. font-family:arial;
  51. z-index: 1000;
  52. border: 1px solid #cacaca;
  53. background-color:#fff;
  54. color: #9b9b9b;
  55. text-transform:uppercase;
  56. letter-spacing: 2px;
  57. }
  58. </style>
  59.  
  60. <style type="text/css">
  61.  
  62. ::-webkit-scrollbar{height: auto; width: 5px; -webkit-border-radius: 2px; background-color:;}
  63.  
  64. ::-webkit-scrollbar-thumb{background-color:#97302e; width: 5px;}
  65.  
  66. ::-webkit-scrollbar-track{background-color: #47100f;}
  67.  
  68.  
  69. iframe#tumblr_controls {
  70. white-space:nowrap;
  71. -webkit-filter: invert(100%);
  72. -moz-filter: invert(100%);
  73. -o-filter: invert(100%);
  74. -ms-filter: invert(100%);
  75. filter: invert(100%);
  76. opacity:.2;transition: .8s ease-in-out;
  77. -webkit-transition: .8s ease-in-out;
  78. -moz-transition: .8s ease-in-out;
  79. -o-transition: .8s ease-in-out;
  80. }
  81. b { color: #ddaa6a; }
  82.  
  83. h1 {
  84. background-color: #380c0c;
  85. font-weight:bold;
  86. font-size:15px;
  87. text-align:center;
  88. font-style:normal;
  89. line-height:100%;
  90. letter-spacing:1px;
  91. text-transform:uppercase;
  92. color:#ddaa6a;
  93. padding: 10px;
  94. font-family: baskerville;
  95. }
  96.  
  97. h2 {
  98. font-size:10px;
  99. text-align:center;
  100. line-height:100%;
  101. letter-spacing:-0.5px;
  102. color:{color:text};
  103. font-weight:bold;
  104. text-transform:uppercase;
  105. padding:5px;
  106. padding-bottom:2px;
  107. }
  108.  
  109.  
  110. blockquote {
  111. border-left:2px solid {color:text};
  112. padding-left:5px;
  113. margin:5px;
  114. }
  115.  
  116.  
  117. body {
  118. background:{color:background};
  119. background-attachment:fixed;
  120. background-image: url('http://i57.tinypic.com/260zwiq.jpg');
  121. background-repeat:no-repeat;
  122. margin:0px;
  123. color:{color:text};
  124. font-family:trebuchet ms;
  125. font-size:11px;
  126. line-height:120%;
  127. text-align: justify;
  128. }
  129.  
  130. a {
  131. text-decoration:none;
  132. outline:none;
  133. -moz-outline-style:none;
  134. color:{color:link};
  135. -moz-transition-duration:0.5s;
  136. -webkit-transition-duration:0.5s;
  137. -o-transition-duration:0.5s;
  138. }
  139.  
  140. a:hover {
  141. text-decoration:none;
  142. outline:none;
  143. -moz-outline-style:none;
  144. color:{color:link hover};
  145. }
  146.  
  147. img {
  148. border:none;
  149. }
  150.  
  151. blockquote {
  152. padding-left:5px;
  153. border-left:2px solid;
  154. }
  155.  
  156. blockquote blockquote {
  157. padding-left:5px;
  158. border-left:2px solid;
  159. }
  160.  
  161. #post {
  162. width:500px;
  163. padding-top:0px;
  164. margin-top:10px;
  165. }
  166. #post img {
  167. max-width: 500px ;
  168. }
  169.  
  170. #entries{
  171. padding:20px;
  172. width:500px;
  173. margin-left:600px;
  174. margin-top:125px;
  175. position:fixed;
  176. overflow: scroll;
  177. overflow-x:hidden;
  178. height: 45%;
  179. border:none;
  180. background-color: #47100f;
  181. }
  182.  
  183.  
  184. #sidebar {
  185. color:{color:text};
  186. width:100px;
  187. height: auto;
  188. margin-top:0px;
  189. position: fixed;
  190. }
  191.  
  192. #sidebarimage img {
  193. display: none;
  194. }
  195.  
  196. #links {
  197. margin-right:-735px;
  198. float: right;
  199. font-family:trebuchet ms;
  200. width:300px;
  201. margin-top:97px;
  202. margin-left: 0px;
  203. font-size:20px;
  204. text-transform:uppercase;
  205. text-align:center;
  206. }
  207.  
  208. #links a{
  209. line-height:210%;
  210. margin-top:0px;
  211. margin-right:5px;
  212. color:#47100f;
  213. text-decoration:none;
  214. -moz-transition-duration:.2s;
  215. -webkit-transition-duration:.2s;
  216. -o-transition-duration:.2s;
  217. display: inline;
  218. }
  219.  
  220. #links a:hover {
  221. color: #ddaa6a;
  222. -moz-transition-duration:0.2s;
  223. -webkit-transition-duration:0.2s;
  224. -o-transition-duration:0.2s;
  225. }
  226.  
  227. #description {
  228. width:150px;
  229. height: 100px;
  230. font-family:trebuchet ms;
  231. margin-top: 250px;
  232. margin-left: 120px;
  233. text-align:justify;
  234. font-size:10px;
  235. color: #975f5f;
  236. letter-spacing:1px;
  237. line-height:130%;
  238. float: left;
  239. padding: 15px;
  240. overflow: scroll;
  241. overflow-x: hidden;
  242. background-color: #47100f;
  243. -moz-transition-duration:1s;
  244. -webkit-transition-duration:1s;
  245. -o-transition-duration:1s;
  246. position: fixed;
  247. }
  248.  
  249. #description a {
  250. color:{color:link};
  251. }
  252.  
  253. #description a:hover {
  254. color:{color:link hover};
  255. }
  256.  
  257. .sidebartitle {
  258. width:210px;
  259. text-align:center;
  260. position:fixed;
  261. font-family:baskerville;
  262. line-height:120%;
  263. margin-left:73px;
  264. font-size:20px;
  265. margin-top:232px;
  266. color:#47100f;
  267. font-weight: bold;
  268. }
  269.  
  270. #pagination {
  271. position: fixed;
  272. font-family: baskerville;
  273. font-weight: normal;
  274. width:200px;
  275. font-size: 15px;
  276. margin-top: 50px;
  277. margin-left: -50px;
  278. padding-left:5px;
  279. letter-spacing:1px;
  280. text-transform: uppercase;
  281. text-align:center;
  282. }
  283.  
  284. #pagination a {
  285. color: #ddaa6a;
  286. }
  287.  
  288. #info {
  289. font-family:baskerville;
  290. width:500px;
  291. margin-top:5px;
  292. padding:5px;
  293. font-size:10px;
  294. background-color: #380c0c;
  295. color:#380c0c;
  296. text-transform:uppercase;
  297. font-style:normal;
  298. text-align:left;
  299. -moz-transition-duration:0.5s;
  300. -webkit-transition-duration:0.5s;
  301. -o-transition-duration:0.5s;
  302. }
  303.  
  304. #info a {
  305. color:{color:link};
  306. font-style:normal;
  307. }
  308.  
  309. #info a:hover {
  310. color:{color:link hover};
  311. }
  312.  
  313. .tags {
  314. font-family:baskerville;
  315. font-style:normal;
  316. width:495px;
  317. text-transform: uppercase;
  318. font-style:normal;
  319. line-height:120%;
  320. padding-left:5px;
  321. font-size:9px;
  322. text-align:left;
  323. padding-top:5px;
  324. padding-bottom:15px;
  325. -moz-transition-duration:0.2s;
  326. -webkit-transition-duration:0.2s;
  327. -o-transition-duration:0.2s;
  328. }
  329. .tags a{
  330. color:{color:link};
  331. -moz-transition-duration:0.2s;
  332. -webkit-transition-duration:0.2s;
  333. -o-transition-duration:0.2s;
  334. }
  335. .tags a:hover{
  336. color:{color:link hover};
  337. -moz-transition-duration:0.2s;
  338. -webkit-transition-duration:0.2s;
  339. -o-transition-duration:0.2s;
  340. }
  341.  
  342. .audio{
  343. background-color:#ffffff;
  344. height:65px;
  345. overflow:hidden;
  346. }
  347.  
  348. #ask {
  349. float:left;
  350. color:{color:text};
  351. }
  352.  
  353. #credit {
  354. font-size:9px;
  355. font-family:cambria;
  356. font-style:italic;
  357. letter-spacing:1px;
  358. -moz-transition-duration:0.5s;
  359. -webkit-transition-duration:0.5s;
  360. -o-transition-duration:0.5s;
  361. }
  362.  
  363. #credit a {
  364. background-color:#4a1211;
  365. padding:5px;
  366. position:fixed;
  367. right:15px;
  368. bottom:10px
  369. }
  370.  
  371. #credit a:hover {
  372. color:#fff;
  373. background-color:#191919;
  374. }
  375.  
  376. {CustomCSS}</style></head><body>
  377.  
  378. <div id="sidebar">
  379.  
  380. <div id="sidebarimage">
  381. <a href="/"><img src="{image:sidebar}"></a></div>
  382.  
  383. <div class="sidebartitle">{text:sidebartitle}</div>
  384.  
  385. <div id="links">
  386. <a href="{text:link 1 url}">{text:link 1}</a>
  387. <a href="{text:link 2 url}">{text:link 2}</a>
  388. <a href="{text:link 3 url}">{text:link 3}</a>
  389. <a href="{text:link 4 url}">{text:link 4}</a>
  390. <a href="{text:link 5 url}">{text:link 5}</a>
  391. <a href="{text:link 6 url}">{text:link 6}</a>
  392. <a href="{text:link 7 url}">{text:link 7}</a>
  393. </div>
  394.  
  395.  
  396. <div id="description">{description}
  397.  
  398. <div id="pagination">
  399. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  400. </div></div></div>
  401.  
  402. <div id="entries">{block:Posts}<div id="post">
  403.  
  404. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  405.  
  406. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  407.  
  408. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  409.  
  410. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  411.  
  412. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  413.  
  414. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  415.  
  416. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  417.  
  418. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  419.  
  420. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  421.  
  422. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  423. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  424.  
  425. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  426. </div>
  427.  
  428.  
  429. {block:HasTags}
  430. <div class="tags">
  431. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  432. {/block:HasTags}
  433. <div class="postnote">
  434. {block:PostNotes}{PostNotes}{/block:PostNotes}
  435. </div>
  436. </div>
  437. {/block:Posts}
  438.  
  439. </div>
  440. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  441.  
  442. </body>
  443.  
  444. </html>
Advertisement
Add Comment
Please, Sign In to add comment