hollywhood

theme 40

Aug 23rd, 2013
7,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 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 40 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="color:description" content="#9b9b9b"/>
  19. <meta name="color:title1" content="#666666"/>
  20. <meta name="color:title2" content="#666666"/>
  21.  
  22. <meta name="text:sidebartitle" content="">
  23. <meta name="text:sidebartitle2" content="">
  24. <meta name="text:bigletter" content="">
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:link 1" content="Link 1"/>
  28. <meta name="text:link 1 url" content="/"/>
  29. <meta name="text:link 2" content="Link 2"/>
  30. <meta name="text:link 2 url" content="/"/>
  31. <meta name="text:link 3" content="Link 3"/>
  32. <meta name="text:link 3 url" content="/"/>
  33. <meta name="text:link 4" content="Link 4"/>
  34. <meta name="text:link 4 url" content="/"/>
  35. <meta name="text:link 5" content="Link 5"/>
  36. <meta name="text:link 5 url" content="/"/>
  37.  
  38. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  39.  
  40. <style>
  41. div#qTip {
  42. padding: 3px;
  43. display: none;
  44. text-align: center;
  45. position: absolute;
  46. font-size:7px;
  47. margin-left:10px;
  48. margin-top:-2px;
  49. line-height:9px;
  50. font-family:trebuchet ms;
  51. z-index: 1000;
  52. border: 1px solid #cacaca;
  53. background-color:{color:text};
  54. color: #fff;
  55. text-transform:uppercase;
  56. letter-spacing: 2px;
  57. }
  58. </style>
  59.  
  60. <style type="text/css">
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {
  63. height:12px;
  64. border:2px solid #fff;
  65. background-color:{color:scrollbar};
  66. }
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:#fff;
  69. }
  70. ::-webkit-scrollbar {
  71. width:11px;
  72. height:7px;
  73. border:5px solid #fff;
  74. background-color:{color:scrollbar};
  75. }
  76. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  77. display:block;
  78. height:8px;
  79. border-right:2px solid #fff;
  80. border-left:2px solid #fff;
  81. background-color:{color:scrollbar};
  82. }
  83.  
  84. iframe#tumblr_controls {
  85. white-space:nowrap;
  86. -webkit-filter: invert(100%);
  87. -moz-filter: invert(100%);
  88. -o-filter: invert(100%);
  89. -ms-filter: invert(100%);
  90. filter: invert(100%);
  91. opacity:.2;transition: .8s ease-in-out;
  92. -webkit-transition: .8s ease-in-out;
  93. -moz-transition: .8s ease-in-out;
  94. -o-transition: .8s ease-in-out;
  95. }
  96.  
  97. h1 {
  98. font-weight:normal;
  99. font-size:13px;
  100. text-align:center;
  101. font-style:normal;
  102. line-height:100%;
  103. letter-spacing:1px;
  104. text-transform:normal;
  105. color:{color:text};
  106. }
  107.  
  108. h2 {
  109. font-size:10px;
  110. text-align:center;
  111. line-height:100%;
  112. letter-spacing:-0.5px;
  113. color:{color:text};
  114. font-weight:bold;
  115. text-transform:uppercase;
  116. padding:5px;
  117. padding-bottom:2px;
  118. }
  119.  
  120.  
  121. blockquote {
  122. border-left:2px solid {color:text};
  123. padding-left:5px;
  124. margin:5px;
  125. }
  126.  
  127.  
  128. body {
  129. background:{color:background};
  130. margin:0px;
  131. color:{color:text};
  132. font-family:trebuchet ms;
  133. font-size:10px;
  134. line-height:100%;
  135. }
  136.  
  137. a {
  138. text-decoration:none;
  139. outline:none;
  140. -moz-outline-style:none;
  141. color:{color:link};
  142. -moz-transition-duration:0.5s;
  143. -webkit-transition-duration:0.5s;
  144. -o-transition-duration:0.5s;
  145. }
  146.  
  147. a:hover {
  148. text-decoration:none;
  149. outline:none;
  150. -moz-outline-style:none;
  151. color:{color:link hover};
  152. }
  153.  
  154. img {
  155. border:none;
  156. }
  157.  
  158. blockquote {
  159. padding-left:5px;
  160. border-left:2px solid;
  161. }
  162.  
  163. blockquote blockquote {
  164. padding-left:5px;
  165. border-left:2px solid;
  166. }
  167.  
  168. #post {
  169. width:500px;
  170. padding-bottom:30px;
  171. margin-top:15px;
  172. }
  173.  
  174. #entries {
  175. padding:10px;
  176. width:500px;
  177. margin-left:510px;
  178. margin-top:110px;
  179. margin-bottom:40px;
  180. }
  181.  
  182.  
  183. #sidebar {
  184. color:{color:text};
  185. position:fixed;
  186. width:100px;
  187. height:auto;
  188. margin-top:43px;
  189. margin-left:300px;
  190. text-align:left;
  191. }
  192. #sidebarimage {
  193. width 200px;
  194. padding: 0px;
  195. }
  196.  
  197. #sidebarimage img {
  198. width:200px;
  199. height:120px;
  200. margin-top:-48px;
  201. margin-bottom:0px;
  202. margin-left:-9px;
  203. }
  204.  
  205. #links {
  206. position:fixed;
  207. display:block;
  208. font-family:tahoma;
  209. width:150px;
  210. height:106px;
  211. margin-top:-120px;
  212. margin-left:-9px;
  213. padding-top:12px;
  214. padding-left:50px;
  215. font-size:8px;
  216. background:#fff;
  217. text-transform:uppercase;
  218. text-shadow:13px 0px transparent, -13px 0px transparent;
  219. text-align:center;
  220. line-height:210%;
  221. opacity:0;
  222. -webkit-transition: all .5s linear;
  223. }
  224.  
  225. #links a{
  226. line-height:210%;
  227. width:90px;
  228. display:block;
  229. letter-spacing:2px;
  230. padding:1px;
  231. margin-top:1px;
  232. margin-left:5px;
  233. color:#333;
  234. -moz-transition-duration:.7s;
  235. -webkit-transition-duration:.7s;
  236. -o-transition-duration:.7s;
  237. }
  238.  
  239. #links a:hover {
  240. text-shadow:0px 0px #000, -0px 0px #000;
  241. color:#000;
  242. -moz-transition-duration:.4s;
  243. -webkit-transition-duration:.4s;
  244. -o-transition-duration:.4s;
  245.  
  246. }
  247. #sidebarimage:hover #links{
  248. opacity:.85;
  249. -webkit-transition: all 1s linear;
  250. }
  251.  
  252. .sidebartitle {
  253. width:670px;
  254. height:25px;
  255. text-align:left;
  256. padding:20px;
  257. padding-top:40px;
  258. padding-right:800px;
  259. padding-left:100px;
  260. background:{color:background};
  261. padding-bottom:10px;
  262. position:fixed;
  263. text-transform:uppercase;
  264. WORD-SPACING:2PX;
  265. font-family:'californian FB';
  266. line-height:60%;
  267. margin-left:-107px;
  268. font-size:43px;
  269. margin-top:-229px;
  270. color:{color:title1};
  271. }
  272.  
  273. .sidebartitle2 {
  274. width:650px;
  275. height:14px;
  276. text-align:left;
  277. padding:10px;
  278. padding-top:10px;
  279. padding-right:76px;
  280. padding-left:3px;
  281. background:{color:background};
  282. position:fixed;
  283. text-transform:uppercase;
  284. WORD-SPACING:2PX;
  285. font-family:'californian FB';
  286. line-height:60%;
  287. margin-left:-9px;
  288. border-bottom:1px solid {color:title1};
  289. font-size:12px;
  290. margin-top:-155px;
  291. color:{color:title2};
  292. }
  293.  
  294. #description {
  295. position:absolute;
  296. width:200px;
  297. font-family:trebuchet ms ;
  298. padding:10px;
  299. margin-top:-3px;
  300. margin-left:-19px;
  301. text-align:justify;
  302. text-transform:uppercase;
  303. font-size:7px;
  304. color: {color:description};
  305. letter-spacing:0px;
  306. line-height:160%;
  307. -moz-transition-duration:1s;
  308. -webkit-transition-duration:1s;
  309. -o-transition-duration:1s;
  310. }
  311.  
  312. #description a {
  313. color:{color:link};
  314. }
  315.  
  316. #description a:hover {
  317. color:#f1f1f1;
  318. }
  319. #bigletter {
  320. padding: 5px;
  321. color: #fff;
  322. background:{color:description};
  323. font-size: 20px;
  324. font-family: Californian FB;
  325. text-transform:uppercase;
  326. font-style: none;
  327. float: left;
  328. font-weight:bold;
  329. margin-right:4px;
  330. margin-top:2px;
  331. line-height: 90%;
  332. padding-right:7px;
  333. padding-left:7px;
  334. }
  335.  
  336. #pagination {
  337. font-family:cambria;
  338. width:200px;
  339. font-size:8px;
  340. text-transform:uppercase;
  341. margin-top:7px;
  342. margin-left:0px;
  343. padding-top:5px;
  344. letter-spacing:1px;
  345. word-spacing:5px;
  346. font-style:normal;
  347. text-align:center;
  348. }
  349.  
  350. #pagination a {
  351. color:{color:link};
  352. }
  353.  
  354. #info {
  355. font-family:trebuchet ms ;
  356. width:500px;
  357. margin-top:10px;
  358. padding-bottom:2px;
  359. font-size:7px;
  360. border-bottom:1px solid #e3e3e3;
  361. color:{color:text};
  362. text-transform:uppercase;
  363. font-style:normal;
  364. text-align:left;
  365. -moz-transition-duration:0.5s;
  366. -webkit-transition-duration:0.5s;
  367. -o-transition-duration:0.5s;
  368. }
  369.  
  370. #info a {
  371. padding:2px;
  372. color:{color:link};
  373. font-style:normal;
  374. }
  375.  
  376. #info a:hover {
  377. padding:2px;
  378. color:{color:link hover};
  379. }
  380.  
  381. .tags {
  382. font-family:cambria;
  383. width:500px;
  384. text-transform:italic;
  385. line-height:120%;
  386. font-size:8px;
  387. text-align:left;
  388. padding-top:3px;
  389. padding-bottom:15px;
  390. -moz-transition-duration:0.2s;
  391. -webkit-transition-duration:0.2s;
  392. -o-transition-duration:0.2s;
  393. }
  394. .tags a{
  395. color:{color:link};
  396. -moz-transition-duration:0.2s;
  397. -webkit-transition-duration:0.2s;
  398. -o-transition-duration:0.2s;
  399. }
  400. .tags a:hover{
  401. color:{color:link hover};
  402. -moz-transition-duration:0.2s;
  403. -webkit-transition-duration:0.2s;
  404. -o-transition-duration:0.2s;
  405. }
  406.  
  407. #ask {
  408. float:left;
  409. color:{color:text};
  410. }
  411.  
  412. .audio{
  413. background-color:#e5e5e5;
  414. height:65px;
  415. overflow:hidden;
  416. }
  417.  
  418. #credit {
  419. font-size:9px;
  420. font-family:cambria;
  421. font-style:italic;
  422. letter-spacing:1px;
  423. -moz-transition-duration:0.5s;
  424. -webkit-transition-duration:0.5s;
  425. -o-transition-duration:0.5s;
  426. }
  427.  
  428. #credit a {
  429. background-color:#fff;
  430. padding:5px;
  431. border:1px solid #e9e9e9;
  432. position:fixed;
  433. right:15px;
  434. bottom:10px
  435. }
  436.  
  437. #credit a:hover {
  438. color:#fff;
  439. background-color:#191919;
  440. }
  441.  
  442.  
  443. {CustomCSS}</style></head><body>
  444.  
  445. <div id="sidebar">
  446.  
  447. <div id="sidebarimage"><img src="{image:sidebar}">
  448. <div id="links">
  449. <a href="{text:link 1 url}">{text:link 1}</a>
  450. <a href="{text:link 2 url}">{text:link 2}</a>
  451. <a href="{text:link 3 url}">{text:link 3}</a>
  452. <a href="{text:link 4 url}">{text:link 4}</a>
  453. <a href="{text:link 5 url}">{text:link 5}</a>
  454. </div>
  455.  
  456. </div>
  457.  
  458. <div class="sidebartitle">{text:sidebartitle}</div>
  459. <div class="sidebartitle2">{text:sidebartitle2}</div>
  460.  
  461.  
  462.  
  463. <div id="description"> <div id="bigletter">
  464. {text:bigletter}</div>{description}
  465. <br><br>
  466. {block:Pagination}
  467. <div id="pagination">
  468. {block:PreviousPage}
  469. <a href="{PreviousPage}">«</a>
  470. {/block:PreviousPage}
  471. {block:JumpPagination length="5"}
  472. {block:CurrentPage}
  473. <span class="current_page">{PageNumber}</span>
  474. {/block:CurrentPage}
  475. {block:JumpPage}
  476. <a class="jump_page" href="{URL}">{PageNumber}</a>
  477. {/block:JumpPage}
  478. {/block:JumpPagination}
  479. {block:NextPage}
  480. <a href="{NextPage}">»</a>
  481. {/block:NextPage}
  482. </div>
  483. {/block:Pagination}
  484. </div>
  485. </div>
  486. </div>
  487. </div>
  488. </div>
  489.  
  490. <div id="entries">{block:Posts}<div id="post">
  491.  
  492. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  493.  
  494. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  495.  
  496. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  497.  
  498. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  499.  
  500. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  501.  
  502. {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}
  503.  
  504.  
  505. {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}
  506. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  507.  
  508. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  509.  
  510. {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}
  511.  
  512. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  513. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  514. {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" >— reblog</a>
  515. </div>
  516. {block:HasTags}
  517. <div class="tags">
  518. <i>tagged as:</i>&nbsp;&nbsp; {block:Tags} <a href="{TagURL}"> # {Tag} </a>&nbsp; {/block:Tags}</div>
  519. {/block:HasTags}
  520. <div class="postnote">
  521. {block:PostNotes}{PostNotes}{/block:PostNotes}
  522. </div>
  523. </div>
  524. {/block:Posts}
  525.  
  526. </div>
  527. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  528.  
  529. </body>
  530.  
  531. </html>
Advertisement
Add Comment
Please, Sign In to add comment