Advertisement
Guest User

haha nya

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