hollywhood

theme 32

Jul 1st, 2013
5,758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 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 32 by Hollywhood
  9. please don't remove the credit
  10. thank yo
  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:scrollbar" content="#D6D5D5">
  18. <meta name="color:bg" content="#FFFFFF">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:sidebartitle" content="">
  23. <meta name="text:homelink title" content="">
  24.  
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link5" content="" />
  32. <meta name="text:link5 url" content="/">
  33.  
  34. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <style>
  37. div#qTip {
  38. padding: 3px;
  39. display: none;
  40. text-align: center;
  41. position: absolute;
  42. font-style:normal;
  43. margin-top:3px;
  44. margin-left:15px;
  45. font-size:8px;
  46. line-height:9px;
  47. font-family:cambria;
  48. z-index: 1000;
  49. background-color:#888;
  50. border: 3px solid #fff;
  51. color: #fff;
  52. text-transform:uppercase;
  53. letter-spacing: 1px;
  54. }
  55. </style>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar-thumb{
  61. background-color: #333;
  62. border: 2px solid {color:background};
  63. height:auto;
  64. }
  65.  
  66. ::-webkit-scrollbar {
  67. height:auto;
  68. width:9px;
  69. background-color: #333;
  70. border: 4px solid {color:background};
  71. }
  72.  
  73. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  74.  
  75. iframe#tumblr_controls {
  76. white-space:nowrap;
  77. -webkit-filter: invert(100%);
  78. -moz-filter: invert(100%);
  79. -o-filter: invert(100%);
  80. -ms-filter: invert(100%);
  81. filter: invert(100%);
  82. opacity:.2;transition: .8s ease-in-out;
  83. -webkit-transition: .8s ease-in-out;
  84. -moz-transition: .8s ease-in-out;
  85. -o-transition: .8s ease-in-out;
  86. }
  87.  
  88. h1 {
  89. font-weight:normal;
  90. font-size:13px;
  91. text-align:center;
  92. font-style:normal;
  93. line-height:100%;
  94. letter-spacing:1px;
  95. text-transform:normal;
  96. color:{color:text};
  97. }
  98.  
  99. h2 {
  100. font-size:10px;
  101. text-align:center;
  102. line-height:100%;
  103. letter-spacing:-0.5px;
  104. color:{color:text};
  105. font-weight:bold;
  106. text-transform:uppercase;
  107. padding:5px;
  108. padding-bottom:2px;
  109. }
  110.  
  111.  
  112. blockquote {
  113. border-left:2px solid {color:text};
  114. padding-left:5px;
  115. margin:5px;
  116. }
  117.  
  118.  
  119. body {
  120. background:{color:background};
  121. margin:0px;
  122. color:{color:text};
  123. font-family:times;
  124. font-size:10px;
  125. line-height:120%;
  126. }
  127.  
  128. a {
  129. text-decoration:none;
  130. outline:none;
  131. -moz-outline-style:none;
  132. color:{color:link};
  133. -moz-transition-duration:0.5s;
  134. -webkit-transition-duration:0.5s;
  135. -o-transition-duration:0.5s;
  136. }
  137.  
  138. a:hover {
  139. text-decoration:none;
  140. outline:none;
  141. -moz-outline-style:none;
  142. color:{color:link hover};
  143. }
  144.  
  145. img {
  146. border:none;
  147. }
  148.  
  149. blockquote {
  150. padding-left:5px;
  151. border-left:2px solid;
  152. }
  153.  
  154. blockquote blockquote {
  155. padding-left:5px;
  156. border-left:2px solid;
  157. }
  158.  
  159. #post {
  160. width:400px;
  161. padding-bottom:30px;
  162. margin-top:20px;
  163. }
  164.  
  165.  
  166. #entries {
  167. padding:10px;
  168. width:400px;
  169. margin-left:430px;
  170. margin-top:60px;
  171. margin-bottom:40px;
  172. }
  173.  
  174. #sidebar {
  175. color:{color:text};
  176. position:fixed;
  177. width:91px;
  178. height:100%;
  179. margin-top:-60px;
  180. margin-left:150px;
  181. text-align:left;
  182. border-right: 1px solid #e3e3e3;
  183. padding-right:120px;
  184. }
  185.  
  186. #sidebar img {
  187. position:fixed;
  188. width:60px;
  189. margin-top:220px;
  190. margin-bottom:5px;
  191.  
  192. }
  193.  
  194. #links {
  195. position:fixed;
  196. font-family:times;
  197. width:120px;
  198. margin-top:242px;
  199. margin-left:83px;
  200. font-size:9px;
  201. text-transform:lowercase;
  202. text-align:left;
  203. line-height:170%;
  204. }
  205.  
  206. #links a{
  207. line-height:170%;
  208. padding:1px;
  209. text-shadow:2px 2px 0px #d9d9d9;
  210. margin-top:1px;
  211. margin-left:2px;
  212. letter-spacing:1px;
  213. color:#333;
  214. -moz-transition-duration:.7s;
  215. -webkit-transition-duration:.7s;
  216. -o-transition-duration:.7s;
  217. }
  218.  
  219. #links a:hover {
  220. color: #fff;
  221. -moz-transition-duration:.4s;
  222. -webkit-transition-duration:.4s;
  223. -o-transition-duration:.4s;
  224.  
  225. }
  226.  
  227. #description {
  228. width:100px;
  229. font-family:times;
  230. margin-bottom:0px;
  231. margin-top:261px;
  232. margin-left:69px;
  233. text-align:justify;
  234. font-size:80%;
  235. color: #777;
  236. letter-spacing:1px;
  237. line-height:115%;
  238. }
  239.  
  240. #description a {
  241. color:#999;
  242. }
  243.  
  244. #description a:hover {
  245. color:#fff;
  246. }
  247.  
  248. .sidebartitle {
  249. width:100px;
  250. text-align:center;
  251. position:fixed;
  252. font-style:italic;
  253. font-family:French Script MT;
  254. line-height:120%;
  255. margin-left:69px;
  256. font-size:20px;
  257. margin-top:217px;
  258. color:#999;
  259. }
  260.  
  261. #pagination {
  262. font-size:8px;
  263. text-transform:uppercase;
  264. margin-top:-10px;
  265. margin-left:60px;
  266. letter-spacing:3px;
  267. font-style:normal;
  268. text-align:center;
  269. }
  270.  
  271. #pagination a {
  272. color:{color:link};
  273. }
  274.  
  275. #info {
  276. font-family:times;
  277. width:391px;
  278. margin-top:3px;
  279. padding:5px;
  280. font-size:7px;
  281. color:{color:text};
  282. text-transform:uppercase;
  283. font-style:normal;
  284. text-align:left;
  285. background-color:#f1f1f1;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. #info a {
  292. color:{color:link};
  293. text-align:left;
  294. font-style:normal;
  295. }
  296.  
  297. #info a:hover {
  298. color:{color:link hover};
  299. }
  300.  
  301. .tags {
  302. font-family:cambria;
  303. font-style:normal;
  304. width:391px;
  305. text-transform:normal;
  306. font-style:italic;
  307. color:{color:link};
  308. line-height:120%;
  309. font-size:8px;
  310. opacity:0;
  311. text-align:center;
  312. padding-top:3px;
  313. -moz-transition-duration:.5s;
  314. -webkit-transition-duration:.5s;
  315. -o-transition-duration:.5s;
  316. }
  317.  
  318. .tags a:hover {
  319. color:{color:link hover};
  320. }
  321.  
  322. #post:hover .tags {
  323. opacity:1;
  324. -moz-transition-duration:.5s;
  325. -webkit-transition-duration:.5s;
  326. -o-transition-duration:.5s;
  327.  
  328. }
  329.  
  330. .audio{
  331. background-color:#e5e5e5;
  332. height:65px;
  333. overflow:hidden;
  334. }
  335.  
  336. #ask {
  337. float:left;
  338. margin-left:10px;}
  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="sidebar">
  369.  
  370. <div id="sidebarimage">
  371. <a href="/"><img src="{image:sidebar}"> </a></div>
  372.  
  373. <div class="sidebartitle"><a title="{text:homelink title}" href="/">{text:sidebartitle}</a></div>
  374.  
  375. <div id="links">
  376. <a href="{text:link2 url}" title="{text:link2}">II.</a>
  377. <a href="{text:link3 url}" title="{text:link3}">III.</a>
  378. <a href="{text:link4 url}" title="{text:link4}">IV.</a>
  379. <a href="{text:link5 url}" title="{text:link5}">V.</a>
  380.  
  381. </div>
  382.  
  383. <div id="description">
  384. {Description}
  385. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
  386. {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div></div>
  387.  
  388. <div id="entries">{block:Posts}<div id="post">
  389.  
  390. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  391.  
  392. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  393.  
  394. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  395.  
  396. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  397.  
  398. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  399.  
  400. {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}
  401.  
  402. {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}
  403. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  404.  
  405. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  406.  
  407. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
  408.  
  409. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#bbb;padding:3px;color:#fff;font-style:italic;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  410. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  411. {block:HasTags}
  412. <div class="tags">
  413. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  414. {/block:HasTags}
  415. <div class="postnote">
  416. {block:PostNotes}{PostNotes}{/block:PostNotes}
  417. </div>
  418. </div>
  419. {/block:Posts}
  420.  
  421. </div>
  422. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  423.  
  424. </body>
  425.  
  426. </html>
Advertisement
Add Comment
Please, Sign In to add comment