hollywhood

theme 44

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