Advertisement
Guest User

theme 001: blank slate

a guest
Jan 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. theme by tanner thank you so much for taking interst i
  7.  
  8. ----->
  9.  
  10. <meta charset="utf-8">
  11. <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  12. {block:Description}
  13.  
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  22.  
  23. <meta name="if:background fullsize" content="0"/>
  24. <meta name="if:rounded corner" content="0"/>
  25. <meta name="if:sidebar outline" content="0"/>
  26. <meta name="if:sidebar icon" content="0"/>
  27. <meta name="if:show sidebar" content="0"/>
  28. <meta name="if:show tags" content="1"/>
  29. <meta name="if:slanted links" content="0"/>
  30. <meta name="if:fancy footer" content="1"/>
  31. <meta name="if:footer divider" content="0"/>
  32. <meta name="if:footer color" content="0"/>
  33. <meta name="if:left alignment" content="0"/>
  34. <meta name="if:ask box center" content="0"/>
  35. <meta name="if:ask box right" content="0"/>
  36. <meta name="if:ask box left" content="0"/>
  37. <meta name="if:link font" content="0"/>
  38.  
  39.  
  40. <meta name="image:background" content=""/>
  41. <meta name="image:sidebar1" content=""/>
  42. <meta name="image:footer" content=""/>
  43. <meta name="image:corner image" content=""/>
  44.  
  45.  
  46. <meta name="color:background" content="#fff"/>
  47. <meta name="color:text" content="#000"/>
  48. <meta name="color:title" content="#fff"/>
  49. <meta name="color:desc" content="#fff"/>
  50. <meta name="color:link" content="#e89e8c"/>
  51. <meta name="color:linkhover" content="#e89e8c"/>
  52. <meta name="color:textbold" content="#e89e8c"/>
  53. <meta name="color:sidebar bg" content="#fff"/>
  54. <meta name="color:container" content="#000"/>
  55. <meta name="color:posts" content="#fff"/>
  56. <meta name="color:postborder" content="#000"/>
  57. <meta name="color:post bg" content="#000"/>
  58. <meta name="color:ask bg" content="#000"/>
  59. <meta name="color:audio bg" content="#fff"/>
  60. <meta name="color:audio txt" content="#fff"/>
  61. <meta name="color:sidebar border" content="#fff"/>
  62. <meta name="color:sidebar txt" content="#fff"/>
  63. <meta name="color:blockquote" content="#000"/>
  64. <meta name="color:footer" content="#000"/>
  65. <meta name="color:h2" content="#000"/>
  66. <meta name="color:h3" content="#000"/>
  67. <meta name="color:h2shadow" content="#000"/>
  68. <meta name="color:h3shadow" content="#000"/>
  69.  
  70. <meta name="text:title" content=""/>
  71. <meta name="text:google font" content=""/>
  72. <meta name="text:google font links" content=""/>
  73. <meta name="text:question" content=""/>
  74. <meta name="text:link text1" content="link 1"/>
  75. <meta name="text:link text2" content="link 2"/>
  76. <meta name="text:link text3" content="link 3"/>
  77. <meta name="text:link text4" content=" link 4"/>
  78. <meta name="text:link url3" content="url for link 3"/>
  79. <meta name="text:link url4" content="url for link 4"/>
  80.  
  81.  
  82. <meta name="text:song title" content=""/>
  83. <meta name="text:song youtube url" content=""/>
  84. <meta name="text:pagination next" content=""/>
  85. <meta name="text:pagination previous" content=""/>
  86.  
  87. <meta name="text:img width" content="100%" />
  88. <meta name="text:img height" content="100%" />
  89. <meta name="text:img x axis" content="100px" />
  90. <meta name="text:img y axis" content="80px" />
  91.  
  92. <meta name="text:X AXIS of link1" content=""/>
  93. <meta name="text:Y AXIS of link1" content=""/>
  94.  
  95. <meta name="text:X AXIS of link2" content=""/>
  96. <meta name="text:Y AXIS of link2" content=""/>
  97.  
  98. <meta name="text:X AXIS of link3" content=""/>
  99. <meta name="text:Y AXIS of link3" content=""/>
  100.  
  101. <meta name="text:X AXIS of link4" content=""/>
  102. <meta name="text:Y AXIS of link4" content=""/>
  103.  
  104.  
  105.  
  106. <link href="https://fonts.googleapis.com/css?family={text:google font}" rel="stylesheet">
  107. <link href="https://fonts.googleapis.com/css?family={text:google font links}" rel="stylesheet">
  108.  
  109. <script type="text/javascript" src=
  110. "https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  111. </script>
  112. <!-- Wikplayer https://www.wikplayer.com -->
  113. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  114. data-config="{'skin':'https://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':51,'autoplay':true,'shuffle':false,'repeat':0,'showcomment':false,'marqueetexton':false,'placement':'bottom','showplaylist':false,'playlist':[{'title':'{text:song title}','url':'{text:song youtube url}'}]}" ></script>
  115. <!-- Wikplayer code end -->
  116.  
  117. <script>
  118. $(document).ready(function() {
  119. //
  120. $('a.poplight[href^=#]').click(function() {
  121. var popID = $(this).attr('rel'); //Get Popup Name
  122. var popURL = $(this).attr('href'); //Get Popup href to define size
  123. var query= popURL.split('?');
  124. var dim= query[1].split('&');
  125. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  126. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="https://www.porsche.com/Images/close-button.gif" class="btn_close" title="Close" alt="Close" /></a>');
  127. var popMargTop = ($('#' + popID).height() + 80) / 2;
  128. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  129. //Apply Margin to Popup
  130. $('#' + popID).css({
  131. 'margin-top' : -popMargTop,
  132. 'margin-left' : -popMargLeft
  133. });
  134. $('body').append('<div id="fade"></div>');
  135. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  136. return false;
  137. });
  138. $('a.close, #fade').live('click', function() {
  139. $('#fade , .popup_block').fadeOut(function() {
  140. $('#fade, a.close').remove(); //fade them both out
  141. });
  142. return false;
  143. });
  144. });
  145. </script>
  146.  
  147. <style type="text/css">
  148.  
  149. ::-webkit-scrollbar {
  150. width: 9px; /** width of total scrollbar **/
  151.  
  152. }
  153.  
  154. ::-webkit-scrollbar-thumb {
  155. background: {color:link}; /** color of the moving part of the scrollbar (thumb) **/
  156. {block:ifroundedcorner}
  157. border-radius: 7px;
  158. {/block:ifroundedcorner}
  159. border: 1px solid {color:container}; /** border around moving part of scrollbar (overlaps with border of total scrollbar) **/
  160. }
  161.  
  162.  
  163.  
  164. #fade { /*--Transparent background layer--*/
  165. display: none; /*--hidden by default--*/
  166. position: fixed; left: 0; top: 0;
  167. width: 100%; height: 100%;
  168. opacity: .80;
  169. z-index: 1;
  170. }
  171. .popup_block{
  172. {block:ifroundedcorner}border-radius:7px;{/block:ifroundedcorner}
  173. display: none; /*--hidden by default--*/
  174. background: {color:post bg};
  175. padding: 10px;
  176. border: 1px solid {color:container};
  177. float: left;
  178. font-size: 10px;
  179. position: fixed;
  180. {block:ifaskboxcenter}top:50%;left:50%;{/block:ifaskboxcenter}
  181. {block:ifaskboxleft}top: 30%; left: 20%;{/block:ifaskboxleft}
  182. {block:ifaskboxright}top: 30%; left: 70%;{/block:ifaskboxright}
  183. z-index: 99999;
  184. /*--CSS3 Box Shadows--*/
  185. -webkit-box-shadow: 0px 0px 20px {color:h2shadow};
  186. -moz-box-shadow: 0px 0px 20px {color:h2shadow};
  187. box-shadow: 0px 0px 20px {color:h2shadow};
  188.  
  189. }
  190.  
  191. img.btn_close {
  192. float: right;
  193. margin: -10px -10px 0px 0px;
  194. }
  195. /*--Making IE6 Understand Fixed Positioning--*/
  196. *html #fade {
  197. position: absolute;
  198. }
  199. *html .popup_block {
  200. position: absolute;
  201. }
  202.  
  203. #ask {
  204. left:50%;
  205. margin-left:-24px;
  206. top:162px;
  207. height: 340px;
  208. width: 350px;
  209. position: fixed;
  210. font-family: arial;
  211. font-size:14px;
  212. line-height:130%;
  213. border:solid 1px {color:container};
  214. font-weight:500;
  215. overflow: auto;
  216. z-index: 18;
  217. padding-right:10px;
  218. padding-left:10px;
  219. line-height:120%;
  220. background-color:{color:post bg};
  221. }
  222.  
  223.  
  224.  
  225.  
  226. #s-m-t-tooltip {
  227. max-width:240px;
  228. opacity:1;
  229. background-color:{color:post bg};
  230. border: 1px solid {color:container};
  231. font-size:9px;
  232. text-transform:uppercase;
  233. color:{color:text};
  234. padding:2px 3px 4px 3px;
  235. margin:-35px 0px -10px 30px;
  236. z-index:9999999;
  237. {block:ifroundedcorner}
  238. border-radius: 7px;
  239. {/block:ifroundedcorner}
  240.  
  241. }
  242.  
  243. /*
  244. general text styles, fonts and colours
  245. */
  246. small { font-size:10px;
  247. font-family:arial,helvetica;
  248. }
  249.  
  250. h1 {
  251. font-size:30px;
  252. font-family:"{text:google font}";
  253. width:400px;
  254. }
  255. body {
  256. margin:0px;
  257. background:{color:background} url('{image:background}');
  258. background-attachment: fixed;
  259. background-repeat: no-repeat;
  260. background-position: left top;
  261. {block:ifbackgroundfullsize}background-size:cover;
  262. -webkit-background-size: cover;
  263. -moz-background-size: cover;
  264. -o-background-size: cover;
  265. {/block:ifbackgroundfullsize}
  266. font-family: arial, helvetica, sans-serif;
  267. font-size:12px;
  268. line-height:140%;
  269. color: {color:text};
  270. }
  271.  
  272. b {
  273. color:{color:textbold};
  274. }
  275.  
  276. p{
  277. margin:0 0 10px 0;
  278. padding:0;
  279. }
  280.  
  281. pre {
  282. white-space: pre-wrap;
  283. white-space: -moz-pre-wrap;
  284. white-space: -pre-wrap;
  285. white-space: -o-pre-wrap;
  286. word-wrap: break-word;
  287. }
  288.  
  289. a{
  290. color:{color:link};
  291. text-decoration:none;
  292. {block:iflinkfont}font-family:"{text:google font links}";{/block:iflinkfont}
  293. }
  294.  
  295. a:hover{
  296. color:{color:linkhover};
  297. -moz-transition-duration: 0.6s;
  298. -o-transition-duration: 0.6s;
  299. -webkit-transition-duration: 0.6s;
  300. transition-duration: 0.6s;
  301. }
  302.  
  303. li{
  304. margin-left:-15px;
  305. }
  306.  
  307.  
  308. h3{
  309. text-align:center;
  310. background-image:url('{image:footer}');
  311. padding:5px;
  312. border:1px solid double;
  313. font-size:16px;
  314. text-transform:uppercase;
  315. font-weight:bold;
  316. letter-spacing:-1px;
  317. color: {color:h3};
  318. text-shadow:
  319. 1px 1px 0px {color:h3shadow};, 1px -1px 0px {color:h3shadow},
  320. -1px -1px 0px {color:h3shadow}, -1px 1px 0px {color:h3shadow},
  321. }
  322.  
  323. h2 {
  324. font-size:16px;
  325. text-transform:uppercase;
  326. letter-spacing:-1px;
  327. color:{color:h2};
  328. font-family:helvetica;
  329. text-shadow: -1px 0 {color:h2shadow}, 0 1px {color:h2shadow}, 1px 0 {color:h2shadow}, 0 -1px {color:h2shadow};
  330.  
  331.  
  332. }
  333.  
  334. /*
  335. containers etc
  336. */
  337. #wrapper{
  338. width:600px;
  339. margin:50px {block:ifleftalignment}20px{/block:ifleftalignment} auto;
  340. }
  341.  
  342. #sidebar{
  343. width:150px;
  344. position:fixed;
  345. color:{color:sidebar txt};
  346. {block:ifsidebaroutline}
  347. border:1px solid {color:sidebar border};
  348. background-color:{color:sidebar bg};
  349. {block:ifroundedcorner}
  350. border-radius: 7px;
  351. {/block:ifroundedcorner}
  352. padding:10px;
  353. {/block:ifsidebaroutline}
  354.  
  355. }
  356.  
  357. .askerpotrait {
  358. padding:4px;
  359. margin:0 -20px 0;
  360. float:left;
  361. }
  362.  
  363. #content{
  364. padding:12px;
  365. z-index:99;
  366. margin-top:10px;
  367. width:450px;
  368. position:absolute;
  369. height:330px;
  370. overflow-x:hidden;
  371. border:1px solid {color:container};
  372. {block:ifroundedcorner}
  373. border-radius: 7px;
  374. {/block:ifroundedcorner}
  375. margin-left:200px;
  376. background-color:{color:post bg};
  377.  
  378. }
  379.  
  380. .titleposition {
  381. margin: 0 0 10px 0;
  382. float:right;
  383. color:{color:title};
  384. margin-top:-37px;
  385. margin-left:200px;
  386. position:fixed;
  387.  
  388. }
  389.  
  390. .title {
  391. font-family:"{text:google font}";
  392. font-weight: normal;
  393. font-size: 18px ;
  394. margin: 0 0 10px 0;
  395.  
  396. }
  397.  
  398. .titleposition a {
  399. color:{color:title};
  400.  
  401. }
  402. .titleposition a:hover {
  403. text-shadow: 0px 0px 3px {color:h2shadow};
  404. -webkit-filter:blur(0px);
  405. -moz-transition-duration:.7s;
  406. -webkit-transition-duration:.7s;
  407. -o-transition-duration:.7s;
  408.  
  409. }
  410.  
  411. .post {
  412. width:400px;
  413. font-family:arial;
  414. padding:4px;
  415. z-index:99;
  416. margin:0 0 10px 0;
  417. overflow:hidden;
  418. padding:20px;
  419. line-height:150%;
  420. text-align:justify;
  421. margin-top:-10px;
  422. margin-bottom:-9px;
  423.  
  424. }
  425.  
  426. #sidebar img {
  427. width:100px;
  428. height:100px;
  429. max-width:100%;
  430.  
  431. }
  432.  
  433. .post img{
  434. max-width:100%;
  435. }
  436.  
  437. #nav{
  438. margin:50px 0 0 0;
  439. }
  440.  
  441.  
  442. /*
  443. content in the body of the posts - quotes, asks, etc
  444. "media" contains photos, photosets, videos, audio posts
  445. */
  446. .media{
  447. margin:0 0 10px 0;
  448. }
  449. /*
  450. thank you so much octomoosey
  451. */
  452. .playbutton {
  453. position:relative;
  454. margin-top:45px;
  455. margin-left:44px;
  456. z-index:9;
  457. width:33px;
  458. height:30px;
  459. overflow:hidden;}
  460.  
  461. .albumart img {
  462. position:relative;
  463. margin-top:-75px;
  464. margin-left:0px;
  465. height:120px;
  466. width:120px;
  467. {block:ifroundedcorner}
  468. -webkit-border-top-left-radius: 8px;
  469. -webkit-border-bottom-left-radius: 8px;
  470. -moz-border-radius-topleft: 8px;
  471. -moz-border-radius-bottomleft: 8px;
  472. border-top-left-radius: 8px;
  473. border-bottom-left-radius: 8px;
  474. {/block:ifroundedcorner}
  475.  
  476. }
  477.  
  478.  
  479. .trackinfo {
  480. margin-bottom:10px;
  481. background:{color:h2};
  482. color:{color:h2shadow};
  483. top:-4px;
  484. position:relative;
  485. margin-left:120px;
  486. height:120px;
  487. margin-top:-120px;
  488. {block:ifroundedcorner}
  489. -webkit-border-top-left-radius: 8px;
  490. -webkit-border-bottom-left-radius: 8px;
  491. -moz-border-radius-topleft: 8px;
  492. -moz-border-radius-bottomleft: 8px;
  493. border-top-left-radius: 8px;
  494. border-bottom-left-radius: 8px;
  495. {/block:ifroundedcorner}
  496.  
  497. }
  498.  
  499. .trackname {
  500. position:relative;
  501. padding-top:25px;
  502. text-align:center;
  503. font-size:14px;
  504. text-transform:uppercase;
  505. font-weight: bold;
  506. letter-spacing:2px;}
  507.  
  508. .artist {
  509. text-align:center;
  510. font-size:12px;
  511. text-transform:uppercase;
  512. letter-spacing:1px;}
  513.  
  514. .album {
  515. text-align:center;
  516. font-style: italic;}
  517.  
  518. .playcount {
  519. font-weight: bold;
  520. margin-top:5px;
  521. text-align:center;
  522. letter-spacing:2px;}
  523.  
  524. /*
  525. :)
  526. */
  527.  
  528. .title{
  529. font-weight:normal;
  530. font-size:18px;
  531. margin:0 0 10px 0;
  532. }
  533.  
  534. .quote{
  535. font-weight: normal;
  536. font-family: "{text:google font}";
  537. font-size: 26px;
  538. line-height: 140%;
  539. letter-spacing: -1px;
  540. margin: 0 0 10px 0;
  541. padding: 4px;
  542. text-shadow: 0 3px #ddd;
  543.  
  544. }
  545.  
  546. .question{
  547. margin-bottom:1px;
  548. font-family:"{text:google font links}";
  549. font-size:15px;
  550. font-weight:bold;
  551.  
  552. }
  553.  
  554. .answer {
  555. margin-top:13px;
  556. }
  557. /*
  558. fancy shmancy link stuff, coding is all in here
  559. */
  560.  
  561. .link1 {
  562. position:fixed;
  563. display: inline-block;
  564. top:{text:Y AXIS of link1};
  565. left:{text:X AXIS of link1};
  566. font-size:46px;
  567. {block:ifslantedlinks} -ms-transform: rotate(20deg); /* IE 9 */
  568. -webkit-transform: rotate(20deg); /* Safari 3-8 */
  569. transform: rotate(20deg);{/block:ifslantedlinks}
  570. text-shadow: 0 0 3px {color:h2shadow};
  571. transition-duration: 0.4s;
  572. -webkit-transition: .4s ease-in-out;
  573. -moz-transition: .4s ease-in-out;
  574. -o-transition: .4s ease-in-out;
  575. }
  576.  
  577. .link2 {
  578. position: fixed;
  579. display: inline-block;
  580. top:{text:Y AXIS of link2};
  581. left:{text:X AXIS of link2};
  582. font-size:30px;
  583. {block:ifslantedlinks} -ms-transform: rotate(16deg); /* IE 9 */
  584. -webkit-transform: rotate(16deg); /* Safari 3-8 */
  585. transform: rotate(16deg);{/block:ifslantedlinks}
  586. text-shadow: 0 0 3px {color:h2shadow};
  587. transition-duration: 0.4s;
  588. -webkit-transition: .4s ease-in-out;
  589. -moz-transition: .4s ease-in-out;
  590. -o-transition: .4s ease-in-out;
  591. }
  592.  
  593. .link3 {
  594. position: fixed;
  595. display: inline-block;
  596. top:{text:Y AXIS of link3};
  597. left:{text:X AXIS of link3};
  598. font-size:38px;
  599. {block:ifslantedlinks} -ms-transform: rotate(30deg); /* IE 9 */
  600. -webkit-transform: rotate(30deg); /* Safari 3-8 */
  601. transform: rotate(30deg);{/block:ifslantedlinks}
  602. text-shadow: 0 0 3px {color:h2shadow};
  603. transition-duration: 0.4s;
  604. -webkit-transition: .4s ease-in-out;
  605. -moz-transition: .4s ease-in-out;
  606. -o-transition: .4s ease-in-out;
  607. }
  608.  
  609. .link4 {
  610. position: fixed;
  611. display: inline-block;
  612. top:{text:Y AXIS of link4};
  613. left:{text:X AXIS of link4};
  614. font-size:38px;
  615. {block:ifslantedlinks} -ms-transform: rotate(30deg); /* IE 9 */
  616. -webkit-transform: rotate(30deg); /* Safari 3-8 */
  617. transform: rotate(30deg);{/block:ifslantedlinks}
  618. text-shadow: 0 0 3px {color:h2shadow};
  619. transition-duration: 0.4s;
  620. -webkit-transition: .4s ease-in-out;
  621. -moz-transition: .4s ease-in-out;
  622. -o-transition: .4s ease-in-out;
  623. }
  624.  
  625. .link1 a, .link2 a, .link3 a, .link4 a, {
  626. font-weight: normal;
  627. display: inline-block;
  628. text-align: center!important;
  629. width: 50px;
  630. margin-top: 10px;
  631. transition-duration: 0.4s;
  632. -webkit-transition: .4s ease-in-out;
  633. -moz-transition: .4s ease-in-out;
  634. -o-transition: .4s ease-in-out;
  635. color: #000;
  636. }
  637. /*
  638. end of the fancy links right here,
  639. */
  640. blockquote{
  641. margin:0 0 10px 10px;
  642. padding:0 0 0 10px;
  643. border-left:solid 2px {color:container};
  644. }
  645.  
  646. /*
  647. post footers - date, tags, via and source
  648. */
  649.  
  650. #pagination{
  651. position:relative;
  652. margin-left:400px;
  653. padding:3px;
  654. font-size:15px;
  655. text-align:center;
  656. padding-top:380px;
  657. text-shadow: 0px 0px 20px {color:h2shadow};
  658. font-family:"{google font links}";
  659. }
  660.  
  661.  
  662. .cred {
  663. position:fixed;
  664. right:15px;
  665. font-size:.9em;
  666. bottom:25px;
  667. color:{color:link};
  668. }
  669.  
  670. .post .footer{
  671. margin:0;
  672. {block:iffancyfooter}background-image: url({image:footer});{/block:iffancyfooter}
  673. background-repeat: repeat;
  674. background-attachment: fixed;
  675. {block:iffootercolor}background-color:{color:footer}; padding:5px;{/block:iffootercolor}
  676. margin-top:13px;
  677. font-size: 12px;
  678. padding-top: 5px;
  679. {block:iffooterdivider}border-top:1px solid {color:footer};{/block:iffooterdivider}
  680. margin-bottom:-16px;
  681. {block:ifroundedcorner}border-radius:7px;{/block:ifroundedcorner}
  682. {block:iffancyfooter}margin-bottom:-10px;{/block:iffancyfooter}
  683. font-family: helvetica;
  684. {block:iffancyfooter}text-transform:uppercase;
  685. font-weight:bold;
  686. text-align: center;
  687. padding:10px;
  688. {/block:iffancyfooter}
  689. {block:iffancyfooter}color: {color:h2shadow};
  690. text-shadow:
  691. 1px 1px 0px {color:h2shadow};, 1px -1px 0px {color:h2shadow},
  692. -1px -1px 0px {color:h2shadow}, -1px 1px 0px {color:h2shadow},{/block:iffancyfooter}
  693. }
  694.  
  695. .questionbox {
  696. margin-top:10px;
  697. padding:14px;
  698. background-color:{color:ask bg};
  699. }
  700. /*
  701. post notes
  702. */
  703. ol.notes{
  704. list-style-type:none;
  705. padding:0;
  706. margin:0;
  707. }
  708.  
  709. ol.notes li.note img{
  710. width:16px;
  711. height:16px;
  712. }
  713.  
  714. ol.notes li.note{
  715. margin:0px;
  716. }
  717.  
  718. {CustomCSS}
  719. </style>
  720.  
  721. <div id="bottomimg" style="position:fixed; display: inline-block; bottom:{text:img y axis}; right:{text:img x axis}; z-index:-9999;"><img src="{image:corner image}"style="width:{text:img width};height:{text:img height}"></div>
  722.  
  723. </head>
  724. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  725.  
  726. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  727.  
  728. <script>
  729.  
  730. (function($){
  731.  
  732. $(document).ready(function(){
  733.  
  734. $("a[title]").style_my_tooltips({
  735.  
  736. tip_follows_cursor:true,
  737.  
  738. tip_delay_time:90,
  739.  
  740. tip_fade_speed:600,
  741.  
  742. attribute:"title"
  743.  
  744. });
  745.  
  746. });
  747.  
  748. })(jQuery);
  749.  
  750. </script>
  751. <body>
  752.  
  753.  
  754. <div id="wrapper">
  755.  
  756.  
  757. {block:ifshowsidebar}<div id="sidebar">
  758. {block:ifsidebaricon}<img src="{image:sidebar1}">{/block:ifsidebaricon}
  759. {block:Description}
  760. <p>{Description}</p>
  761. {/block:Description}
  762. </div>
  763. {/block:ifshowsidebar}
  764. <div class="titleposition"><a href="{URL}" title="refresh"><h1>{text:title}</h1></a></div>
  765. <div id="content">
  766. {block:Posts}
  767.  
  768. <div class="post">
  769.  
  770. {block:Text}
  771. {block:Title}
  772. <div class="title">{Title}</div>
  773. {/block:Title}
  774. {Body}
  775. {/block:Text}
  776.  
  777. {block:Photo}
  778. <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  779. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  780. {/block:Photo}
  781.  
  782.  
  783. {block:Photoset}
  784. <div class="media">{Photoset-400}</div>
  785. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  786. {/block:Photoset}
  787.  
  788. {block:Quote}
  789. <div class="quote">"{Quote}"</div>
  790. {block:Source}
  791. <div class="quotesource">{Source}</div>
  792. {/block:Source}
  793. {/block:Quote}
  794.  
  795. {block:Link}
  796. <div class="title"><a href="{URL}">{Name}</a></div>
  797. {block:Description}
  798. <div class="description">{Description}</div>
  799. {/block:Description}
  800. {/block:Link}
  801.  
  802. {block:Chat}
  803. {block:Title}
  804. <div class="title">{Title}</div>
  805. {/block:Title}
  806.  
  807. {block:Lines}
  808. <div class="{Alt} user_{UserNumber}">
  809. {block:Label}
  810. <b>{Label}</b>{/block:Label}
  811. &nbsp;{Line}
  812. </div>
  813. {/block:Lines}
  814. {/block:Chat}
  815.  
  816. {block:Video}
  817. <div class="media">{Video-400}</div>
  818. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  819. {/block:Video}
  820.  
  821. {block:Audio}
  822. {block:AudioPlayer}
  823. <div class="playbutton">{AudioPlayerGrey}</div>
  824. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  825. <div class="trackinfo">
  826. <div class="trackname">
  827. {block:TrackName}{TrackName}{/block:TrackName}
  828. </div>
  829. <div class="artist">
  830. {block:Artist}{Artist}{/block:Artist}
  831. </div>
  832. <div class="album">
  833. {block:Album}{Album}{/block:Album}
  834. </div>
  835. <div class="playcount">
  836. {block:PlayCount}Played: {PlayCount} times{/block:PlayCount}
  837. </div>
  838. </div>
  839. {block:Caption}{Caption}{/block:Caption}
  840. {/block:AudioPlayer}
  841. {/block:Audio}
  842.  
  843.  
  844. {block:Answer}
  845. <img src="{AskerPortraitURL-24}" align="left" padding="10px"><div class="question"> &nbsp;&nbsp;<b>{Asker} {text:question}</b>;</div><div class="questionbox"> {Question}</div>
  846. <div class="answer">{Answer}</div>
  847. {/block:Answer}
  848.  
  849.  
  850. {block:Date}
  851. <div class="footer">
  852. <a href="{Permalink}"><a title="{TimeAgo}" href="{Permalink}" > {Month} {DayOfMonthWithZero}{DayOfMonthSuffix} {Year}</a> {block:NoteCount} / <a href="{NoteCountWithLabel}">{notecount} notes</a>{/block:NoteCount} </a>
  853.  
  854.  
  855.  
  856. {block:RebloggedFrom} / <a href="{ReblogParentURL}"title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  857. {block:ContentSource} / <a href="{SourceURL}"title="{ReblogRootName}">src</a>{/block:ContentSource}
  858.  
  859. </div>
  860. {block:ifshowtags}{block:HasTags}<br>tags: {block:Tags}<a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}{/block:ifshowtags}
  861.  
  862. {block:PermalinkPage}
  863. {block:NoteCount}
  864. {block:PostNotes}{PostNotes}{/block:PostNotes}
  865. {/block:NoteCount}
  866. {/block:PermalinkPage}
  867. {/block:Date}
  868. </div>
  869. {/block:Posts}
  870. </div>
  871.  
  872. {block:Pagination}
  873. <div id="pagination">
  874. {block:PreviousPage}
  875. <a href="{PreviousPage}">{text:pagination previous}</a>
  876. {/block:PreviousPage}
  877.  
  878. {block:NextPage}
  879. <a href="{NextPage}">{text:pagination next}</a>
  880. {/block:NextPage}
  881. </div>
  882. {/block:Pagination}
  883. <a class="cred" href="https://kinoshitaz.tumblr.com" target="_blank">c</a>
  884.  
  885.  
  886.  
  887. <div class="link1"><a href="/" title="refresh">{text:link text1}</a><br></div>
  888. <div class="link2">
  889. <a href="#?w=300" rel="02" class="poplight" title="ask">{text:link text2}</a><br></div>
  890. <div class="link3"><a href="{text:link url3}" title="01">{text:link text3}</a><br></div>
  891. <div class="link4"><a href="{text:link url4}" title="02">{text:link text4}</a><br></div>
  892.  
  893. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  894. <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  895.  
  896.  
  897. </body>
  898.  
  899. <div id="02" class="popup_block">
  900.  
  901. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  902. </center></div>
  903.  
  904. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement