Advertisement
Guest User

gotta get out

a guest
Jul 27th, 2013
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.34 KB | None | 0 0
  1.  
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. <head>
  14.  
  15. <meta name="color:bg" content="#FFFFFF">
  16. <meta name="color:title" content="#FFFFFF">
  17. <meta name="color:link" content="#b3afaf">
  18. <meta name="color:hover" content="#454545">
  19. <meta name="color:infobg" content="#FCFCFC">
  20. <meta name="color:text" content="#9A9A9A">
  21. <meta name="color:tags" content="#EDEDED">
  22. <meta name="color:scrollbar" content="#D6D5D5">
  23. <meta name="color:border" content="#FAFAFA">
  24. <meta name="color:linkbg" content="#0a0a0a">
  25. <meta name="color:linkbg" content="#0a0a0a">
  26.  
  27.  
  28.  
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:sidebar2" content=""/>
  32.  
  33.  
  34. <meta name="text:titletab" content="">
  35. <meta name="text:link1" content="">
  36. <meta name="text:link1 url" content="/">
  37. <meta name="text:link2" content="">
  38. <meta name="text:link2 url" content="/">
  39. <meta name="text:link3" content="">
  40. <meta name="text:link3 url" content="/">
  41.  
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  48. <head><title>{Title}</title><style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  49. <style type="text/css">
  50.  
  51. a {
  52. color:{color:link};
  53. text-decoration:none;
  54. -moz-transition-duration:0.5s;
  55. -webkit-transition-duration:0.5s;
  56. -o-transition-duration:0.5s;
  57. }
  58.  
  59. a:hover {
  60. color:{color:hover};
  61. text-decoration:none;
  62. -moz-transition-duration:0.5s;
  63. -webkit-transition-duration:0.5s;
  64. -o-transition-duration:0.5s;
  65. }
  66.  
  67.  
  68. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  69. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  70. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  71.  
  72. body {
  73. background-color:{color:bg};
  74. font-family:Calibri;
  75. font-weight:normal;
  76. }
  77.  
  78.  
  79.  
  80.  
  81. h1 {
  82. font-weight:normal;
  83. font-size:10px;
  84. text-align:center;
  85. font-style:normal;
  86. line-height:80%;
  87. letter-spacing:1px;
  88. text-transform:uppercase;
  89. color:{color:text};
  90. }
  91.  
  92. h2 {
  93. font-size:15px;
  94. text-align:center;
  95. line-height:100%;
  96. letter-spacing:-0.5px;
  97. color:{color:text};
  98. font-weight:normal;
  99. padding:5px;
  100. padding-bottom:2px;
  101. }
  102.  
  103.  
  104. blockquote {
  105. border-left:2px solid {color:text};
  106. padding-left:5px;
  107. margin:5px;
  108. }
  109.  
  110. #theme {
  111. background-color:{color:bg};
  112. width:700px;
  113. margin: 0 auto -12px auto;
  114. text-align: center;
  115.  
  116.  
  117.  
  118. }
  119.  
  120. #sidebar {
  121. padding:10px;
  122. margin-left:-160px;
  123. height:900px;
  124. color:{color:text};
  125. position:fixed;
  126. width:460px;
  127.  
  128. margin-top:170px;
  129. text-align:left;
  130.  
  131. }
  132.  
  133.  
  134.  
  135.  
  136. #sidebarimage {
  137. width 100px;
  138.  
  139. }
  140.  
  141. #sidebar img {
  142.  
  143. opacity:.8;
  144. width:100px;
  145. height:100px;
  146. margin-top:-90px;
  147. margin-left:217px;
  148. padding:6px;
  149. border: 1px solid #bbb;
  150.  
  151. -o-transition-transition: all 0.7s ease-out;
  152. -webkit-transition: all 0.7s ease-out;
  153. -moz-transition: all 0.7s ease-out;
  154. }
  155.  
  156.  
  157. #sidebar:hover #sidebar img {
  158. opacity:.8;
  159. margin-top:-50px;
  160. -webkit-transition: opacity .5s linear;
  161. -webkit-transition: all .5s linear;
  162.  
  163. -webkit-transition: all 1s ease-in-out;
  164. -moz-transition: all 0.6s ease-in-out;
  165. -o-transition: all 0.6s ease-in-out;
  166. -ms-transition: all 0.6s ease-in-out;
  167.  
  168. }
  169.  
  170. #sidebar2{
  171. width 100px;
  172. }
  173.  
  174. #sidebar2 img {
  175. opacity:.8;
  176. width:100px;
  177. height:100px;
  178. margin-top:-30px;
  179. margin-left:70px;
  180. padding:6px;
  181. border: 1px solid #bbb;
  182.  
  183. -o-transition-transition: all 1s ease-out;
  184. -webkit-transition: all 0.7s ease-out;
  185. -moz-transition: all 0.6s ease-out;
  186.  
  187. }
  188. #sidebar:hover #sidebar2 img {
  189. opacity:.8;
  190. margin-top:-60px;
  191. -webkit-transition: opacity .5s linear;
  192. -webkit-transition: all .5s linear;
  193.  
  194. -webkit-transition: all 1s ease-in-out;
  195. -moz-transition: all 0.6s ease-in-out;
  196. -o-transition: all 0.6s ease-in-out;
  197. -ms-transition: all 0.6s ease-in-out;
  198.  
  199. }
  200. #desc {
  201.  
  202. border-bottom:1px solid {color:text};
  203. position:fixed;
  204. padding:2px;
  205. font-family:cambria;
  206. font-size:11px;
  207. width:100px;
  208. height:auto;
  209. margin-top:0px;
  210. margin-left:75px;
  211. text-align:center;
  212. color:#b4b4b4;
  213. opacity:0;
  214. -o-transition-transition: all 0.6s ease-out;
  215. -webkit-transition: all 0.6s ease-out;
  216. -moz-transition: all 0.6s ease-out;
  217. }
  218.  
  219. #desc a{
  220. width:80px;
  221. -webkit-transition: all 1s ease-in-out;
  222. -moz-transition: all 1s ease-in-out;
  223. -o-transition: all 1s ease-in-out;
  224. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
  225.  
  226. #sidebar:hover #desc {
  227. opacity:1;
  228.  
  229. -webkit-transition: all 3s ease-in-out;
  230. -moz-transition: all 1s ease-in-out;
  231. -o-transition: all 1s ease-in-out;
  232. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  233. }
  234.  
  235. .pagi {
  236. padding:0px;
  237. opacity:1
  238. top:0px;
  239. margin-left:-90px;
  240. width:200px;
  241. margin-top:-180px;
  242. font-size:10px;
  243. position:fixed;
  244. letter-spacing:3px;
  245. font-style:normal;
  246. text-align:center;
  247. -webkit-transition: all 1s ease-in-out;
  248. -moz-transition: all 1s ease-in-out;
  249. -o-transition: all 1s ease-in-out;
  250. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  251.  
  252. }
  253.  
  254. .pagi a {
  255.  
  256. color:{color:link};
  257.  
  258. }
  259.  
  260.  
  261. #sidebar:hover .pagi
  262. {opacity:1;
  263. margin-left:-48px;}
  264.  
  265.  
  266. .links {
  267.  
  268. width:130px;
  269. padding:7px;
  270. line-height:150%;
  271. text-align:center;
  272. margin-top:35px;
  273. margin-left:50px;
  274. font-size:10px;
  275. opacity:0;
  276. position:fixed;
  277. font-family:'Courier';
  278. text-transform:uppercase;
  279. text-align:center;
  280. -webkit-transition: all 1s ease-in-out;
  281. -moz-transition: all 1s ease-in-out;
  282. -o-transition: all 1s ease-in-out;
  283. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  284.  
  285.  
  286.  
  287. }
  288.  
  289. .links a{
  290.  
  291. opacity:.6;
  292. background:{color:linkbg};
  293.  
  294. margin-bottom:2px;
  295. color: {color:link};
  296.  
  297. -webkit-transition: all 1s ease-in-out;
  298. -moz-transition: all .7s ease-in-out;
  299. -o-transition: all .7s ease-in-out;
  300. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  301. }
  302.  
  303. .links a:hover{
  304.  
  305. color:{color:hover};
  306.  
  307. -moz-transition-duration:.1s;
  308. -webkit-transition-duration:.3s;
  309. -o-transition-duration:.3s;
  310.  
  311. }
  312. #sidebar:hover .links{opacity:1;}
  313.  
  314.  
  315.  
  316.  
  317. #stuffcontainer {
  318.  
  319. float:left;
  320. margin-left:525px;
  321. margin-top:40px;
  322. text-align:justify;
  323. background-color:{color:bg};
  324. color:{color:text};
  325.  
  326. margin-bottom: 35px;
  327. }
  328.  
  329.  
  330. #stuff {
  331.  
  332. width:500px;
  333. margin-top:15px;
  334. margin-left:0px;
  335. text-align:justify;
  336. font-size:11px;
  337. line-height:90%;
  338. opacity:.8;
  339. letter-spacing:0x;
  340. color:{color:text};
  341. }
  342.  
  343. .caption {
  344. width:500px;
  345. text-align:justify;
  346. line-height:120%;
  347. }
  348.  
  349. .ask {
  350. background:#000;
  351. padding:10px;
  352. text-align:left;
  353. color:#ffffff;
  354. background:#000;
  355. border-bottom:1px solid {color:border};
  356. border-right:1px solid {color:border};
  357. }
  358.  
  359. .ans {
  360. text-align:left;
  361. padding:10px;
  362. color:{color:text};
  363. }
  364.  
  365. .audio {
  366. width:500px;
  367. padding-bottom:10px;
  368. background-color:{color:infobg};
  369. }
  370.  
  371. .albumart {
  372. float:left;
  373. padding:0px 10px 10px 0px;
  374. }
  375.  
  376. .albumart img {
  377. width:45px;
  378. height:45px;
  379. }
  380.  
  381. .playercontainer {
  382. text-align:left;
  383. padding:10px;
  384. background-color:#ffffff;
  385. width:480px;
  386. }
  387.  
  388. .audioinfo {
  389. padding:10px;
  390. color:{color:text};
  391. }
  392.  
  393. #postinfo {
  394. width:490px;
  395. padding:5px;
  396. font-size:8px;
  397. color:{color:link};
  398. text-transform:uppercase;
  399. font-style:normal;
  400. letter-spacing:2px;
  401. text-align:right;
  402. border-bottom:1px solid {color:border};
  403. -moz-transition-duration:0.5s;
  404. -webkit-transition-duration:0.5s;
  405. -o-transition-duration:0.5s;
  406. }
  407.  
  408. #postinfo a {
  409.  
  410. color:{color:link};
  411. text-align:right;
  412. letter-spacing:1px;
  413. font-style:normal;
  414. }
  415.  
  416. #postinfo a:hover {
  417. color:{color:hover};
  418. }
  419.  
  420. .note {
  421. text-transform:uppercase;
  422. font-style:normal;
  423. letter-spacing:0px;
  424. font-size: 9px;
  425. text-align:left;
  426. line-height:90%;
  427. margin-left:-40px;
  428. }
  429.  
  430. .note li {
  431. list-style-type:none;
  432. border-bottom:1px solid {color:border};
  433. padding:10px 25px 10px 25px;
  434. text-align:left;
  435. margin:0px;
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. }
  440.  
  441. .tags {
  442. background:#d6d5d5;
  443. font-style:normal;
  444. width:500px;
  445. text-transform:uppercase;
  446. font-style:normal;
  447. color:{color:tags};
  448. letter-spacing:2px;
  449. line-height:120%;
  450. font-size:8px;
  451. text-align:left;
  452. padding:2px;
  453. -moz-transition-duration:0.5s;
  454. -webkit-transition-duration:0.5s;
  455. -o-transition-duration:0.5s;
  456. }
  457.  
  458. .tags a {
  459.  
  460. color:{color:tags};
  461. letter-spacing:1px;
  462. padding:1px;
  463. }
  464.  
  465. .tags a:hover {
  466. color:{color:link};
  467. }
  468.  
  469. ul.chat, .chat ol, .chat li {
  470. list-style:none;
  471. margin:0px;
  472. padding:2px;
  473. }
  474.  
  475. .label {
  476. text-decoration:underline;
  477. font-weight:700;
  478. background-color:{color:infobg};
  479. margin-right:5px;
  480. }
  481. @font-face{font-family:Lala;src:url(http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff);}
  482.  
  483. #box {
  484.  
  485. letter-spacing:3px;
  486. text-align: center;
  487. font-size: 16px;
  488. position:fixed;
  489. left:1350px;
  490. top:-100px;
  491. width:90px;
  492. -webkit-transition: all .5s ease-in-out;
  493. -moz-transition: all .5s ease-in-out;
  494. -o-transition: all .5s ease-in-out;
  495. z-index:99;
  496. -webkit-transform: rotate(-270deg);
  497. -moz-transform: rotate(0deg);
  498. -o-transform: rotate(0deg);
  499. }
  500.  
  501. #box:hover {
  502. left:1150px;
  503. -webkit-transition: all .5s ease-in-out;
  504. -moz-transition: all .5s ease-in-out;
  505. -o-transition: all .5s ease-in-out;}
  506. .nametitle {
  507. margin-left:20px;
  508. margin-top:50px;
  509. background:#fff;
  510. color:{color:text};
  511. letter-spacing:0px;
  512. font-family:lala;
  513. font-size:40px;
  514. text-align: center;
  515. width:150px;
  516. height:100px;
  517. line-height:150%;
  518. -webkit-transition: all .5s ease-in-out;
  519. -moz-transition: all .5s ease-in-out;
  520. -o-transition: all .5s ease-in-out;
  521.  
  522.  
  523. }
  524.  
  525. #texts {
  526.  
  527. -webkit-transform: rotate(-90deg);
  528. -moz-transform: rotate(0deg);
  529. -o-transform: rotate(0deg);
  530. color:#999;
  531. font-family:cambria;
  532. padding: 40px 10px 10px 10px;
  533. background:{color:bg};
  534. text-align:center;
  535. font-size:10px;
  536. width:180px;
  537. height:90px;
  538. z-index: 9999;
  539. }
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546. #cred {
  547. position:fixed;
  548. font-size:8px;
  549. font-weight:normal;
  550. line-height:150%;
  551. letter-spacing:2px;
  552. right:10px;
  553. bottom:10px;
  554. text-transform:uppercase;
  555. text-align:center;
  556. }
  557.  
  558. #cred a {
  559. padding:3px;
  560. color:{color:link};
  561. background-color:#f5f5f5;
  562. -moz-transition-duration:0.5s;
  563. -webkit-transition-duration:0.5s;
  564. -o-transition-duration:0.5s;
  565. }
  566.  
  567.  
  568.  
  569.  
  570.  
  571. {CustomCSS}
  572.  
  573. </style></head>
  574.  
  575. <body>
  576.  
  577.  
  578.  
  579. <div id="theme">
  580.  
  581.  
  582. <div id="sidebar">
  583.  
  584.  
  585.  
  586. <div id="sidebar"><img src="{image:sidebar}">
  587.  
  588. </div>
  589. <div id="sidebar2"><img src="{image:sidebar2}"> </div>
  590.  
  591. <div id class="links">
  592. <br>
  593. <a title="home"href="/">.i</a>
  594. <a title="{text:link1}"href="{text:link1 url}">.ii</a>
  595. <a title="{text:link2}"href="{text:link2 url}">.iii</a>
  596. <a title="{text:link3}"href="{text:link3 url}">.iv</a>
  597. </div>
  598. <div id="desc"> {Description}
  599.  
  600.  
  601.  
  602.  
  603. <div id class ="pagi">
  604. {block:Pagination}
  605. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  606. {block:JumpPagination length="3"}
  607. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  608. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  609. {/block:JumpPagination}
  610. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  611. </div>{/block:Pagination}
  612. </div></div></div>
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621. </div></div>
  622.  
  623.  
  624. <div id="stuffcontainer">
  625.  
  626. {block:Posts}
  627.  
  628. <div id="stuff">
  629.  
  630. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  631.  
  632. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  633.  
  634. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  635. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  636.  
  637. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  638.  
  639. {block:Photoset}<center>{Photoset-500}</center>
  640. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  641.  
  642. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  643.  
  644. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  645.  
  646. {block:Answer}<div class="ask">{Asker} bitched me: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  647.  
  648. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  649. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  650. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  651. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  652. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  653.  
  654.  
  655.  
  656. {block:Date}<div id="postinfo"> <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} || <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} || <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  657. {block:ContentSource} || <a href="{SourceURL}">{SourceLink}©</a>{/block:ContentSource}</div>{/block:Date}
  658. {block:HasTags}
  659. <div class="tags">
  660. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  661. {/block:HasTags}
  662. <div class="note">
  663. {block:PostNotes}{PostNotes}{/block:PostNotes}
  664. </div>
  665. </div>
  666. {/block:Posts}
  667.  
  668.  
  669. </div>
  670.  
  671. <div id="cred"><a href="http://niallsdicks.tumblr.com.tumblr.com/">ND©</a>
  672.  
  673.  
  674. </div>
  675. </div>
  676. </div>
  677.  
  678. <div id="box"><font size="0"><script language="JavaScript">
  679. var ref = (''+document.referrer+'');
  680. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3162906&e1=&e2=&r=' + ref + '"><\/script>');
  681. </script></font>
  682. <div id="texts">
  683.  
  684. UPDATES HEREEE
  685.  
  686. </div>
  687. <div class="nametitle">{text:titletab}</div>
  688. </div>
  689.  
  690. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement