hollywhood

theme 55

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