Advertisement
hollywhood

theme 13 with 500px posts

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