Advertisement
Guest User

Untitled

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