hollywhood

theme 11

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