Advertisement
hollywhood

theme 51

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