Advertisement
Guest User

Untitled

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