hollywhood

theme 35

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