hollywhood

theme 31

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