Advertisement
OmgImAlexis

Untitled

Sep 26th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>海景</title>
  5. <link rel="alternate" type="application/rss+xml" title="RSS" href="http://desparate.tumblr.com/rss" />
  6. <link rel="shortcut icon" href="{Favicon}" />
  7. <meta name="viewport" content="width=820" />
  8.  
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Blogtitle" content="#000000"/>
  12. <meta name="color:Hover" content="#888888"/>
  13. <meta name="color:Link" content="#333333"/>
  14. <meta name="color:Permalink" content="#000000"/>
  15. <meta name="color:Permalink BG" content="#f9f9f9"/>
  16. <meta name="color:Posts" content="#f9f9f9"/>
  17. <meta name="color:Posts Border" content="#f0f0f0"/>
  18. <meta name="color:Scrollbar" content="#cccccc"/>
  19. <meta name="color:Sidebar" content="#f9f9f9"/>
  20. <meta name="color:Sidebar Border" content="#f0f0f0"/>
  21. <meta name="color:Sidebar Link" content="#000000"/>
  22. <meta name="color:Sidebar Photo Border" content="#f0f0f0"/>
  23. <meta name="color:Sidebar Text" content="#000000"/>
  24. <meta name="color:Ad" content="#000000"/>
  25. <meta name="color:Text" content="#000000"/>
  26. <meta name="color:Title" content="#333333"/>
  27. <meta name="image:Background" content="0"/>
  28. <meta name="image:Sidebar" content=""/>
  29. <meta name="if:Show Animation" content="1">
  30. <meta name="if:Show Background Color" content="1">
  31. <meta name="if:Show Faded Posts" content="0">
  32. <meta name="if:Show Snow" content="0">
  33. <meta name="if:Show Link1" content="0">
  34. <meta name="if:Show Link2" content="0">
  35. <meta name="if:Show Link3" content="0">
  36. <meta name="if:Show Link4" content="0">
  37. <meta name="if:Show Link5" content="0">
  38. <meta name="if:Show Tiny Cursor" content="1">
  39. <meta name ="if:smoke" content="1">
  40. <meta name="if:Show White Buttons" content="0">
  41. <meta name="if:Shadow Links On Hover" content="1">
  42. <meta name="text:Link 1 Title" content="link 1">
  43. <meta name="text:Link 1 URL" content="http://">
  44. <meta name="text:Link 2 Title" content="link 2">
  45. <meta name="text:Link 2 URL" content="http://">
  46. <meta name="text:Link 3 Title" content="link 3">
  47. <meta name="text:Link 3 URL" content="http://">
  48. <meta name="text:Link 4 Title" content="link 4">
  49. <meta name="text:Link 4 URL" content="http://">
  50. <meta name="text:Link 5 Title" content="link 5">
  51. <meta name="text:Link 5 URL" content="http://">
  52.  
  53. <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
  54. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/0xll37k/vnpnchx0q/jquery.fancybox.css">
  55.  
  56. <style type="text/css">
  57. /* http://stackoverflow.com/questions/637921/opacity-of-background-color-but-not-the-text */
  58. .fancybox-overlay {
  59. background: black;
  60. z-index: 999999999999;
  61. }
  62. .fancybox-overlay {
  63. /* Fallback for web browsers that don't support RGBa */
  64. background-color: rgb(0, 0, 0);
  65. /* RGBa with 0.6 opacity */
  66. background-color: rgba(0, 0, 0, 0.9);
  67. /* For IE 5.5 - 7*/
  68. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  69. /* For IE 8*/
  70. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  71. }
  72.  
  73. ::-webkit-scrollbar {
  74. width: 8px;
  75. height: 9px;
  76. background-color:#fff;
  77. border:4px solid #fff;
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb {
  81. -moz-border-radius: 14px;
  82. border-radius: 14px;
  83. border:1px solid #f9f9f9;
  84. background-color: #000; }
  85.  
  86. body, a, a:hover {
  87.  
  88. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress; }
  89.  
  90. body, html {
  91. margin:0;
  92. height:100%;
  93. width:100%;
  94. }
  95.  
  96.  
  97. header {
  98. margin:0px;
  99. margin-top:-9px;
  100. width:100%;
  101. background-image:url('http://img1.wikia.nocookie.net/__cb20121015110659/battlefield/images/b/b5/Alborz_Mountain.png');
  102. 10% 0 no-repeat;
  103. height:40%;
  104. background-repeat: no-repeat;
  105. background-position:center;
  106. -webkit-background-size: cover;
  107. -moz-background-size: cover;
  108. background-size: cover;
  109. background-attachment:fixed;
  110. position:relative;
  111. text-align:center;
  112.  
  113. }
  114.  
  115. .mask {
  116. position:absolute;
  117. overflow-x:hidden;
  118. width:100%;
  119. height:100%;
  120. background:rgba(0,0,0,.2);
  121.  
  122. }
  123.  
  124.  
  125.  
  126. #tumblr_controls{
  127. position:fixed !important;
  128. z-index:9;
  129. -webkit-filter: invert(100%);
  130. margin-top:0px;
  131. opacity:.7;
  132. width:400px;
  133.  
  134. -webkit-transition-duration: .7s;
  135. }
  136.  
  137. #tumblr_controls:hover{
  138. opacity:1;
  139. -webkit-transition-duration: .7s;
  140. }
  141.  
  142. .header{
  143. float: left;
  144. width: auto;
  145.  
  146. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  147.  
  148. }
  149.  
  150.  
  151.  
  152. body {
  153. padding: 0px;
  154. margin: 0px;
  155. color:#000;
  156. font-family:consolas;
  157. font-size: 8px;
  158. overflow-x:hidden;
  159. text-transform:uppercase;
  160. letter-spacing:1px;
  161. background:#fafafa;
  162. background-attachment: fixed;
  163. background-position: top center;
  164. background-repeat: repeat;
  165.  
  166. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  167.  
  168. }
  169.  
  170. .x {
  171. display: none
  172. }
  173.  
  174. .tagpages .x {
  175. display: block
  176. }
  177.  
  178. .permapages .x {
  179. display: block
  180. }
  181.  
  182.  
  183.  
  184. .bgbgbg img{width:100%; height:100%; z-index:-123123123123123; opacity:0; top:0px;left:0px; position:fixed;}
  185.  
  186.  
  187. #s-m-t-tooltip{
  188. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  189. max-width:250px;
  190. margin-top:25px;
  191. margin-left:15px;
  192. padding-left:4px;
  193. padding-right:4px;
  194. border:1px solid #ddd;
  195. border-radius:5px;
  196. z-index:1000;
  197. background-color:#ffffff;
  198. color:#aaaaaa;
  199. font-family:cambria;
  200. z-index:999999999;
  201. font-size:8px;
  202. letter-spacing:1px;
  203. font-style:italic;
  204. text-transform:uppercase;
  205. line-height:14px;
  206. }
  207.  
  208.  
  209.  
  210. /* LINKS */
  211.  
  212.  
  213.  
  214.  
  215. a:link, a:active, a:visited{
  216. color:{color:link};
  217. text-decoration: none;
  218.  
  219. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  220. }
  221.  
  222. a:hover {
  223. color:#aaa;
  224. -webkit-transition: 0.4s;
  225. -o-transition: 0.4s;
  226. -moz-transition: 0.4s;
  227. transition: 0.4s;
  228.  
  229.  
  230. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  231.  
  232. }
  233.  
  234.  
  235.  
  236.  
  237. /* POST EDITS */
  238.  
  239.  
  240.  
  241. .post {
  242. padding:5px;
  243. float:left;
  244. overflow:hidden;
  245. text-align:left;
  246. -webkit-transition: all .6s ease-in;
  247. -moz-transition: all .6s ease-in;
  248. transition: all .6s ease-in;
  249. letter-spacing:1px;
  250. margin:10px;
  251. z-index:99999999999;
  252. {block:IndexPage}
  253. width:300px;
  254. {/block:IndexPage}
  255. {block:PermalinkPage}
  256. width:500px;
  257. {/block:PermalinkPage}
  258.  
  259.  
  260.  
  261. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  262. }
  263.  
  264.  
  265. .post:hover {
  266. opacity:1;
  267. -webkit-transition: all .6s ease-in;
  268. -moz-transition: all .6s ease-in;
  269. transition: all .6s ease-in;
  270. }
  271.  
  272. #cred {
  273. bottom:3px;
  274. width:120px;
  275. height:20px;
  276. position:fixed;
  277. left:10px;
  278. left:right;
  279. font-family:calibri;
  280. text-align:center;
  281. color:black;
  282. font-size:9px;
  283. letter-spacing:1px;
  284. text-transform:uppercase;
  285. padding:5px;
  286. -webkit-transition-duration:.8s;
  287. -moz-transition-duration:.8s;
  288. -o-transition-duration:.8s;
  289. -ms-transition-duration:.8s;
  290. }
  291.  
  292.  
  293. #cred a {
  294. color:black;
  295. background-color:transparent;
  296. padding:5px;
  297. -webkit-transition-duration:.8s;
  298. -moz-transition-duration:.8s;
  299. -o-transition-duration:.8s;
  300. -ms-transition-duration:.8s;
  301. }
  302.  
  303. #cred a:hover {
  304. color:#bfcae6;
  305. background-color:white;
  306. }
  307.  
  308. #cred b {
  309. color:#bfcae6;
  310. }
  311.  
  312. #cred:hover {
  313. height:230px;
  314. background-color:white;
  315. }
  316.  
  317.  
  318. #cred h1 {
  319. background-color:#bfcae6;
  320. font-family:calibri;
  321. color:white;
  322. font-size:9px;
  323. text-align:center;
  324. letter-spacing:1px;
  325. text-transform:uppercase;
  326. padding:2px 10px 4px 4px;
  327.  
  328. }
  329.  
  330.  
  331. /* PHOTO POST PERMALINKS */
  332.  
  333.  
  334. .perms {
  335. font-size:26px;
  336. opacity:0;
  337. -webkit-transition:all 0.5s;
  338. -moz-transition:all 0.5s;
  339. -ms-transition:all 0.5s;
  340. -o-transition:all 0.5s;
  341. transition:all 0.5s;
  342. width:300px;
  343. height:100px;
  344. padding-bottom:4px;
  345. background-color:transparent;
  346. position: absolute;
  347. top:45%;
  348. margin-left:0px;
  349. text-align:center;
  350. letter-spacing:1px;
  351. }
  352.  
  353. .post:hover .perms {
  354. opacity:0.7;
  355. background-color:transparent;
  356. padding-top:4px;
  357. -webkit-transition:all 0.5s;
  358. -moz-transition:all 0.5s;
  359. -ms-transition:all 0.5s;
  360. -o-transition:all 0.5s;
  361. transition:all 0.5s;}
  362. }
  363.  
  364. .lank {
  365. margin-top:10px;
  366. letter-spacing:1px;
  367. line-height:10px;
  368. text-transform:uppercase;
  369. margin-bottom:5px;
  370. padding-bottom:5px;}
  371.  
  372. .lank a{
  373. background:#fff;
  374. display:inline-block;
  375. text-align:center;
  376. color:#000;
  377. border:solid 3px #fff;
  378. border-radius:50%;
  379. padding-top:7px;
  380. padding-bottom:7px;
  381. padding-left:6px;
  382. padding-right:6px;
  383. opacity:1;
  384. margin:8px;
  385. height:25px;
  386. width:30px;
  387. -webkit-transition:all 0.5s;
  388. -moz-transition:all 0.5s;
  389. -ms-transition:all 0.5s;
  390. -o-transition:all 0.5s;
  391. transition:all 0.5s;
  392. }
  393.  
  394. .lank a:hover{
  395. background:{color:Post Permalink Background Hover};
  396. color:{color:Post Permalink Icon Hover};
  397. opacity:0.6;
  398. -webkit-transition:all 0.5s;
  399. -moz-transition:all 0.5s;
  400. -ms-transition:all 0.5s;
  401. -o-transition:all 0.5s;
  402. transition:all 0.5s;
  403. }
  404.  
  405.  
  406.  
  407.  
  408.  
  409. {block:ifshadow}.kk{
  410. margin-top:-4px;
  411. }{/block:ifshadow}
  412.  
  413. .lineone {
  414. width:100%;
  415. position:fixed;
  416. height:1px;
  417. background:#000;
  418. top:215px;
  419. left:0;}
  420.  
  421.  
  422. .linetwo {
  423. position:fixed;
  424. width:1px;
  425. background:#000;
  426. margin-left:300px;
  427. margin-top:70px;
  428. height:50%;
  429. }
  430.  
  431.  
  432.  
  433.  
  434. #permalinks {
  435. text-align:center;
  436. opacity: 0.0;
  437. margin-top:0px;
  438. -webkit-transition: all .5s ease;
  439. -moz-transition: all .3s ease;
  440. -o-transition: all .3s ease;
  441. transition: all .4s ease;
  442. }
  443.  
  444. #permalinks a{
  445. color:{color:link};
  446. }
  447.  
  448. #permalinks a:hover{
  449. color:{color:hover};
  450. }
  451.  
  452.  
  453. .post:hover #permalinks {
  454. text-align:center;
  455. opacity: 1.0;
  456. margin-top:1px;
  457. margin-bottom:0px;
  458. -webkit-transition: all .5s ease;
  459. -moz-transition: all .3s ease;
  460. -o-transition: all .3s ease;
  461. transition: all .4s ease;
  462. }
  463.  
  464.  
  465.  
  466. .post .permatext{
  467. position:relative;
  468. bottom:0px;
  469. right:0px;
  470. width:auto;
  471. height:auto;
  472. padding:0px;
  473. overflow:hidden;
  474. font-family:calibri;
  475. font-size:8px;
  476. line-height:16px;
  477. text-transform:lowercase;
  478. letter-spacing:1px;
  479. padding-right:0px;
  480. padding-left:0px;
  481. text-align:right;
  482. margin-top:5px;
  483. padding-top:3px;
  484. margin-bottom:0px;
  485. background-color:transparent;
  486. -webkit-transition: all .3s linear;
  487. -moz-transition: all .3s linear;
  488. transition: all .3s linear;
  489. z-index:9999999999999;
  490. }
  491.  
  492.  
  493.  
  494. .post:hover .permatext{
  495. -webkit-transition: all .3s linear;
  496. -moz-transition: all .3s linear;
  497. transition: all .3s linear;
  498. }
  499.  
  500.  
  501.  
  502.  
  503. /* BLOCKQUOTE */
  504.  
  505.  
  506.  
  507.  
  508. blockquote{
  509. padding:0px 0px 2px 5px;
  510. margin:0px 0px 2px 1px;
  511. border-left: 1px solid {color:Text};}
  512.  
  513. blockquote p, ul{margin:0px; padding:0px;}
  514.  
  515.  
  516. blockquote{
  517. padding:0px 0px 2px 5px;
  518. margin:0px 0px 2px 1px;
  519. border-left: 1px solid #f0f0f0;}
  520.  
  521. blockquote p, ul{margin:0px; padding:0px;}
  522.  
  523.  
  524.  
  525.  
  526. /* TEXT POST PERMALINKS */
  527.  
  528. .post .permatext{
  529. position:relative;
  530. bottom:0px;
  531. right:2px;
  532. width:auto;
  533. height:auto;
  534. padding:0px;
  535. overflow:hidden;
  536. font-family:consolas;
  537. font-size:8px;
  538. line-height:16px;
  539. text-transform:uppercase;
  540. text-align:right;
  541. opacity:.4;
  542. letter-spacing:1px;
  543. -webkit-transition: all .3s linear;
  544. -moz-transition: all .3s linear;
  545. transition: all .3s linear;
  546. z-index:9999999999999;
  547. }
  548.  
  549.  
  550.  
  551. .post:hover .permatext{
  552. opacity: .99;
  553. -webkit-transition: all .3s linear;
  554. -moz-transition: all .3s linear;
  555. transition: all .3s linear;
  556. }
  557.  
  558.  
  559.  
  560.  
  561. /* BLOCKQUOTE */
  562.  
  563.  
  564.  
  565.  
  566. blockquote{
  567. padding:0px 0px 2px 5px;
  568. margin:0px 0px 2px 1px;
  569. border-left: 1px solid #000000;}
  570.  
  571. blockquote p, ul
  572. {margin:0px; padding:0px;}
  573.  
  574.  
  575. blockquote{
  576. padding:0px 0px 2px 5px;
  577. margin:0px 0px 2px 1px;
  578. border-left: 1px solid #f0f0f0;}
  579.  
  580. blockquote p, ul{margin:10px; padding:0px;}
  581.  
  582.  
  583.  
  584.  
  585.  
  586. /* SIDEBAR PICTURE */
  587.  
  588.  
  589.  
  590.  
  591. .sidebarpic {
  592. border-radius:50px;
  593. padding:5px;
  594. width:50px;
  595. height:50px;
  596. margin-top:80px;
  597. margin-left:165px;
  598. background-color:#f9f9f9;
  599. background-image:url('http://static.tumblr.com/khyrdwq/Az2n8fnl1/screenshot_at_jul_09_17-01-56.png');
  600. background-position:center;
  601. -webkit-background-size: cover;
  602. -moz-background-size: cover;
  603. background-size: cover;
  604. -webkit-transition: all .2s linear;
  605. -moz-transition: all .2s linear;
  606. transition: all .2s linear;
  607. }
  608.  
  609.  
  610.  
  611. #links{
  612. height:auto;
  613. margin-left:120px;
  614. margin-top:150px;
  615. width:400px;
  616. height:auto;
  617. opacity:.8;
  618. z-index:999;
  619. font-family:consolas;
  620. text-align:left;
  621. text-transform:uppercase;
  622. font-size:8px;
  623. letter-spacing:1px;
  624. line-height: 115%;
  625. }
  626.  
  627.  
  628. /* POST BG WIDTH */
  629.  
  630.  
  631. #infscr-loading{
  632. bottom: -70px;
  633. position: absolute;
  634. left: 50%;
  635. margin-left:-8px;
  636. width:auto;
  637. height:11px;
  638. overflow:auto;
  639. margin-bottom: 50px;
  640. }
  641.  
  642. #posts {
  643. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  644. width:330px;
  645. margin: 60px 600px;
  646. background-color:#fafafa;
  647. border:1px solid #000;
  648. z-index:999999999999;
  649. {block:PermalinkPage}
  650. margin-left:550px;
  651. width:530px;
  652. background-color:white;
  653. border:1px solid #000;
  654. {/block:PermalinkPage}
  655. }
  656.  
  657. #posts img {
  658.  
  659. {block:IndexPage}
  660. max-width:300px;
  661. {/block:IndexPage}
  662. {block:PermalinkPage}
  663. max-width:500px;
  664. {/block:PermalinkPage}
  665. height:auto;
  666. background-color:white;
  667. z-index:99999999999999;
  668. overflow-y:auto;
  669.  
  670.  
  671. }
  672.  
  673. #infscr-loading{
  674. bottom: -70px;
  675. position: absolute;
  676. left: 50%;
  677. margin-left:-8px;
  678. width:16px;
  679. height:11px;
  680. overflow:hidden;
  681. margin-bottom: 70px;
  682. }
  683.  
  684.  
  685.  
  686. /* TITLES */
  687.  
  688.  
  689. .title{
  690. font-family:calibri;
  691. font-size: 10px;
  692. line-height:12px;
  693. color: #bfcae6;x
  694. letter-spacing:0px;
  695. text-align:left;
  696. font-style:bold;
  697. font-weight:normal;
  698. text-transform:uppercase;
  699. }
  700.  
  701.  
  702.  
  703.  
  704.  
  705. /* SIDEBAR */
  706.  
  707.  
  708. #sidebarya {
  709. position:fixed;
  710. width:190px;
  711. height:70px;
  712. color:#000;
  713. height:auto;
  714. z-index:9;
  715. text-align: left;
  716. background-color:;
  717. margin-left:200px;
  718. border-right:0px solid #B2B2B2;
  719. top:50px;
  720. opacity:1;
  721. padding-left:5px;
  722. padding-right:25px;
  723. padding-top:10px;
  724. padding-bottom:0px;
  725. border-radius:0px;
  726. line-height:10px;
  727. z-index:0;
  728. -webkit-transition-duration: 1s;
  729.  
  730. }
  731.  
  732.  
  733.  
  734. .descbg {
  735. overflow:hidden;
  736. width:150px;
  737. margin-left:200px;
  738. height:auto;
  739. padding:0px;
  740. margin-top:0px;
  741. text-align:center;
  742. color:#000;
  743. -webkit-transition-duration: 1s;
  744. }
  745.  
  746.  
  747.  
  748.  
  749. /* SIDEBAR LINKS */
  750.  
  751. .slink{
  752. -webkit-transition: all .5s linear;
  753. -moz-transition: all .5s linear;
  754. transition: all .5s linear;
  755. display:inline-block;
  756. width:auto;
  757. height:auto;
  758. padding:1px;
  759. text-align:right;
  760. font-family:consolas;
  761. font-size:9px;
  762. }
  763.  
  764. .slink:hover{
  765. background-color:transparent;
  766. -webkit-transition: all .5s linear;
  767. -moz-transition: all .5s linear;
  768. transition: all .5s linear;
  769. }
  770.  
  771.  
  772.  
  773. .sbbg {
  774. width:auto;
  775. display:inline-block;
  776. height:auto;
  777. opacity:1;
  778. }
  779.  
  780. #elevator {
  781. font-family:calibri;
  782. z-index:9999999999999;
  783. height: 360px; /*height of tab*/
  784. position: fixed;
  785. text-align: center;
  786. left:45px;
  787. bottom: 0px;
  788. -webkit-transition-duration: 1.5s; /*how long it takes for it to go up*/
  789. -moz-transition-duration: 1.5s; /*how long it takes for it to go up*/
  790. -o-transition-duration: 1.5s; /*how long it takes for it to go up*/
  791. transition-duration: 1.5s; /*how long it takes for it to go up*/
  792. }
  793.  
  794. #elevator:hover {
  795. z-index:9999999999999;
  796. bottom: 1205px;
  797. left: 45px;
  798. }
  799.  
  800.  
  801. #room {
  802. font-family:calibri;
  803. bottom: -1200px;
  804. position: absolute;
  805. width: 220px; /*width of tab*/
  806. height: 100%;
  807. overflow-y:scroll;
  808. overflow-x:hidden;
  809. padding: 10px;
  810. background: white; /*tab background color*/
  811. opacity: 1; /*opacity of tab*/
  812. line-height: 13px;
  813. -moz-box-shadow: 0px 0px 3px 1px silver; /*tab shadow border*/
  814. -webkit-box-shadow: 0px 0px 3px 1px silver; /*tab shadow border*/
  815. box-shadow: 0px 0px 3px 1px silver; /*tab shadow border*/
  816. -webkit-border-radius: 3px; /*rounds tab corners*/
  817. -moz-border-radius: 3px; /*rounds tab corners*/
  818. border-radius: 3px; /*rounds tab corners*/
  819. border: 1px solid #000000; /*tab border*/
  820. text-align: center;
  821. }
  822.  
  823. .button {
  824. font-family:calibri;
  825. display: block;
  826. position: fixed;
  827. left: 45px; /*distance from the left side*/
  828. bottom: 5px; /*distance from the top*/
  829. padding: 3px;
  830. width: auto; /*width of button*/
  831. height: 18px; /*height of button*/
  832. background-color: #fff; /*background color*/
  833. border-radius: 1px; /*the lower it is, the less round it'll be*/
  834. border: 3px double black; /*button border*/
  835. overflow: hidden;
  836. font-size:14px;
  837. color:black;
  838. }
  839.  
  840. .dividers {
  841. font-family:calibri;
  842. width: 95%; /*width of dividers*/
  843. height: 18px; /*height of dividesr*/
  844. padding: 5px;
  845. margin: auto;
  846. font-size:14px;
  847. line-height: 20px;
  848. background: #fff; /*background color of dividers*/
  849. color:black; /*font color of dividers*/
  850. font-weight: bold; /*font weight (none or bold)*/
  851. }
  852.  
  853.  
  854.  
  855.  
  856. /* MISC */
  857.  
  858.  
  859.  
  860. #oneout {
  861. -moz-box-shadow: 0px 0px 0px 0px ;
  862. -webkit-box-shadow: 0px 0px 0px 0px ;
  863. box-shadow: 0px 0px 0px 0px ;
  864. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  865. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  866. z-index:1000;
  867. position: fixed;
  868. top: 104px;
  869. right: 1px;
  870. width: 18px;
  871. padding: 40px 0;
  872. text-align: center;
  873. -webkit-transition-duration: 0.3s;
  874. -moz-transition-duration: 0.3s;
  875. -o-transition-duration: 0.3s;
  876. transition-duration: 0.3s;
  877. -webkit-border-radius: 0 5px 5px 0;
  878. -moz-border-radius: 0 5px 5px 0;
  879. border-radius: 0 5px 5px 0;}
  880.  
  881. #oneout_inner {
  882. -moz-box-shadow: 0px 0px 1px 0px ;
  883. -webkit-box-shadow: 0px 0px 1px 0px ;
  884. box-shadow: 0px 0px 1px 0px ;
  885. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  886. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  887. top: 150px;
  888. right: -250px;
  889. position: fixed;
  890. width: 230px;
  891. padding: 10px;
  892. background: #FFFFFF;
  893. height: auto;
  894. -webkit-transition-duration: 0.3s;
  895. -moz-transition-duration: 0.3s;
  896. -o-transition-duration: 0.3s;
  897. transition-duration: 0.3s;
  898. text-align: left;
  899. -webkit-border-radius: 0 0 5px 0;
  900. -moz-border-radius: 0 0 5px 0;
  901. border-radius: 0 0 5px 0;}
  902.  
  903. #oneout:hover {
  904. z-index:1000;
  905. right: 250px;}
  906.  
  907. #oneout:hover #oneout_inner {
  908. z-index:1000;
  909. right: 0px;}
  910.  
  911. #big{
  912. width:5px;
  913. padding:10px;
  914. margin-top:50px;
  915. color:{color:Ad};
  916. height:100px;
  917. text-shadow:
  918. 1px 1px 0 #CCC,
  919. 2px 2px 0 #CCC;
  920. margin-left:330px;
  921. font-size:12px;
  922. position:fixed;
  923. line-height:19px;
  924. font-weight:bold;
  925. font-family:century gothic;
  926.  
  927. }
  928.  
  929. .blogtitle{
  930. margin-left:20px;
  931. width:0px;
  932. position:absolute;
  933. line-height:30px;
  934. margin-top:200px;
  935. text-align:left;
  936. text-transform:uppercase;
  937. letter-spacing:1px;
  938. z-index:999999;
  939. font-size:30px;}
  940.  
  941. .blogtitle a{
  942. color:#bfcae6;}
  943.  
  944. #sda{
  945. width:360px;
  946. height:280px;
  947. left:-360px;
  948. background:#fff;
  949. top:100px;
  950. position:fixed;
  951. padding-left:30px;
  952. border:1px solid #eee;
  953. z-index:999999999999999;-webkit-transition: all .7s ease;
  954. -moz-transition: all .7s ease;
  955. -o-transition: all .7s ease;
  956. transition: all .7s ease;
  957. }
  958.  
  959. #sda:hover{
  960. left:3px;
  961. }
  962.  
  963. .desc{
  964. border-bottom:0px #eee solid;
  965. padding-bottom:5px;
  966. margin-left:110px;
  967. width:170px;
  968. color:#000;
  969. font-family:cambria;
  970. font-size:8px;
  971. text-align:center;
  972. z-index:0;
  973. margin-top:170px;
  974. }
  975.  
  976. .onetitle {
  977. display: block;
  978. writing-mode: lr-tb;
  979. -webkit-transform: rotate(-90deg);
  980. -moz-transform: rotate(-90deg);
  981. -ms-transform: rotate(-90deg);
  982. -o-transform: rotate(-90deg);
  983. transform: rotate(-90deg);
  984. position: absolute;
  985. right: -35px;
  986. top: 200px;
  987. padding: 10px;
  988. background: #fff;
  989. border-left: 1px solid #ddd;
  990. border-top: 1px solid #ddd;
  991. border-right: 1px solid #ddd;
  992. font-family:'titulo';
  993. font-size: 16px;
  994. font-weight: normal;
  995. text-transform: none;
  996. letter-spacing: -1px;}
  997.  
  998.  
  999. .heading {
  1000. font-size:20px;
  1001. font-family:;
  1002. letter-spacing:-1px;
  1003. line-height:20px;
  1004. padding-top:0px;
  1005. color:{color:text};
  1006. font-style:normal;
  1007. text-align:center;
  1008. }
  1009.  
  1010. .corner {
  1011. position:fixed;
  1012. top:10px;
  1013. left:0px;
  1014. width:auto;
  1015. height:auto;
  1016. color:{color:text};
  1017. background-color:;
  1018. -webkit-transition-duration: 1s;
  1019. overflow:hidden;
  1020. }
  1021.  
  1022.  
  1023. .nomm {position:fixed;text-align:center;bottom:0px;font-family:calibria;font-size:8px;left:10px;padding-top:0px;padding-right:7px;padding-left:2px;padding-bottom:2px;width:auto;height:auto;border-top-right-radius:5px;background-color:#000;z-index:99999;color:#fff;}
  1024.  
  1025. .chat ul {
  1026. padding:0px 0px 0px 0px;
  1027. margin:0px 0px 0px 0px;
  1028. }
  1029.  
  1030. .chat li {
  1031. line-height:12px;
  1032. list-style-type: none;
  1033. padding-left:0px;
  1034. margin-right:0px;
  1035. }
  1036.  
  1037. .chat li.odd {
  1038. color:{color:Text};
  1039. }
  1040.  
  1041. .chat li.even {
  1042. color: {color:Text};
  1043. background-color: {color:permalink};
  1044. }
  1045.  
  1046. .label {
  1047. text-transform: none;
  1048. color:{color:text};
  1049. text-align:left;
  1050. }
  1051.  
  1052.  
  1053. .nom {position:fixed;text-align:right;top:30px;font-family:calibria;font-size:8px;right:2px;padding:0px;width:auto;height:auto;z-index:99999; -webkit-filter: invert(100%);
  1054. }
  1055.  
  1056. .nomom {position:fixed;text-align:right;top:55px;font-family:calibria;font-size:8px;right:2px;padding:0px;width:auto;height:auto;z-index:99999;
  1057. }
  1058.  
  1059. blockquote{
  1060. padding:0px 0px 2px 5px;
  1061. margin:0px 0px 2px 2px;
  1062. border-left: 1px dotted {color:text};
  1063. }
  1064.  
  1065.  
  1066. ul#drawers {text-align:right;width: 200px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px;}
  1067.  
  1068. ul#drawers a {text-align: right;text-decoration: none;}
  1069.  
  1070. ul#drawers li h4 {margin: 0; padding: 0px; text-align: right; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out; font-weight:normal;
  1071.  
  1072. li.drawer h4.open {text-align: right; border-top: 0px;}
  1073.  
  1074. li.drawer div {text-align: right;padding: 0px; margin: 0px; line-height: 12px; }
  1075.  
  1076. li.drawer div li {text-align: right;list-style-type: disc;}
  1077.  
  1078. li.drawer div ul {text-align: right;-webkit-padding-start: 12px;}
  1079.  
  1080.  
  1081.  
  1082.  
  1083. </style>
  1084. </head>
  1085. <body onkeydown="return false">
  1086.  
  1087. <div class="t_ask" style="display: none;text-align:center;"><p>
  1088. i track the tag &ldquo;<a href="http://www.tumblr.com/tagged/desparate">desparate</a>"&nbsp;
  1089. <br /><br />
  1090. <strong>things you should know know:</strong><br />
  1091. whats your name: courtney! &nbsp;<br />
  1092. where do you live: australia<br />
  1093. relationship status: <a href="http://lets-wave-one-last-goodbye.tumblr.com">i love him</a><br />
  1094. <br /><br />
  1095. <strong>things you <em>might</em> want to know:</strong><br />
  1096. who do you follow?: <a href="http://desparate.tumblr.com/blogroll">i have a blog roll here</a><br />
  1097. theme by?: <a href="http://desparatethemes.tumblr.com">desparatethemes</a><a href="http://seascapethemes.tumblr.com/"><br /></a><br />
  1098. <strong>when i click agree on your theme rules it logs me out, why?: read the rules.</strong><br />
  1099. <br /><br />
  1100. <strong>things i can do:</strong><br />
  1101. if you want me to check your blog out just tag me&nbsp;<span>"desparate"</span><span>&nbsp;in a post, please don&rsquo;t ask</span><br />
  1102. if theres something wrong with one of my themes, make sure to include the theme name and what&rsquo;s wrong exactly, ill get back to you asap<br />
  1103. if you have any html questions,<strong> <a href="http://courtorials.tumblr.com">send them here</a></strong><br />
  1104. <br /><br />
  1105. <strong>things i don't do:</strong><br />
  1106. i don't reblog anything on request.<br />
  1107. i will not promote you<br />
  1108. i will not click your ad<br />
  1109. i will not follow you back on demand.<br />
  1110. <br /><br />
  1111. &hearts;<br />
  1112. any other quires, message me.
  1113. </div>
  1114. <div class="b_ask" style="display: none;"><p></p></div>
  1115.  
  1116. {block:ifsmoke}
  1117. <div id="smoke">
  1118. <div class="smoke"></div>
  1119. <div class="smoke2"></div>
  1120. </div>
  1121. {/block:ifsmoke}
  1122. <div id="sda">
  1123. <div id="big">R E A D <br><br>T H I S</div>
  1124. <br>
  1125. <br>
  1126. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  1127. <!-- dsparate -->
  1128. <ins class="adsbygoogle"
  1129. style="display:inline-block;width:300px;height:250px"
  1130. data-ad-client="ca-pub-1125356644443577"
  1131. data-ad-slot="6220678845"></ins>
  1132. <script>
  1133. (adsbygoogle = window.adsbygoogle || []).push({});
  1134. </script>
  1135. </div>
  1136.  
  1137.  
  1138. <div id="elevator">
  1139.  
  1140. <span class="button">
  1141. LATEST UPLOADS
  1142. </span>
  1143.  
  1144. <div id="room">
  1145. <div class="dividers"> <i>CLICK TO REBLOG</i> </div>
  1146. <br>
  1147. <span class="perm1">
  1148. <a title="rock" href="https://www.tumblr.com/reblog/95455570467/Xhsn2MlC" target="_blank"><img src="http://31.media.tumblr.com/bbd056a3129e47161caad55e18080b5f/tumblr_napk2dDjfq1r386pto1_1280.jpg" width="210px"></a>
  1149. <br><br>
  1150. <a title="simplistic" href="https://www.tumblr.com/reblog/95159809012/4LDFJjYq" target="_blank"><img src="http://33.media.tumblr.com/4a18c257e7a34bad53ea6ca8a6eaa8a4/tumblr_najcdgcTq91r386pto1_1280.jpg" width="210px"></a>
  1151. <br><br>
  1152. <a title="hiking" href="https://www.tumblr.com/reblog/92997062457/hy3GgQPj" target="_blank"><img src="http://33.media.tumblr.com/f1cd662f224931234ce081681356ce21/tumblr_n9d2zha9Kn1r386pto1_1280.jpg" width="210px"></a>
  1153. <br><br>
  1154. <a title="waves" href="https://www.tumblr.com/reblog/89726376307/2aexi1O2" target="_blank"><img src="http://38.media.tumblr.com/9ea5820de02b49998f39d69006fd67dc/tumblr_n7nnz047GM1r386pto1_1280.jpg" width="210px"></a>
  1155. <br><br>
  1156. <a title="rain" href="https://www.tumblr.com/reblog/89726294192/Ykd8AnY4" target="_blank"><img src="http://38.media.tumblr.com/30b88b31dc6e6c8620953f98e2ce8671/tumblr_n7nnxklLDz1r386pto1_1280.jpg" width="210px"></a>
  1157. <br><br></span>
  1158.  
  1159. </div></div>
  1160.  
  1161. <div class="lineone"></div>
  1162. <div class="linetwo"></div>
  1163. <div id="sidebarya">
  1164. <a href="/"><div class="sidebarpic"></div></a>
  1165. </div>
  1166. <div id="sidebarya">
  1167. <div class="blogtitle"><a href="/">海 景</a></div>
  1168. </div>
  1169. <br>
  1170. <div id="sidebarya">
  1171. <div class="desc" style="text-align:center;">
  1172. {description}
  1173. <br><br>
  1174. <a href="http://desparate.tumblr.com/ask" title="read the faq before asking">ask</a> -
  1175. <a href="http://desparate.tumblr.com/themes" title="read the rules carefully">themes</a><br>
  1176. <a href="http://www.yourworldoftext.com/~courtneylauren/in4viate"title="don't forget to sign your url">sign here</a> -
  1177. <a href="http://instagram.com/encages"title="insta">instagram</a><br>
  1178. <a href="http://desparate.tumblr.com/tagged/photography"title="my photography">photography</a> -
  1179. <a href="http://twitter.com/desparates"title="twitter">twitter</a><br>
  1180. <a href="http://fat-amy.tumblr.com/"title="im not funny">humour blog</a>
  1181. </div>
  1182. </div>
  1183. </div>
  1184. <div id="posts">
  1185. {block:Posts}
  1186. <div class="post">
  1187.  
  1188. {block:Answer}
  1189. <div class="ask"><u>{Asker}</u> said: <i>{Question}</i></div>
  1190. {Answer}
  1191. {block:IndexPage}
  1192. <div class="permatext"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a></div>
  1193. {/block:IndexPage}
  1194. {/block:Answer}
  1195.  
  1196. {block:Text}
  1197. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1198. <span class="posttext">{Body}</span>
  1199. {block:IndexPage}
  1200. <div class="permatext"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a></div>
  1201. {/block:IndexPage}
  1202. {/block:text}
  1203.  
  1204. {block:Link}
  1205. <a href="{URL}" class="title"><center>{Name}</center></a>
  1206. {block:Description}{Description}{/block:Description}
  1207. {block:IndexPage}
  1208. <div class="permatext"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a></div>
  1209. {/block:IndexPage}
  1210. {/block:Link}
  1211.  
  1212. {block:Photo}
  1213. {block:IndexPage}
  1214. <div class="photo">
  1215. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" height="250"/></a>
  1216. </div>
  1217. <div class="perms">
  1218. <div class="lank">
  1219. <a href="{ReblogURL}" target="_blank" title"reblog"><i class="fa fa-retweet"></i></a>
  1220. <a href="{Permalink}" title="{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}"><i class="fa fa-link"></i></a>
  1221. <a id="single_image" href="{PhotoURL-500}" alt=""><i class="fa fa-eye"></i></a>
  1222. </div>
  1223. </div>
  1224. {/block:IndexPage}
  1225. {block:PermalinkPage}
  1226. <center>{LinkOpenTag}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="auto"/>{LinkCloseTag}</center>
  1227. {/block:PermalinkPage}
  1228. {/block:Photo}
  1229.  
  1230. {block:Photoset}
  1231. {block:IndexPage}
  1232. <center>{block:Photos}<div style="margin-bottom:5px;"><a href="{permalink}">
  1233. <div class="img"><img src="{PhotoURL-250}"/></div></a></div>{/block:Photos}</center>
  1234. <a href="permalink" target="_blank">
  1235. <div class="perms">
  1236. posted at </a> {12Hour}:{Minutes} {AmPm} on </a> {DayofWeek} <br> with </a><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  1237. </div>
  1238. {/block:IndexPage}
  1239.  
  1240. {block:PermalinkPage}
  1241. <center>
  1242. {Photoset-500}
  1243. </center>
  1244. {/block:PermalinkPage}
  1245. {/block:Photoset}
  1246.  
  1247. {block:Quote}
  1248. <span class="title">"{Quote}"</span>
  1249. {block:Source}<Br><i> <center>{Source}</center></i>{/block:Source}
  1250. {block:IndexPage}
  1251. <div class="permatext">
  1252. <a href="{Permalink}">
  1253. <font color="{color:permalink}">{notecountwithlabel}</font>
  1254. </a>
  1255. </div>
  1256. {/block:IndexPage}
  1257. {/block:Quote}
  1258.  
  1259. {block:Chat}
  1260. <div class="textpost">
  1261. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1262. <ul class="chat">
  1263. {block:Lines}
  1264. <li class="user_{UserNumber}">
  1265. {block:Label}
  1266. <span class="label">{Label}</span>
  1267. {/block:Label}
  1268. {Line}
  1269. </li>
  1270. {/block:Lines}
  1271. </ul>
  1272. {block:IndexPage}
  1273. <div class="permatext">
  1274. <a href="{Permalink}">
  1275. <font color="{color:permalink}">{notecountwithlabel}</font>
  1276. </a>
  1277. </div>
  1278. {/block:IndexPage}
  1279. </div>
  1280. {/block:Chat}
  1281.  
  1282. {block:Audio}
  1283. <center>
  1284. {block:IndexPage}
  1285. <div class="audioplayer" style="max-width:148px;overflow:hidden;">
  1286. <div style="float:left">{AudioPlayerWhite}</div>
  1287. </div>
  1288. {/block:IndexPage}
  1289. {block:PermalinkPage}
  1290. <div style="width:250px; height:28px;">
  1291. <div style="float:left">{AudioPlayerWhite}</div>
  1292. </div>
  1293. {/block:PermalinkPage}
  1294. {block:IndexPage}{caption}{/block:IndexPage}
  1295. </center>
  1296. {block:IndexPage}
  1297. <div class="permatext">
  1298. <a href="{Permalink}">
  1299. <font color="{color:permalink}">{notecountwithlabel}</font>
  1300. </a>
  1301. </div>
  1302. {/block:IndexPage}
  1303. {/block:Audio}
  1304.  
  1305.  
  1306. {block:Video}
  1307. {block:IndexPage}
  1308. <center>
  1309. <div class="video" height="auto">{Video-250}</div>
  1310. </center>
  1311. <div class="perma">
  1312. <font color="{color:permalink}">
  1313. <a href="{Permalink}">
  1314. <font color="{color:permalink}"></font>
  1315. </a>
  1316. <a href="{ReblogURL}" target="_blank">
  1317. <font color="{color:permalink}"></font>
  1318. </a>
  1319. </font>
  1320. </div>
  1321. {/block:IndexPage}
  1322. {block:PermalinkPage}
  1323. <center>
  1324. {Video-500}
  1325. </center>
  1326. {/block:PermalinkPage}
  1327. {block:Video}
  1328.  
  1329. {block:PermalinkPage}
  1330. <center>
  1331. {block:Caption}{Caption}{/block:Caption}
  1332. {block:IndexPage} Posted {block:IndexPage}{timeago}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<br>Tagged as: {block:Tags}<a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:hasTags}
  1333. </center>
  1334. {/block:PermalinkPage}
  1335.  
  1336.  
  1337. {block:PostNotes}
  1338. {PostNotes}
  1339. {/block:PostNotes}
  1340. </div>
  1341. {/block:Posts}
  1342. </div>
  1343.  
  1344. {block:IndexPage}
  1345. {block:Pagination}
  1346. <div id="pagination">
  1347. {block:NextPage}
  1348. <a id="nextPage" href="{NextPage}"></a>
  1349. {/block:NextPage}
  1350. {block:PreviousPage}
  1351. <a href="{PreviousPage}"></a>
  1352. {/block:PreviousPage}
  1353. </div>
  1354. {/block:Pagination}
  1355. {/block:IndexPage}
  1356. <div style="position:fixed;right:2px;bottom:2px;">
  1357. <a href="http://desparatethemes.tumblr.com" target="_blank"><img src="http://oi43.tinypic.com/2nai646.jpg" border="0" title="this takes you to my themes (shh)" alt="fly"></a>
  1358.  
  1359. <div class="nom">
  1360. <a href="http://desparate.tumblr.com/themes">
  1361. <img src="http://static.tumblr.com/0lbtirv/Rddmcewz3/haha.png"title="my themes">
  1362. </a>
  1363. </div>
  1364. <div class="nomom">
  1365. <hr><a href="http://instagram.com/encages"title="my instagram!">insta: @encages</a><hr>
  1366. </div>
  1367. <div style="position:fixed;right:1px;top:89px; ">
  1368. <a href="http://tumblrtheme.directory/" target="blank" title="click here for a list of theme makers!"><img src="http://static.tumblr.com/o7bl2im/Ms4n2wgwu/tgods_logo.png" width="22" ></a>
  1369. </div>
  1370. <div style="position:fixed;right:-500px;bottom:89px;">
  1371. <script language="JavaScript" src="http://tc.freehostedscripts.net/tcounter.php?url=desparate.tumblr.com&name="></script>
  1372. </div>
  1373.  
  1374. <meta name="if:AnonBeGone" content="0" />
  1375.  
  1376. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  1377. <script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>
  1378. <script type="text/javascript" src="http://isotope.metafizzy.co/isotope.pkgd.min.js"></script>
  1379. <script type="text/javascript" src="http://static.tumblr.com/0xll37k/6QRn49wdh/infinitescroll.js"></script>
  1380. <script type="text/javascript" src="http://imagesloaded.desandro.com/imagesloaded.pkgd.min.js"></script>
  1381. <script type="text/javascript" src="http://static.tumblr.com/0xll37k/PuMnb0muv/pageload.js"></script>
  1382. <script type="text/javascript" src="http://static.tumblr.com/xxlkr4u/fWvn2aku1/jquery.stellar.min.js"></script>
  1383. <script type="text/javascript" src="http://static.tumblr.com/r1qfntd/rlYmzkwzc/jquery.firefly.js"></script>
  1384. <script type="text/javascript" src="http://static.tumblr.com/ssdtkch/AhIlqr0kb/jquery.easing-1.3.pack.js"></script>
  1385. <script type="text/javascript" src="http://static.tumblr.com/0xll37k/wgCnchx0o/jquery.fancybox.pack.js"></script>
  1386. <script type="text/javascript" src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1387.  
  1388.  
  1389. <script type="text/javascript">
  1390. $(window).load(function() {
  1391. $('#posts').loadInfiniteScroll('.post');
  1392. $('#posts').loadOffscreen($('.post'));
  1393. });
  1394.  
  1395. {block:IfAnonBeGone}
  1396. $(document).ready(function() {
  1397. var ask_box = $('iframe#ask_form');
  1398. var background_color = 'white';
  1399. var current_ask_box_src = ask_box.attr('src');
  1400. var tumblr_url = current_ask_box_src.replace('http://www.tumblr.com/ask_form/', '');
  1401. ask_box.attr('src', '/anon');
  1402. });
  1403. {/block:IfAnonBeGone}
  1404.  
  1405. $(window).load(function () {
  1406. var url = window.location.pathname;
  1407. var page = url.split('/')[1];
  1408. if(page == 'ask'){
  1409. $('.post').attr('style', 'width: 520px !important;');
  1410. $('iframe#ask_form').attr('style', 'height: 190px !important');
  1411. $(".title").after($(".t_ask"));
  1412. $("iframe#ask_form").after($(".b_ask"));
  1413. $(".t_ask").show();
  1414. $(".b_ask").show();
  1415. }
  1416. });
  1417.  
  1418. $(document).ready(function() {
  1419. $("a#single_image").fancybox();
  1420. $("a#inline").fancybox({
  1421. 'hideOnContentClick': true
  1422. });
  1423. $("#various3").fancybox({
  1424. 'width' : '50%',
  1425. 'height' : '30%',
  1426. 'autoScale' : false,
  1427. 'transitionIn' : 'none',
  1428. 'transitionOut' : 'none',
  1429. 'type' : 'iframe'
  1430. });
  1431. });
  1432.  
  1433. $(window).load(function() {
  1434. $("[title],a[title],img[title]").style_my_tooltips({
  1435. tip_follows_cursor:true,
  1436. tip_delay_time:100,
  1437. tip_fade_speed:300,
  1438. attribute:"title"
  1439. });
  1440. });
  1441.  
  1442.  
  1443. var TimerID;
  1444. var updown = true;
  1445. var str = 1;
  1446.  
  1447. function start() {
  1448. if (document.all)
  1449. TimerID = window.setInterval( "wave()", 100 );
  1450. }
  1451.  
  1452. function wave() {
  1453. if ( str > 20 || str < 1 )
  1454. updown = !updown;
  1455.  
  1456. if ( updown )
  1457. str++;
  1458. else
  1459. str--;
  1460.  
  1461. wft.filters( "wave" ).phase = str * 20;
  1462. wft.filters( "wave" ).strength = str;
  1463. }
  1464.  
  1465. window.onload=start
  1466. </script>
  1467.  
  1468. </body>
  1469. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement