Advertisement
hollywhood

theme 54

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