hollywhood

theme 43

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