Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.21 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 44 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:link1" content="" />
  24. <meta name="text:link1 url" content="/">
  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.  
  35. <style type="text/css">
  36.  
  37. .popup_block{
  38. display:none;
  39. background:#fff;
  40. padding:20px;
  41. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  42. float:left;
  43. position:fixed;
  44. top:50%;left:50%;
  45. z-index: 99999;
  46. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  47. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  48. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  49. }
  50.  
  51. *html #fade {position: absolute;}
  52. *html .popup_block {position: absolute;}
  53. #fade {
  54. display:none;
  55. position:fixed;
  56. left:0px;
  57. top:0px;
  58. width:100%;
  59. height:100%;
  60. z-index:9999;
  61. background:#000; /* change to #fff for solid white */
  62. opacity:0.5; /* change to opacity:1; */
  63. }
  64.  
  65. /************** FLAGS UPDATES TAB **************/
  66. /* tutorial by deanlirium|tumblr (clarence.tk) */
  67.  
  68. #flags {
  69. position:fixed;
  70. top:60px; /* distance from the top of the page - adjust as you wish! */
  71. left:-10px;
  72. text-align:center;
  73. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  74. color:#696969; /* 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 #! */
  75. font-size:8px; /* adjust font size */
  76. letter-spacing:1px;
  77. z-index:2147483607;
  78. font-family:calibri;}
  79.  
  80.  
  81. #flag1 {
  82. border:solid 5px #564b92; /* flag color */
  83. border-right:solid 5px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  84. padding-left:10px;
  85. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  86. height:0px;
  87. position:absolute;
  88. -moz-transition:all 0.7s ease-out;
  89. -webkit-transition:all 0.7s ease-out;
  90. -o-transition:all 0.7s ease-out;}
  91.  
  92. #flag1:hover {
  93. width:180px;} /* lenght of the OPEN flag */
  94.  
  95. #upd1 {
  96. position:absolute;
  97. width:110px;
  98. padding:10px;
  99. padding-left:60px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  100. left:-180px;
  101. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  102. opacity:0;
  103. -moz-transition:all 0.7s ease-out;
  104. -webkit-transition:all 0.7s ease-out;
  105. -o-transition:all 0.7s ease-out;}
  106.  
  107. #flag1:hover #upd1{
  108. left:0px;
  109. opacity:1;}
  110.  
  111. /* following is the coding for the other flags - same as above! */
  112.  
  113. #flag2 {
  114. border:solid 5px #514950;
  115. margin-top:20px;
  116. position:absolute;
  117. border-right:solid 5px transparent;
  118. padding-left:10px;
  119. width:20px;
  120. height:0px;
  121. -moz-transition:all 0.7s ease-out;
  122. -webkit-transition:all 0.7s ease-out;
  123. -o-transition:all 0.7s ease-out;}
  124.  
  125. #flag2:hover {
  126. width:180px;}
  127.  
  128. #upd2 {
  129. position:absolute;
  130. width:110px;
  131. padding:10px;
  132. padding-left:60px;
  133. left:-180px;
  134. margin-top:6px;
  135. opacity:0;
  136. -moz-transition:all 0.7s ease-out;
  137. -webkit-transition:all 0.7s ease-out;
  138. -o-transition:all 0.7s ease-out;}
  139.  
  140. #flag2:hover #upd2{
  141. left:0px;
  142. opacity:1;}
  143.  
  144. /*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: */
  145.  
  146. #flag3 {
  147. border:solid 5px #564b92;
  148. position:absolute;
  149. margin-top:40px; /* this one! */
  150. border-right:solid 5px transparent;
  151. padding-left:10px;
  152. width:20px;
  153. height:0px;
  154. -moz-transition:all 0.7s ease-out;
  155. -webkit-transition:all 0.7s ease-out;
  156. -o-transition:all 0.7s ease-out;}
  157.  
  158. #flag3:hover {
  159. width:180px;}
  160.  
  161. #upd3 {
  162. position:absolute;
  163. width:110px;
  164. padding:10px;
  165. padding-left:60px;
  166. left:-180px;
  167. margin-top:6px;
  168. opacity:0;
  169. -moz-transition:all 0.7s ease-out;
  170. -webkit-transition:all 0.7s ease-out;
  171. -o-transition:all 0.7s ease-out;}
  172.  
  173. #flag3:hover #upd3{
  174. left:0px;
  175. opacity:1;}
  176.  
  177. /* to here */
  178.  
  179. </div>
  180.  
  181.  
  182. /**SCROLLBAR**/
  183.  
  184. ::-webkit-scrollbar {background-color:#d1cdcd; height:8px; width:5px}
  185. ::-webkit-scrollbar-thumb:vertical {background-color:#dedede; height:10px}
  186. ::-webkit-scrollbar-thumb:horizontal {background-color:#dedede 8px}
  187.  
  188. /**END SCROLLBAR**/
  189.  
  190.  
  191. iframe#tumblr_controls {
  192. white-space:nowrap;
  193. -webkit-filter: invert(100%);
  194. -moz-filter: invert(100%);
  195. -o-filter: invert(100%);
  196. -ms-filter: invert(100%);
  197. filter: invert(100%);
  198. opacity:.2;transition: .8s ease-in-out;
  199. -webkit-transition: .8s ease-in-out;
  200. -moz-transition: .8s ease-in-out;
  201. -o-transition: .8s ease-in-out;
  202. }
  203.  
  204. h1 {
  205. font-weight:normal;
  206. font-size:13px;
  207. text-align:center;
  208. font-style:normal;
  209. line-height:100%;
  210. letter-spacing:1px;
  211. text-transform:normal;
  212. color:#ffffff;
  213. }
  214.  
  215. h2 {
  216. font-size:10px;
  217. text-align:center;
  218. line-height:100%;
  219. letter-spacing:-0.5px;
  220. color:#ffffff;
  221. font-weight:bold;
  222. text-transform:uppercase;
  223. padding:5px;
  224. padding-bottom:2px;
  225. }
  226.  
  227.  
  228. blockquote {
  229. border-left:1px solid #514950;
  230. padding-left: 10px;
  231. background-color:transparent;
  232. }
  233.  
  234. body {
  235. background-image:url('http://i61.tinypic.com/o6k94m.png');
  236. background-repeat: no-repeat;
  237. background-size: center;
  238. background-attachment: fixed;
  239. position: absolute;
  240. background-color:#eeeeee;
  241. margin:0px;
  242. color:#232323;
  243. font-family:calibri;
  244. font-size:11px;
  245. line-height:100%;
  246. text-align: justify;
  247. }
  248.  
  249. small, sub, sup {font-size:11px;}
  250.  
  251. a {
  252. text-decoration:none;
  253. outline:none;
  254. -moz-outline-style:none;
  255. color:#514950;
  256. -moz-transition-duration:0.5s;
  257. -webkit-transition-duration:0.5s;
  258. -o-transition-duration:0.5s;
  259. }
  260.  
  261. a:hover {
  262. text-decoration:none;
  263. outline:none;
  264. -moz-outline-style:none;
  265. color:#000000;
  266. }
  267.  
  268. img {
  269. border:none;
  270. }
  271.  
  272.  
  273. #post {
  274. width:500px;
  275. padding-bottom:40px;
  276. margin-top:5px;
  277. border-bottom: 1px solid: #232323;
  278. }
  279.  
  280. #entries {
  281. width:549px;
  282. margin-left:400px;
  283. margin-top:-270px;
  284. border: 1px solid transparent;
  285. background-color:transparent;
  286. position:fixed;
  287. overflow:scroll;
  288. overflow-x:hidden;
  289. height:35%;
  290. padding: 34px;
  291. }
  292.  
  293.  
  294. #theme {
  295. width:500px;
  296. margin:0 auto -14px auto;
  297. }
  298.  
  299. #sidebar {
  300. color:#ffffff;
  301. width:100px;
  302. height:auto;
  303. margin-top:90px;
  304. margin-left:165px;
  305. text-align:left;
  306. }
  307.  
  308. #sidebarimage img {
  309. width:100px;
  310. opacity:.9;
  311. margin-top:-10px;
  312. margin-bottom:0px;
  313. margin-left:43px;
  314. }
  315.  
  316. #links {
  317. font-family:’arial’;
  318. width:10px;
  319. margin-top:185px;
  320. margin-left:850px;
  321. font-size:15px;
  322. word-spacing: 6px;
  323. text-transform:;
  324. text-align:center;
  325. line-height:100%;
  326. }
  327.  
  328. #links a{
  329. line-height:280%;
  330. border-bottom:0px solid #000;
  331. margin-top:200px;
  332. margin-left:13px;
  333. color:#2323235
  334. text-decoration:none;
  335. -moz-transition-duration:.2s;
  336. -webkit-transition-duration:.2s;
  337. -o-transition-duration:.2s;
  338. }
  339.  
  340. #links a:hover {
  341. color: #514950;
  342. width:60px;
  343. -moz-transition-duration:0.2s;
  344. -webkit-transition-duration:0.2s;
  345. -o-transition-duration:0.2s;
  346. }
  347.  
  348. #description {
  349. width:300px;
  350. font-family:times;
  351. margin-top:-2px;
  352. margin-left:-58px;
  353. text-align:center;
  354. font-size:9px;
  355. color: #ffffff;
  356. letter-spacing:0px;
  357. line-height:170%;
  358. -moz-transition-duration:1s;
  359. -webkit-transition-duration:1s;
  360. -o-transition-duration:1s;
  361. }
  362.  
  363. #description a {
  364. color:#ffffff;
  365. }
  366.  
  367. #description a:hover {
  368. color:#000000;
  369. }
  370.  
  371. .sidebartitle {
  372. width:300px;
  373. text-align:center;
  374. font-family:'californian fb';
  375. line-height:120%;
  376. margin-left:-58px;
  377. word-spacing:2px;
  378. font-style:italic;
  379. font-size:16px;
  380. margin-top:10px;
  381. color:#aaaaaa;
  382. }
  383.  
  384. #pagination {
  385. font-family:calibri;
  386. width:500px;
  387. font-size:25px;
  388. margin-top:-5px;
  389. margin-left:-8px;
  390. padding-left:5px;
  391. letter-spacing:1px;
  392. text-align:center;
  393. text-transform:uppercase;
  394. }
  395.  
  396. #pagination a {
  397. color:#514950;
  398. }
  399.  
  400. #info {
  401. font-family:tahoma;
  402. width:500px;
  403. margin-top:8px;
  404. padding-top:4px;
  405. font-size:7px;
  406. border-top:0px solid #ddd;
  407. color:#232323;
  408. text-transform:uppercase;
  409. font-style:normal;
  410. text-align:center;
  411. -moz-transition-duration:0.5s;
  412. -webkit-transition-duration:0.5s;
  413. -o-transition-duration:0.5s;
  414. }
  415.  
  416. #info a {
  417. color:#000;
  418. }
  419.  
  420. #info a:hover {
  421. color:#000000;
  422. }
  423.  
  424. .tags {
  425. font-family:tahoma;
  426. font-style:normal;
  427. width:500px;
  428. margin-top:4px;
  429. text-transform:normal;
  430. font-style:normal;
  431. line-height:120%;
  432. padding-top:0px;
  433. font-size:7px;
  434. letter-spacing:1px;
  435. text-align:center;
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. }
  440. .tags a{
  441. color:#514950;
  442. -moz-transition-duration:0.2s;
  443. -webkit-transition-duration:0.2s;
  444. -o-transition-duration:0.2s;
  445. }
  446.  
  447.  
  448.  
  449.  
  450. .audio{
  451. background-color:#fff;
  452. height:65px;
  453. overflow:hidden;
  454. }
  455.  
  456. #ask {
  457. float:left;
  458. color:#232323;
  459. }
  460.  
  461. #credit {
  462. font-size:9px;
  463. font-family:cambria;
  464. font-style:italic;
  465. letter-spacing:1px;
  466. -moz-transition-duration:0.5s;
  467. -webkit-transition-duration:0.5s;
  468. -o-transition-duration:0.5s;
  469. }
  470.  
  471. #credit a {
  472. background-color:#cdcdcd;
  473. padding:5px;
  474. border:1px solid #cdcdcd;
  475. position:fixed;
  476. right:15px;
  477. bottom:10px
  478. }
  479.  
  480. #credit a:hover {
  481. color:#fff;
  482. background-color:#191919;
  483. }
  484.  
  485. </style>
  486.  
  487.  
  488. </head><body>
  489.  
  490. <script type="text/javascript"
  491. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  492. <script>
  493. $(document).ready(function() {
  494. //
  495. $('a.poplight[href^=#]').click(function() {
  496. var popID = $(this).attr('rel'); //Get Popup Name
  497. var popURL = $(this).attr('href'); //Get Popup href to define size
  498. var query= popURL.split('?');
  499. var dim= query[1].split('&');
  500. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  501. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  502. var popMargTop = ($('#' + popID).height() + 80) / 2;
  503. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  504. //Apply Margin to Popup
  505. $('#' + popID).css({
  506. 'margin-top' : -popMargTop,
  507. 'margin-left' : -popMargLeft
  508. });
  509. $('body').append('<div id="fade"></div>');
  510. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  511. return false;
  512. });
  513. $('a.close, #fade').live('click', function() {
  514. $('#fade , .popup_block').fadeOut(function() {
  515. $('#fade, a.close').remove(); //fade them both out
  516. });
  517. return false;
  518. });
  519. });
  520. </script>
  521.  
  522. <div id="flags">
  523. <div id="flag1"><div id="upd1">
  524.  
  525. indie mcu hawkeye
  526. <br>multiverse & multiship
  527.  
  528. </div></div>
  529.  
  530. <div id="flag2"><div id="upd2">
  531.  
  532. <script language="JavaScript">
  533. var ref = (''+document.referrer+'');
  534. var w_h = window.screen.width + " x " + window.screen.height;
  535. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4720939&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  536. </script> | <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2834763&name="></script>
  537.  
  538. </div></div>
  539.  
  540. <!---- if you want more flags, copy from here ---->
  541.  
  542. <div id="flag3"><div id="upd3">
  543.  
  544. <font color="97111b"><b>starters:</b></font> closed unless requested
  545. <br><b><font color="97111b">skype</b></font> and <b><font color="97111b">kik</b></font> available upon request
  546.  
  547. </div></div>
  548.  
  549. <!---- to here and change the numbers according to your css! ---->
  550.  
  551. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  552.  
  553. </div>
  554.  
  555. <div id="theme">
  556.  
  557. <div id=”container”>
  558.  
  559. <div id="sidebar">
  560.  
  561. <div id="sidebarimage">
  562. <a href="/"><img src="http://i58.tinypic.com/294nvc0.png"></a></div>
  563.  
  564.  
  565. <div class="sidebartitle"></div>
  566.  
  567. <div id="links">
  568. <a href="/" title="home">•</a>
  569. <a href="#?w=500" rel="box1" class="poplight">•</a>
  570. <a href="/about" title="about">•</a>
  571. <a href="/navigate" title="navi">•</a>
  572. <a href="http://erebusodora.tumblr.com" title="art credit">•</a>
  573. <a href="http://erebusodora.tumblr.com" title="art credit">•</a>
  574. </a>
  575.  
  576.  
  577. </div>
  578.  
  579. <div id="description"></div>
  580.  
  581. </div>
  582. <div id=”pcontainer”>
  583.  
  584. <div id="entries"><div id="post">
  585. <div class="postnote">
  586.  
  587. </div>
  588. </div>
  589.  
  590.  
  591.  
  592.  
  593. </div>
  594.  
  595. <div id="entries">{block:Posts}<div id="post">
  596.  
  597. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  598.  
  599. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  600.  
  601. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  602.  
  603. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  604.  
  605. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  606.  
  607. {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}
  608.  
  609. {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}
  610.  
  611. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  612.  
  613. {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}
  614.  
  615. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  616. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#d588a6>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  617.  
  618. {block:RebloggedFrom}&nbsp; <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>+</big> </a>
  619. </div>
  620.  
  621.  
  622. {block:HasTags}
  623. <div class="tags">
  624. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  625. {/block:HasTags}
  626. <div class="postnote">
  627. {block:PostNotes}{PostNotes}{/block:PostNotes}
  628. </div>
  629. </div>
  630. {/block:Posts}
  631.  
  632. <div id="pagination">
  633. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">↢&nbsp;&nbsp;&nbsp;</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">&nbsp;&nbsp;&nbsp; ↣</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  634.  
  635. </div>
  636. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  637.  
  638. </body>
  639.  
  640. <div id="box1" class="popup_block">
  641. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  642.  
  643. </div>
  644.  
  645.  
  646. </html>
  647.  
  648. </body>
  649.  
  650. </html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement