hollywhood

theme 52

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