Advertisement
Guest User

Untitled

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