hollywhood

theme 57

Apr 13th, 2015
2,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 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 57 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:sidebartitle" content="#999999"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Link Hover" content="#eeeeee"/>
  18. <meta name="color:sidebar links bg" content="#eeeeee"/>
  19. <meta name="color:borders" content="#dddddd"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:sidebartitle" content="">
  23.  
  24. <meta name="text:sidebartitle" content="">
  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. <style type="text/css">
  35.  
  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:6px;
  76. margin:9px 2px 0px 9px
  77. }
  78.  
  79. body {
  80. background:{color:background};
  81. margin:0px;
  82. color:{color:text};
  83. font-family:'cambria';
  84. font-size:10px;
  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. outline:none;
  100. -moz-outline-style:none;
  101. color:{color:link hover};
  102. }
  103.  
  104. img {
  105. border:none;
  106. }
  107.  
  108.  
  109. #post {
  110. width:500px;
  111. margin-top:40px;
  112. margin-bottom:100px;
  113. border-bottom:1px dotted {color:borders};
  114. padding-bottom:100px;
  115. }
  116.  
  117. #entries {
  118. padding:60px;
  119. width:500px;
  120. margin-left:300px;
  121. margin-top:30px;
  122. margin-bottom:0px;
  123. }
  124.  
  125. #line {
  126. width:500px;
  127. height:1px;
  128. margin-top:-6px;
  129. background-color:#e8e8e8;
  130. }
  131.  
  132.  
  133. #sidebar {
  134. color:{color:text};
  135. position:fixed;
  136. width:91px;
  137. height:auto;
  138. margin-top:20px;
  139. margin-left:100px;
  140. text-align:left;
  141. }
  142.  
  143. #sidebarimage img {
  144. width:60px;
  145. height:60px;
  146. border-radius:10px;
  147. margin-left:-50px;
  148. margin-bottom:5px;
  149. }
  150.  
  151. #links {
  152. display:block;
  153. position:fixed;
  154. font-family:'cambria';
  155. letter-spacing:1px;
  156. width:75px;
  157. margin-top:10px;
  158. margin-left:-55px;
  159. font-size:10px;
  160. text-transform:lowercase;
  161. font-style:italic;
  162. text-align:left;
  163. line-height:170%;
  164. -moz-transition-duration:.7s;
  165. -webkit-transition-duration:.7s;
  166. -o-transition-duration:.7s;
  167. }
  168.  
  169. #links a{
  170. display:block;
  171. line-height:110%;
  172. width:90px;
  173. border-left:1px solid #ccc;
  174. margin-top:10px;
  175. padding-left:5px;
  176. background:#fff;
  177. margin-left:6px;
  178. color:{color:link};
  179. }
  180.  
  181. #links a:hover {
  182. width:130px;
  183. border-left:25px solid #ccc;
  184. color:{color:link hover};
  185. -moz-transition-duration:.6s;
  186. -webkit-transition-duration:.6s;
  187. -o-transition-duration:.6s;
  188.  
  189. }
  190.  
  191. #description {
  192. width:150px;
  193. font-family: 'cambria';
  194. margin-bottom:8px;
  195. margin-top:20px;
  196. margin-left:-50px;
  197. word-spacing:2px;
  198. text-align:left;
  199. font-size:9px;
  200. color:{color:text};
  201. line-height:165%;
  202. }
  203.  
  204. #description a {
  205. color:#999;
  206. }
  207.  
  208. #description a:hover {
  209. color:#fff;
  210. }
  211.  
  212. .sidebartitle {
  213. width:190px;
  214. text-align:left;
  215. font-family:'cambria';
  216. line-height:100%;
  217. font-style:italic;
  218. margin-left:-50px;
  219. word-spacing:3px;
  220. font-size:16px;
  221. margin-top:20px;
  222. color:{color:sidebartitle};
  223. }
  224.  
  225. .sidebartitle a{
  226. color:{color:sidebartitle};}
  227.  
  228. #info {
  229. font-family:times;
  230. width:500px;
  231. margin-top:10px;
  232. padding-top:7px;
  233. font-size:9px;
  234. color:{color:text};
  235. word-spacing:1px;
  236. font-style:normal;
  237. text-align:left;
  238. -moz-transition-duration:0.2s;
  239. -webkit-transition-duration:0.2s;
  240. -o-transition-duration:0.2s;
  241. }
  242.  
  243. #info a {
  244. color:{color:link};
  245. font-style:normal;
  246. }
  247.  
  248. #info a:hover {
  249. color:{color:link hover};
  250. -moz-transition-duration:0.2s;
  251. -webkit-transition-duration:0.2s;
  252. -o-transition-duration:0.2s;
  253. }
  254.  
  255. .tags {
  256. font-family:'cambria';
  257. font-style:normal;
  258. width:500px;
  259. text-transform:normal;
  260. font-style:normal;
  261. line-height:120%;
  262. padding-top:3px;
  263. font-size:9px;
  264. text-align:left;
  265. -moz-transition-duration:0.5s;
  266. -webkit-transition-duration:0.5s;
  267. -o-transition-duration:0.5s;
  268. }
  269. .tags a{
  270. margin-right:3px;
  271. color:{color:link};
  272. -moz-transition-duration:0.2s;
  273. -webkit-transition-duration:0.2s;
  274. -o-transition-duration:0.2s;
  275. }
  276. .tags a:hover{
  277. color:{color:link hover};
  278. -moz-transition-duration:0.2s;
  279. -webkit-transition-duration:0.2s;
  280. -o-transition-duration:0.2s;
  281. }
  282.  
  283. .audio{
  284. background-color:#e5e5e5;
  285. height:65px;
  286. overflow:hidden;
  287. }
  288.  
  289. #chat {
  290. line-height:150%;list-style:none;}
  291.  
  292. .line.even {
  293. background:#ffffff;
  294. margin-bottom:3px;
  295. padding:5px;
  296. list-style:none;
  297. font-size:10px;}
  298.  
  299. .line.odd {
  300. background:#f7f7f7;
  301. margin-bottom:3px;
  302. padding:5px;
  303. list-style:none;
  304. font-size:10px;}
  305.  
  306. .label {
  307. padding-right:1px;
  308. text-transform:normal;
  309. font-weight:bold;
  310. color:{color:link};
  311. }
  312.  
  313. .question {
  314. padding:9px;
  315. text-align:left;
  316. text-transform:italic;
  317. color:{color:text};
  318. background-color: #f5f5f5;
  319. border-left:3px solid #e5e5e5;
  320. line-height:120%;
  321. }
  322.  
  323. .answer {
  324. text-align:left;
  325. padding:7px;
  326. color:{color:text};
  327. }
  328.  
  329. #credit {
  330. font-size:8px;
  331. font-style:italic;
  332. letter-spacing:1px;
  333. -moz-transition-duration:0.5s;
  334. -webkit-transition-duration:0.5s;
  335. -o-transition-duration:0.5s;
  336. }
  337.  
  338. #credit a {
  339. padding:5px;
  340. position:fixed;
  341. right:15px;
  342. bottom:10px
  343. }
  344.  
  345. #credit a:hover {
  346. color:{color:link hover};
  347. }
  348.  
  349. #credit {
  350. font-size:9px;
  351. font-family:cambria;
  352. font-style:italic;
  353. letter-spacing:1px;
  354. -moz-transition-duration:0.5s;
  355. -webkit-transition-duration:0.5s;
  356. -o-transition-duration:0.5s;
  357. }
  358.  
  359. #credit a {
  360. background-color:#fff;
  361. padding:5px;
  362. border:1px solid #e9e9e9;
  363. position:fixed;
  364. right:15px;
  365. bottom:10px
  366. }
  367.  
  368. #credit a:hover {
  369. color:#fff;
  370. background-color:#191919;
  371. }
  372.  
  373. {CustomCSS}</style></head><body>
  374.  
  375. <div id="sidebar">
  376.  
  377. <div id="sidebarimage">
  378. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  379.  
  380. <div class="sidebartitle"><a href="/">{text:sidebartitle}</a></div>
  381.  
  382. <div id="description">
  383. {Description}</div>
  384. <div id="links">
  385. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="previous page">-</a>{/block:PreviousPage}{/block:Pagination}
  386. <a href="{text:link 1 url}">{text:link 1}</a>
  387. <a href="{text:link 2 url}">{text:link 2}</a>
  388. <a href="{text:link 3 url}">{text:link 3}</a>
  389. <a href="{text:link 4 url}">{text:link 4}</a>
  390. {block:Pagination}{block:NextPage}<a href="{NextPage}" title="next page">+</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}
  391. </div>
  392. <p></p><br><br><br>
  393.  
  394.  
  395. </div>
  396.  
  397. <div id="entries">{block:Posts}<div id="post">
  398.  
  399. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  400.  
  401. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  402.  
  403. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  404.  
  405. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  406.  
  407. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  408.  
  409. {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}
  410.  
  411.  
  412. {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}
  413. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  414.  
  415. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  416.  
  417. {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}
  418.  
  419. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}"><u>{month} &nbsp;{dayofmonth}</u></a>
  420. {/block:Date} &nbsp;&nbsp;&nbsp;({24Hour}:{Minutes})&nbsp;&nbsp;{block:NoteCount}&nbsp;&nbsp; ( <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  421. &nbsp;&nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} & <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  422. </div>
  423.  
  424.  
  425. {block:HasTags}
  426. <div class="tags">
  427. {block:Tags} <a href="{TagURL}"> <big>•</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  428. {/block:HasTags}
  429. <div class="postnote">
  430. {block:PostNotes}{PostNotes}{/block:PostNotes}
  431. </div>
  432. </div>
  433. {/block:Posts}
  434.  
  435.  
  436. </div>
  437. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  438.  
  439. </body>
  440.  
  441. </html>
Advertisement
Add Comment
Please, Sign In to add comment