moanszayn

Clouds

Nov 9th, 2014
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 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.  
  3. <!--
  4. THEME BY AILEEN AKA LUSTINGLOU
  5. FOLLOW THE RULES AND STAY GUCCI
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="color:background" content="#B5ADCB"/>
  19. <meta name="color:title" content="#bbbbbb"/>
  20. <meta name="color:desc" content="#444444"/>
  21. <meta name="color:Text" content="#fff"/>
  22. <meta name="color:selection" content="#000"/>
  23. <meta name="color:SBLink" content="#B5ADCB"/>
  24. <meta name="color:Tags" content="#fff"/>
  25. <meta name="color:Hover" content="#f1f1f1"/>
  26. <meta name="color:scrollbarbg" content="#B5ADCB"/>
  27. <meta name="color:Links" content="#bbb"/>
  28. <meta name="color:info" content="#fff"/>
  29. <meta name="color:ask" content="#000"/>
  30. <meta name="color:asklink" content="#000000"/>
  31. <meta name="color:askbg" content="#fff"/>
  32.  
  33.  
  34.  
  35. <meta name="image:sidebar" content=""/>
  36.  
  37. <meta name="text:sidetitle" content="text here">
  38.  
  39. <meta name="text:linkA" content="">
  40. <meta name="text:linkA url" content="/">
  41. <meta name="text:linkB" content="">
  42. <meta name="text:linkB url" content="/">
  43. <meta name="text:linkC" content="">
  44. <meta name="text:linkC url" content="/">
  45. <meta name="text:linkD" content="">
  46. <meta name="text:linkD url" content="/">
  47. <meta name="text:linkE" content="">
  48. <meta name="text:linkE url" content="/">
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53.  
  54. /*--scrollbar--*/
  55.  
  56. ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:12px; background-color:{color:scrollbarbg};}
  57. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  58. ::-webkit-scrollbar {background-color:white;height:7px;width:12px;border:5px solid #fff;}
  59. }
  60.  
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:helvetica;
  67. font-size:9px;
  68. line-height:100%;
  69.  
  70. }
  71.  
  72. p.test {word-wrap:break-word;}
  73.  
  74. a {
  75. text-decoration:none;
  76. -moz-outline-style:none;
  77. color:{color:links};
  78. -webkit-transition-duration:0.6s;
  79.  
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86.  
  87. h1 {
  88. font-family:helvetica;
  89. font-size:12px;
  90. text-transform:uppercase;
  91. }
  92.  
  93. h2 {
  94. font-family:helvetica;
  95. text-transform:uppercase;
  96. padding:5px;
  97. font-weight:bold;
  98. color:{color:Links};
  99. }
  100.  
  101. blockquote {
  102. padding-left:5px;
  103. border-left:5px solid {color:title};
  104. }
  105.  
  106. blockquote blockquote {
  107. padding-left:5px;
  108. border-left:5px solid {color:title};
  109. }
  110.  
  111.  
  112. a:hover {
  113. color:{color:hover};
  114. }
  115.  
  116. #post p{
  117. font-family:helvetica;
  118. }
  119.  
  120. #container{
  121. margin-top:65px;
  122. margin-left:30px;
  123. width:220px;
  124. height:75px;
  125. position:fixed;
  126. z-index:11;
  127. }
  128.  
  129. #title {
  130. margin-top:-20px;
  131. margin-left:850px;
  132. top:210px;
  133. position:fixed;
  134. font-size:15px;
  135. color:{color:title};
  136. width:220px;
  137. text-align:right;
  138. font-family:arial;
  139. text-transform:lowercase;
  140. font-weight:bold;
  141. letter-spacing:2px;
  142. z-index:0;
  143. text-shadow:12px 0px transparent, -12px 0px transparent;
  144. -moz-transition-duration:.8s;
  145. -webkit-transition-duration:.8s;
  146. -o-transition-duration:.8s;
  147. }
  148.  
  149. #title:hover {
  150. color:{color:title};
  151. text-shadow:0px 0px {color:title};, 0px 0px {color:title};
  152. }
  153.  
  154. #sidebar {
  155. position:fixed;
  156. height:100px;
  157. width:100px;
  158. margin-left:880px;
  159. margin-top:155px;
  160. opacity:1;
  161. -moz-transition-duration:0.6s;
  162. -webkit-transition-duration:0.6s;
  163. -o-transition-duration:0.6s;
  164.  
  165. }
  166.  
  167.  
  168.  
  169. #sidebarimage img {
  170. width:190px;
  171. -moz-transition-duration:1s;
  172. -webkit-transition-duration:1s;
  173. -o-transition-duration:1s;
  174. }
  175.  
  176.  
  177.  
  178. .desc {
  179. position:fixed;
  180. margin-top:-0px;
  181. margin-left:0px;
  182. font-family:helvetica;
  183. line-height:140%;
  184. font-size:10px;
  185. font-style:normal;
  186. width:190px;
  187. padding-bottom:2px;
  188. text-align:justify;
  189. color:{color:desc};
  190. opacity:1;
  191.  
  192.  
  193. }
  194.  
  195. .desc a
  196. {color:{color:sblink};
  197. }
  198.  
  199.  
  200. .links {
  201. margin-top:-2px;
  202. margin-left:-15px;
  203. width:218px;
  204. font-family:helvetica ;
  205. text-align:center;
  206. text-transform:lowercase;
  207. padding:1px;
  208. font-weight:700;
  209. letter-spacing:0px;
  210. z-index:2;
  211. -moz-transition-duration:1s;
  212. -webkit-transition-duration:1s;
  213. -o-transition-duration:1s;
  214.  
  215.  
  216. }
  217.  
  218.  
  219. .links a {
  220. word-spacing:0px;
  221. text-align:justify;
  222. color:{color:sblink};
  223. padding:5px;
  224. padding-left:6px;
  225. padding-bottom:6px;
  226. font-size:11px;
  227. -moz-transition-duration:0.5s;
  228. -webkit-transition-duration:0.5s;
  229. -o-transition-duration:0.5s;
  230. }
  231.  
  232. .links a:hover {
  233. color:{color:hover};
  234. text-align:justify;
  235. -moz-transition-duration:0.9s;
  236. -webkit-transition-duration:0.9s;
  237. -o-transition-duration:0.9s;
  238. text-decoration:none;
  239. }
  240.  
  241.  
  242. #pagi{
  243. line-height:30%;
  244. padding:8.5px;
  245. padding-bottom:12px;
  246. display:block;
  247. width:173px;
  248. font-size:11px;
  249. text-align:center;
  250. margin-left:455px;
  251. margin-top:-30px;
  252. font-weight:bold;
  253. font-family:helvetica;
  254. word-spacing:5px;
  255. opacity:0.9;
  256. -moz-transition-duration:0.5s;
  257. -webkit-transition-duration:0.5s;
  258. -o-transition-duration:0.5s;
  259. z-index:1111;
  260.  
  261. }
  262.  
  263. #pagi a{
  264. color:{color:info};
  265.  
  266. }
  267.  
  268. #pagi a:hover{
  269. color:{color:hover};}
  270.  
  271.  
  272.  
  273. #all {
  274. padding:0px;
  275. width:400px;
  276. margin-left:300px;
  277. margin-top:50px;
  278. font-size:10px;
  279. padding-left:35px;
  280. font-family:helvetica;
  281.  
  282. }
  283.  
  284. #topbar{
  285. height:200px;
  286. width:900px;
  287. background-color:#fff;
  288. z-index:111111111111111;
  289. position:fixed;
  290. margin-top:-215px;
  291. margin-left:-70px;
  292. }
  293.  
  294. #postscontainer{
  295. height:1100px;
  296. width:900px;
  297. background-color:{color:background};
  298. z-index:-111111111111111;
  299. position:fixed;
  300. margin-top:-25px;
  301. margin-left:-70px;
  302. }
  303.  
  304. .posts {
  305. color:{color:text};
  306. width: 400px;
  307. padding:30px;
  308. padding-top:40px;
  309. margin-bottom:-10px;
  310. text-align: left;
  311. position: relative;
  312. }
  313.  
  314. .posts a{
  315. font-weight:bold;
  316. color:{color:link};
  317. }
  318.  
  319. .postinfo {
  320. opacity:0;
  321. padding-left:4px;
  322. position: absolute;
  323. margin-left:-250px;
  324. margin-top:35px;
  325. padding:2px;
  326. top: 0px;
  327. font-weight:bold;
  328. width:80px;
  329. max-width: 100px;
  330. font-size:11px;
  331. font-style:none;
  332. text-transform:lowercase;
  333. color:{color:info};
  334. text-align:right;
  335. -moz-transition-duration:0.8s;
  336. -webkit-transition-duration:0.8s;
  337. -o-transition-duration:0.8s;
  338. }
  339.  
  340. .posts:hover .postinfo{
  341. opacity:1;
  342. margin-left:-100px;
  343. -moz-transition-duration:0.8s;
  344. -webkit-transition-duration:0.8s;
  345. -o-transition-duration:0.8s;
  346. }
  347.  
  348. .postinfo a{
  349. font-weight:500;
  350. font-family:'helvetica';
  351. padding:1px;
  352. z-index:999;
  353. text-align:right;
  354. color:{color:info};
  355. -moz-transition-duration:.5s;
  356. -webkit-transition-duration:.5s;
  357. -o-transition-duration:.5s;
  358. }
  359. .postinfo a:hover {
  360. color:{color:hover} ;
  361. -moz-transition-duration:.5s;
  362. -webkit-transition-duration:.5s;
  363. -o-transition-duration:.5s;
  364.  
  365. }
  366.  
  367. #tags {
  368. float:right;
  369. width:70px;
  370. height:auto;
  371. margin-top:-0px;
  372. margin-left:-8px;
  373. text-align:right;
  374. font-size:9px;
  375. padding-top:2px;
  376. font-size:8px;
  377. transition-duration: 0.5s;
  378. -moz-transition-duration: 0.5s;
  379. -webkit-transition-duration: 0.5s;
  380. -o-transition-duration: 0.5s
  381. color:#bbb;
  382. }
  383.  
  384. #tags a {
  385. text-transform:none;
  386. padding:2px;
  387. letter-spacing:0px;
  388. font-size:9px;
  389. text-align:right;
  390. font-weight:normal;
  391. font-family:'helvetica';
  392. text-decoration:none;
  393. display:inline-block;
  394. color:{color:Tags};
  395. -moz-transition-duration:0.3s;
  396. -webkit-transition-duration:0.3s;
  397. -o-transition-duration:0.3s;
  398. }
  399.  
  400. #tags a:hover {
  401. -moz-transition-duration:0.5s;
  402. -webkit-transition-duration:0.5s;
  403. -o-transition-duration:0.5s;
  404. color:{color:Hover};
  405. }
  406.  
  407. #question {
  408. padding:5px;
  409. font-size:13px;
  410. font-weight:bold;
  411. font-family:helvetica;
  412. letter-spacing:0px;
  413. text-align:left;
  414. font-style:none;
  415. background: {color:askbg} ;
  416. color:{color:ask} ;
  417. -moz-transition-duration:0.5s;
  418. -webkit-transition-duration:0.5s;
  419. -o-transition-duration:0.5s;
  420. }
  421.  
  422.  
  423.  
  424. #questionlink {
  425. font-family:arial;
  426. text-align:left;
  427. font-style:normal;
  428. font-size:18px;
  429. font-weight:bold;
  430. color:{color:asklink};
  431. text-transform:lowercase;
  432.  
  433. }
  434.  
  435.  
  436. #questionlink a {
  437. padding-top:5px;
  438. font-family:arial;
  439. text-align:left;
  440. font-style:normal;
  441. font-size:18px;
  442. font-weight:bold;
  443. color:{color:asklink};
  444. text-transform:lowercase;
  445.  
  446. }
  447.  
  448. .audio {
  449. padding-bottom:10px;
  450. }
  451.  
  452. .albumart {
  453. float:left;
  454. padding:0px 10px 0px 0px;
  455. }
  456.  
  457. .albumart img {
  458. border:5px solid {color:info};
  459. width:80px;
  460. height:80px;
  461. }
  462.  
  463. .playercontainer {
  464. text-align:left;
  465. padding:10px;
  466. }
  467.  
  468. .audioinfo {
  469. font-size:11px;
  470. font:arial;
  471. padding:10px;
  472. margin-bottom:-25px;
  473. font-weight:bold;
  474. color:{color:info};
  475. }
  476.  
  477. #postnotes {
  478. display:block;
  479. margin-top:-200;
  480. margin-left:341px;
  481. color:black;
  482. width:440px;
  483. font-family:helvetica;
  484. font-size:10px;
  485. }
  486.  
  487. #postnotes ol {
  488. line-height:110%;
  489. color:black;
  490. list-style-type: none;
  491.  
  492. }
  493.  
  494. #postnotes li {
  495. padding:5px;
  496. letter-spacing:2px;
  497. display:block;
  498. margin-top:5px;
  499. color:black;
  500. -webkit-transition-duration:.4s;
  501. -moz-transition-duration:.4s;
  502. -o-transition-duration:.4s;
  503. -ms-transition-duration:.4s;
  504. }
  505.  
  506. #postnotes li a{
  507. color:{color:title};
  508. }
  509.  
  510. #postnotes li:hover a {
  511. color:{color:info};
  512. }
  513.  
  514. #postnotes img {
  515. padding-right:5px;
  516. }
  517.  
  518. #credit {
  519. padding:2px;
  520. color:#000;
  521. position:fixed;
  522. bottom:5px;
  523. right:0px;
  524. font-size:19px;
  525. letter-spacing:-1px;
  526. font-family:arial;
  527. -moz-transition-duration: .6s;
  528. -webkit-transition-duration: .6s;
  529. -o-transition-duration: .6s;
  530. }
  531.  
  532. #credit a {
  533. font-weight:bold;
  534. text-transform:lowercase;
  535. color:#000;
  536. padding:3px;
  537. padding-right:5px;
  538. -moz-transition-duration: .6s;
  539. -webkit-transition-duration: .6s;
  540. -o-transition-duration: .6s;
  541. }
  542.  
  543.  
  544. #credit a:hover{
  545. background: black;
  546. color: white;
  547. -moz-transition-duration:0.3s;
  548. -webkit-transition-duration:0.3s;
  549. -o-transition-duration:0.3s;
  550. }
  551.  
  552.  
  553. {CustomCSS}
  554. iframe#tumblr_controls { right:3px !important; position: fixed !important; z-index:999999999999999999999999999999999999999999999 !important; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; -webkit-filter: invert(100%);}
  555. ::-moz-selection {background: {color:selection}; color:#fff;}
  556.  
  557. ::selection {background:{color:selection}; color:#fff; }
  558.  
  559.  
  560.  
  561. #s-m-t-tooltip {
  562.  
  563. max-width:300px;
  564.  
  565. padding:3px 4px 5px 4px;
  566.  
  567. margin:20px 0px 0px 20px;
  568.  
  569. background-color:#fff; /* change the background color */
  570.  
  571. font-family:helvetica; /* change the font */
  572.  
  573. font-size:9px; /* change the font size */
  574.  
  575. letter-spacing:2px; /* change the letter spacing */
  576.  
  577. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  578.  
  579. color:#000; /* change the text color */
  580.  
  581. z-index:999999999999999999999999999999999999;
  582.  
  583. }
  584.  
  585. </style>
  586.  
  587.  
  588.  
  589. </head>
  590.  
  591. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  592.  
  593. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  594.  
  595. <script>
  596.  
  597. (function($){
  598.  
  599. $(document).ready(function(){
  600.  
  601. $("a[title]").style_my_tooltips({
  602.  
  603. tip_follows_cursor:true,
  604.  
  605. tip_delay_time:90,
  606.  
  607. tip_fade_speed:600,
  608.  
  609. attribute:"title"
  610.  
  611. });
  612.  
  613. });
  614.  
  615. })(jQuery);
  616.  
  617. </script>
  618.  
  619. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'><body>
  620.  
  621.  
  622.  
  623. <div id="title">{text:sidetitle}</div> </div>
  624.  
  625. <div id="sidebar">
  626. <div id="sidebarimage"><a href="/"> <img src="{image:sidebar}"></a> </div>
  627.  
  628.  
  629.  
  630.  
  631. <div class="links">
  632. {block:IfLinkA}
  633. <a href="{text:linkA url}">{text:linkA}</a>
  634. {/block:IfLinkA}
  635. {block:IfLinkB}
  636. <a href="{text:linkB url}">{text:linkB}</a>
  637. {/block:IfLinkB}
  638. {block:IfLinkC}
  639. <a href="{text:linkC url}">{text:linkC}</a>
  640. {/block:IfLinkC}
  641. {block:IfLinkD}
  642. <a href="{text:linkD url}">{text:linkD}</a>
  643. {/block:IfLinkD}
  644. {block:IfLinkE}
  645. <a href="{text:linkE url}">{text:linkE}</a>
  646. {/block:IfLinkE} </div>
  647. <div class="desc">
  648. {Description}
  649. </div>
  650. </div>
  651.  
  652.  
  653.  
  654.  
  655. <div id="topbar"> </div>
  656. <div id="postscontainer"> </div>
  657. <div id="all">{block:Posts}<div class="posts">
  658.  
  659. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  660.  
  661. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  662.  
  663.  
  664. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  665. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  666.  
  667. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  668.  
  669. {block:Quote}<h3>"{Quote}" </h3>
  670. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  671.  
  672. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  673. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  674. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  675. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  676. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  677.  
  678. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  679.  
  680. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  681.  
  682.  
  683. {block:Answer}<div id="questionlink"><span style="font-family:arial;text-align:left;font-style:normal;font-size:18px;font-weight:bold;color:{color:asklink};text-transform:lowercase;"><font face="arial">{Asker}:</font></div> <div id="question"></span>{Question}</div><left> <span style="text-transform:none;font-size:10px;"><font face="helvetica">{Answer}</font> {/block:Answer}
  684.  
  685. <div class="postinfo">
  686. <a href="{Permalink}"style="font-size:30px;font-weight:bold">{MonthNumber}.{DayOfMonth}</a><br> +{NoteCount}</a> <a href="{ReblogURL}">reblog</a> {block:RebloggedFrom} <br> <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  687. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} </a>
  688. {block:HasTags}<div id="tags">
  689.  
  690. {block:Tags}<a href="/tagged/{Tag}">{Tag}, </a>&nbsp;{/block:Tags}
  691. </div>{block:HasTags}
  692. </div>
  693. </div>
  694. {/block:Posts}
  695. <br><br></div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  696. {/block:Posts}</div></div></div>
  697.  
  698. {block:Pagination}
  699. <div id="pagi">
  700. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} —
  701. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  702. </div>
  703. {/block:Pagination}
  704. </div></div>
  705.  
  706.  
  707. <div id="credit"><a title="theme by aileen" href="http://pezzydrake.tumblr.com/">AJ</a></center></div>
  708. </div></div>
  709.  
  710. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment