Advertisement
Guest User

Untitled

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