hollywhood

theme 36

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