Advertisement
hollywhood

theme 46

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