Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 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 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: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. <link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
  37.  
  38. <style>
  39. div#qTip {
  40. padding: 3px;
  41. display: none;
  42. text-align: center;
  43. position: absolute;
  44. font-style:normal;
  45. margin-top:3px;
  46. margin-left:15px;
  47. font-size:8px;
  48. line-height:9px;
  49. font-family:cambria;
  50. z-index: 1000;
  51. background-color:#fff;
  52. border: 1px dotted #79cfb3;
  53. color: #000;
  54. text-transform:normal;
  55. letter-spacing: 1px;
  56. }
  57. </style>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. ::-webkit-scrollbar-thumb{
  63. background-color: #ffbaba;
  64. border: 0px solid {color:#ffbaba};
  65. height:auto;
  66. }
  67.  
  68. ::-webkit-scrollbar {
  69. height:auto;
  70. width:2px;
  71. background-color: transparent;
  72. border: 25px solid {color:#ffbaba};
  73. }
  74.  
  75. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  76.  
  77. iframe#tumblr_controls {
  78. white-space:nowrap;
  79. -webkit-filter: invert(100%);
  80. -moz-filter: invert(100%);
  81. -o-filter: invert(100%);
  82. -ms-filter: invert(100%);
  83. filter: invert(100%);
  84. opacity:.2;transition: .8s ease-in-out;
  85. -webkit-transition: .8s ease-in-out;
  86. -moz-transition: .8s ease-in-out;
  87. -o-transition: .8s ease-in-out;
  88. }
  89.  
  90. h1 {
  91. font-weight:normal;
  92. font-size:13px;
  93. text-align:center;
  94. font-style:normal;
  95. line-height:100%;
  96. letter-spacing:1px;
  97. text-transform:normal;
  98. color:{color:text};
  99. }
  100.  
  101. h2 {
  102. font-size:10px;
  103. text-align:center;
  104. line-height:100%;
  105. letter-spacing:-0.5px;
  106. color:{color:text};
  107. font-weight:bold;
  108. text-transform:normal;
  109. padding:5px;
  110. padding-bottom:2px;
  111. }
  112.  
  113.  
  114. blockquote {
  115. border-left:2px solid #e39393;
  116. padding-left:5px;
  117. margin:5px;
  118. }
  119.  
  120.  
  121. body {
  122. background:{color:background};
  123. margin:0px;
  124. color:{color:text};
  125. font-family:'Abel', sans-serif;;
  126. font-size:12px;
  127. line-height:120%;
  128. background-image:url("http://i62.tinypic.com/2nc1kbt.png") ;
  129. background-position: justify;
  130. background-repeat:no-repeat;
  131. background-attachment:fixed;
  132. background-position:center fixed;
  133. overflow: hidden;
  134. }
  135.  
  136. a {
  137. text-decoration:none;
  138. outline:none;
  139. -moz-outline-style:none;
  140. color:{color:link};
  141. -moz-transition-duration:0.5s;
  142. -webkit-transition-duration:0.5s;
  143. -o-transition-duration:0.5s;
  144. }
  145.  
  146. a:hover {
  147. text-decoration:none;
  148. outline:none;
  149. -moz-outline-style:none;
  150. color:{color:link hover};
  151. }
  152.  
  153. img {
  154. border:none;
  155. }
  156.  
  157. blockquote {
  158. padding-left:5px;
  159. border-left:2px solid;
  160. }
  161.  
  162. blockquote blockquote {
  163. padding-left:5px;
  164. border-left:2px solid;
  165. }
  166.  
  167. #post {
  168. width:400px;
  169. padding-bottom:30px;
  170. margin-top:0px;
  171. }
  172.  
  173.  
  174. #entries {
  175. position:relative;
  176. height:300px;
  177. overflow-x:hidden;
  178. overflow-y:auto;
  179. width:450px;
  180. text-align:justify;
  181. padding:10px;
  182. border:0px #efefef;
  183. border-style:dotted;
  184. background:transparent;
  185. top:195px;
  186. z-index:999;
  187. margin-left:350px;
  188. margin-top:120px
  189. }
  190.  
  191. #sidebar {
  192. color:{color:text};
  193. position:fixed;
  194. width:91px;
  195. height:0%;
  196. margin-top:233px;
  197. margin-left:150px;
  198. text-align:left;
  199. border-right: 1px solid #e3e3e3;
  200. padding-right:120px;
  201. }
  202.  
  203. #sidebar img {
  204. position:fixed;
  205. width:60px;
  206. margin-top:220px;
  207. margin-bottom:5px;
  208.  
  209. }
  210.  
  211. #links {
  212. position:fixed;
  213. font-family: 'Abel', sans-serif;
  214. width:1000px;
  215. margin-top:100px;
  216. margin-left:730px;
  217. font-size:17px;
  218. text-transform:lowercase;
  219. text-align:left;
  220. line-height:150%;
  221. }
  222.  
  223. #links a{
  224. line-height:170%;
  225. padding:1px;
  226. text-shadow:2px 2px 0px white;
  227. margin-top:1px;
  228. margin-left:2px;
  229. letter-spacing:0px;
  230. color:#b6382c;
  231. -moz-transition-duration:.7s;
  232. -webkit-transition-duration:.7s;
  233. -o-transition-duration:.7s;
  234. }
  235.  
  236. #links a:hover {
  237. color: #df6868;
  238. -moz-transition-duration:.4s;
  239. -webkit-transition-duration:.4s;
  240. -o-transition-duration:.4s;
  241.  
  242. }
  243.  
  244. #description {
  245. width:120px;
  246. height:150px;
  247. font-family:times;
  248. background-color:transparent;
  249. border:0px dotted #a9a9a9;
  250. padding:3px;
  251. margin-bottom:0px;
  252. margin-top:80px;
  253. margin-left:200px;
  254. text-align:center;
  255. font-size:80%;
  256. color: #9d9d9d;
  257. letter-spacing:1px;
  258. line-height:115%;
  259. }
  260.  
  261. #description a {
  262. color:#df6868;
  263. }
  264.  
  265. #description a:hover {
  266. color:#ffdede;
  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:lowercase;
  285. margin-top:100px;
  286. margin-left:70px;
  287. letter-spacing:3px;
  288. font-style:normal;
  289. text-align:center;
  290. }
  291.  
  292. #pagination a {
  293. color:#ffa7a7;
  294. }
  295.  
  296.  
  297. #info {
  298. font-family: 'Abel', sans-serif;
  299. width:400px;
  300. margin-top:0px;
  301. padding:0px;
  302. font-size:10px;
  303. color:{color:text};
  304. text-transform:lowercase;
  305. font-style:normal;
  306. text-align:center;
  307. background-color:#5b0101;
  308. -moz-transition-duration:0.5s;
  309. -webkit-transition-duration:0.5s;
  310. -o-transition-duration:0.5s;
  311. }
  312.  
  313. #info a {
  314. color:{color:link};
  315. text-align:left;
  316. font-style:normal;
  317. }
  318.  
  319. #info a:hover {
  320. color:{color:link hover};
  321. }
  322.  
  323. .tags {
  324. font-family: 'Abel', sans-serif;
  325. font-style:normal;
  326. width:325px;
  327. text-transform:lowercase;
  328. font-style:italic;
  329. color:{color:link};
  330. line-height:120%;
  331. font-size:8px;
  332. opacity:0;
  333. text-align:center;
  334. padding-top:3px;
  335. -moz-transition-duration:.5s;
  336. -webkit-transition-duration:.5s;
  337. -o-transition-duration:.5s;
  338. }
  339.  
  340. .tags a:hover {
  341. color:{color:link hover};
  342. }
  343.  
  344. #post:hover .tags {
  345. opacity:1;
  346. -moz-transition-duration:.5s;
  347. -webkit-transition-duration:.5s;
  348. -o-transition-duration:.5s;
  349.  
  350. }
  351. .cover {
  352. position: relative;z-index: 1; width: 90px; float:left;}
  353.  
  354. .button {
  355. width:20px;
  356. height:30px;
  357. overflow: hidden;
  358. position: relative;
  359. z-index: 99;
  360. margin: 15px 24px 13px 16px;
  361. }
  362.  
  363. .musicbox {
  364. background-color: #fff;
  365. position: absolute;
  366. z-index: 99;
  367. margin-top: 15px;
  368. margin-left: 15px;
  369. opacity: 0.3;
  370. -webkit-transition: opacity 0.2s linear;
  371. -webkit-transition: all 0.2s linear;
  372. -moz-transition: all 0.2s linear;
  373. -o-transition: all 0.2s linear;
  374. }
  375. .musicbox:hover {opacity:0.9;}
  376. .musicinfo {
  377. padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#f7f7f7;margin-top:5px;}
  378.  
  379. #ask {
  380. float:left;
  381. margin-left:10px;}
  382.  
  383.  
  384. #credit {
  385. font-size:9px;
  386. font-family:cambria;
  387. font-style:italic;
  388. letter-spacing:1px;
  389. -moz-transition-duration:0.5s;
  390. -webkit-transition-duration:0.5s;
  391. -o-transition-duration:0.5s;
  392. }
  393.  
  394. #credit a {
  395. background-color:#fff;
  396. padding:5px;
  397. border:1px solid #e9e9e9;
  398. position:fixed;
  399. right:15px;
  400. bottom:10px
  401. }
  402.  
  403. #credit a:hover {
  404. color:#fff;
  405. background-color:#e50000;
  406. }
  407.  
  408.  
  409. {CustomCSS}</style></head>
  410.  
  411. <body>
  412.  
  413. <div id="sidebar">
  414.  
  415. <div id="sidebarimage">
  416. <a href="/"><img src="{image:sidebar}"> </a></div>
  417.  
  418. <div class="sidebartitle"><a title="{text:homelink title}" href="/">{text:sidebartitle}</a></div>
  419.  
  420. <div id="links">
  421. <a href="{text:link2 url}" title="{text:link2}">I</a><br>
  422. <a href="{text:link3 url}" title="{text:link3}">II</a><br>
  423. <a href="{text:link4 url}" title="{text:link4}">III</a><br>
  424. <a href="{text:link5 url}" title="{text:link5}">IV</a><br>
  425. <a href="/submit" title="gifts">V</a>
  426.  
  427. </div>
  428.  
  429. <div id="description">
  430. {Description}
  431. <p></p><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}{/block:Pagination}
  432. {block:Pagination}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div></div>
  433.  
  434. <div id="entries">{block:Posts}<div id="post">
  435.  
  436. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  437.  
  438. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  439.  
  440. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  441.  
  442. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  443.  
  444. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  445.  
  446. {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}
  447.  
  448. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  449. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:normal; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  450.  
  451. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  452.  
  453. {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}
  454.  
  455. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#transparent;padding:3px;color:#000;font-style:italic;">{TimeAgo}</a> {block:NoteCount} with <font color=#ff6767><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  456. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  457. {block:HasTags}
  458. <div class="tags">
  459. {block:Tags} - <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  460. {/block:HasTags}
  461. <div class="postnote">
  462. {block:PostNotes}{PostNotes}{/block:PostNotes}
  463. </div>
  464. </div>
  465. {/block:Posts}
  466.  
  467. </div>
  468. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  469.  
  470. </body>
  471.  
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement