Advertisement
t-rexxy

ghoul

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