hollywhood

theme 56

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