trenzalours

theme 08 FLUX

Jun 4th, 2014
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.34 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!---
  8. |||||||||| T R E N Z A L O U R S - T H E M E S ||||||||||
  9.  
  10. -PLEASE DON'T REMOVE THE CREDIT- -DON'T REPOST AND CLAIM AS YOUR OWN-
  11. -EDIT AS MUCH AS YOU LIKE- -Don't just take the update code from theme-
  12. _____________________________________________________________________________
  13. ~You can remove the updates tab I've labeled
  14. where the codes begin and end for you~
  15.  
  16. ~~~~With the Pop up ask box remember to scroll~~~~~
  17. to the very bottom and replace "YOUR URL" with your info!
  18. ~~~~~~That is also where you plug in your FAQ ~~~~~~
  19. _____________________________________________________________________________
  20. ~~~~~~~~If you want to change the icons on the tabs~~~~~~~~
  21. head over to http://astronautweb.co/snippet/font-awesome/site
  22. ~~~~~and pick the icon you want~~~~~
  23. Replace the entire <i class=""></i> with the one provided!
  24. _____________________________________________________________________________
  25.  
  26. -Feel free to message me with any questions! Enjoy!
  27.  
  28. wwww.trenzathemes.tumblr.com *****
  29. ****** wwww.trenzalours.tumblr.com
  30. _____________________________________________________________________________
  31. --->
  32.  
  33. <head>
  34.  
  35.  
  36. <meta name="color:bg" content="#ffffff">
  37. <meta name="color:link" content="#3e3e3e">
  38. <meta name="color:info hover" content="#F2ECD5">
  39. <meta name="color:text" content="#3e3e3e">
  40. <meta name="color:title" content="#1D2120">
  41. <meta name="color:accent1" content="#FF3209">
  42. <meta name="color:accent2" content="#29B390">
  43. <meta name="color:scrollbar" content="#D6D5D5">
  44.  
  45. <meta name="color:icons" content="#000000">
  46. <meta name="if:music" content="0">
  47. <meta name="if:Ask" content="1">
  48.  
  49. <meta name="text:link1" content="">
  50. <meta name="text:link1 url" content="/">
  51. <meta name="text:link2" content="">
  52. <meta name="text:link2 url" content="/">
  53. <meta name="text:link3" content="">
  54. <meta name="text:link3 url" content="/">
  55. <meta name="text:link4" content="">
  56. <meta name="text:link4 url" content="/">
  57.  
  58. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61.  
  62. <!---FONTS--->
  63. <link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
  64.  
  65. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  66.  
  67. <!-- start of script tooltip -->
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69.  
  70. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  71.  
  72. <script>
  73.  
  74. (function($){
  75.  
  76. $(document).ready(function(){
  77.  
  78. $("a[title]").style_my_tooltips({
  79.  
  80. tip_follows_cursor:true,
  81.  
  82. tip_delay_time:90,
  83.  
  84. tip_fade_speed:600,
  85.  
  86. attribute:"title"
  87.  
  88. });
  89.  
  90. });
  91.  
  92. })(jQuery);
  93.  
  94. </script>
  95.  
  96. <!---popup ask script--->
  97. <script type="text/javascript"
  98. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  99. <script>
  100. $(document).ready(function() {
  101. //
  102. $('a.poplight[href^=#]').click(function() {
  103. var popID = $(this).attr('rel'); //Get Popup Name
  104. var popURL = $(this).attr('href'); //Get Popup href to define size
  105. var query= popURL.split('?');
  106. var dim= query[1].split('&');
  107. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  108. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  109. var popMargTop = ($('#' + popID).height() + 80) / 2;
  110. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  111. //Apply Margin to Popup
  112. $('#' + popID).css({
  113. 'margin-top' : -popMargTop,
  114. 'margin-left' : -popMargLeft
  115. });
  116. $('body').append('<div id="fade"></div>');
  117. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  118. return false;
  119. });
  120. $('a.close, #fade').live('click', function() {
  121. $('#fade , .popup_block').fadeOut(function() {
  122. $('#fade, a.close').remove(); //fade them both out
  123. });
  124. return false;
  125. });
  126. });
  127. </script>
  128. <!---end pop up script--->
  129.  
  130. <style type="text/css">
  131.  
  132. #icon{
  133.  
  134. opacity:.9;
  135. padding:5px;
  136. margin-top:-8px;
  137. font-size:10px;
  138. color:{color:icons};
  139. z-index:9;
  140. -webkit-transition: all 0.8s ease-in;
  141. -moz-transition: all 0.8s ease-in;
  142. transition: color 0.8s ease-in;
  143. }
  144. #icon:hover{
  145. text-shadow: 1px 0 .2px {color:accent1},
  146. -2px 0 .2px {color:accent2};
  147. color:{color:title};
  148. -webkit-transition: all 0.8s ease-out;
  149. -moz-transition: all 0.8s ease-out;
  150. transition: color 0.8s ease-out;
  151. }
  152.  
  153.  
  154. #tab1title{
  155. font-size:10px;
  156. text-align:left;
  157. text-transform:uppercase;
  158. letter-spacing:1px;
  159. color:{color:title2};
  160. margin-top:-32px;
  161. margin-left:20px;
  162. margin-bottom:5px;
  163. }
  164.  
  165. #tab1{
  166.  
  167. opacity:1;
  168. font-size:8px;
  169. color:{color:text};
  170. background:white;
  171. text-align:left;
  172. padding:5px;
  173.  
  174. }
  175.  
  176. #tab1box{ /*---DO NOT EDIT ANY OF THIS---*/
  177.  
  178. position:absolute;
  179. margin-top:-40px;
  180. right: 50%;
  181. overflow:hidden;
  182. width:20px;
  183. height:20px;
  184. -webkit-transition: all 0.8s ease-out;
  185. -moz-transition: all 0.8s ease-out;
  186. transition: all 0.8s ease-out;
  187.  
  188. }
  189.  
  190. #tab1box:hover{
  191. padding:10px;
  192. background:transparent;
  193. width:100px;
  194. height:120px;
  195.  
  196. }
  197.  
  198. #tab2{
  199. opacity:1;
  200. font-size:8px;
  201. color:{color:text};
  202. text-align:left;
  203. padding:5px;
  204.  
  205. }
  206.  
  207.  
  208. #tab2box{ /*---DO NOT EDIT ANY OF THIS---*/
  209. position:absolute;
  210. margin-top:-20px;
  211. right: 50%;
  212. overflow:hidden;
  213. width:20px;
  214. height:20px;
  215. ;
  216. -webkit-transition: all 0.8s ease-out;
  217. -moz-transition: all 0.8s ease-out;
  218. transition: all 0.8s ease-out;
  219.  
  220. }
  221. #tab2box:hover{
  222. padding:10px;
  223. background:transparent;
  224. width:120px;
  225. height:120px;
  226.  
  227. }
  228.  
  229. #tab3{
  230. opacity:1;
  231. font-size:8px;
  232. color:{color:text};
  233. text-align:left;
  234. padding:10px;
  235.  
  236. }
  237.  
  238. #tab3box{ /*---DO NOT EDIT ANY OF THIS---*/
  239. position:absolute;
  240. right: 50%;
  241. margin-top:0px;
  242. overflow:hidden;
  243. width:20px;
  244. height:20px;
  245. -webkit-transition: all 0.8s ease-out;
  246. -moz-transition: all 0.8s ease-out;
  247. transition: all 0.8s ease-out;
  248.  
  249.  
  250. }
  251. #tab3box:hover{
  252.  
  253. padding:8px;
  254. background:transparent;
  255. width:100px;
  256. height:163px;
  257.  
  258. }
  259.  
  260. #tab4{
  261. opacity:1;
  262. font-size:8px;
  263. color:{color:text};
  264. text-align:left;
  265. padding:5px;
  266.  
  267. }
  268.  
  269. #tab4box{ /*---DO NOT EDIT ANY OF THIS---*/
  270. position:absolute;
  271. right: 50%;
  272. overflow:hidden;
  273. margin-top:20px;
  274. width:20px;
  275. height:20px;
  276. z-index:0;
  277.  
  278. -webkit-transition: all 0.8s ease-out;
  279. -moz-transition: all 0.8s ease-out;
  280. transition: all 0.8s ease-out;
  281.  
  282.  
  283. }
  284. #tab4box:hover{
  285. padding:10px;
  286. background:transparent;
  287. width:100px;
  288. height:120px;
  289.  
  290. }
  291.  
  292. #tab5{
  293. opacity:1;
  294. font-size:8px;
  295. color:{color:text};
  296. text-align:left;
  297. padding:5px;
  298.  
  299. }
  300.  
  301. #tab5box{ /*---DO NOT EDIT ANY OF THIS---*/
  302. position:absolute;
  303. margin-top:40px;
  304. right: 50%;
  305. overflow:hidden;
  306. width:20px;
  307. height:20px;
  308. -webkit-transition: all 0.8s ease-out;
  309. -moz-transition: all 0.8s ease-out;
  310. transition: all 0.8s ease-out;
  311.  
  312.  
  313. }
  314. #tab5box:hover{
  315. padding:10px;
  316. background:transparent;
  317. width:100px;
  318. height:100px;
  319.  
  320. }
  321.  
  322.  
  323. #holder{
  324.  
  325. font-size:10px;
  326. text-transform:uppercase;
  327. position:fixed;
  328. font-family:calibri;
  329. left:410px;
  330. background-color:transparent;
  331. letter-spacing:0px;
  332. z-index:9999999999999999999;
  333. top:125px;
  334. }
  335. /*---end updates tab css---*/
  336.  
  337. *, body, a, a:hover {cursor: url(http://i59.tinypic.com/1z3tifb.gif), auto;}
  338.  
  339. a {
  340. color:{color:link};
  341. text-decoration:none;
  342. -moz-transition-duration:0.5s;
  343. -webkit-transition-duration:0.5s;
  344. -o-transition-duration:0.5s;
  345. }
  346.  
  347. a:hover {
  348. color:{color:info hover};
  349. text-shadow: 2px 0 .2px {color:accent1}, -1px 0 .2px {color:accent2};
  350. text-decoration:none;
  351. -moz-transition-duration:0.5s;
  352. -webkit-transition-duration:0.5s;
  353. -o-transition-duration:0.5s;
  354. }
  355.  
  356.  
  357. ::-webkit-scrollbar {
  358. background-color:{color:bg};
  359. height:8px;
  360. width:4px;
  361. border-radius:2px;
  362.  
  363. }
  364. ::-webkit-scrollbar-thumb:vertical {
  365. background-color:{color:scrollbar};
  366. height:30px;
  367. border-radius:2px;
  368.  
  369.  
  370. }
  371. ::-webkit-scrollbar-thumb:horizontal {
  372. background-color:{color:scrollbar};
  373. height:4px!important;
  374.  
  375. }
  376.  
  377. /*---begin tooltips---*/
  378.  
  379. #s-m-t-tooltip {-webkit-animation: Beeh 500ms;
  380.  
  381. max-width:300px;
  382. background-color:{color:bg};
  383. border-left:1px solid {color:accent1};
  384. border-right:1px solid {color:accent2};
  385. font-family:calibri;
  386. font-size:8.5px;
  387. color:{color:title};
  388. letter-spacing:2px;
  389. text-transform:uppercase;
  390. padding:3px 4px 3px 4px;
  391. margin:-20px 0px 0px 0px;
  392. z-index:99999999999; }
  393.  
  394. @-webkit-keyframes Beeh {
  395. 0% {-webkit-transform: opacity(.4);}
  396. 50% {-webkit-transform: opacity(1.04);}
  397. 70% {-webkit-transform: opacity(.9);}
  398. 100% {-webkit-transform: opacity(1);}}
  399. /*---end tooltips---*/
  400.  
  401.  
  402. body {
  403. background-color:{color:bg};
  404. font-family:Calibri;
  405. font-weight:normal;
  406. width:1230px;
  407. }
  408.  
  409.  
  410. h1 {
  411. font-weight:normal;
  412. font-size:10px;
  413. text-align:center;
  414. font-style:normal;
  415. line-height:80%;
  416. letter-spacing:1px;
  417. text-transform:uppercase;
  418. color:{color:text};
  419. }
  420.  
  421. h2 {
  422. font-size:15px;
  423. text-align:center;
  424. line-height:100%;
  425. letter-spacing:-0.5px;
  426. color:{color:text};
  427. font-weight:normal;
  428. padding:5px;
  429. padding-bottom:2px;
  430. }
  431.  
  432.  
  433. blockquote {
  434. text-align:justify;
  435. border-left:1px solid #fafafa;
  436. padding-left:0px;
  437. margin-left:50px;
  438. width:400px;
  439. }
  440.  
  441. #theme {
  442. background-color:{color:bg};
  443. width:700px;
  444. margin: 0 auto -12px auto;
  445. text-align: center;
  446. }
  447.  
  448. strong{
  449. color:{color:title};
  450. font-weight:bold;
  451. }
  452. b{
  453. color:{color:title};
  454. font-weight:bold;
  455. }
  456.  
  457.  
  458. em{
  459. color:{color:accent1};
  460. font-style:oblique;
  461. }
  462. /*/ SIDEBAR /*/
  463. a {
  464. color:;
  465. text-decoration:none;
  466. -webkit-transition: all 0.7s ease-out;
  467. -moz-transition: all 0.7s ease-out;
  468. transition: all 0.7s ease-out;
  469. }
  470.  
  471.  
  472. .fufu {
  473. width:300px;
  474. -webkit-transition: all 0.7s ease-out;
  475. -moz-transition: all 0.7s ease-out;
  476. transition: all 0.7s ease-out;
  477.  
  478. }
  479.  
  480. .fufu:hover {
  481. -webkit-transform: translate(1em,0);
  482. -moz-transform: translate(1em,0);
  483. -o-transform: translate(1em,0);
  484.  
  485. }
  486.  
  487. #biter
  488.  
  489. #bite a {display:block}
  490.  
  491. #bite .death {
  492. margin-bottom:-20px;
  493. filter: alpha(opacity = 0);opacity:0;
  494. -webkit-transition: all 0.6s ease-out;
  495. -moz-transition: all 0.6s ease-out;
  496. transition: all 0.6s ease-out;
  497.  
  498. }
  499.  
  500. #bite:hover .death {
  501. margin-bottom:0px;
  502. -webkit-transition: all 0.8s ease-out;
  503. -moz-transition: all 0.8s ease-out;
  504. transition: all 0.8s ease-out;
  505. filter: alpha(opacity = 100);
  506. filter: alpha(opacity = 100);
  507. opacity:100;
  508.  
  509. }
  510.  
  511. #title{
  512.  
  513. text-align:center;
  514. margin-left:10px;
  515. text-shadow: 3px 0 .2px {color:accent1},
  516. -3px 0 .2px {color:accent2};
  517. font-family: 'Bitter', serif;
  518. font-size:45px;
  519. letter-spacing:2px;
  520. text-transform:uppercase;
  521. -webkit-transition: all 0.5s ease-out;
  522. -moz-transition: all 0.5s ease-out;
  523. transition: all 0.5s ease-out;
  524. }
  525.  
  526. #title a:hover{
  527. color:{color:title};
  528. text-shadow: 4px 0 .2px {color:accent1},
  529. -5px 0 .2px {color:accent2};
  530. letter-spacing:4px;
  531. }
  532.  
  533. #sidebar {
  534. color:{color:text};
  535. margin-top:30px;
  536. width:245px;
  537. margin-left:280px;
  538. padding:15px;
  539. text-align:center;
  540. }
  541.  
  542.  
  543.  
  544.  
  545. /*/ DESCRIPTION /*/
  546.  
  547. .description {
  548. width:245px;
  549. margin-top:0px;
  550. margin-left:0px;
  551. font-family:arial;
  552. font-size:9px;
  553. line-height:12px;
  554. text-align:center;
  555. }
  556. /*/music player /*/
  557. {block:ifmusic}
  558. #music{
  559. padding-top:3px;
  560. margin-left:65px;
  561. }
  562. {/block:ifmusic}
  563.  
  564.  
  565.  
  566.  
  567. /*/ LINKS /*/
  568.  
  569.  
  570. #links {
  571.  
  572. text-align:center;
  573. letter-spacing:11px;
  574. word-spacing:3px;
  575. margin-top:-10px;
  576. }
  577.  
  578.  
  579. #links a {
  580. display:inline-block;
  581.  
  582. background:{color:link};
  583.  
  584. height:6px;
  585. width:6px;
  586. letter-spacing:1px;
  587. text-transform:uppercase;
  588. transition-duration: 0.7s;
  589. -moz-transition-duration: 0.7s;
  590. -webkit-transition-duration: 0.7s;
  591. -o-transition-duration: 0.7s;
  592. }
  593.  
  594. #links a:hover {
  595. background:{color:info hover};
  596. box-shadow: 2px 0 .2px {color:accent1}, -3px 0 .2px {color:accent2};
  597.  
  598. }
  599.  
  600. /*POP UP ASK BOX CSS*/
  601.  
  602.  
  603. #fade { /*--Transparent background layer--*/
  604. display: none; /*--hidden by default--*/
  605. background: {color:info hover};
  606. position: fixed; left: 0; top: 0;
  607. width: 100%; height: 100%;
  608. opacity: .80;
  609. z-index: 9999;
  610. }
  611. {block:ifAsk}.popup_block{
  612. display: none;
  613. overflow:scroll;/*--hidden by default--*/
  614. background: #fff;
  615. padding: 20px;
  616. border: 1px solid {color:accent2};
  617. float: left;
  618. color:#6E6E6E;
  619. font-size:10px;
  620. position: fixed;
  621. top: 60%; left: 53%;
  622. z-index: 9999999999999999;
  623. /*--CSS3 Box Shadows--*/
  624. -webkit-box-shadow: 0px 0px 10px {color:link hover};
  625. -moz-box-shadow: 0px 0px 10px {color:link hover};
  626. box-shadow: 0px 0px 10px {color:link hover};
  627. /*--CSS3 Rounded Corners--*/
  628. -webkit-border-radius: 10px;
  629. -moz-border-radius: 10px;
  630. border-radius: 10px;
  631. }{block:ifAsk}
  632. .popup_block strong{
  633. text-shadow: 3px 0 .2px {color:accent1},
  634. -4px 0 .2px {color:accent2};
  635. color:#1d2120;
  636. font-weight:bold;
  637. font-size:13px;
  638. padding:3px;
  639. text-transform:uppercase;
  640. }
  641.  
  642. /*--Making IE6 Understand Fixed Positioning--*/
  643. *html #fade {
  644. position: absolute;
  645. }
  646. *html .popup_block {
  647. position: absolute;
  648. }
  649.  
  650.  
  651. /*/ POSTS /*/
  652.  
  653. #stuffcontainer {
  654.  
  655. border-left:1px solid {color:accent1};
  656. border-right:1px solid {color:accent2};
  657. margin-left:150px;
  658. padding:25px;
  659. margin-top:-40px;
  660. text-align:center;
  661. background-color:{color:bg};
  662. color:{color:text};
  663. margin-bottom: 35px;
  664. }
  665.  
  666.  
  667. #stuff {
  668. padding:0px;
  669. background-color: #ffffff;
  670. width:500px;
  671. margin-top:90px;
  672. text-align:justify;
  673. font-size:11px;
  674. line-height:100%;
  675. letter-spacing:0x;
  676. color:{color:text};
  677. }
  678.  
  679.  
  680. /*/ NOTES /*/
  681.  
  682.  
  683.  
  684. #postinfo {
  685. color:{color:link};
  686. text-align:left;
  687. width:490px;
  688. font-family:calibri;
  689. font-size: 10px;
  690. letter-spacing:px;
  691. font-style: normal;
  692. margin-top:5px;
  693. padding:0px;
  694. line-height:130%;
  695. }
  696.  
  697. #postinfo a {
  698. text-align:center;
  699. letter-spacing:0px;
  700. font-style:normal;
  701. padding-right:3px;
  702. }
  703.  
  704.  
  705.  
  706.  
  707. ol.notes {
  708. padding:70px;
  709. background-color: #ffffff;
  710. padding:0px;
  711. margin:-10px 0px;
  712. font-family:arial;
  713. font-size: 9px;
  714. width: 500px;
  715. list-style-type:none;
  716. }
  717. ol.notes li.note {
  718. padding: 10px;
  719. }
  720. ol.notes li.note img.avatar {
  721. vertical-align:-4px;
  722. border-radius:100%;
  723. margin-right:10px;
  724. width:16px;
  725. height:16px;
  726. }
  727. ol.notes li.note span.action {
  728. font-weight:normal;
  729. }
  730. ol.notes li.note .answer_content {
  731. font-weight:normal;
  732. }
  733. ol.notes li.note blockquote {
  734. padding:9px 6px 9px 6px;
  735. margin:10px 0px 0px 25px;
  736. }
  737.  
  738. /*/ TAGS /*/
  739.  
  740.  
  741. .tags {
  742. font-family:calibri;
  743. word-break:break-all;
  744. font-size:9px;
  745. text-align:right;
  746. float:right;
  747. letter-spacing:1px;
  748. }
  749.  
  750. /*/ PAGINATION /*/
  751.  
  752. #pagi {
  753. margin-top:100px;
  754. padding:15px;
  755. width:auto;
  756. text-align:center;
  757. margin-bottom:30px;
  758. font-family:arial;
  759. font-size:12px;
  760. letter-spacing:4px;
  761. text-transform:uppercase;
  762. font-style:italic;
  763. z-index:100;
  764.  
  765. }
  766.  
  767.  
  768. /*/ ASK /*/
  769.  
  770.  
  771. .ask {
  772. padding:10px;
  773. text-align:left;
  774. color:{color:text};
  775. background-color:{color:infobg};
  776. border-bottom:1px solid {color:border};
  777. border-right:1px solid {color:border};
  778. }
  779.  
  780. .ans {
  781. text-align:left;
  782. padding:10px;
  783. color:{color:text};
  784. }
  785.  
  786. /*/ AUSIO /*/
  787.  
  788. .audio {
  789. width:500px;
  790. padding-bottom:10px;
  791. background-color:{color:infobg};
  792. }
  793.  
  794. .albumart {
  795. float:left;
  796. padding:0px 10px 10px 0px;
  797. }
  798.  
  799. .albumart img {
  800. width:45px;
  801. height:45px;
  802. }
  803.  
  804. .playercontainer {
  805. text-align:left;
  806. padding:10px;
  807. background-color:#ffffff;
  808. width:480px;
  809. }
  810.  
  811. .audioinfo {
  812. padding:10px;
  813. color:{color:text};
  814. }
  815.  
  816. ul.chat, .chat ol, .chat li {
  817. list-style:none;
  818. margin:0px;
  819. padding:2px;
  820. }
  821.  
  822. .label {
  823. text-decoration:underline;
  824. font-weight:700;
  825. background-color:{color:infobg};
  826. margin-right:5px;
  827. }
  828.  
  829.  
  830. #cred {
  831. bottom:3px;
  832. position:fixed;
  833. right:10px;
  834. float:right;
  835. font-size:13px;
  836. letter-spacing:1px;
  837. padding:4px;
  838. }
  839.  
  840. #cred a {
  841. color:{color:link};
  842. -webkit-transition-duration:1s;
  843. -o-transition-duration:1s;
  844. -moz-transition-duration:1s;
  845.  
  846. }
  847.  
  848. #cred a:hover {
  849. color:{color:info hover};
  850. color:transparent;
  851. text-shadow: 3px 0 .2px {color:accent1},
  852. -3px 0 .2px {color:accent2};
  853. }
  854.  
  855. {CustomCSS}
  856.  
  857. </style></head><body>
  858.  
  859.  
  860.  
  861. <!---begin updates tab code--->
  862. <div id="holder">
  863. <div id="tab1box">
  864. <div id="icon"><p><i class="fa fa-moon-o fa-lg"></i></div>
  865. <div id="tab1"><div id="tab1title">updates</div>
  866. <b>bold</b> <em>italics</em> <strike>strike</strike><br>
  867. <a href="/" title="this is a hover text">link + hover</a>
  868.  
  869. </div></div>
  870.  
  871. <div id="tab2box">
  872. <div id="icon"><p><i class="fa fa-bookmark-o fa-lg"></i></div>
  873. <div id="tab2"><div id="tab1title"> currently</div>
  874. text text
  875.  
  876. </div></div>
  877.  
  878. <div id="tab3box">
  879. <div id="icon"><p><i class="fa fa-star-o fa-lg"></i></div>
  880. <div id="tab3"><div id="tab1title">social</div>
  881. text text
  882.  
  883. </div></div>
  884. <div id="tab4box">
  885. <div id="icon"><p><i class="fa fa-sun-o fa-lg"></i></div>
  886. <div id="tab4"><div id="tab1title">networks</div>
  887. text text
  888.  
  889.  
  890. </div></div>
  891.  
  892. <div id="tab5box">
  893. <div id="icon"><p><i class="fa fa-heart-o fa-lg"></i></div>
  894. <div id="tab5"><div id="tab1title">extra</div>
  895.  
  896. text text
  897.  
  898.  
  899.  
  900. </div></div>
  901.  
  902. </div>
  903. <!---end updates tab code-->
  904.  
  905. <div id="theme">
  906. <div id="sidebar">
  907. <div id="bite">
  908. <center><div id="title"><a href="/">{title}</a></div></center>
  909. <div id="links">
  910. {block:ifAsk}
  911. <a title= "{text:link1}" href="#?w=500" rel="02" class="poplight"></a>{block:ifAsk}
  912. {block:ifnotAsk}
  913. <a title="{text:link1}" href="{text:link1 url}"></a>
  914. {/block:ifnotAsk}
  915. <a title="{text:link2}" href="{text:link2 url}"></a>
  916. <a title="{text:link3}" href="{text:link3 url}"></a>
  917. <a title="{text:link4}" href="{text:link4 url}"></a>
  918. </div>
  919.  
  920. <div class="death">
  921. <div align="center">
  922. <div class="description">{Description}
  923. </div>
  924. {block:ifmusic}<div id="music"><center>
  925. <!---REPLACE THE AREAS WITH DIRECT LINKS TO YOUR SONGS AND THE TITLES--->
  926. <embed src="http://www.sheepproductions.com/billy/billy.swf?
  927. autoplay=false&f0=http://k007.kiwi6.com/hotlink/99lda92h9a/Ms_Mr_-_Bones.mp3
  928.  
  929. &t0=Bones&f1=http://DIRECTLINKTOSONG02.mp3
  930.  
  931. &t1=SONGTITLE02&f2=http://DIRECTLINKTOSONG03.mp3
  932.  
  933. &t2=SONGTITLE03&f3=http://DIRECTLINKTOSONG04.mp3
  934.  
  935. &t3=SONGTITLE04&f4=http://DIRECTLINKTOSONG05.mp3
  936.  
  937. &t4=SONGTITLE05&f5=http://DIRECTLINKTOSONG06.mp3
  938.  
  939. &t5=SONGTITLE06&f6=http://DIRECTLINKTOSONG07.mp3
  940. &total=6"
  941. quality="high" wmode="transparent"
  942. width="156" height="10" name="billy" align="center"
  943. type="application/x-shockwave-flash" />
  944. </center></div>{block:ifmusic}
  945. </div>
  946. </div>
  947. </div>
  948. </div>
  949.  
  950.  
  951.  
  952. <div id="stuffcontainer">
  953.  
  954. {block:Posts}
  955.  
  956. <div id="stuff">
  957.  
  958. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  959.  
  960. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  961.  
  962. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  963. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  964.  
  965. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  966.  
  967. {block:Photoset}<center>{Photoset-500}</center>
  968. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  969.  
  970. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  971.  
  972. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  973.  
  974. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  975.  
  976. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  977. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  978. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  979. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  980. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  981.  
  982. {block:Date}
  983. <div id="postinfo">Posted
  984. <a href="{Permalink}">{TimeAgo}</a>with {block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}& <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  985.  
  986. {block:RebloggedFrom}
  987. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  988. {/block:RebloggedFrom}</a>
  989. {block:ContentSource}
  990. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  991. {/block:ContentSource}
  992. <br>
  993. {block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  994. {/block:Date}
  995. </div>
  996. {/block:Posts}
  997. <div class="note">
  998. {block:PostNotes}{PostNotes}{/block:PostNotes}
  999. </div>
  1000. {/block:Posts}
  1001.  
  1002.  
  1003. <div id="pagi">
  1004. {block:Pagination}
  1005. {block:PreviousPage}
  1006. <a href="{PreviousPage}">prev</a>
  1007. {/block:PreviousPage}
  1008. {block:NextPage}
  1009. <a href="{NextPage}">next</a>
  1010. {/block:NextPage}
  1011. </div>
  1012. {/block:Pagination}
  1013. </div>
  1014.  
  1015.  
  1016. </div>
  1017. </div>
  1018. <div id="cred">
  1019.  
  1020. <a href="http://trenzalours.tumblr.com/" title="trenzalours themes">
  1021. <i class="fa fa-bolt"></i>
  1022. </a></div>
  1023. </body>
  1024. {block:ifAsk}<div id="02" class="popup_block">
  1025. F A Q - H E R E
  1026. <Center><font size="5" color="#eeeeee"><p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/YOUR_URL.tumblr.com" style="background-color:transparent; overflow:hidden;padding:5px;" id="ask_form">{/block:ifAsk}
Advertisement
Add Comment
Please, Sign In to add comment