Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 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 29 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="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:border" content="#F2F2F2"/>
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:bg" content="#FFFFFF">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20. <meta name="text:bigletter" content="">
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:homelink title" content="home">
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link1 url" content="/">
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link5" content="" />
  32. <meta name="text:link5 url" content="/">
  33.  
  34. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <style>
  37. div#qTip {
  38. padding: 3px;
  39. display: none;
  40. text-align: center;
  41. position: absolute;
  42. font-size:7px;
  43. margin-left:10px;
  44. margin-top:-2px;
  45. line-height:9px;
  46. font-family:Sylfaen;
  47. z-index: 1000;
  48. border: 1px solid #000b1e;
  49. background-color:transparent;
  50. color: #000b1e;
  51. text-transform:uppercase;
  52. letter-spacing: 2px;
  53. }
  54. </style>
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {background-color:#; height:5px; width:9px}
  59. ::-webkit-scrollbar-thumb:vertical {background-color:; height:50px;border-radius:10px;border:1px solid #;}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:; height:5px!important}
  61.  
  62. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  63.  
  64. iframe#tumblr_controls {
  65. white-space:nowrap;
  66. -webkit-filter: invert(100%);
  67. -moz-filter: invert(100%);
  68. -o-filter: invert(100%);
  69. -ms-filter: invert(100%);
  70. filter: invert(100%);
  71. opacity:.2;transition: .8s ease-in-out;
  72. -webkit-transition: .8s ease-in-out;
  73. -moz-transition: .8s ease-in-out;
  74. -o-transition: .8s ease-in-out;
  75. }
  76.  
  77. h1 {
  78. font-weight:normal;
  79. font-size:13px;
  80. text-align:center;
  81. font-style:normal;
  82. line-height:100%;
  83. letter-spacing:1px;
  84. text-transform:normal;
  85. color:{color:text};
  86. }
  87.  
  88. h2 {
  89. font-size:10px;
  90. text-align:center;
  91. line-height:100%;
  92. letter-spacing:-0.5px;
  93. color:{color:text};
  94. font-weight:bold;
  95. text-transform:uppercase;
  96. padding:5px;
  97. padding-bottom:2px;
  98. }
  99.  
  100.  
  101. blockquote {
  102. border-left:2px solid {color:text};
  103. padding-left:5px;
  104. margin:5px;
  105. }
  106.  
  107.  
  108. body {
  109. background:{color:background};
  110. margin:0px;
  111. color:{color:text};
  112. font-family:cambria;
  113. font-size:15px;
  114. line-height:100%;
  115. background-image:url(https://41.media.tumblr.com/ff439aabd50ebcab6e9f867163b957d1/tumblr_ntvkfbJbG11uz00rto1_1280.jpg);
  116. background-attachment: fixed;
  117. background-image:stretch;
  118. background-repeat: no-repeat;
  119. background-image:cover;
  120. background-position:left top;
  121. }
  122.  
  123.  
  124. a {
  125. text-decoration:none;
  126. outline:none;
  127. -moz-outline-style:none;
  128. color:{color:link};
  129. -moz-transition-duration:0.5s;
  130. -webkit-transition-duration:0.5s;
  131. -o-transition-duration:0.5s;
  132. }
  133.  
  134. a:hover {
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color:{color:link hover};
  139. }
  140.  
  141. img {
  142. border:none;
  143. }
  144.  
  145. blockquote {
  146. padding-left:5px;
  147. border-left:2px solid;
  148. }
  149.  
  150. blockquote blockquote {
  151. padding-left:5px;
  152. border-left:2px solid;
  153. }
  154.  
  155. }
  156.  
  157. #post {
  158. width:250px;
  159. padding-bottom:30px;
  160. margin-top:25px;
  161. }
  162.  
  163. #entries {
  164. padding:10px;
  165. left:377px;
  166. top:190px;
  167. position:fixed;
  168. background-color:transparent;
  169. width:310px;
  170. height:300px;
  171. top:213px;
  172. padding: 20px;
  173. overflow-x:scroll;
  174. scroll:left;
  175. overflow-x:hidden
  176. }
  177.  
  178.  
  179.  
  180. #sidebar {
  181. color:{color:text};
  182. position:fixed;
  183. width:90px;
  184. height:auto;
  185. margin-top:-230px;
  186. margin-left:500px;
  187. text-align:left;
  188. height:120%;
  189.  
  190. padding-right:65px;
  191. }
  192.  
  193. #sidebar img {
  194. width:100px;
  195. margin-top:250px;
  196. margin-bottom:5px;
  197. margin-left:-2px;
  198. padding:-1px;
  199. opacity:.85;
  200. outline-offset:4px;
  201. }
  202.  
  203.  
  204. #links {
  205. position:absolute;
  206. letter-spacing:1px;
  207. position:fixed;
  208. font-family:times;
  209. width:140px;
  210. margin-top:7px;
  211. opacity:0;
  212. margin-left:-20px;
  213. font-size:10px;
  214. text-transform:lowercase;
  215. text-align:center;
  216. line-height:170%;
  217. -moz-transition-duration:.4s;
  218. -webkit-transition-duration:.4s;
  219. -o-transition-duration:.4s;
  220. }
  221.  
  222. #links a{
  223. font-style:italic;
  224. width:120px;
  225. line-height:130%;
  226. color:#000b1e;
  227. margin-left:10px;
  228. letter-spacing:1px;
  229. text-decoration:none;
  230.  
  231. }
  232.  
  233. #links a:hover {
  234. text-align:center;
  235. color: #a9c8fe;
  236. padding:0px;
  237. width:40px;
  238. -moz-transition-duration:.5s;
  239. -webkit-transition-duration:.5s;
  240. -o-transition-duration:.5s;
  241. }
  242. #sidebar:hover #links{
  243. opacity:1;
  244. -moz-transition-duration:1.4s;
  245. -webkit-transition-duration:1.4s;
  246. -o-transition-duration:1.4s;}
  247.  
  248.  
  249. #description a {
  250. color:{color:link};
  251. }
  252.  
  253. #description a:hover {
  254. color:#000b1e;
  255. }
  256. #sidebar:hover #description{
  257. margin-top:35px;
  258. -moz-transition-duration:1s;
  259. -webkit-transition-duration:1s;
  260. -o-transition-duration:1s;
  261. }
  262. #bigletter {
  263. background-color: #000b1e;
  264. padding: 3px;
  265. color: #9b9b9b;
  266. font-size: 20px;
  267. font-family: Californian FB;
  268. font-style:italic;
  269. text-transform:uppercase;
  270. font-style: none;
  271. float: left;
  272. font-weight:bold;
  273. margin-right:7px;
  274. line-height: 90%;
  275. padding-right:8px;
  276. }
  277.  
  278. #pagination {
  279. font-family:cambria;
  280. width:108px;
  281. font-size:8px;
  282. text-transform:uppercase;
  283. margin-top:7px;
  284. border-top: 1px solid #000b1e;
  285. margin-left:0px;
  286. padding-top:5px;
  287. letter-spacing:1px;
  288. font-style:normal;
  289. text-align:center;
  290. }
  291.  
  292. #pagination a {
  293. color:{color:link};
  294. }
  295.  
  296. #info {
  297.  
  298. font-family:cambria;
  299. background-image:url(https://40.media.tumblr.com/03b936e065023d2127eea3b41c67e6cc/tumblr_inline_ntvllcDGtO1twmrf4_540.jpg);
  300. width:481px;
  301. height:37px;
  302. margin-top:3px;
  303. padding:5px;
  304. font-size:9px;
  305. color:#161616;
  306. text-transform:uppercase;
  307. background-color:#232323;
  308. font-style:normal;
  309. text-align:left;
  310. border: 0px double #979797;
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316.  
  317. #info a {
  318. color:{color:link};
  319. text-align:right;
  320. font-style:normal;
  321. }
  322.  
  323. #info a:hover {
  324. color:{color:link hover};
  325. }
  326.  
  327. .tags {
  328. font-family:cambria;
  329. font-style:normal;
  330. width:391px;
  331. text-transform:normal;
  332. font-style:italic;
  333. color:{color:link};
  334. line-height:120%;
  335. font-size:8px;
  336. opacity:0;
  337. text-align:center;
  338. padding-top:3px;
  339. -moz-transition-duration:.5s;
  340. -webkit-transition-duration:.5s;
  341. -o-transition-duration:.5s;
  342. }
  343.  
  344. .tags a:hover {
  345. color:{color:link hover};
  346. }
  347.  
  348. #post:hover .tags {
  349. opacity:1;
  350. -moz-transition-duration:.5s;
  351. -webkit-transition-duration:.5s;
  352. -o-transition-duration:.5s;
  353.  
  354. }
  355.  
  356. .audio{
  357. background-color:#e5e5e5;
  358. height:65px;
  359. overflow:hidden;
  360. }
  361.  
  362. .question {
  363. padding:7px;
  364. text-align:left;
  365. text-transform:italic;
  366. color:{color:text};
  367. border: double #e9e9e9;
  368. line-height:120%;
  369. }
  370.  
  371. .answer {
  372. text-align:left;
  373. padding:6px;
  374. color:{color:text};
  375. }
  376.  
  377.  
  378. #credit {
  379. font-size:9px;
  380. font-family:cambria;
  381. font-style:italic;
  382. letter-spacing:1px;
  383. -moz-transition-duration:0.5s;
  384. -webkit-transition-duration:0.5s;
  385. -o-transition-duration:0.5s;
  386. }
  387.  
  388. #credit a {
  389. background-color:#fff;
  390. padding:5px;
  391. border:1px solid #e9e9e9;
  392. position:fixed;
  393. right:15px;
  394. bottom:10px
  395. }
  396.  
  397. #credit a:hover {
  398. color:#fff;
  399. background-color:#191919;
  400. }
  401.  
  402. {CustomCSS}</style></head><body>
  403.  
  404. <div id="sidebar">
  405.  
  406. <div id="sidebarimage">
  407. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  408.  
  409. <div id="links">
  410. <a href="{text:link1 url}" title="{text:link1}">I.</a>
  411. <a href="{text:link1 url}" title="{text:link2}">II.</a>
  412. <a href="{text:link2 url}" title="{text:link3}">III.</a>
  413. <a href="{text:link3 url}" title="{text:link4}">IV.</a>
  414. <a href="{text:link4 url}" title="{text:link5}">V.</a>
  415.  
  416. </div>
  417.  
  418. <div id="description"> <div id="bigletter">
  419. {text:bigletter}</div>{description}
  420.  
  421. {block:Pagination}
  422. <div id="pagination">
  423. {block:PreviousPage}
  424. <a href="{PreviousPage}">«</a>
  425. {/block:PreviousPage}
  426. {block:JumpPagination length="5"}
  427. {block:CurrentPage}
  428. <span class="current_page">{PageNumber}</span>
  429. {/block:CurrentPage}
  430. {block:JumpPage}
  431. <a class="jump_page" href="{URL}">{PageNumber}</a>
  432. {/block:JumpPage}
  433. {/block:JumpPagination}
  434. {block:NextPage}
  435. <a href="{NextPage}">»</a>
  436. {/block:NextPage}
  437. </div>
  438. {/block:Pagination}
  439. </div>
  440. </div>
  441. </div>
  442. </div>
  443. </div>
  444.  
  445. <div id="entries">{block:Posts}<div id="post">
  446.  
  447. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  448.  
  449. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  450.  
  451. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  452.  
  453. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  454.  
  455. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  456.  
  457. {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}
  458.  
  459. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  460. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  461.  
  462. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  463.  
  464. {block:Answer}<div class="question"><i>{Asker}:</i> {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  465.  
  466. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  467. {block:ContentSource} · <a href="{SourceURL}">source</a> · {/block:ContentSource} {/block:Date} {block:NoteCount} with <font color=#d6bbc8>♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}</div>
  468. {block:HasTags}
  469. <div class="tags">
  470. {block:Tags} <a href="{TagURL}"> -{Tag}</a>{/block:Tags}</div>
  471. {/block:HasTags}
  472. <div class="postnote">
  473. {block:PostNotes}{PostNotes}{/block:PostNotes}
  474. </div>
  475. </div>
  476. {/block:Posts}
  477.  
  478. </div>
  479. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  480.  
  481. </body>
  482. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement