hollywhood

theme 12 with 500px posts

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