Advertisement
trenzalours

theme 11 - stardust

Jul 10th, 2014
1,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.58 KB | None | 0 0
  1. <!---
  2. |||||||||| T R E N Z A L O U R S - T H E M E S ||||||||||
  3.  
  4. -PLEASE DON'T REMOVE THE CREDIT--DON'T REPOST AND CLAIM AS YOUR OWN-
  5. -EDIT AS MUCH AS YOU LIKE--Don't just take the update code from theme-
  6. _____________________________________________________________________________
  7. ~You can remove the updates tab I've labeled
  8. where the codes begin and end for you~
  9. _____________________________________________________________________________
  10.  
  11. wwww.trenzathemes.tumblr.com *****
  12. ****** wwww.trenzalours.tumblr.com
  13. _____________________________________________________________________________
  14. --->
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  23.  
  24. <!---METAS---->
  25.  
  26. <meta name="color:bg" content="#ffffff"/>
  27. <meta name="color:Text" content="#000000"/>
  28. <meta name="color:Link" content="#b8b8b8"/>
  29. <meta name="color:hover" content="#ffffff"/>
  30. <meta name="color:accent" content="#ffffff"/>
  31. <meta name="color:selection" content="#b8b8b8"/>
  32. <meta name="color:scrollbar" content="#b8b8b8"/>
  33. <meta name="color:borders" content="#b8b8b8"/>
  34. <meta name="color:title" content="#b8b8b8"/>
  35. <meta name="color:title2" content="#ffffff"/>
  36. <meta name="text:url" content="url here">
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="text:link1" content="">
  39. <meta name="text:link1 url" content="/">
  40. <meta name="text:link2" content="">
  41. <meta name="text:link2 url" content="/">
  42. <meta name="text:link3" content="">
  43. <meta name="text:link3 url" content="/">
  44.  
  45. <meta name="if:Loading" content="1">
  46. <meta name="if:Captions Off" content="0">
  47. <meta name="if:500pxPosts" content="0">
  48. <meta name="if:250pxPosts" content="1">
  49. <meta name="if:400pxPosts" content="0">
  50. <meta name="if:background" content="0">
  51.  
  52. <!--side push menu from codrops-->
  53. <!--don't touch-->
  54. <script src="http://takien.github.io/jPushMenu/js/jquery-1.9.1.min.js"></script>
  55. <script src="http://takien.github.io/jPushMenu/js/jPushMenu.js"></script>
  56.  
  57. <!--call jPushMenu, required-->
  58. <script>
  59. jQuery(document).ready(function($) {
  60. $('.toggle').jPushMenu();
  61. });
  62. </script>
  63.  
  64.  
  65. <!-- start of script tooltip -->
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67.  
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69. <script>
  70.  
  71. (function($){
  72.  
  73. $(document).ready(function(){
  74.  
  75. $("a[title]").style_my_tooltips({
  76.  
  77. tip_follows_:true,
  78.  
  79. tip_delay_time:90,
  80.  
  81. tip_fade_speed:600,
  82.  
  83. attribute:"title"
  84.  
  85. });
  86.  
  87. });
  88.  
  89. })(jQuery);
  90.  
  91. </script>
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96.  
  97. *, #link a:hover {
  98. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  99. }
  100.  
  101. *, #info a:hover {
  102. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  103. }
  104.  
  105. *, body, a, a:hover {
  106. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  107. }
  108.  
  109. body {
  110. {block:ifbackground}
  111. background-image:url(http://static.tumblr.com/3dkvxpf/Acsn85qm5/cream_pixels.png);
  112. background-attachment:fixed;
  113. background-repeat:repeat;
  114. {/block:ifbackground}
  115. margin:0px;
  116. color:{color:text};
  117. font-family:calibri;
  118. font-size:10px;
  119. line-height:100%;
  120. }
  121.  
  122. a {
  123. text-decoration:none;
  124. outline:none;
  125. -moz-outline-style:none;
  126. color:{color:link};
  127. }
  128.  
  129.  
  130. a:hover{
  131. text-decoration:none;
  132. outline:none;
  133. -moz-outline-style:none;
  134. color:{color:hover};
  135. -webkit-transition: all 1s ease-in-out;
  136. -moz-transition: all 1s ease-in-out;
  137. -o-transition: all 1s ease-in-out;
  138. -ms-transition: all 1s ease-in-out;
  139. transition: all 1s ease-in-out;
  140. }
  141.  
  142. p {
  143. font-size: 1em;
  144. line-height: 1.25em;
  145. margin: 1.25em 0;
  146. text-align: justify;
  147. }
  148.  
  149. img {
  150. border:none;
  151. }
  152.  
  153. blockquote {
  154. padding-left:5px;
  155. border-left:2px solid;
  156. }
  157.  
  158. blockquote blockquote {
  159. padding-left:5px;
  160. border-left:2px solid;
  161. }
  162. b,strong{
  163. font-weight:bold;
  164. color:{color:accent};
  165. }
  166.  
  167. i,em{
  168. font-style:italic;
  169. color:{color:accent};
  170. }
  171.  
  172. pre{
  173. background:{color:accent};
  174. color:{color:text};
  175. padding:3px;
  176. white-space: pre-wrap;
  177. white-space: -moz-pre-wrap;
  178. white-space: -pre-wrap;
  179. white-space: -o-pre-wrap;
  180. word-wrap: break-word;
  181. }
  182. big{
  183. font-size:13px;
  184. color:{color:accent};
  185.  
  186. }
  187. small{
  188. font-size:8px;
  189. }
  190.  
  191.  
  192. h1 {
  193. font-family:consolas;
  194. text-transform:uppercase;
  195. color:{color:borders};
  196. font-size:15px;
  197. text-align:center;
  198. line-height:17px;
  199. letter-spacing:1px;
  200. }
  201. h2 a{
  202. color:{color:title};
  203. -webkit-transition: all .3s ease-in-out;
  204. -moz-transition: all .3s ease-in-out;
  205. -o-transition: all .3s ease-in-out;
  206. -ms-transition: all .3s ease-in-out;
  207. transition: all .3s ease-in-out;
  208. }
  209.  
  210. h3{
  211. font-size:11px;
  212. color:{color:title};
  213. text-align:center;
  214.  
  215. }
  216.  
  217.  
  218. ::selection {
  219. background-color:{color:selection};
  220. color:white;
  221. }
  222.  
  223. ::-webkit-scrollbar {
  224. background-color:{color:bg};
  225.  
  226. height:8px;
  227. width:4px;
  228. border-radius:2px;
  229.  
  230. }
  231. ::-webkit-scrollbar-thumb:vertical {
  232. border:1px solid {color:scrollbar};
  233. height:4px;
  234. border-radius:2px;
  235.  
  236.  
  237. }
  238. ::-webkit-scrollbar-thumb:horizontal {
  239. background-color:{color:scrollbar};
  240. height:11px!important;
  241.  
  242. }
  243.  
  244. /*---TOOLTIPS---*/
  245.  
  246. #s-m-t-tooltip {
  247. background:{color:bg};
  248. max-width:300px;
  249. font-family:consolas;
  250. font-size:8px;
  251. color:{color:text};
  252. letter-spacing:2px;
  253. text-transform:uppercase;
  254. line-height:5px;
  255. border-bottom:1px solid {color:accent};
  256. padding:4px 5px 4px 5px;
  257. margin:-20px 20px 5px 10px;
  258. z-index:9999999999999999999999;
  259. }
  260.  
  261. @-webkit-keyframes Beeh {
  262. 0% {-webkit-transform: opacity(.2);}
  263. 50% {-webkit-transform: opacity(1.00);}
  264. 70% {-webkit-transform: opacity(.7);}
  265. 100% {-webkit-transform: opacity(1);}}
  266.  
  267. /*---end tooltips---*/
  268.  
  269. /*TUMBLR CONTROL ICONS*/
  270.  
  271. #tumblr_controls{
  272. position:fixed !important;
  273. -webkit-filter: invert(100%)
  274. }
  275.  
  276. /*---------------*/
  277. /***** POSTS *****/
  278. /*---------------*/
  279.  
  280. #entries {
  281. padding:10px;
  282. width:500px;
  283. margin-left:500px;
  284. margin-top:40px;
  285. }
  286.  
  287.  
  288.  
  289. /*---------------*/
  290. /***** SIDEBAR *****/
  291. /*---------------*/
  292.  
  293. #sidebar {
  294. width:110px;
  295. position:fixed;
  296. margin-left:300px;
  297. margin-top:30px;
  298. border:1px solid {color:borders};
  299. background:{color:bg};
  300. padding:1em;
  301. border-radius:5px;
  302. overflow:hidden;
  303.  
  304. }
  305.  
  306. #title {
  307. margin-left:5px;
  308. font-size:11px;
  309. text-align:center;
  310. letter-spacing:4px;
  311. text-transform:uppercase;
  312. font-family:consolas;
  313. }
  314.  
  315. #sidebarimage {
  316. width 100px;
  317. text-align:center;
  318. background:{color:bg};
  319.  
  320. }
  321.  
  322. #sidebarimage img {
  323. width:100px;
  324. border:1px dashed {color:borders};
  325. border-radius: 10px;
  326. -moz-border-radius: 10px;
  327. -khtml-border-radius: 10px;
  328. -webkit-border-radius: 10px;
  329. padding:5px;
  330.  
  331. }
  332.  
  333.  
  334. /*/ link /*/
  335. #link {
  336. position:fixed;
  337. text-align:center;
  338. letter-spacing:5px;
  339. margin-top:54px;
  340. margin-left:430px;
  341.  
  342. }
  343.  
  344.  
  345. #link a {
  346. display:block;
  347. background:{color:accent};
  348. border-radius:5px;
  349. border:1px solid {color:borders};
  350. border-left:1px solid white;
  351. height:7px;
  352. width:4px;
  353. text-transform:uppercase;
  354. transition-duration: .3s;
  355. -moz-transition-duration: .3s;
  356. -webkit-transition-duration: .3s;
  357. -o-transition-duration: .3s;
  358. }
  359.  
  360. #link a:hover {
  361. border:1px solid {color:borders};
  362. width:12px;
  363. background:{color:accent};
  364. border-left:2px solid {color:bg};
  365. transition-duration: .3s;
  366. -moz-transition-duration: .3s;
  367. -webkit-transition-duration: .3s;
  368. -o-transition-duration: .3s;
  369.  
  370. }
  371. .fufu {
  372. width:100px;
  373. -webkit-transition: all 2s ease-in;
  374. -moz-transition: all 2s ease-in;
  375. transition: all 2s ease-in;
  376.  
  377. }
  378.  
  379. .fufu:hover {
  380. -webkit-transform: translate(2em,0);
  381. -moz-transform: translate(2em,0);
  382. -o-transform: translate(2em,0);
  383.  
  384. }
  385.  
  386. #biter
  387.  
  388. #bite a {display:block}
  389.  
  390. #bite .death {
  391. height:0px;
  392. margin-bottom:-10px;
  393. filter: alpha(opacity = 0);opacity:0;
  394. -webkit-transition: all .5s ease;
  395. -moz-transition: all .5s ease;
  396. transition: all .5s ease;
  397.  
  398. }
  399.  
  400. #bite:hover .death {
  401. height:110px;
  402. margin-bottom:5px;
  403. -webkit-transition: all .5s ease-out;
  404. -moz-transition: all .5s ease-out;
  405. transition: all .5s ease-out;
  406. filter: alpha(opacity = 100);
  407. filter: alpha(opacity = 100);
  408. opacity:100;
  409.  
  410. }
  411.  
  412. #desc{
  413. height:100px;
  414. padding:5px;
  415. overflow:scroll;
  416. text-shadow: #eee 1px 1px 0;
  417. }
  418.  
  419. #desc p{
  420. font-size: 1em;
  421. line-height: 1.5em;
  422. margin: 0;
  423. text-align:justify;
  424. }
  425.  
  426.  
  427.  
  428. .cover {
  429. position: relative;
  430. z-index: 1;
  431. width:100px;
  432. background-color:{color:bg};
  433. padding-bottom:10px;
  434. }
  435.  
  436. /*/ POSTS /*/
  437.  
  438.  
  439. #stuff {
  440. padding:10px;
  441. margin-bottom:40px;
  442. margin-left:0px;
  443. border:1px solid {color:borders};
  444. {block:if250pxPosts}width:250px;{/block:if250pxPosts}
  445. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  446. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  447. text-align:justify;
  448. font-size:11px;
  449. line-height:100%;
  450. letter-spacing:0x;
  451. color:{color:text};
  452. background:{color:bg};
  453. border-radius: 10px;
  454. -moz-border-radius: 10px;
  455. -khtml-border-radius: 10px;
  456. -webkit-border-radius: 10px;
  457.  
  458. }
  459. #stuff img{
  460. border-radius: 5px;
  461. -moz-border-radius: 5px;
  462. -khtml-border-radius: 5px;
  463. -webkit-border-radius: 5px;
  464. }
  465.  
  466.  
  467. /*/ NOTES /*/
  468.  
  469.  
  470. #info {
  471. width:100%;
  472. padding:5px 0 5px;
  473. border:1px dashed {color:borders};
  474. font-size:8px;
  475. letter-spacing:1px;
  476. text-transform:uppercase;
  477. color:{color:text};
  478. margin-top:20px;
  479. text-align:center;
  480. opacity:1;
  481. border-radius: 5px;
  482. -moz-border-radius: 5px;
  483. -khtml-border-radius: 5px;
  484. -webkit-border-radius: 5px;
  485. -webkit-transition: all 1s ease-in-out;
  486. -moz-transition: all 1s ease-in-out;
  487. -o-transition: all 1s ease-in-out;
  488. -ms-transition: all 1s ease-in-out;
  489. transition: all 1s ease-in-out;
  490. }
  491.  
  492. #info a{
  493. color:{color:text};
  494. -webkit-transition: all 1s ease-in-out;
  495. -moz-transition: all 1s ease-in-out;
  496. -o-transition: all 1s ease-in-out;
  497. -ms-transition: all 1s ease-in-out;
  498. transition: all 1s ease-in-out;
  499. }
  500.  
  501. #info a:hover{
  502. color:{color:hover};
  503. -webkit-transition: all 1s ease-in-out;
  504. -moz-transition: all 1s ease-in-out;
  505. -o-transition: all 1s ease-in-out;
  506. -ms-transition: all 1s ease-in-out;
  507. transition: all 1s ease-in-out;
  508. }
  509.  
  510. /* TAGS */
  511. #tags {
  512. font-size:8px;
  513. border:1px solid {color:borders};
  514. background:{color:bg};
  515. padding:4px;
  516. position:absolute;
  517. margin-top:25px;
  518. text-transform:lowercase;
  519. margin-left:10px;
  520. opacity:0;
  521. color:{color:text};
  522. border-radius: 4px;
  523. -moz-border-radius: 4px;
  524. -khtml-border-radius: 4px;
  525. -webkit-border-radius: 4px;
  526. -webkit-transition: all .3s ease-in-out;
  527. -moz-transition: all .3s ease-in-out;
  528. -o-transition: all .3s ease-in-out;
  529. -ms-transition: all .3s ease-in-out;
  530. transition: all .3s ease-in-out;
  531. }
  532.  
  533. #tags a{
  534. color:{color:text};
  535. -webkit-transition: all .3s ease-in-out;
  536. -moz-transition: all .3s ease-in-out;
  537. -o-transition: all .3s ease-in-out;
  538. -ms-transition: all .3s ease-in-out;
  539. transition: all .3s ease-in-out;
  540. }
  541.  
  542. #tags a:hover{
  543. color:{color:hover};
  544. -webkit-transition: all .3s ease-in-out;
  545. -moz-transition: all .3s ease-in-out;
  546. -o-transition: all .3s ease-in-out;
  547. -ms-transition: all .3s ease-in-out;
  548. transition: all .3s ease-in-out;
  549. }
  550.  
  551. #stuff:hover #tags {
  552. opacity:.8;
  553. margin-left:0px;
  554. -webkit-transition: all .3s ease-in-out;
  555. -moz-transition: all .3s ease-in-out;
  556. -o-transition: all .3s ease-in-out;
  557. -ms-transition: all .3s ease-in-out;
  558. transition: all .3s ease-in-out;
  559. }
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566. /* NOTES */
  567.  
  568. ol.notes {
  569. display:block;
  570. text-align:left;
  571. margin-bottom:30px;
  572. list-style-type:none;
  573. {block:if250pxPosts}width:250px;{/block:if250pxPosts}
  574. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  575. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  576. margin-left:5px;
  577. padding:0px;
  578. }
  579.  
  580. ol.notes li.note{
  581. padding:5px;
  582. padding-top:2px;
  583. margin-bottom:3px;
  584. }
  585.  
  586. .pagenotes {
  587. text-align:center;
  588. background:transparent;
  589. text-transform:uppercase;
  590. font-size:9px;
  591. }
  592.  
  593.  
  594. .pagenotes img{
  595. padding-right:5px;
  596. padding-top:5px;
  597. margin-bottom:-5px;
  598. border:none;
  599. padding-bottom:2px;
  600. }
  601.  
  602. /*---------------*/
  603. /***** AUDIO *****/
  604. /***** by trenzalours *****/
  605. /*---------------*/
  606. .cover{
  607. opacity:0;
  608. }
  609.  
  610. .tunebutton {
  611. width: 20px;
  612. height: 30px;
  613. overflow: hidden;
  614. position: relative;
  615. -moz-border-radius: 30px;
  616. -webkit-border-radius: 30px;
  617. border-radius: 30px;
  618. z-index: 1000;
  619. margin: 12px 20px 10px 13px;
  620. }
  621.  
  622. .tunes:hover {
  623. opacity:1;
  624. transition-duration:0.5s;
  625. -o-transition-duration:0.5s;
  626. -ms-transition-duration:0.5s;
  627. -moz-transition-duration:0.5s;
  628. -webkit-transition-duration:0.5s;
  629. }
  630.  
  631. .tunes {
  632. background-color:#000;
  633. position: absolute;
  634. z-index: 1000;
  635. margin-top:25px;
  636. margin-left:24px;
  637. opacity:1;
  638. width:50px;
  639. height:50px;
  640. border-radius: 30px;
  641. box-shadow:
  642. 0 0 0 5px hsl(0, 0%, 90%),
  643. 0 0 0 3px hsl(0, 0%, 90%);
  644. border:4px solid {color:accent};
  645. -moz-border-radius: 30px;
  646. -webkit-border-radius: 30px;
  647. transition-duration:0.5s;
  648. -o-transition-duration:0.5s;
  649. -ms-transition-duration:0.5s;
  650. -moz-transition-duration:0.5s;
  651. -webkit-transition-duration:0.5s;
  652. }
  653.  
  654. /*---------------*/
  655. /***** PAGE NAV *****/
  656. /*---------------*/
  657.  
  658. #pagination {
  659. margin-top:-20px;
  660. word-spacing:5px;
  661. text-align:center;
  662. font-size:20px;
  663. color:{color:link};
  664. padding:5px;
  665. opacity: 0;
  666. -webkit-transition: opacity 00.7s, -webkit-transform 00.7s;
  667. transition: opacity 00.7s, transform 00.7s;
  668. -webkit-transform: translate3d(100%,0,0);
  669. transform: translate3d(100%,0,0);
  670. }
  671. #pagination a{
  672. color:{color:text};
  673. }
  674. figure.effect-sarah:hover #pagination{
  675. opacity: 1;
  676. -webkit-transform: translate3d(0,0,0);
  677. transform: translate3d(0,0,0);
  678.  
  679. }
  680.  
  681. /*---------------*/
  682. /***** NOTES *****/
  683. /*---------------*/
  684.  
  685. #info {
  686. text-align:center;
  687. }
  688.  
  689. /*---------------*/
  690. /***** ASK *****/
  691. /*---------------*/
  692.  
  693. .asker {
  694. text-align:center;
  695. margin-right:5px;
  696. }
  697. .ask{
  698. padding:5px;
  699. text-align:center;
  700. }
  701. .answer{
  702. border-top:1px solid {color:borders};
  703. font-style:italic;
  704. }
  705.  
  706. .cbp-spmenu {
  707. position: fixed;
  708. }
  709.  
  710.  
  711. /* Orientation-dependent styles for the content of the menu */
  712.  
  713. .cbp-spmenu-horizontal {
  714. padding-bottom:10px;
  715. padding:10px;
  716. margin-left:1050px;
  717. text-align:justify;
  718. font-size:10px;
  719. background:{color:accent};
  720. color:{color:text};
  721. width: 300px;
  722. height: 100%;
  723. }
  724.  
  725.  
  726. /* Horizontal menu that slides from the top or bottom */
  727.  
  728. .cbp-spmenu-bottom {
  729. bottom: -1000px;
  730. }
  731.  
  732. .cbp-spmenu-bottom.cbp-spmenu-open {
  733. bottom:0px;
  734. margin-left:1050px;
  735. }
  736.  
  737.  
  738.  
  739.  
  740. /* Transitions */
  741.  
  742. .cbp-spmenu,
  743. .cbp-spmenu-push {
  744. -webkit-transition: all 0.7s ease;
  745. -moz-transition: all 0.7s ease;
  746. transition: all 0.7s ease;
  747. }
  748.  
  749.  
  750.  
  751. .pushtitle {
  752. margin-top:20px;
  753. margin-bottom:5px;
  754. letter-spacing:2px;
  755. text-transform:uppercase;
  756. }
  757. .pushtitle h3{
  758. color:white;
  759. font-size:12px;
  760. }
  761.  
  762.  
  763. #pushdescription {
  764. line-height:14px;
  765. padding:20px;
  766.  
  767. }
  768.  
  769.  
  770.  
  771.  
  772. /*container*/
  773. #container {
  774. top:50%;
  775. margin-left:-225px;
  776. position:absolute;
  777. z-index:999999999999999999999999999;
  778. }
  779. .cbp-spmenu {
  780. position: fixed;
  781. }
  782.  
  783.  
  784. /* Orientation-dependent styles for the content of the menu */
  785.  
  786. .cbp-spmenu-vertical {
  787. padding-top:50px;
  788. padding-bottom:10px;
  789. margin-top:10px;
  790. padding-right:20px;
  791. text-align:justify;
  792. font-size:10px;
  793. line-height:12px;
  794. background:{color:bg};
  795. color:{color:text};
  796. width: 300px;
  797. height: 100%;
  798. z-index:999999999999999999999999;
  799. }
  800.  
  801. /* Vertical menu that slides from the right or right */
  802.  
  803.  
  804.  
  805. .cbp-spmenu-right {
  806. right: -320px;
  807. }
  808.  
  809.  
  810. .cbp-spmenu-right.cbp-spmenu-open {
  811. right: 0px;
  812. margin-top:10px;
  813. }
  814.  
  815. /*DO NOT TOUCH*/
  816. #cred i {
  817. color:black;
  818. border-radius:100%;
  819. border:1px solid {color:accent};
  820. bottom:13px;
  821. position:fixed;
  822. right:10px;
  823. float:right;
  824. padding:2px 1px;
  825. font-size:15px;
  826. -moz-transition: all 1s ease;
  827. -webkit-transition: all 1s ease;
  828. -o-transition: all 1s ease;
  829. transition: all 1s ease;
  830. }
  831.  
  832.  
  833. #cred i:hover {
  834. color:black;
  835. opacity:.5;
  836. -webkit-transform:scale(1) rotate(180deg);
  837. -moz-transform:scale(1) rotate(180deg);
  838. -ms-transform:scale(1) rotate(180deg);
  839. -o-transform:scale(1) rotate(180deg);
  840. -moz-transition: all 1s ease;
  841. -webkit-transition: all 1s ease;
  842. -o-transition: all 1s ease;
  843. transition: all 1s ease;
  844. }
  845. #counter{
  846. padding:4px;
  847. font-size:9px;
  848. bottom:3px;
  849. position:fixed;
  850. right:10px;
  851. }
  852.  
  853. {block:ifLoading} #loading {
  854. position: fixed;
  855. left: 0px;
  856. top: 0px;
  857. width: 100%;
  858. height: 100%;
  859. background: url(http://i60.tinypic.com/29ztoht.gif) 50% 50% no-repeat #fff;
  860. z-index: 999999999999999999999999999999999999999999;
  861. background-size:30px;
  862. }{/block:ifLoading}
  863.  
  864.  
  865. {CustomCSS}</style>
  866. {block:ifLoading}<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  867.  
  868. <script type="text/javascript">
  869. $(window).load(function() { $("#loading").delay(4000).fadeOut("slow");
  870. })
  871. </script>{/block:ifLoading}
  872. </head><body>
  873. <div id="loading"></div>
  874. <div id="sidebar">
  875. <div id="bite">
  876. <div id="sidebarimage"><img src="{image:sidebar}"> </div>
  877. <div id="title"><h2><a href="/">{Title}</a></h2></div>
  878. <div class="death">
  879. <div align="center">
  880. <div id="desc"><p></p><p>{Description}</p></div>
  881. </div>
  882. </div>
  883. </div>
  884. </div>
  885. <div id="link">
  886. <a href="/" title="index"></a><br>
  887. <a class="toggle menu-bottom" title="message"></a></a><br>
  888. <a href="{text:link1 url}" title="{text:link1}"></a><br>
  889. <a href="{text:link2 url}" title="{text:link2}"></a><br>
  890. <a href="{text:link3 url}" title="{text:link3}"></a><br>
  891. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="back"></a><br>{/block:PreviousPage}
  892. {block:NextPage}<a href="{NextPage}"title="next"></a>{/block:NextPage}{/block:Pagination}
  893. </div>
  894.  
  895. <body class="cbp-spmenu-push">
  896.  
  897. <nav class="cbp-spmenu cbp-spmenu-horizontal cbp-spmenu-bottom" id="cbp-spmenu-s1">
  898. <div class="menu" >
  899. <div class="pushtitle">
  900. <br>
  901. <h3>inbox</h3></div>
  902.  
  903. <div id="pushdescription"><div style="padding:5px; word-spacing:1px;">
  904. <center>
  905. <iframe frameborder="0" height="250" id="ask_form" scrolling="none" src="http://www.tumblr.com/ask_form/{text:url}.tumblr.com" width="100%"> </iframe>
  906. <p></p>
  907. </center>
  908. </div>
  909. </div>
  910. </div>
  911. </nav>
  912.  
  913. <div id="entries">
  914.  
  915. {block:Posts}
  916.  
  917. <div id="stuff">
  918.  
  919. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  920.  
  921. {block:Quote}<h1>“{Quote}”</h1><i><center>{Source}</center></i></h1>{/block:Quote}
  922.  
  923. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  924. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  925.  
  926. {block:Photo}
  927.  
  928. {block:if500pxPosts}<img src="{PhotoURL-500}">{/block:if500pxPosts}
  929. {block:if250pxPosts}<img src="{PhotoURL-250}">{/block:if250pxPosts}
  930. {block:if400pxPosts}<img src="{PhotoURL-400}">{/block:if400pxPosts}
  931. {block:ifCaptionsOff}{block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink} {/block:ifCaptionsOff}
  932. {block:ifnotCaptionsOff}{block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink} {/block:ifnotCaptionsOff}{/block:Photo}
  933.  
  934. {block:Photoset}
  935. {block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}
  936. {block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}
  937. {block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}
  938. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  939.  
  940. {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;<b>{Line}</b><br></li>{/block:Lines}</ul>{/block:Chat}
  941.  
  942. {block:Video}
  943. {block:if250pxPosts}{Video-250}{/block:if250pxPosts}
  944. {block:if500pxPosts}{Video-500}{/block:if500pxPosts}
  945. {block:if400pxPosts}{Video-400}{/block:if400pxPosts}
  946. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  947.  
  948.  
  949. {block:Answer}<div class="ask"><i>{Asker}:</i><h1>{Question}</h1></div><div class="answer"><center>
  950. {Answer}</center></div>{/block:answer}
  951.  
  952. {block:Audio}<div class="tunes">
  953. <div class="tunebutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  954. {block:AlbumArt}
  955. <img src="{AlbumArtURL}" class="cover">
  956. {/block:AlbumArt}
  957. <div style="margin-left:110px; margin-top:-100px; line-height:160%; margin-bottom:10px"><br>
  958. {block:TrackName}{TrackName}{/block:TrackName}<br>
  959. {block:Artist}{Artist}{/block:Artist}<br>
  960. </div>
  961. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  962.  
  963. {block:Date}
  964. <div id="info">
  965. <a href="{Permalink}">
  966. {block:Date}
  967. {12Hour}:{Minutes} {AmPm}
  968. {/block:Date}
  969. </a> {block:NoteCount}
  970. | ♥ <a href="{Permalink}">{NoteCount}</a> |{/block:NoteCount}
  971. {block:RebloggedFrom}
  972. <a href="{ReblogParentURL}">via</a>
  973. {/block:RebloggedFrom}
  974. {block:ContentSource} &
  975. <a href="{SourceURL}">src</a>
  976. {/block:ContentSource}
  977.  
  978. <div id="tags">
  979. {block:HasTags}
  980. {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}
  981. {/block:HasTags}
  982. </div>
  983.  
  984. </div></div>
  985.  
  986. {block:PostNotes}
  987. <div class="pagenotes">{PostNotes-16}</div>{/block:PostNotes}
  988. {/block:Posts}
  989.  
  990.  
  991. {/block:Posts}</div>
  992.  
  993. <div id="cred">
  994. <a href="http://trenzalours.tumblr.com/" title="trenzalours themes" style="color:black;"><i class="fa fa-bullseye fa-lg"></i></a></div>
  995. <div id="counter"></div>
  996.  
  997.  
  998. </body>
  999.  
  1000.  
  1001. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement