Advertisement
hollywhood

theme 50

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