Advertisement
Guest User

Fairy Snail Redux Edit

a guest
Apr 10th, 2014
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.74 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  5. <script type="text/javascript">//** jQuery Scroll to Top Control script- (c) I made this script myself (Kyle Monk) and it is hosted on my personal site so would appreciate if you followed my blog at kylemonk.tumblr.com if you use it or for details on how to change the location.
  6. //** Graphic originally from tumbler dashboard, for details on how to change graphic colour, contact me at kylemonk.tumblr.com
  7. //** v1.1 (April 7th, 10'):
  8. //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
  9. //** 2) Fixes scroll animation not working in Opera.
  10.  
  11.  
  12. var scrolltotop={
  13. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  14. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
  15. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  16. controlHTML: '<img src="{image:Back to Top}" style="filter:alpha(opacity=70); -moz-opacity:0.7;" width="100"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  17. controlattrs: {offsetx:35, offsety:60}, //offset of control relative to right/ bottom of window corner
  18. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  19.  
  20. state: {isvisible:false, shouldvisible:false},
  21.  
  22. scrollup:function(){
  23. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  24. this.$control.css({opacity:0}) //hide control immediately after clicking it
  25. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  26. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  27. dest=jQuery('#'+dest).offset().top
  28. else
  29. dest=0
  30. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  31. },
  32.  
  33. keepfixed:function(){
  34. var $window=jQuery(window)
  35. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  36. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  37. this.$control.css({left:controlx+'px', top:controly+'px'})
  38. },
  39.  
  40. togglecontrol:function(){
  41. var scrolltop=jQuery(window).scrollTop()
  42. if (!this.cssfixedsupport)
  43. this.keepfixed()
  44. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  45. if (this.state.shouldvisible && !this.state.isvisible){
  46. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  47. this.state.isvisible=true
  48. }
  49. else if (this.state.shouldvisible==false && this.state.isvisible){
  50. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  51. this.state.isvisible=false
  52. }
  53. },
  54.  
  55. init:function(){
  56. jQuery(document).ready(function($){
  57. var mainobj=scrolltotop
  58. var iebrws=document.all
  59. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  60. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  61. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  62. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  63. .attr({title:'back to top'})
  64. .click(function(){mainobj.scrollup(); return false})
  65. .appendTo('body')
  66. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  67. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  68. mainobj.togglecontrol()
  69. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  70. mainobj.scrollup()
  71. return false
  72. })
  73. $(window).bind('scroll resize', function(e){
  74. mainobj.togglecontrol()
  75. })
  76. })
  77. }
  78. }
  79.  
  80. scrolltotop.init()</script>
  81. <!--
  82. fairy snail theme (redux) by chihiropanini. please keep the source somewhere on your blog!!
  83. -->
  84. </script>
  85. </script>
  86.  
  87.  
  88. <!-- DEFAULT VARIABLES -->
  89. <meta name="color:Background" content="#c0c0c0" />
  90. <meta name="color:Post Text" content="" />
  91. <meta name="color:Quote" content="" />
  92. <meta name="color:Link" content="" />
  93. <meta name="color:Sidebar Text" content="" />
  94.  
  95.  
  96. <meta name="font:Body" content="Futura" />
  97. <meta name="font:Accent" content="Futura" />
  98. <meta name="if:Show Tags" content="1" />
  99. <meta name="image:Sidebar" content="" />
  100. <meta name="image:Background" content="" />
  101.  
  102. <meta name="text:Navigation Title" content="" />
  103. <meta name="text:Link 1" content="" />
  104. <meta name="text:Link 1 name" content="" />
  105. <meta name="text:Link 2" content="" />
  106. <meta name="text:Link 2 name" content="1" />
  107. <meta name="text:Link 3" content="" />
  108. <meta name="text:Link 3 name" content="" />
  109. <meta name="text:Link 4" content="" />
  110. <meta name="text:Link 4 name" content="" />
  111. <meta name="text:Link 5" content="" />
  112. <meta name="text:Link 5 name" content="1" />
  113. <meta name="text:Link 6" content="" />
  114. <meta name="text:Link 6 name" content="" />
  115. <meta name="image:Icon 1" content="" />
  116. <meta name="image:Icon 2" content="" />
  117. <meta name="image:Icon 3" content="" />
  118. <meta name="image:Icon 4" content="" />
  119. <meta name="image:Sidebar Banner" content="" />
  120. <meta name="text:side top" content="" />
  121. <meta name="text:side right" content="" />
  122. <meta name="image:Music Icon" content="" />
  123. <meta name="text:Music Code" content="" />
  124. <meta name="text:Song 1" content="" />
  125. <meta name="text:Song 2" content="1" />
  126. <meta name="text:Song 3" content="" />
  127. <meta name="text:side image top" content="" />
  128. <meta name="text:side image right" content="" />
  129. <meta name="image:Side Image" content="" />
  130. <meta name="color:Navigation Bar Color" content="" />
  131. <meta name="image:Back to Top" content="" />
  132.  
  133.  
  134.  
  135.  
  136. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  137. <title>{Title} {block:PostSummary}| {PostSummary}{/block:PostSummary}</title>
  138. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  139. <link rel="shortcut icon" href="{Favicon}" />
  140. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  141. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  142. <style type="text/css">
  143. body {
  144. background: {color:Background} url('{image:Background}') top left fixed repeat;
  145. margin: 0;
  146. padding: 0;
  147. font-family: {font:Body};
  148. }
  149.  
  150.  
  151. .clear {
  152. clear: both;
  153. height: 0px;
  154. overflow: hidden;
  155. }
  156.  
  157. a img {
  158. border: none;
  159. }
  160.  
  161. #wrapper {
  162. width: 800px;
  163. margin: 0 auto;
  164. }
  165.  
  166. #wrapper #title {
  167. margin: 30px 0;
  168. color: #fff;
  169. font-size: 40px;
  170. font-weight: bold;
  171. font-family: {font:Title};
  172. }
  173.  
  174. #wrapper #title a {
  175. color: #fff;
  176. text-decoration: none;
  177. }
  178.  
  179. #wrapper #content {
  180. width: 520px;
  181. float: left;
  182. }
  183.  
  184. #wrapper #content .post {
  185. font-family: {font:Body};
  186. background: #fff;
  187. color: {color:Post Text};
  188. padding: 10px;
  189. position: relative;
  190. margin-bottom: 10px;
  191. border-radius: 20px;
  192. }
  193.  
  194. #wrapper #content .post .media {
  195. text-align: center;
  196. margin-bottom: 10px;
  197. }
  198.  
  199. #wrapper #content .post .quotebg {
  200. font-family: georgia, serif;
  201. font-size: 150px;
  202. color: #;
  203. opacity: 0.2;
  204. filter: alpha(opacity=20);
  205. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  206. position: absolute;
  207. top: 70px;
  208. left: 10px;
  209. }
  210.  
  211. #wrapper #content .post .quote {
  212. color: {color:Quote};
  213. font-weight: bold;
  214. padding: 20px 20px 5px 20px;
  215. }
  216.  
  217. #wrapper #content .post .quote.short {
  218. font-size: 33px;
  219. line-height: 35px;
  220. }
  221.  
  222. #wrapper #content .post .quote.medium {
  223. font-size: 25px;
  224. line-height: 28px;
  225. }
  226.  
  227. #wrapper #content .post .quote.long {
  228. font-size: 18px;
  229. line-height: 22px;
  230. }
  231.  
  232. #wrapper #content .post .quote_source *:first-child {
  233. margin-top: 0px;
  234. }
  235.  
  236. #wrapper #content .post .quote_source *:last-child {
  237. margin-bottom: 0px;
  238. }
  239.  
  240. #wrapper #content .post .quote *:first-child {
  241. margin-top: 0px;
  242. }
  243.  
  244. #wrapper #content .post .quote *:last-child {
  245. margin-bottom: 0px;
  246. }
  247. a
  248. #wrapper #content .post .copy {
  249. color: #6e7173;
  250. padding: 10px;
  251. font-size: 13px;
  252. line-height: 15px;
  253. }
  254.  
  255. #wrapper #content .post .copy a {
  256. color: #6e7173;
  257. text-decoration: underline;
  258. }
  259.  
  260. #wrapper #content .post .copy p {
  261. margin: 10px 0 0 0;
  262. padding: 0;
  263. }
  264.  
  265. #wrapper #content .post .copy pre {
  266. margin: 10px 0px 10px 0px;
  267. padding: 10px;
  268. background-color: #e6e6e6;
  269. font: normal 11px Courier, monospace;
  270. overflow: auto;
  271. }
  272.  
  273. #wrapper #content .post .copy > p:first-child {
  274. margin-top: 0;
  275. }
  276.  
  277. #wrapper #content .post .copy img {
  278. max-width: 100%;
  279. }
  280.  
  281. #wrapper #content .post .audio {
  282. background: #eaeaea;
  283. float: left;
  284. padding: 7px;
  285. margin-bottom: 10px;
  286. -moz-border-radius: 4px;
  287. -webkit-border-radius: 4px;
  288. border-radius: 4px;
  289. }
  290.  
  291. #wrapper #content .post .audio .player {
  292. float: left;
  293. }
  294.  
  295. #wrapper #content .post .audio .player .audio_player embed {
  296. border: 1px solid #c8c8c8;
  297. }
  298.  
  299. #wrapper #content .post .audio .meta {
  300. padding: 8px 13px;
  301. height: 13px;
  302. float: left;
  303. color: #666;
  304. font-family: {font:Accent};
  305. font-size: 11px;
  306. text-transform: lowercase;
  307. }
  308.  
  309. #wrapper #content .post .audio .meta a {
  310. color: #666;
  311. text-decoration: none;
  312. }
  313.  
  314. #wrapper #content .post .album_art {
  315. text-align: center;
  316. }
  317.  
  318. #wrapper #content .post .question {
  319. color: #494949;
  320. font-size: 16px;
  321. font-weight: bold;
  322. background: #f1f1f1;
  323. -moz-border-radius: 8px;
  324. -webkit-border-radius: 8px;
  325. border-radius: 8px;
  326. margin: 0 0 15px 0;
  327. padding: 15px 20px;
  328. position: relative;
  329. }
  330.  
  331. #wrapper #content .post .question .nipple {
  332. width: 13px;
  333. height: 7px;
  334. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  335. position: absolute;
  336. bottom: -7px;
  337. left: 30px;
  338. }
  339.  
  340. #wrapper #content .post .asker_container {
  341. margin: 0 0 20px 24px;
  342. }
  343.  
  344. #wrapper #content .post .asker_container img {
  345. margin: 0 12px -7px 0;
  346. }
  347.  
  348. #wrapper #content .post .asker_container a.asker {
  349. color: {color:Body};
  350. }
  351.  
  352. #wrapper #content .post .title {
  353. color: #494949;
  354. font-size: 16px;
  355. font-weight: bold;
  356. padding: 10px 10px 0 10px;
  357. }
  358.  
  359. #wrapper #content .post img {
  360. max-width: 500px;
  361. }
  362.  
  363. #wrapper #content .post .chat {
  364. background-color: #fff;
  365. border-left: 5px solid #dedddd;
  366. margin: 10px 10px 0 10px;
  367. font-size: 14px;
  368. }
  369.  
  370. #wrapper #content .post .chat .lines {
  371. margin-left: 1px;
  372. }
  373.  
  374. #wrapper #content .post .chat .lines .line {
  375. background-color: #eaeaea;
  376. color: #494949;
  377. margin-bottom: 1px;
  378. padding: 3px 5px;
  379. }
  380.  
  381. #wrapper #content .post .chat .lines .line.even {
  382. background-color: #dedddd;
  383. }
  384.  
  385. #wrapper #content .post .link {
  386. margin: 4px 0 2px 0;
  387. font-size: 16px;
  388. line-height: 25px;
  389. }
  390.  
  391. #wrapper #content .post .link a {
  392. background-color: {color:Link};
  393. color: #fff;
  394. padding: 5px 7px;
  395. -moz-border-radius: 4px;
  396. -webkit-border-radius: 4px;
  397. border-radius: 4px;
  398. }
  399.  
  400. #wrapper #content .post .link a:hover {
  401. opacity: 0.9;
  402. filter: alpha(opacity=90);
  403. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  404. }
  405.  
  406. #wrapper #content .post .footer {
  407. background: #eaeaea;
  408. -moz-border-radius: 4px;
  409. -webkit-border-radius: 4px;
  410. border-radius: 4px;
  411. font-family: {font:Accent};
  412. font-size: 11px;
  413. color: #666;
  414. padding: 5px 10px;
  415. margin-top: 10px;
  416. }
  417.  
  418. #wrapper #content .post .footer.for_permalink:hover {
  419. opacity: 0.9;
  420. filter: alpha(opacity=90);
  421. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  422. }
  423.  
  424. #wrapper #content .post .footer .date {
  425. width: 67%;
  426. float: left;
  427. color: #666;
  428. }
  429.  
  430. #wrapper #content .post .footer .notes {
  431. width: 33%;
  432. float: right;
  433. text-align: right;
  434. color: #666;
  435. }
  436.  
  437. #wrapper #content .post .footer .notes a {
  438. color: #666;
  439. }
  440.  
  441. #wrapper #content .post .footer .tags a {
  442. color: #4a4a51;
  443. text-decoration: underline;
  444. }
  445.  
  446. #wrapper #content .post .footer .tags .tag-commas:last-child {
  447. display: none;
  448. }
  449.  
  450. #wrapper #content .post .footer.with_source_url .tags {
  451. max-width: 330px;
  452. float: left;
  453. }
  454.  
  455. #wrapper #content .post .footer.with_source_url .source_url {
  456. float: right;
  457. max-width: 160px;
  458. overflow: hidden;
  459. white-space: nowrap;
  460.  
  461. }
  462.  
  463. #wrapper #content .post .footer.with_source_url .source_url img {
  464. vertical-align: top;
  465. -moz-opacity: 0.5;
  466. opacity: 0.5;
  467. }
  468.  
  469. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  470. -moz-opacity: 0.7;
  471. opacity: 0.7;
  472. }
  473.  
  474. #wrapper #content .post a {
  475. color: #6e7173;
  476. text-decoration: none;
  477. }
  478.  
  479. #wrapper #content .post .copy blockquote {
  480. margin: 10px 0px 10px 10px;
  481. padding-left: 15px;
  482. border-left: solid 4px #dcdcdc;
  483. }
  484.  
  485. #wrapper #content .post .copy blockquote blockquote {
  486. border-left: solid 4px #cccccc;
  487. }
  488.  
  489. #wrapper #content .post .copy blockquote blockquote blockquote {
  490. border-left: solid 4px #bcbcbc;
  491. }
  492.  
  493. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  494. border-left: solid 4px #acacac;
  495. }
  496.  
  497. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  498. border-left: solid 4px #9c9c9c;
  499. }
  500.  
  501. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  502. border-left: solid 4px #8c8c8c;
  503. }
  504.  
  505.  
  506.  
  507. #wrapper #content #navigation {
  508. text-align: right;
  509. padding-bottom: 35px;
  510. text-transform: lowercase;
  511. }
  512.  
  513. #wrapper #content #navigation a {
  514. background-color: #fff;
  515. color: {color:Background};
  516. padding: 5px 10px;
  517. text-decoration: none;
  518. margin-left: 25px;
  519. }
  520.  
  521. #wrapper #content #navigation a:hover {
  522. opacity: 0.9;
  523. filter: alpha(opacity=90);
  524. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  525. }
  526.  
  527.  
  528.  
  529. #wrapper #content .post .notecontainer {
  530. background: #eaeaea;
  531. -moz-border-radius: 4px;
  532. -webkit-border-radius: 4px;
  533. border-radius: 4px;
  534. font-family: {font:Accent};
  535. font-size: 11px;
  536. color: #666;
  537. margin-top: 10px;
  538. margin-bottom: -10px;
  539. }
  540.  
  541. #wrapper #content .post .notecontainer a {
  542. color: #666;
  543. text-decoration: underline;
  544. }
  545.  
  546. #wrapper #content .post .notecontainer ol.notes {
  547. padding: 0px 0 10px 0;
  548. list-style-type: none;
  549. font-size: 11px;
  550. }
  551.  
  552. #wrapper #content .post .notecontainer ol.notes li.note {
  553. padding: 10px 10px 0 10px;
  554. }
  555.  
  556. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  557. vertical-align: -4px;
  558. margin-right: 10px;
  559. width: 16px;
  560. height: 16px;
  561. }
  562.  
  563. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  564. font-weight: normal;
  565. }
  566.  
  567. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  568. font-weight: normal;
  569. }
  570.  
  571. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  572. border-left: 2px solid #666;
  573. padding: 4px 10px;
  574. margin: 10px 0px 0px 25px;
  575. }
  576.  
  577. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  578. text-decoration: none;
  579. }
  580.  
  581.  
  582.  
  583. #wrapper #sidebar {
  584. width: 200px;
  585. float: right;
  586. padding: 10px;
  587. background: #ffffff;
  588. font-size: 12px;
  589. color: {color:Sidebar Text};
  590. font-family: {font:Accent}
  591. moz-border-radius-bottomright: 7px;
  592. border-bottom-right-radius: 7px;
  593. -moz-border-radius-topleft: 7px;
  594. border-top-left-radius: 7px;
  595. -moz-border-radius-bottomleft: 7px;
  596. border-bottom-left-radius: 7px;
  597. -moz-border-radius-topright: 7px;
  598. border-top-right-radius: 7px;
  599. }
  600.  
  601. #wrapper #sidebar a {
  602. color: {color:Background};
  603. }
  604.  
  605. #wrapper #sidebar .sidebarimg{
  606. width: 100%;
  607. margin-bottom: 10px;
  608. padding: 0px;}
  609.  
  610. #editthis{
  611. /* EDIT THIS STUFF TO POSITION YOUR MUSIC PLAYER */
  612. position:fixed;
  613. top:20px; /* YOU CAN CHANGE THIS TO BOTTOM */
  614. left:20px; /* YOU CAN CHANGE THIS TO RIGHT */
  615. z-index:99;}
  616.  
  617. /* I DON'T RECOMMEND TOUCHING THIS STUFF */
  618. #music1{
  619. position:fixed;
  620. padding:2px;
  621. -webkit-transition: all 0.5s ease-in-out;
  622. -moz-transition: all 0.5s ease-in-out;
  623. -o-transition: all 0.5s ease-in-out;}
  624.  
  625. #music1:hover #music2{
  626. opacity:0;
  627. margin-top:-25px;
  628. z-index:-1;}
  629.  
  630. #music1:hover #music3{
  631. opacity:1;
  632. margin-top:-5px;
  633. z-index:99;}
  634.  
  635. #music1:hover #musiclist{
  636. opacity:1;}
  637.  
  638. #music2{
  639. /* THIS IS THE GIF DIV */
  640. opacity:1;
  641. background-color:#fff;
  642. border:1px dotted #ccc;
  643. padding:6px;
  644. -webkit-transition: all 0.5s ease-in-out;
  645. -moz-transition: all 0.5s ease-in-out;
  646. -o-transition: all 0.5s ease-in-out;}
  647.  
  648. #music3{
  649. /* THIS IS THE ACTUAL MUSIC PLAYER DIV */
  650. opacity:0;
  651. position:fixed;
  652. background-color:#fff;
  653. border:1px dashed #ccc;
  654. width:55px;
  655. height:20px;
  656. z-index:99;
  657. margin-left:-5px;
  658. overflow:hidden;
  659. -webkit-transition: all 0.5s ease-in-out;
  660. -moz-transition: all 0.5s ease-in-out;
  661. -o-transition: all 0.5s ease-in-out;}
  662.  
  663. #musiclist{
  664. /* THIS IS THE PLAYLIST DIV */
  665. opacity:0;
  666. position:fixed;
  667. padding:6px;
  668. border:1px dashed #ccc;
  669. margin-left:10px;
  670. margin-top:10px;
  671. font-family:consolas;
  672. font-size:8px;
  673. background-color:#fff;
  674. width:120px;
  675. color:#999;
  676. text-transform:uppercase;
  677. -webkit-transition: all 0.5s ease-in-out;
  678. -moz-transition: all 0.5s ease-in-out;
  679. -o-transition: all 0.5s ease-in-out;}
  680.  
  681. #musiclist h1{
  682. /*THIS IS THE PLAYLIST TITLE SETTINGS*/
  683. font-family:consolas;
  684. font-size:11px;
  685. margin-top:0px;
  686. margin-bottom:2px;
  687. font-style:normal;
  688. font-weight:normal;
  689. color:#1bbafc; /*THIS IS THE PLAYLIST TITLE COLOR*/
  690. border-bottom:1px dotted #ccc;
  691. text-align:left;
  692. text-transform:uppercase;}
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706. </style>
  707. </head>
  708. <body>
  709. <div id="editthis">
  710. <div id="music1">
  711. <div id="music2">
  712.  
  713. <!-- YOU CAN CHANGE THE MUSIC GIF BELOW. -->
  714. <img src="{image:Music Icon}"></div>
  715.  
  716. <div id="music3">
  717. <Div style="margin-top:4px;">
  718. <!-- YOUR MUSIC CODE GOES HERE, RIGHT AFTER THIS LINE. -->
  719. <center>{text:Music Code}</center>
  720.  
  721. </div>
  722. </div>
  723.  
  724. <div id="musiclist">
  725. <h1>Playlist</h1>
  726. <!-- PUT YOUR MUSIC TITLES HERE. BE SURE TO ADD A BREAK AFTER EACH ONE. -->
  727. 01. {text:Song 1} <br>
  728. 02. {text:Song 2} <br>
  729. 03. {text:Song 3} <br>
  730. </div>
  731.  
  732. </div>
  733. </div>
  734.  
  735.  
  736.  
  737. </div>
  738. </div>
  739. <div id="wrapper">
  740. <div id="title">
  741. <a href="/">
  742.  
  743. </a>
  744. </div>
  745.  
  746. <div id="content">
  747.  
  748.  
  749. {block:Posts}
  750. <div class="post">
  751.  
  752. {block:Photo}
  753. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  754. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  755. {/block:Photo}
  756.  
  757. {block:Video}
  758. <div class="media">{Video-500}</div>
  759. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  760. {/block:Video}
  761.  
  762. {block:Audio}
  763.  
  764. {block:AudioEmbed}
  765. {AudioEmbed}
  766. {/block:AudioEmbed}
  767.  
  768. {block:AudioPlayer}
  769.  
  770. {block:AlbumArt}
  771. <div class="album_art">
  772. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  773. </div>
  774. {/block:AlbumArt}
  775.  
  776.  
  777. <div class="audio">
  778. <div class="player">{AudioPlayerWhite}</div>
  779. <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  780. <div class="clear"></div>
  781. </div>
  782. {/block:AudioPlayer}
  783.  
  784. <div class="clear"></div>
  785.  
  786. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  787.  
  788. {/block:Audio}
  789.  
  790. {block:Quote}
  791. <div class="quote {Length}">{Quote}</div>
  792. <div class="copy">
  793. <div class="quotebg">“</div>
  794. {block:Source}
  795. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  796. <tr>
  797. <td valign="top" style="width:20px;">&mdash;</td>
  798. <td valign="top" class="quote_source">
  799. {Source}
  800. </td>
  801. </tr>
  802. </table>
  803. {/block:Source}
  804. </div>
  805. {/block:Quote}
  806.  
  807. {block:Text}
  808. {block:Title}<div class="title">{Title}</div>{/block:Title}
  809. <div class="copy">{Body}</div>
  810. {/block:Text}
  811.  
  812. {block:Answer}
  813. <div class="question">
  814. <div class="nipple"></div>
  815. {Question}
  816. </div>
  817. <div class="asker_container"><img src="{AskerPortraitURL-48}">{Asker}</div>
  818. <div class="copy">{Answer}</div>
  819. {/block:Answer}
  820.  
  821. {block:Chat}
  822. {block:Title}<div class="title">{Title}</div>{/block:Title}
  823. <div class="chat">
  824. <div class="lines">
  825. {block:Lines}
  826. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  827. {/block:Lines}
  828. </div>
  829. </div>
  830. <div class="clear"></div>
  831. <div style="height:10px;"></div>
  832. {/block:Chat}
  833.  
  834. {block:Link}
  835. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  836. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  837. {/block:Link}
  838.  
  839. {block:Date}
  840. <a href="{Permalink}">
  841. <div class="footer for_permalink">
  842. <div class="date">
  843. {block:RebloggedFrom}
  844. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> {TimeAgo}
  845. {/block:RebloggedFrom}
  846.  
  847. {block:NotReblog}
  848. Posted {TimeAgo}
  849. {/block:NotReblog}
  850. </div>
  851. <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </div>
  852. <div class="clear"></div>
  853. </div>
  854. </a>
  855. {/block:Date}
  856.  
  857. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  858. display:none;
  859. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  860. {block:ContentSource}display:block;{/block:ContentSource}
  861. ">
  862. {block:IfShowTags}
  863. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  864. {/block:IfShowTags}
  865.  
  866. {block:ContentSource}
  867. <a href="{SourceURL}" class="source_url">
  868. Source:
  869. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  870. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  871. </a>
  872. {/block:ContentSource}
  873.  
  874. <div class="clear"></div>
  875. </div>
  876.  
  877. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  878.  
  879. </div>
  880.  
  881. <div class="bottom"></div>
  882.  
  883. {/block:Posts}
  884.  
  885. {block:Pagination}
  886. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  887. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  888.  
  889. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  890. </div>
  891. {/block:Pagination}
  892.  
  893. </div>
  894.  
  895. <div id="sidebar">
  896. {block:IfSidebarImage}<img src="{image:Sidebar}" class="sidebarimg">{/block:IfSidebarImage}
  897.  
  898. <img src="{image:Icon 1}"><a href="/ask">ask</a><img src="{image:Icon 2}"><a href="/submit">submit</a><img src="{image:Icon 3}""><a href="/archive">past</a><img src="{image:Icon 4}">
  899. <div id="description">{Description}</div>
  900. <select style="width: 150px; border: 0px solid; padding: 5px; color: #000; background-color: #FFDBFF; font-family: calibri; text-transform: lowercase; font-size: 8px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  901. <option value="/">{text:Navigation Title}</option>
  902. <option value="{text:Link 1}">{text:Link 1 name}</option>
  903. <option value="{text:Link 2}">{text:Link 2 name}</option>
  904. <option value="{text:Link 3}">{text:Link 3 name}</option>
  905. <option value="{text:Link 4}">{text:Link 4 name}</option>
  906. <option value="{text:Link 5}">{text:Link 5 name}</option>
  907. <option value="{text:Link 6}">{text:Link 6 name}</option>
  908. <option value="http://terebi.co.vu">~theme credit~</option>
  909. </select>
  910.  
  911. <div id="links">
  912. {block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}
  913. <div style="position:absolute; bottom:{text:side top}px; right:{text:side right}px;">
  914. <img src="{image:Sidebar Banner}" /> <br></div>
  915.  
  916. <div style="position:fixed; bottom:{text:side image top}px; right:{text:side image right}px;">
  917. <img src="{image:Side Image}" />
  918.  
  919.  
  920.  
  921. </div>
  922.  
  923. </head>
  924.  
  925. <body>
  926.  
  927.  
  928.  
  929.  
  930.  
  931. </div>
  932.  
  933.  
  934.  
  935. </div>
  936.  
  937. <div class="clear"></div>
  938. </div>
  939.  
  940.  
  941.  
  942.  
  943.  
  944. </body>
  945. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement