Advertisement
hollywhood

theme 58

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