hollywhood

theme 21 with 400px posts

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