moanszayn

thinking out loud

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