Advertisement
moanszayn

Houstatlantavegas

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