Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.15 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 41 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:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link 5"/>
  32. <meta name="text:link 5 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-size:7px;
  43. margin-left:10px;
  44. margin-top:-20px;
  45. line-height:9px;
  46. font-family:arial;
  47. z-index: 1000;
  48. border: 1px solid #cacaca;
  49. background-color:#fff;
  50. color: #9b9b9b;
  51. text-transform:uppercase;
  52. letter-spacing: 2px;
  53. }
  54.  
  55. /************** FLAGS UPDATES TAB **************/
  56. /* tutorial by deanlirium|tumblr (clarence.tk) */
  57.  
  58. #flags {
  59. position:fixed;
  60. top:100px; /* distance from the top of the page - adjust as you wish! */
  61. right:0px;
  62. text-align:center;
  63. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  64. color:#8C8C8C; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  65. font-size:8px; /* adjust font size */
  66. letter-spacing:1px;
  67. z-index:2147483607;
  68. font-family:calibri;}
  69.  
  70.  
  71. #flag1 {
  72. border:solid 6px #6a0c1d; /* flag color */
  73. border-left:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  74. padding-right:10px;
  75. right:00px;
  76. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  77. height:0px;
  78. position:absolute;
  79. -moz-transition:all 0.7s ease-out;
  80. -webkit-transition:all 0.7s ease-out;
  81. -o-transition:all 0.7s ease-out;}
  82.  
  83. #flag1:hover {
  84. width:180px;} /* lenght of the OPEN flag */
  85.  
  86. #upd1 {
  87. position:absolute;
  88. width:110px;
  89. padding:10px;
  90. padding-right:60px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  91. right:-180px;
  92. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  93. opacity:0;
  94. -moz-transition:all 0.7s ease-out;
  95. -webkit-transition:all 0.7s ease-out;
  96. -o-transition:all 0.7s ease-out;}
  97.  
  98. #flag1:hover #upd1{
  99. right:0px;
  100. opacity:1;}
  101.  
  102. /* following is the coding for the other flags - same as above! */
  103.  
  104. #flag2 {
  105. border:solid 6px #8C8C8C;
  106. margin-top:20px;
  107. position:absolute;
  108. border-left:solid 6px transparent;
  109. padding-right:10px;
  110. right:00px;
  111. width:20px;
  112. height:0px;
  113. -moz-transition:all 0.7s ease-out;
  114. -webkit-transition:all 0.7s ease-out;
  115. -o-transition:all 0.7s ease-out;}
  116.  
  117. #flag2:hover {
  118. width:180px;}
  119.  
  120. #upd2 {
  121. position:absolute;
  122. width:110px;
  123. padding:10px;
  124. padding-right:60px;
  125. right:-180px;
  126. margin-top:6px;
  127. opacity:0;
  128. -moz-transition:all 0.7s ease-out;
  129. -webkit-transition:all 0.7s ease-out;
  130. -o-transition:all 0.7s ease-out;}
  131.  
  132. #flag2:hover #upd2{
  133. right:0px;
  134. opacity:1;}
  135.  
  136. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-top value for the #flag(number) adding 20px each new flag! copy from here: */
  137.  
  138. #flag3 {
  139. border:solid 6px #B3B3B3;
  140. position:absolute;
  141. margin-top:40px; /* this one! */
  142. border-left:solid 6px transparent;
  143. padding-right:10px;
  144. right:0px;
  145. width:20px;
  146. height:0px;
  147. -moz-transition:all 0.7s ease-out;
  148. -webkit-transition:all 0.7s ease-out;
  149. -o-transition:all 0.7s ease-out;}
  150.  
  151. #flag3:hover {
  152. width:180px;}
  153.  
  154. #upd3 {
  155. position:absolute;
  156. width:110px;
  157. padding:10px;
  158. padding-right:60px;
  159. right:-180px;
  160. margin-top:6px;
  161. opacity:0;
  162. -moz-transition:all 0.7s ease-out;
  163. -webkit-transition:all 0.7s ease-out;
  164. -o-transition:all 0.7s ease-out;}
  165.  
  166. #flag3:hover #upd3{
  167. right:0px;
  168. opacity:1;}
  169.  
  170. /* to here */
  171. </style>
  172.  
  173. <style type="text/css">
  174. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  175.  
  176. /* fontawesome */
  177. [class*="fontawesome-"]:before {
  178. font-family: 'FontAwesome', sans-serif;
  179. }
  180.  
  181. .melody {
  182. background-color: #440c12;
  183. overflow: hidden;
  184. position:absolute;
  185. height: 50px;
  186. width: 50px;
  187. top: 15px; /* INCREASE VALUE TO MOVE DOWN AND DECREASE VALUE TO MOVE UP */
  188. left: 15px; /* INCREASE VALUE TO MOVE RIGHT AND DECREASE VALUE TO MOVE LEFT */
  189. }
  190.  
  191. .reverberate {
  192. position:absolute;
  193. height: 14px;
  194. width: 14px;
  195. margin-top: 0px;
  196. margin-left: 0px;
  197. padding: 18px;
  198. font-size: 13px;
  199. font-style: normal;
  200. color: #000;
  201. -webkit-transition: opacity .7s linear;
  202. -webkit-transition: all .7s ease-in-out;
  203. -moz-transition: all .7s ease-in-out;
  204. -o-transition: all .7s ease-in-out; }
  205.  
  206. .melody:hover .reverberate {
  207. margin-top: -50px; }
  208.  
  209. .harmony {
  210. overflow: hidden;
  211. position:absolute;
  212. height: 50px;
  213. width: 20px;
  214. margin-top: 50px;
  215. margin-left: 15px;
  216. -webkit-transition: opacity .7s linear;
  217. -webkit-transition: all .7s ease-in-out;
  218. -moz-transition: all .7s ease-in-out;
  219. -o-transition: all .7s ease-in-out; }
  220.  
  221. .melody:hover .harmony {
  222. margin-top: 5px; }
  223.  
  224. .rhythm {
  225. position:absolute;
  226. height: 25px;
  227. width: 30px;
  228. margin-top: 12px;
  229. margin-left: -20px; }
  230.  
  231. ::-webkit-scrollbar-thumb{
  232. background-color: {color:scrollbar};
  233.  
  234. border: 2px solid transparent;
  235. height:auto;
  236. }
  237.  
  238. ::-webkit-scrollbar {
  239. margin-left:10px;
  240. width:5px;
  241. background-color: transparent;
  242. }
  243.  
  244.  
  245. iframe#tumblr_controls {
  246. white-space:nowrap;
  247. -webkit-filter: invert(100%);
  248. -moz-filter: invert(100%);
  249. -o-filter: invert(100%);
  250. -ms-filter: invert(100%);
  251. filter: invert(100%);
  252. opacity:.2;transition: .8s ease-in-out;
  253. -webkit-transition: .8s ease-in-out;
  254. -moz-transition: .8s ease-in-out;
  255. -o-transition: .8s ease-in-out;
  256. }
  257.  
  258. h1 {
  259. font-weight:normal;
  260. font-size:13px;
  261. text-align:center;
  262. font-style:normal;
  263. line-height:100%;
  264. letter-spacing:1px;
  265. text-transform:normal;
  266. color:{color:text};
  267. }
  268.  
  269. h2 {
  270. font-size:10px;
  271. text-align:center;
  272. line-height:100%;
  273. letter-spacing:-0.5px;
  274. color:{color:text};
  275. font-weight:bold;
  276. text-transform:uppercase;
  277. padding:5px;
  278. padding-bottom:2px;
  279. }
  280.  
  281.  
  282. blockquote {
  283. border-left:2px solid {color:text};
  284. padding-left:5px;
  285. margin:5px;
  286. }
  287.  
  288.  
  289. body {
  290. background-color: #000;
  291. background-image:url("http://i.imgur.com/Vxx5HBe.png");
  292. background-repeat: no-repeat;
  293. background-position: bottom-left;
  294. background-attachment: fixed;
  295.  
  296. margin:0px;
  297. color:#000;
  298. font-family:arial narrow;
  299. font-size:10px;
  300. line-height:100%;
  301. }
  302. small, sub, sup {
  303. font-size:10px;
  304. }
  305.  
  306. a {
  307. text-decoration:none;
  308. outline:none;
  309. -moz-outline-style:none;
  310. color:{color:link};
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. a:hover {
  317. text-decoration:none;
  318. outline:none;
  319. -moz-outline-style:none;
  320. color:{color:link hover};
  321. }
  322.  
  323. img {
  324. border:none;
  325. }
  326.  
  327. blockquote {
  328. padding-left:5px;
  329. border-left:2px solid;
  330. }
  331.  
  332. blockquote blockquote {
  333. padding-left:5px;
  334. border-left:2px solid;
  335. }
  336.  
  337. #post {
  338. width:410px;
  339. padding-bottom:30px;
  340. margin-top:0px;
  341. }
  342.  
  343. #entries {
  344. position: fixed;
  345. height: 358px;
  346. overflow-x:hidden;
  347. overflow-y:auto;
  348. width: 420px;
  349. text-align: justify;
  350. border-top: 1px #fff;
  351. padding: 10px;
  352. top: 210px;
  353. z-index: 999;
  354. margin-left: 613px;
  355. margin-top: -60px;
  356. }
  357.  
  358.  
  359. #sidebar {
  360. color:{color:text};
  361. position:fixed;
  362. width:100px;
  363. height:auto;
  364. margin-top:39px;
  365. margin-left:250px;
  366. text-align:left;
  367. }
  368.  
  369. #sidebarimage img {
  370. width:200px;
  371. margin-top:-10px;
  372. margin-bottom:0px;
  373. margin-left:-9px;
  374. }
  375.  
  376. #links {
  377. position:absolute;
  378. position:fixed;
  379. font-family:arial;
  380. width:22px;
  381. margin-top:-16px;
  382. margin-left:808px;
  383. font-size:20px;
  384. text-transform:uppercase;
  385. text-align:center;
  386. line-height:280%;
  387. }
  388.  
  389. #links a{
  390. line-height:280%;
  391. margin-top:4px;
  392. margin-left:13px;
  393. color:#fff;
  394. text-decoration:none;
  395. -moz-transition-duration:.2s;
  396. -webkit-transition-duration:.2s;
  397. -o-transition-duration:.2s;
  398. }
  399.  
  400. #links a:hover {
  401. color: {color:link hover};
  402. width:60px;
  403. -moz-transition-duration:0.2s;
  404. -webkit-transition-duration:0.2s;
  405. -o-transition-duration:0.2s;
  406. }
  407.  
  408. #description {
  409. position:fixed;
  410. width:200px;
  411. font-family:arial;
  412. margin-top:255px;
  413. margin-left:-50px;
  414. text-align: center;
  415. font-size:10px;
  416. color: #000;
  417. letter-spacing:0px;
  418. line-height:130%;
  419. -moz-transition-duration:1s;
  420. -webkit-transition-duration:1s;
  421. -o-transition-duration:1s;
  422. }
  423.  
  424. #description a {
  425. color:{color:link};
  426. }
  427.  
  428. #description a:hover {
  429. color:{color:link hover};
  430. }
  431.  
  432. .sidebartitle {
  433. width:320px;
  434. text-align:center;
  435. position:fixed;
  436. font-family:arial;
  437. line-height:120%;
  438. margin-left:203px;
  439. font-size:30px;
  440. margin-top:-170px;
  441. color:#fff;
  442. }
  443.  
  444. #pagination {
  445. font-family:arial narrow;
  446. width:210px;
  447. font-size:15px;
  448. margin-top:-330px;
  449. margin-left:700px;
  450. padding-left:5px;
  451. letter-spacing:1px;
  452. font-style:none;
  453. text-align:center;
  454. }
  455.  
  456. #pagination a {
  457. color:{color:link};
  458. }
  459.  
  460. #info {
  461. font-family:arial;
  462. width:400px;
  463. margin-top:5px;
  464. padding-top:1px;
  465. font-size:7px;
  466. background:transparent;
  467. padding:4px;
  468. border-bottom: 1px dashed #fff;
  469. color:{color:text};
  470. text-transform:uppercase;
  471. font-style:normal;
  472. text-align:left;
  473. -moz-transition-duration:0.5s;
  474. -webkit-transition-duration:0.5s;
  475. -o-transition-duration:0.5s;
  476. }
  477.  
  478. #info a {
  479. color:{color:link};
  480. font-style:normal;
  481. }
  482.  
  483. #info a:hover {
  484. color:{color:link hover};
  485. }
  486.  
  487. .tags {
  488. font-family:calibri;
  489. font-style:normal;
  490. width:425px;
  491. text-transform:normal;
  492. font-style:normal;
  493. line-height:120%;
  494. padding-left:5px;
  495. font-size:10px;
  496. text-align:left;
  497. padding-top:5px;
  498. padding-bottom:15px;
  499. -moz-transition-duration:0.2s;
  500. -webkit-transition-duration:0.2s;
  501. -o-transition-duration:0.2s;
  502. }
  503. .tags a{
  504. color:{color:link};
  505. -moz-transition-duration:0.2s;
  506. -webkit-transition-duration:0.2s;
  507. -o-transition-duration:0.2s;
  508. }
  509. .tags a:hover{
  510. color:{color:link hover};
  511. -moz-transition-duration:0.2s;
  512. -webkit-transition-duration:0.2s;
  513. -o-transition-duration:0.2s;
  514. }
  515.  
  516. .audio{
  517. background-color:#e5e5e5;
  518. height:65px;
  519. overflow:hidden;
  520. }
  521.  
  522. #ask {
  523. float:left;
  524. color:{color:text};
  525. }
  526.  
  527. #credit {
  528. font-size:9px;
  529. font-family:cambria;
  530. font-style:italic;
  531. letter-spacing:1px;
  532. -moz-transition-duration:0.5s;
  533. -webkit-transition-duration:0.5s;
  534. -o-transition-duration:0.5s;
  535. }
  536.  
  537. #credit a {
  538. background-color:#fff;
  539. padding:5px;
  540. border:1px solid #e9e9e9;
  541. position:fixed;
  542. right:15px;
  543. bottom:10px
  544. }
  545.  
  546. #credit a:hover {
  547. color:#fff;
  548. background-color:#191919;
  549. }
  550.  
  551. {CustomCSS}</style></head><body>
  552.  
  553. <!---- if you want more flags, copy from here ---->
  554. </div></div>
  555.  
  556. <!---- to here and change the numbers according to your css! ---->
  557.  
  558. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  559.  
  560. </div>
  561.  
  562. <div id="sidebar">
  563.  
  564. <div id="sidebarimage">
  565. <a href="/"><img src="{image:sidebar}"></a></div>
  566.  
  567. <div class="sidebartitle">{text:sidebartitle}</div>
  568.  
  569. <div id="links">
  570. <a href="{text:link 1 url}">{text:link 1}</a>
  571. <a href="{text:link 2 url}">{text:link 2}</a>
  572. <a href="{text:link 3 url}">{text:link 3}</a>
  573. <a href="{text:link 4 url}">{text:link 4}</a>
  574. <a href="{text:link 5 url}">{text:link 5}</a>
  575. </div>
  576.  
  577. <div id="description">{description}
  578.  
  579. <div id="pagination">
  580. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">FALL</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">RISE</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  581. </div></div></div>
  582.  
  583. <div id="entries">{block:Posts}<div id="post">
  584.  
  585. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  586.  
  587. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  588.  
  589. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  590.  
  591. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  592.  
  593. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  594.  
  595. {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}
  596.  
  597. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  598.  
  599. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  600.  
  601. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  602.  
  603. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  604. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d></font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  605.  
  606. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>R</big> </a> ) </div>
  607. </div>
  608.  
  609.  
  610. {block:HasTags}
  611. <div class="tags">
  612. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  613. {/block:HasTags}
  614. <div class="postnote">
  615. {block:PostNotes}{PostNotes}{/block:PostNotes}
  616. </div>
  617. </div>
  618. {/block:Posts}
  619.  
  620. </div>
  621. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  622.  
  623. </body>
  624.  
  625. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement