hollywhood

theme 15

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