Advertisement
deersprouts

Monet 1

Aug 2nd, 2015
1,944
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!---------------- HEY! LISTEN --------------*/
  4.  
  5. theme made by:
  6. deersprouts.tumblr.com
  7.  
  8. base code from:
  9. neonbike themes
  10.  
  11. thank you lucy (animalites)
  12. for the coolio chat post code
  13.  
  14. /*--------------------------------------------->
  15.  
  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. <meta name="color:background" content="#e5e5e5"/>
  23. <meta name="color:desctext" content="#000000"/>
  24. <meta name="color:pagination" content="#7d7d7d"/>
  25. <meta name="color:text" content="#181818"/>
  26. <meta name="color:title" content="#151515"/>
  27. <meta name="color:navi" content="#ffffff"/>
  28. <meta name="color:link" content="#9e7e9b"/>
  29. <meta name="color:linkhover" content="#d6c1d2"/>
  30. <meta name="color:bold" content="#943968" />
  31. <meta name="color:italic" content="#b8878c" />
  32. <meta name="color:underline" content="#b8878c" />
  33. <meta name="color:scrollbar" content="#e3c9d3" />
  34. <meta name="color:border" content="#c3b8c0" />
  35. <meta name="color:icon border" content="#c3b8c0" />
  36. <meta name="color:blockquote" content="#c3b8c0" />
  37. <meta name="color:pretext" content="#181818"/>
  38. <meta name="color:prebg" content="#fcfcfc"/>
  39. <meta name="color:shadow" content="#d7d1d5" />
  40. <meta name="color:icon shadow" content="#d7d1d5" />
  41. <meta name="color:desc bg" content="#f8f8f8" />
  42. <meta name="color:muse bg" content="#fbfbfb" />
  43. <meta name="color:post bg" content="#f8f8f8" />
  44. <meta name="color:post info bg" content="#f8f8f8" />
  45. <meta name="color:chat user 1 bg" content="#f8f8f8" />
  46. <meta name="color:chat user 1 text" content="#000" />
  47. <meta name="color:chat user 2 bg" content="#eee" />
  48. <meta name="color:chat user 2 text" content="#000" />
  49.  
  50. <meta name="text:title" content="title here"/>
  51. <meta name="text:username" content="username"/>
  52. <meta name="text:tab 3 title" content="rules"/>
  53. <meta name="text:tab 4 title" content="muses"/>
  54. <meta name="text:link 1" content="link 1"/>
  55. <meta name="text:link 1 url" content="/"/>
  56. <meta name="text:link 2" content="link 2"/>
  57. <meta name="text:link 2 url" content="/"/>
  58. <meta name="text:link 3" content="link 3"/>
  59. <meta name="text:link 3 url" content="/"/>
  60. <meta name="text:link 4" content="link 4"/>
  61. <meta name="text:link 4 url" content="/"/>
  62. <meta name="text:link 5" content="link 5"/>
  63. <meta name="text:link 5 url" content="/"/>
  64.  
  65. <meta name="image:background" content="http://static.tumblr.com/akokiaa/XD2nrrxcx/preview.png"/>
  66. <meta name="image:icon" content="http://static.tumblr.com/akokiaa/QrFnro95g/tumblr_nmg5h8f0y01til0cno2_250.png"/>
  67. <meta name="image:icon2" content="http://static.tumblr.com/akokiaa/QrFnro95g/tumblr_nmg5h8f0y01til0cno2_250.png"/>
  68.  
  69. <meta name="if:greyscale" content="0"/>
  70. <meta name="if:updates" content="1"/>
  71. <meta name="text:text size" content="9px" />
  72.  
  73.  
  74. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  75.  
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  80.  
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  82.  
  83. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  84.  
  85.  
  86. <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
  87.  
  88. <script>
  89. $(document).ready(function() {
  90. $('.tabs .tab-links a').on('click', function(e) {
  91. var currentAttrValue = $(this).attr('href');
  92.  
  93. // Show/Hide Tabs
  94. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  95.  
  96. // Change/remove current tab to active
  97. $(this).parent('li').addClass('active').siblings().removeClass('active');
  98.  
  99. e.preventDefault();
  100. });
  101. });
  102. </script>
  103.  
  104. <script>
  105. $(document).ready(function() {
  106. $('#filterOptions li a').click(function() {
  107. // fetch the class of the clicked item
  108. var ourClass = $(this).attr('class');
  109.  
  110. // reset the active class on all the buttons
  111. $('#filterOptions li').removeClass('active');
  112. // update the active state on our clicked button
  113. $(this).parent().addClass('active');
  114.  
  115. if(ourClass == 'all') {
  116. // show all our items
  117. $('#ourHolder').children('div.item').show();
  118. }
  119. else {
  120. // hide all elements that don't share ourClass
  121. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  122. // show all elements that do share ourClass
  123. $('#ourHolder').children('div.' + ourClass).show();
  124. }
  125. return false;
  126. });
  127. });
  128. </script>
  129.  
  130. <script type=”text/javascript” src=”http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js”></script> <script type=”text/javascript” src=”http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js”></script> <script type=”text/javascript” charset=”utf-8”> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == “iPad” || navigator.platform == “iPhone”) return; $j(“img”).lazyload({ placeholder : “http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif”, effect: “fadeIn”, }); }); </script>
  131.  
  132.  
  133. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  134. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  135.  
  136.  
  137.  
  138.  
  139. <script>
  140. $(document).ready(function() {
  141. $('.tabs .tab-links a').on('click', function(e) {
  142. var currentAttrValue = $(this).attr('href');
  143.  
  144. // Show/Hide Tabs
  145. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  146.  
  147. // Change/remove current tab to active
  148. $(this).parent('li').addClass('active').siblings().removeClass('active');
  149.  
  150. e.preventDefault();
  151. });
  152. });
  153. </script>
  154.  
  155. <script>
  156. $(document).ready(function() {
  157. $('#filterOptions li a').click(function() {
  158. // fetch the class of the clicked item
  159. var ourClass = $(this).attr('class');
  160.  
  161. // reset the active class on all the buttons
  162. $('#filterOptions li').removeClass('active');
  163. // update the active state on our clicked button
  164. $(this).parent().addClass('active');
  165.  
  166. if(ourClass == 'all') {
  167. // show all our items
  168. $('#ourHolder').children('div.item').show();
  169. }
  170. else {
  171. // hide all elements that don't share ourClass
  172. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  173. // show all elements that do share ourClass
  174. $('#ourHolder').children('div.' + ourClass).show();
  175. }
  176. return false;
  177. });
  178. });
  179. </script>
  180.  
  181.  
  182.  
  183.  
  184.  
  185. <script type="text/javascript">
  186. jQuery(document).ready(function() {
  187. jQuery(".sub").hide();
  188. //toggle the componenet with class msg_body
  189. jQuery(".cthrough").click(function()
  190. {
  191. jQuery(this).next(".sub").slideToggle(500);
  192. });});
  193. </script>
  194.  
  195.  
  196.  
  197. <script>
  198. /* questions? ask oddhour.tumblr.com */
  199. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 400px; } .photoset .photoset_row.photoset_row_2 img { max-width: 198px; } .photoset .photoset_row.photoset_row_3 img { max-width: 130px; } .photoset .photoset_row { text-align: center; width: 400px; } .photoset { width: 400px; }</style>";
  200. function updatePhotoset() {
  201.  
  202. $(".photoset").each( function (i, e) {
  203. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  204. $(this.contentDocument).find("head").append(updatePhotosetCss);
  205. var photoset = $(this.contentDocument).find(".photoset");
  206. var photosetRows = photoset.find(".photoset_row");
  207. photoset.find(".photoset_photo")
  208. .each(function () {
  209. var hiResSrc = $(this).attr("href");
  210. var img = $(this).find('img');
  211. img.attr("src", hiResSrc );
  212. img.attr("style", "");
  213. });
  214. photosetRows.attr("style", "").css("margin-bottom", "-5px");
  215. photoset.attr("style","");
  216.  
  217. $(this).height($(this.contentDocument.body).height());
  218. });
  219. }
  220.  
  221. updatePhotoset();
  222.  
  223. var photosetTimer = setInterval(updatePhotoset, 1500);
  224. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  225. </script>
  226.  
  227.  
  228. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  229. <script src="http://static.tumblr.com/qvtfufx/H56mpjuti/jquery.fitvids.js" type="text/javascript"></script>
  230. <script type="text/javascript">
  231. $('article').fitVids();
  232. </script>
  233.  
  234.  
  235.  
  236.  
  237. <style type="text/css">
  238.  
  239.  
  240. ::-webkit-scrollbar-thumb:vertical {
  241. height:10px; border:2px solid {color:post bg}; background-color:{color:scrollbar};}
  242.  
  243. ::-webkit-scrollbar-thumb:horizontal {
  244. border:0px solid #eee; background-color:{color:scrollbar}; }
  245.  
  246. ::-webkit-scrollbar {
  247. width:7px; height:5px;
  248. border:3px solid {color:post bg};
  249. background:{color:scrollbar};
  250. -webkit-border-fill-color: transparent;
  251. }
  252.  
  253.  
  254.  
  255.  
  256.  
  257. ::-moz-selection {
  258. color:{color:italic};
  259. background-color:transparent;
  260. }
  261.  
  262. ::selection {
  263. color:{color:italic};
  264. background-color:transparent;
  265. }
  266.  
  267.  
  268. iframe#tumblr_controls {
  269. right:3px !important;
  270. position: fixed !important;
  271. -webkit-transition: opacity 0.7s
  272. ease-out;
  273.  
  274. -webkit-filter:invert(100%);
  275. -webkit-backface-visibility:hidden;
  276. -webkit-transform:scale(.8);
  277. white-space:nowrap!important;
  278. opacity:.67!important;
  279. padding:10px;
  280. -webkit-transition: all 0.8s ease-out;
  281. -moz-transition: all 0.8s ease-out;
  282. transition: all 0.8s ease-out;}
  283.  
  284. iframe#tumblr_controls:hover{
  285. -webkit-transition: opacity 0.7s ease-out;
  286. opacity: 1;
  287. -webkit-transition: all 0.4s ease-out;
  288. -moz-transition: all 0.4s ease-out;
  289. transition: all 0.4s ease-out;}
  290.  
  291.  
  292. #vignette,
  293. #tumblr_lightbox_left_image,
  294. #tumblr_lightbox_right_image,
  295. #tumblr_lightbox_caption {
  296. visibility:hidden;
  297. }
  298. #tumblr_lightbox {
  299. background-color:transparent!important;
  300. }
  301. #tumblr_lightbox img {
  302. border-radius:0!important;
  303. -webkit-box-shadow:none!important;
  304. box-shadow:none!important;
  305. }
  306.  
  307.  
  308.  
  309.  
  310.  
  311. /*----------- UPDATES -----------*/
  312.  
  313.  
  314.  
  315. #little {
  316. width: 10px;
  317. height: 10px;
  318. background-color: {color:navi};
  319. left: 855px;
  320. top: 120px;
  321. opacity:0.6;
  322. z-index:-9999;
  323. position: fixed;
  324. overflow:hidden;
  325. -webkit-transition: opacity 0.4s ease-out;
  326. -webkit-transition: all 0.4s ease-out;
  327. -moz-transition: all 0.4s ease-out;
  328. -o-transition: all 0.4s ease-out;
  329. }
  330.  
  331.  
  332.  
  333.  
  334.  
  335. #updates {
  336. display:block;
  337. position: fixed;
  338. left: 855px;
  339. top: 120px;
  340. z-index:9999;
  341. width:10px;
  342. height:10px;
  343. overflow:hidden;
  344. opacity: 0;
  345. -webkit-transition: opacity 0.5s ease-out;
  346. -webkit-transition: all 0.5s ease-out;
  347. -moz-transition: all 0.5s ease-out;
  348. -o-transition: all 0.5s ease-out;
  349. }
  350.  
  351.  
  352. #updates:hover {
  353. height: 300px;
  354. width: 140px;
  355. opacity: 0.9;
  356. -webkit-transition: all .5s ease-out;
  357. -moz-transition: all .5s ease-out;
  358. -o-transition: all .5s ease-out;
  359. -ms-transition: all .5s ease-out;
  360. transition: all .5s ease-out;
  361. }
  362.  
  363. #updatesbox {
  364. width:130px;
  365. padding: 10px;
  366. padding-bottom:20px;
  367. padding-top: 8px;
  368. font-size: 8.5px;
  369. line-height: 150%;
  370. text-align:left;
  371. color: {color:text};
  372. background-color: transparent;
  373. letter-spacing: .3px;
  374. font-family:arial;
  375. width:90px;
  376. line-height:10px;
  377. }
  378.  
  379. /*----------- UPDATES END -----------*/
  380.  
  381.  
  382. /*------- BODY ---------*/
  383.  
  384. body {
  385. background-color:{color:background};
  386. background-image: url('{image:background}');
  387. background-position: top left;
  388. background-repeat: repeat;
  389. background-attachment: fixed;
  390. line-height:110%;
  391. color:{color:text};
  392. font-family: 'Helvetica', sans-serif;
  393. font-size: {text:text size};
  394. letter-spacing:0.5px;
  395. }
  396.  
  397. a {
  398. text-decoration:none;
  399. outline:none;
  400. -moz-outline-style:none;
  401. color:{color:link};
  402. -webkit-transition: all 0.7s ease;
  403. -moz-transition: all 0.7s ease;
  404. -o-transition: all 0.7s ease;
  405. }
  406.  
  407. a:hover {
  408. color:{color:linkhover};
  409. text-shadow:1px 1px 1px {color:shadow};
  410. -webkit-transition: all 0.7s ease;
  411. -moz-transition: all 0.7s ease;
  412. -o-transition: all 0.7s ease;
  413. }
  414.  
  415.  
  416.  
  417. hr {
  418. width: 40%;
  419. margin-left: auto;
  420. margin-right: auto;
  421. margin-top: 20px;
  422. margin-bottom: 20px;
  423. opacity:0.5;
  424. color:{color:text};
  425. }
  426.  
  427. blockquote {
  428. padding:2px 8px;
  429. margin:3px 0 3px 8px;
  430. border-left:1px dotted {color:blockquote};
  431. background-color:transparent;}
  432.  
  433. blockquote img {
  434. max-width:100%;
  435. height:auto;}
  436.  
  437. b, strong {
  438. color:{color:bold};}
  439.  
  440. i, em {
  441. color:{color:italic};
  442. }
  443. u {
  444. color:{color:underline};
  445. }
  446.  
  447. small,sup,sub {
  448. font-size:{text:Text Size}}
  449.  
  450. big {
  451. font-size:12px;}
  452.  
  453. pre {
  454. color:{color:pretext};
  455. background-color:{color:prebg};
  456. opacity:0.6;
  457. font-size:8px;
  458. padding:20px;
  459. white-space: pre-wrap; /* css-3 */
  460. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  461. white-space: -pre-wrap; /* Opera 4-6 */
  462. white-space: -o-pre-wrap; /* Opera 7 */
  463. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470. /*------- BODY END ---------*/
  471.  
  472.  
  473. /*------- HEADINGS ---------*/
  474.  
  475. h1 {
  476. font-size:16px;
  477. font-family: 'Montserrat', sans-serif;
  478. line-height:120%;
  479. font-weight:300;
  480. padding:5px;
  481. margin:0px;
  482. letter-spacing:2px;
  483. text-transform:uppercase;
  484. text-shadow: 0px 1px 1px {color:shadow};
  485. text-align:left;
  486. color:{color:text};
  487. }
  488.  
  489. h2 {
  490. font-size:13px;
  491. font-family: 'Montserrat', sans-serif;
  492. line-height:120%;
  493. font-weight:400;
  494. padding:5px;
  495. font-style:italic;
  496. margin:0px;
  497. letter-spacing:0px;
  498. text-shadow: 0px 1px 1px {color:shadow};
  499. text-transform:lowercase;
  500. text-align:left;
  501. color:{color:text};
  502. }
  503. h3 {
  504. font-size:12px;
  505. font-family: 'Montserrat', sans-serif;
  506. line-height:18px;
  507. padding:5px;
  508. margin:0px;
  509. font-weight:300;
  510. letter-spacing:3px;
  511. text-transform:uppercase;
  512. text-align:center;
  513. color:{color:italic};
  514. }
  515. h4 {
  516. font-size:9.5px;
  517. line-height:18px;
  518. letter-spacing:2.5px;
  519. font-family: 'Montserrat', sans-serif;
  520. font-weight:bold;
  521. text-transform:uppercase;
  522. padding:3.5px;
  523. border:{color:blockquote} 1px solid;
  524. text-shadow: 0px 1px 1px {color:shadow};
  525. color:{color:text};
  526. }
  527. h5 {
  528. font-size:9.5px;
  529. line-height:13px;
  530. letter-spacing:.5px;
  531. font-family: 'Montserrat', sans-serif;
  532. font-weight:normal;
  533. text-decoration:none;
  534. font-style:normal;
  535. text-align: center;
  536. margin-left:20px;
  537. margin-right:20px;
  538. border:{color:text} 1px dotted;
  539. opacity:0.8;
  540. padding:8px;
  541. color:{color:bold};
  542. }
  543.  
  544. h6 {
  545. font-size:8.5px;
  546. line-height:150%;
  547. font-family: 'Montserrat', sans-serif;
  548. letter-spacing:1px;
  549. font-weight:400;
  550. text-transform:uppercase;
  551. padding:2px;
  552. text-align:center;
  553. margin-top: 0em;
  554. margin-bottom: 5px;
  555. margin-left: 0;
  556. margin-right: 0;
  557. border-bottom:{color:blockquote} 4px double;
  558. color:{color:text};
  559. background:transparent;
  560. }
  561.  
  562.  
  563. /*------- HEADINGS END ---------*/
  564.  
  565.  
  566. {block:IfGreyscale}
  567.  
  568. img {
  569. -webkit-filter:grayscale(100%);
  570. -webkit-transition: all 0.9s ease-out-out;
  571. -moz-transition: all 0.9s ease-out-out;
  572. -o-transition: all 0.9s ease-out-out;
  573. -ms-transition: all 0.9s ease-out-out;
  574. transition: all 0.9s ease-out-out;}
  575.  
  576. img:hover {
  577. -webkit-filter:none;}
  578.  
  579. .html_photoset {
  580. -webkit-filter: grayscale(100%);
  581. -webkit-transition: all 0.9s ease-out-out;
  582. -moz-transition: all 0.9s ease-out-out;
  583. -o-transition: all 0.9s ease-out-out;
  584. -ms-transition: all 0.9s ease-out-out;
  585. transition: all 0.9s ease-out-out;}
  586.  
  587. .html_photoset:hover {
  588. -webkit-filter: none;}
  589.  
  590. {/block:IfGreyscale}
  591.  
  592. img {
  593. max-width:100%;
  594. height:auto;}
  595.  
  596.  
  597.  
  598. /* ---------- TITLE --------*/
  599.  
  600. .listen{
  601. position:fixed;
  602. top: 90px;
  603. left:400px;
  604. text-align:right;
  605. width:420px;
  606. height:10px;
  607. padding:10px;
  608. font-size:12px;
  609. text-transform:uppercase;
  610. background:transparent;
  611. opacity:0.8;
  612. font-weight:400;
  613. letter-spacing:1.5px;
  614. z-index:999;
  615. border: 2px solid transparent;
  616. color:{color:title};
  617. text-shadow: 0px 2px 2px {color:shadow};
  618. font-family: 'Montserrat', sans-serif;
  619. -webkit-transition: all .4s ease-out;
  620. -moz-transition: all .4s ease-out;
  621. -o-transition: all .4s ease-out;
  622. -ms-transition: all .4s ease-out;
  623. transition: all .4s ease-out;
  624. }
  625.  
  626.  
  627.  
  628.  
  629. /*------- NAVI ---------*/
  630.  
  631.  
  632. .hey {
  633. position:fixed;
  634. top: 88px;
  635. left:363px;
  636. height:100px;
  637. z-index:9999;
  638. -webkit-transition: all .4s ease-out;
  639. -moz-transition: all .4s ease-out;
  640. -o-transition: all .4s ease-out;
  641. -ms-transition: all .4s ease-out;
  642. transition: all .4s ease-out;
  643. }
  644.  
  645.  
  646. /*----- Tab Links -----*/
  647.  
  648. /* Clearfix */
  649. .tab-links:after {
  650. display:inline-block;
  651. clear:both;
  652. content:'';
  653.  
  654. }
  655.  
  656. .tab-links li {
  657. margin:6px;
  658. display:inline-block;
  659. list-style:none;
  660.  
  661.  
  662. }
  663.  
  664. .tab-links a {
  665.  
  666. margin-bottom:10px;
  667. opacity:0.9;
  668. padding:0px;
  669. border-radius:100%;
  670. width:9px;
  671. height:9px;
  672. display:inline-block;
  673. text-align:left;
  674. opacity:0.4;
  675. background-color:{color:navi};
  676. box-shadow:0px 0px 0px 0px #ebeff1 inset;
  677. -webkit-transition: all .4s ease-out;
  678. -moz-transition: all .4s ease-out;
  679. -o-transition: all .4s ease-out;
  680. -ms-transition: all .4s ease-out;
  681. transition: all .4s ease-out;
  682.  
  683. }
  684.  
  685. .tab-links a:hover {
  686. color:{color:linkhover};
  687. text-shadow:0px 2px 2px {color:text} inset;
  688. opacity:1.0;
  689. -webkit-transition: all .2s ease-out;
  690. -moz-transition: all .2s ease-out;
  691. -o-transition: all .2s ease-out;
  692. -ms-transition: all .2s ease-out;
  693. transition: all .2s ease-out;
  694.  
  695. }
  696.  
  697. li.active a, li.active a:hover {
  698. color:{color:linkhover};
  699. text-shadow: none 0px 2px 2px {color:shadow} inset;
  700. opacity:1.0;
  701. -webkit-transition: all .2s ease-out;
  702. -moz-transition: all .2s ease-out;
  703. -o-transition: all .2s ease-out;
  704. -ms-transition: all .2s ease-out;
  705. transition: all .2s ease-out;
  706.  
  707. }
  708.  
  709.  
  710.  
  711.  
  712. #sprouty{
  713. display:none;
  714. position:fixed;
  715. top: 180px;
  716. left:285px;
  717. height:80px;
  718. }
  719.  
  720.  
  721. #sprouty a{
  722. width:65px;
  723. display:block;
  724. height:8px;
  725. font-size:8px;
  726. line-height:130%;
  727. letter-spacing:1.5px;
  728. font-family: 'inconsolata', sans-serif;
  729. text-transform:uppercase;
  730. text-decoration:none;
  731. text-align:left;
  732. padding:3px;
  733. margin:0px;
  734. opacity:1.0;
  735. background:none;
  736. color:{color:link};
  737. -webkit-transition: all 0.5s ease-in-out;
  738. -moz-transition: all 0.5s ease-in-out;
  739. -o-transition: all 0.5s ease-in-out;
  740. }
  741.  
  742.  
  743.  
  744. #sprouty a:before {
  745. content:'';
  746. position:absolute;
  747. margin-left:-20px;
  748. margin-top:2px;
  749. -moz-border-radius:100%;
  750. -webkit-border-radius:100%;
  751. border-radius:100%;
  752. width:7px;
  753. height:7px;
  754. border:1px solid {color:navi};
  755. opacity:1;
  756. transition:0.4s;
  757. -o-transition-duration:0.4s;
  758. -webkit-transition-duration:0.4s;
  759. -moz-transition-duration:0.4s;
  760. }
  761.  
  762. #sprouty a:hover {
  763. color:{color:linkhover};
  764. padding-left:10px;
  765. -webkit-transition: all 0.5s ease-in-out;
  766. -moz-transition: all 0.5s ease-in-out;
  767. -o-transition: all 0.5s ease-in-out;
  768. }
  769. #sprouty a:hover::before {
  770. background:{color:navi};
  771. -webkit-transition: all 0.5s ease-in-out;
  772. -moz-transition: all 0.5s ease-in-out;
  773. -o-transition: all 0.5s ease-in-out;
  774. }
  775.  
  776.  
  777. #icon {
  778. position:fixed;
  779. top: 180px;
  780. left:180px;
  781. padding:0px;
  782. z-index:999;
  783. border:1px dotted {color:icon border};
  784. -webkit-transition: all .4s ease-out;
  785. -moz-transition: all .4s ease-out;
  786. -o-transition: all .4s ease-out;
  787. -ms-transition: all .4s ease-out;
  788. transition: all .4s ease-out;
  789. }
  790. #iconbg {
  791. position:fixed;
  792. top: 190px;
  793. left:190px;
  794. width:60px;
  795. height:60px;
  796. padding:3px;
  797. background-color: {color:icon shadow};
  798. opacity:0.5;
  799. z-index:-999;
  800. border:0px dotted {color:border};
  801. }
  802.  
  803. #icon2 {
  804. position:fixed;
  805. top: 180px;
  806. left:265px;
  807. padding:0px;
  808. z-index:999;
  809. border:1px dotted {color:icon border};
  810. -webkit-transition: all .4s ease-out;
  811. -moz-transition: all .4s ease-out;
  812. -o-transition: all .4s ease-out;
  813. -ms-transition: all .4s ease-out;
  814. transition: all .4s ease-out;
  815. }
  816. #iconbg2 {
  817. position:fixed;
  818. top: 190px;
  819. left:275px;
  820. width:60px;
  821. height:60px;
  822. padding:3px;
  823. background-color: {color:icon shadow};
  824. opacity:0.5;
  825. z-index:-999;
  826. border:0px dotted {color:border};
  827. }
  828.  
  829.  
  830. #icon img, #icon2 img {
  831. width:60px;
  832. height:60px;
  833. padding:5px;
  834. opacity:1.0;
  835. overflow:hidden;
  836.  
  837. }
  838.  
  839.  
  840.  
  841. /*------- NAVI END ---------*/
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848. /*------- ENTRIES ---------*/
  849.  
  850.  
  851.  
  852. .tabs {
  853. width:100%;
  854. margin-left:0px;
  855. display:inline-block;
  856. }
  857.  
  858.  
  859.  
  860. /*----- Content of Tabs -----*/
  861. .deer {
  862. position:fixed;
  863. width:440px;
  864. background:transparent;
  865. height:380px;
  866. top: 120px;
  867. left:400px;
  868. overflow-y:auto;
  869. overflow-x:hidden;
  870. margin-bottom:-10px;
  871. padding:0px;
  872. border:1px dotted {color:border};
  873. -webkit-transition:0.3s;
  874. -moz-transition:0.3s;
  875. transition:0.3s;
  876. }
  877.  
  878. .tab {
  879. display:none;
  880. }
  881.  
  882. .tab.active {
  883. display:block;
  884. }
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894. #deerbg {
  895. position:fixed;
  896. width:400px;
  897. background:{color:post bg};
  898. height:340px;
  899. top: 120px;
  900. left:400px;
  901. overflow-y:hidden;
  902. overflow-x:hidden;
  903. opacity:0.7;
  904. padding:20px;
  905. border:1px dotted {color:border};
  906. box-shadow: 5px 5px 0px 0px {color:shadow};
  907. }
  908. #deerbgshadow {
  909. position:fixed;
  910. width:400px;
  911. background:{color:post bg};
  912. height:340px;
  913. top: 120px;
  914. left:400px;
  915. overflow-y:hidden;
  916. overflow-x:hidden;
  917. opacity:0.7;
  918. padding:20px;
  919. border:1px dotted {color:border};
  920. }
  921.  
  922.  
  923. .entries {
  924. width:420px;
  925. background:transparent;
  926. height:380px;
  927. margin:0px;
  928. overflow-y:auto;
  929. overflow-x:hidden;
  930. padding: 0px 10px 0px 10px;
  931. opacity:1.0;
  932. border:0px solid {color:border};
  933. }
  934.  
  935. .posts {
  936. width: 400px;
  937. padding: 10px;
  938. background:transparent;
  939. margin-bottom:30px;
  940. margin-left:0px;
  941. line-height:140%;
  942. color: {color:text};
  943. text-align:justify;
  944. }
  945.  
  946.  
  947. .posts img, .posts .photoset{
  948. display:block;
  949. max-width:100%;
  950. height:auto;
  951.  
  952. }
  953.  
  954. .poopset { width: 400px; height:auto; }
  955. .videothing { width: 320px; height:auto; }
  956.  
  957.  
  958. #message {
  959. padding:30px;
  960. }
  961.  
  962.  
  963. #deertab {
  964. padding:20px;
  965. overflow:auto;
  966. line-height:140%;
  967. }
  968.  
  969.  
  970.  
  971.  
  972.  
  973. #sprout{
  974. width:400px;
  975. padding-top:5px;
  976. margin-bottom:20px;
  977. }
  978.  
  979.  
  980. #sprout a{
  981. width:400px;
  982. display:block;
  983. height:20px;
  984. font-size:10px;
  985. line-height:130%;
  986. letter-spacing:1.5px;
  987. font-family: 'Montserrat', sans-serif;
  988. text-transform:uppercase;
  989. text-decoration:none;
  990. font-weight:300;
  991. text-align:center;
  992. padding-top:5px;
  993. background:{color:post bg}; /*change section title background color */
  994. opacity:1.0;
  995. color:{color:text}; /*change section title color*/
  996. margin-top:20px;
  997. margin-bottom:10px;
  998. -webkit-transition: all 0.5s ease-in-out;
  999. -moz-transition: all 0.5s ease-in-out;
  1000. -o-transition: all 0.5s ease-in-out;
  1001. }
  1002.  
  1003.  
  1004. #sprout a:hover .cthrough{ /*change section title background hover color */
  1005. opacity:0.7; /*change section title hover color*/
  1006. -webkit-transition: all 0.5s ease-in-out;
  1007. -moz-transition: all 0.5s ease-in-out;
  1008. -o-transition: all 0.5s ease-in-out;
  1009. }
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015. /*------- ENTRIES END ---------*/
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022. /*------- DESCRIPTION ---------*/
  1023.  
  1024.  
  1025. .description{
  1026. display:static;
  1027. position:fixed;
  1028. top: 270px;
  1029. left:180px;
  1030. width:140px;
  1031. height:120px;
  1032. padding:10px;
  1033. border: 1px dotted {color:border};
  1034. font-weight:300;
  1035. font-family: 'Montserrat', sans-serif;
  1036. -webkit-transition: all .4s ease-out;
  1037. -moz-transition: all .4s ease-out;
  1038. -o-transition: all .4s ease-out;
  1039. -ms-transition: all .4s ease-out;
  1040. transition: all .4s ease-out;
  1041. }
  1042. .descriptionbg {
  1043. display:static;
  1044. position:fixed;
  1045. background:{color:desc bg};
  1046. opacity:0.6;
  1047. top: 270px;
  1048. left:180px;
  1049. width:140px;
  1050. height:120px;
  1051. padding:10px;
  1052. border: 1px dotted {color:border};
  1053. font-weight:300;
  1054. -webkit-transition: all .4s ease-out;
  1055. -moz-transition: all .4s ease-out;
  1056. -o-transition: all .4s ease-out;
  1057. -ms-transition: all .4s ease-out;
  1058. transition: all .4s ease-out;
  1059. }
  1060.  
  1061.  
  1062.  
  1063. .description:hover #realdesc {
  1064. opacity:0.8;
  1065. font-weight:300;
  1066. -webkit-transition: all .4s ease-out;
  1067. -moz-transition: all .4s ease-out;
  1068. -o-transition: all .4s ease-out;
  1069. -ms-transition: all .4s ease-out;
  1070. transition: all .4s ease-out;
  1071. }
  1072. .description:hover #desc {
  1073. opacity:0;
  1074.  
  1075. -webkit-transition: all .4s ease-out;
  1076. -moz-transition: all .4s ease-out;
  1077. -o-transition: all .4s ease-out;
  1078. -ms-transition: all .4s ease-out;
  1079. transition: all .4s ease-out;
  1080. }
  1081.  
  1082. #descbox {
  1083. position:fixed;
  1084. top: 270px;
  1085. left:180px;
  1086. width:inherit;
  1087. height:inherit;
  1088. padding:10px;
  1089. background:transparent;
  1090. border: 2px solid transparent;
  1091. color:{color:desctext};
  1092. font-size:9px;
  1093. line-height:130%;
  1094. font-weight:300;
  1095. overflow:hidden;
  1096. letter-spacing:0.5px;
  1097. padding:10px;
  1098. }
  1099. #desc {
  1100. position:absolute;
  1101. top: 0;
  1102. left:0;
  1103. width:inherit;
  1104. height:inherit;
  1105. margin-top:5px;
  1106. text-align:center;
  1107. padding:10px;
  1108. letter-spacing:1px;
  1109. line-height:150%;
  1110. background:none;
  1111. -webkit-transition: all .4s ease-out;
  1112. -moz-transition: all .4s ease-out;
  1113. -o-transition: all .4s ease-out;
  1114. -ms-transition: all .4s ease-out;
  1115. transition: all .4s ease-out;
  1116. }
  1117.  
  1118.  
  1119. #realdesc {
  1120. position:absolute;
  1121. top: 0;
  1122. left:0;
  1123. width:inherit;
  1124. height:inherit;
  1125. margin: 0 auto;
  1126. text-align:center;
  1127. padding:10px;
  1128. letter-spacing:0.5px;
  1129. line-height:150%;
  1130. opacity:0.0;
  1131. background:none;
  1132. -webkit-transition: all .4s ease-out;
  1133. -moz-transition: all .4s ease-out;
  1134. -o-transition: all .4s ease-out;
  1135. -ms-transition: all .4s ease-out;
  1136. transition: all .4s ease-out;
  1137. }
  1138.  
  1139. .description b{
  1140. color:{color:bold};
  1141. letter-spacing:1px;
  1142. font-weight:400;
  1143. opacity:0.9;
  1144. }
  1145.  
  1146.  
  1147. .description i{
  1148. color:{color:italic};
  1149. }
  1150.  
  1151.  
  1152. /*------- DESCRIPTION END ---------*/
  1153.  
  1154.  
  1155.  
  1156.  
  1157. /*------- MUSES ---------*/
  1158.  
  1159.  
  1160.  
  1161. .musey{
  1162. display:inline-block;
  1163. width:115px;
  1164. height:115px;
  1165. margin-left:5px;
  1166. margin-right:10px;
  1167. margin-top:5px;
  1168. margin-bottom:10px;
  1169. background:{color:muse bg};
  1170. border: 0px solid {color:muse bg};
  1171. font-weight:600;
  1172. font-family: 'Montserrat', sans-serif;
  1173. opacity:1.0;
  1174. -webkit-transition: all .4s ease-out;
  1175. -moz-transition: all .4s ease-out;
  1176. -o-transition: all .4s ease-out;
  1177. -ms-transition: all .4s ease-out;
  1178. transition: all .4s ease-out;
  1179. }
  1180.  
  1181.  
  1182.  
  1183.  
  1184. .musey:hover {
  1185. opacity:1.0;
  1186. background:{color:muse bg};
  1187. -webkit-transition: all .4s ease-out;
  1188. -moz-transition: all .4s ease-out;
  1189. -o-transition: all .4s ease-out;
  1190. -ms-transition: all .4s ease-out;
  1191. transition: all .4s ease-out;
  1192. }
  1193.  
  1194. .musey a {
  1195. display: block;
  1196. }
  1197.  
  1198. #musepic {
  1199. margin: 10px 10px 10px 10px;
  1200. width:100px;
  1201. height:100px;
  1202. padding:0px;
  1203. z-index:-99;
  1204. -webkit-transition: all .4s ease-out;
  1205. -moz-transition: all .4s ease-out;
  1206. -o-transition: all .4s ease-out;
  1207. -ms-transition: all .4s ease-out;
  1208. transition: all .4s ease-out;
  1209. }
  1210.  
  1211. #musepic img {
  1212. width:75px;
  1213. height:75px;
  1214. border:10px solid {color:post bg};
  1215. overflow:hidden;
  1216. z-index:-999;
  1217. -webkit-transition-duration:400ms;-o-transition-duration:400ms;-ms-transition-duration:400ms;-moz-transition-duration:400ms;
  1218.  
  1219. }
  1220.  
  1221. #museyurl {
  1222. position:relative;
  1223. bottom:120px;
  1224. left:0px;
  1225. text-align:center;
  1226. padding:0px;
  1227. line-height:110%;
  1228. width:115px;
  1229. height:105px;
  1230. z-index:999;
  1231. opacity:0.0;
  1232. background:{color:muse bg};
  1233. -webkit-transition: all .4s ease;
  1234. -moz-transition: all .4s ease;
  1235. -o-transition: all .4s ease;
  1236. -ms-transition: all .4s ease;
  1237. transition: all .4s ease;
  1238. }
  1239.  
  1240.  
  1241. #urlstuf {
  1242. margin-left:auto;
  1243. margin-right:auto;
  1244. z-index:999;
  1245. background:{color:post bg};
  1246. }
  1247. #urlstuf a{
  1248. display:block;
  1249. color:{color:text};
  1250. padding:4px;
  1251. font-size:13px;
  1252. padding-top:40px;
  1253. letter-spacing:1px;
  1254. font-weight:400;
  1255. line-height:140%;
  1256. width:inherit;
  1257. height:inherit;
  1258. font-family: 'Montserrat', sans-serif;
  1259. text-transform:lowercase;
  1260. text-decoration:none;
  1261. text-align:center;
  1262. font-weight:400;
  1263. background:{color:muse bg};
  1264. opacity:1.0;
  1265. margin:10px auto;
  1266. margin-top:10px;
  1267. -webkit-transition: all 0.5s ease-in-out;
  1268. -moz-transition: all 0.5s ease-in-out;
  1269. -o-transition: all 0.5s ease-in-out;
  1270. }
  1271. #urlstuf a:hover{text-shadow:1px 1px 2px {color:shadow};
  1272.  
  1273. }
  1274.  
  1275.  
  1276.  
  1277.  
  1278. .corgi {
  1279. margin-left:5px;
  1280. margin-right:5px;
  1281. font-style:normal;
  1282. line-height:120%;
  1283. font-weight:normal;
  1284. color: {color:text}; /* change muse sub text color */
  1285. font-family: 'Inconsolata', ;
  1286. text-transform:uppercase;
  1287. letter-spacing:0.5px;
  1288. font-size:8.5px;
  1289. margin-top:-25px;
  1290. -webkit-transition: all .4s ease;
  1291. -moz-transition: all .4s ease;
  1292. -o-transition: all .4s ease;
  1293. -ms-transition: all .4s ease;
  1294. transition: all .4s ease;
  1295. }
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301. .musey:hover .corgi {
  1302. margin-top:-12px;
  1303. -webkit-transition: all .4s ease;
  1304. -moz-transition: all .4s ease;
  1305. -o-transition: all .4s ease;
  1306. -ms-transition: all .4s ease;
  1307. transition: all .4s ease;
  1308. }
  1309. .musey:hover #museyurl {
  1310. opacity:1.0;
  1311. background:{color:muse bg};
  1312. -webkit-transition: all .4s ease;
  1313. -moz-transition: all .4s ease;
  1314. -o-transition: all .4s ease;
  1315. -ms-transition: all .4s ease;
  1316. transition: all .4s ease;
  1317. }
  1318.  
  1319. .musey:hover #musepic {
  1320. opacity:1.0;
  1321. -webkit-transition: all .4s ease;
  1322. -moz-transition: all .4s ease;
  1323. -o-transition: all .4s ease;
  1324. -ms-transition: all .4s ease;
  1325. transition: all .4s ease;
  1326. }
  1327.  
  1328.  
  1329.  
  1330. /*------- MUSES END ---------*/
  1331.  
  1332.  
  1333.  
  1334. /*------- OTHER FUN STUF ---------*/
  1335.  
  1336.  
  1337. #pagination {
  1338. position:fixed;
  1339. top: 415px;
  1340. left:180px;
  1341. font-family:'Montserrat', sans-serif;
  1342. padding:5px;
  1343. letter-spacing:1.5px;
  1344. text-transform:uppercase;
  1345. font-weight:400;
  1346. text-size:7.5px;
  1347. text-align:right;
  1348. word-spacing:5px;
  1349. margin-bottom:0px;
  1350. width:150px;
  1351. }
  1352.  
  1353. #pagination a{
  1354. color:{color:pagination};
  1355. opacity:0.5;
  1356. }
  1357. #pagination a:hover{
  1358. opacity:0.9;
  1359. }
  1360.  
  1361.  
  1362.  
  1363. /*------ chat stuff ----*/
  1364. .convo li{
  1365. margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative
  1366.  
  1367. }
  1368.  
  1369. .convo b, .user_1 b,.user_3 b,.user_5 b,.user_7 b,.user_9 b,.user_11 b{color:{color:chat user 1 text};}
  1370.  
  1371. .convo b, .user_2 b,.user_4 b,.user_6 b,.user_8 b,.user_10 b,.user_12 b{color:{color:chat user 2 text};}
  1372.  
  1373. .user_1,.user_3,.user_5,.user_7,.user_9,.user_11{
  1374. float:left;background:{color:chat user 1 bg};color:{color:chat user 1 text};left:3px
  1375. }
  1376. .user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{
  1377. content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat user 1 bg};border-bottom-right-radius:1em .5em
  1378.  
  1379. }
  1380. .user_2,.user_4,.user_6,.user_8,.user_10,.user_12{
  1381. right:3px;float:right;background-color:{color:chat user 2 bg};color:{color:chat user 2 text}
  1382.  
  1383. }
  1384. .user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat user 2 bg};border-bottom-left-radius:1em .5em
  1385.  
  1386. }
  1387. .user_3{background-color:{color:chat user 1 bg};color:{color:chat user 1 text}}.user_3::after{border-color:{color:chat user 1 bg}}
  1388. .user_4{background-color:{color:chat user 2 bg};color:{color:chat user 2 text}}.user_4::after{border-color:{color:chat user 2 bg}}
  1389. .user_5{background-color:{color:chat user 1 bg};color:{color:chat user 1 text}}.user_5::after{border-color:{color:chat user 1 bg}}
  1390. .user_6{background-color:{color:chat user 2 bg};color:{color:chat user 2 text}}.user_6::after{border-color:{color:chat user 2 bg}}
  1391. .user_7{background-color:{color:chat user 1 bg};color:{color:chat user 1 text}}.user_7::after{border-color:{color:chat user 1 bg}}
  1392. .user_8{background-color:{color:chat user 2 bg};color:{color:chat user 2 text}}.user_8::after{border-color:{color:chat user 2 bg}}
  1393. .user_9{background-color:{color:chat user 1 bg};color:{color:chat user 1 text}}.user_9::after{border-color:{color:chat user 1 bg};}
  1394.  
  1395. .convo {
  1396. overflow: hidden;
  1397. list-style-type: none;
  1398. padding: 0;
  1399. margin: 0;
  1400. }
  1401.  
  1402.  
  1403. #message {
  1404. padding:30px;
  1405. }
  1406.  
  1407. #ask {
  1408. background:#fff;
  1409. opacity:0.7;
  1410. padding:10px;
  1411. }
  1412. #asker {
  1413. z-index:9999999999 !important;
  1414. margin-left:20px;
  1415. margin-top:10px;
  1416. margin-right:10px;}
  1417.  
  1418. #askurl {
  1419. font-size:14px;
  1420. font-weight:400;
  1421. font-family: 'Montserrat', sans-serif;
  1422. letter-spacing:3px;
  1423. margin-left:70px;
  1424. margin-top:-25px;
  1425. margin-right:5px;}
  1426.  
  1427. #question {
  1428. font-size: {text:text size};
  1429. margin-left:70px;
  1430. margin-right:40px;
  1431. padding:10px;
  1432. text-align:justify;}
  1433.  
  1434. #quote {
  1435. font-size:16px;
  1436. font-family:'Montserrat', sans-serif;
  1437. text-align: center;
  1438. font-weight: 400;
  1439. letter-spacing: 1.5px;
  1440. line-height: 130%;
  1441. padding-bottom: 10px;}
  1442.  
  1443. #quotesrc {
  1444. font-size:11px;
  1445. font-family: 'Montserrat', sans-serif;
  1446. font-weight: 300;
  1447. letter-spacing:1px;
  1448. text-align:center;
  1449. color:{color:link};}
  1450. #quote:before {
  1451. content: "❝ ";
  1452. font-size:16px;
  1453. font-family: 'Montserrat', sans-serif;
  1454. font-weight: 500;
  1455. color:{color:bold};}
  1456. #quote:after {
  1457. content: " ❞";
  1458. font-size:16px;
  1459. font-family: 'Montserrat', sans-serif;
  1460. font-weight: 500;
  1461. color:{color:bold};}
  1462.  
  1463. #cover {
  1464. position: relative;
  1465. z-index: 1;
  1466. height: 80px;
  1467. float:left;
  1468. margin:4px;
  1469. box-shadow:0px 0px 5px {color:box shadow};}
  1470.  
  1471. #button {
  1472. width:20px;
  1473. height:30px;
  1474. overflow: hidden;
  1475. position: relative;
  1476. z-index: 99;
  1477. margin: 15px 24px 13px 16px;}
  1478.  
  1479. #buttons {
  1480. background-color: #fff;
  1481. position: absolute;
  1482. z-index: 99;
  1483. margin-top: 15px;
  1484. margin-left: 15px;
  1485. opacity: 0;
  1486. -webkit-transition: opacity 0.5s ease-out;
  1487. -webkit-transition: all 0.5s ease-out;
  1488. -moz-transition: all 0.5s ease-out;
  1489. -o-transition: all 0.5s ease-out;}
  1490.  
  1491. #post:hover #buttons {
  1492. opacity:1;}
  1493.  
  1494.  
  1495. #musicinfo {
  1496. margin-left: 110px;
  1497. font-size:10px;
  1498. min-height:70px;
  1499. text-align:left;
  1500. position: relative;}
  1501.  
  1502. .note {
  1503. color:{color:text};
  1504. text-transform:uppercase;
  1505. width:290px;
  1506. font-style:normal;
  1507. letter-spacing:1px;
  1508. font-size: 7.5px;
  1509. text-align:left;
  1510. line-height:150%;
  1511. margin-left:-15px;}
  1512.  
  1513. .note li {
  1514. list-style-type:none;
  1515. padding:10px 15px 10px 15px;
  1516. text-align:left;
  1517. -moz-transition-duration:0.5s;
  1518. -webkit-transition-duration:0.5s;
  1519. -o-transition-duration:0.5s;}
  1520.  
  1521. .note img.avatar {
  1522. margin-right: 10px;
  1523. width: 16px;
  1524. height: 16px;}
  1525.  
  1526. .tags {
  1527. font-size:7.5px;
  1528. text-transform:uppercase;
  1529. letter-spacing:0.5px;
  1530. padding-top:5px;
  1531. margin-top:-20px;
  1532. opacity:0;
  1533. text-align:center;
  1534. -webkit-transition: all 0.8s ease;
  1535. -moz-transition: all 0.8s ease;
  1536. transition: all 0.8s ease;}
  1537. .posts:hover .tags {
  1538. opacity:1.0;
  1539. margin-top:0px;
  1540. -webkit-transition: all 0.8s ease;
  1541. -moz-transition: all 0.8s ease;
  1542. transition: all 0.8s ease;}
  1543.  
  1544. #permalink {
  1545. font-size:7.5px;
  1546. text-align:center;
  1547. text-transform:uppercase;
  1548. letter-spacing:0.5px;
  1549. margin-top:10px;
  1550. background:{color:post info bg};
  1551. padding:5px;
  1552. opacity:0.8;
  1553. }
  1554.  
  1555.  
  1556.  
  1557.  
  1558. .credit, .credit a {
  1559. font-size:10px;
  1560. color:{color:pagination};
  1561. letter-spacing:1px;
  1562. text-transform:uppercase;
  1563. position:fixed;
  1564. top:509px;
  1565. left:834px;
  1566. opacity:0.7;
  1567. }
  1568.  
  1569. .credit a:hover {
  1570. opacity:0.9;
  1571. }
  1572.  
  1573.  
  1574.  
  1575. div#qTip {
  1576. border:0px dotted #fff;
  1577. padding: 3px;
  1578. display: none;
  1579. margin-left:10px;
  1580. margin-top:-7px;
  1581. text-align: center;
  1582. font-style:normal;
  1583. background:{color:shadow};
  1584. opacity:0.8;
  1585. font-weight:400;
  1586. position: absolute;
  1587. text-transform:uppercase;
  1588. font-size:7.5px;
  1589. font-family: 'Montserrat', sans-serif;
  1590. line-height:10px;
  1591. z-index: 9999999;
  1592. color: {color:desctext};
  1593. letter-spacing: 0.5px;}
  1594.  
  1595. {CustomCSS}</style></head><body>
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608. <div class="listen">{text:title}</div>
  1609.  
  1610.  
  1611. <div class="descriptionbg"></div>
  1612. <div class="description">
  1613. <div id="descbox">
  1614.  
  1615. <div id="desc">
  1616.  
  1617.  
  1618. <br>This is where your <i>description</i> goes.<br>
  1619. If you <u>hover</u> over this, it'll show your <s>hidden</s> description. <b>Neat</b> huh?
  1620.  
  1621.  
  1622.  
  1623. </div>
  1624.  
  1625. <div id="realdesc">
  1626.  
  1627. {block:Description}
  1628. {Description}
  1629. {/block:Description}
  1630.  
  1631.  
  1632. </div>
  1633.  
  1634. </div>
  1635. </div>
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641. </div></div></div>
  1642.  
  1643.  
  1644.  
  1645.  
  1646. <div id="sprouty">
  1647.  
  1648. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  1649. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  1650. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  1651. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink1}
  1652. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink1}
  1653. </div>
  1654.  
  1655.  
  1656. <div id="icon"><img src="{image:icon}"></div>
  1657. <div id="icon2"><img src="{image:icon2}"></div>
  1658.  
  1659. <div id="iconbg"></div>
  1660. <div id="iconbg2"></div>
  1661.  
  1662.  
  1663. <div class="tabs">
  1664. <div class="hey">
  1665. <ul class="tab-links">
  1666. <li class="active"><a href="/" title="refresh"></a></li>
  1667. <li><a href="#tab2" title="message"></a></li>
  1668. <li><a href="#tab3" title="{text:tab 3 title}"></a></li>
  1669. <li><a href="#tab4" title="{text:tab 4 title}"></a></li>
  1670. </ul>
  1671. </div>
  1672.  
  1673.  
  1674. <div id="pagination">{block:Pagination}
  1675. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">forth</a>
  1676. {/block:NextPage}
  1677. {/block:Pagination}</div>
  1678.  
  1679.  
  1680.  
  1681.  
  1682. <!-- --------------------------- TABS -------------------------- -->
  1683.  
  1684. <div id="deerbg"></div>
  1685. <div class="tabs">
  1686.  
  1687.  
  1688. <!-- --------------------------- TAB 1 -------------------------- -->
  1689.  
  1690. <div id="tab1" class="tab active">
  1691.  
  1692. <div class="deer">
  1693.  
  1694.  
  1695. <div class="entries">
  1696. {block:Posts}
  1697. <div class="posts">
  1698.  
  1699.  
  1700.  
  1701. <!--TEXT POST-->
  1702. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1703.  
  1704. {block:Photo}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  1705. </center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1706.  
  1707. {block:Photoset}
  1708. <div class="poopset">{Photoset}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1709.  
  1710. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1711.  
  1712. {block:Quote}<div id="quote">{Quote}</div><br>{block:Source}<b><div id="quotesrc">{Source}</div></b>{/block:Source}{/block:Quote}
  1713.  
  1714. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  1715. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  1716. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1717. {/block:ExternalAudio}<br><br>
  1718. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  1719.  
  1720. {block:Video}<div class="videothing">{Video-400}</div>
  1721. {block:Caption}{Caption}{/block:Caption}
  1722. {/block:Video}
  1723.  
  1724. {block:Chat}
  1725. {block:Title}
  1726. <h2>{Title}</h2>{/block:Title}<br>
  1727. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
  1728. {Line}</li>{/block:Lines}</ul>
  1729. {/block:Chat}
  1730.  
  1731. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div>
  1732. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  1733.  
  1734. {block:Date}
  1735. <div id="permalink">
  1736. <a href="{Permalink}">{TimeAgo}</a>
  1737. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  1738.  
  1739.  
  1740. {block:RebloggedFrom}/ <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a> / <a href="{ReblogURL}">reblog</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
  1741.  
  1742. </div>
  1743. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  1744. </div>
  1745. {/block:Date}
  1746.  
  1747. {block:PostNotes}
  1748. <div class="note">
  1749. {PostNotes}
  1750. </div>
  1751. {/block:PostNotes}
  1752.  
  1753. {/block:Posts}
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759. </div>
  1760.  
  1761. </div>
  1762.  
  1763. </div>
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769. <!-- -------------------------- TAB 2 -------------------------- -->
  1770.  
  1771. <div id="tab2" class="tab">
  1772. <div class="deer">
  1773. <div id="message"><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:username}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  1774. </div>
  1775. </div>
  1776. </div>
  1777.  
  1778.  
  1779. <!-- -------------------------- TAB 3 -------------------------- -->
  1780.  
  1781. <div id="tab3" class="tab">
  1782. <div class="deer">
  1783. <div id="deertab">
  1784.  
  1785.  
  1786.  
  1787. <h3>Rules & Stuff</h3>
  1788.  
  1789. <h4>this is a header</h4>
  1790. You can put your rules and guidelines here, or perhaps a little About Me page if you prefer.
  1791.  
  1792. <h5>another header</h5>
  1793.  
  1794. This could be a navigation page if you wish. Add anything you want!
  1795.  
  1796.  
  1797. </div>
  1798. </div>
  1799. </div>
  1800.  
  1801.  
  1802. <!-- -------------------------- TAB 4 -------------------------- -->
  1803.  
  1804. <div id="tab4" class="tab">
  1805. <div class="deer">
  1806. <div id="deertab">
  1807.  
  1808.  
  1809. <!----------------------- START OF NEW MUSE SECTION ---------------------->
  1810.  
  1811.  
  1812.  
  1813.  
  1814. <div id="sprout">
  1815. <a href="#" class="cthrough" title="main muses" style="cursor:help">Primary<!-- GROUP TITLE GOES HERE --></a>
  1816. <div class="sub">
  1817.  
  1818.  
  1819. <table><tr>
  1820.  
  1821.  
  1822. <!-------------- NEW MUSE --------------->
  1823.  
  1824.  
  1825. <td class="musey">
  1826. <div id="musepic"><img src="https://38.media.tumblr.com/90b9cf282c4d03a03a7cb9383ce4c1b4/tumblr_inline_ncipiyfKnC1rm8kwk.png"><!-- REPLACE IMAGE URL WITH YOUR OWN --></div>
  1827.  
  1828. <div id="museyurl">
  1829. <div id="urlstuf"><a href="/YOUR URL HERE">athena.<!-- MUSE NAME GOES HERE --></a></div>
  1830.  
  1831. <div class="corgi">{ the wise }<!-- MUSE SUBTEXT GOES HERE --></div>
  1832.  
  1833. </div>
  1834. </td>
  1835.  
  1836. <!-- END OF MUSE -->
  1837.  
  1838. <!-------------- NEW MUSE --------------->
  1839.  
  1840.  
  1841. <td class="musey">
  1842. <div id="musepic"><img src="https://40.media.tumblr.com/7bc1ec061cf7b0122bb38860d3adeb24/tumblr_nn4burmj5c1up609jo4_250.png"><!-- REPLACE IMAGE URL WITH YOUR OWN --></div>
  1843.  
  1844. <div id="museyurl">
  1845. <div id="urlstuf"><a href="/YOUR URL HERE">hades.<!-- MUSE NAME GOES HERE --></a></div>
  1846.  
  1847. <div class="corgi">{ the unseen }<!-- MUSE SUBTEXT GOES HERE --></div>
  1848.  
  1849. </div>
  1850. </td>
  1851. <!-- END OF MUSE -->
  1852.  
  1853. <!-------------- NEW MUSE --------------->
  1854.  
  1855.  
  1856. <td class="musey">
  1857. <div id="musepic"><img src="https://41.media.tumblr.com/8f7fad4e7df7b62e1b01750a606cf764/tumblr_nowf05cKrH1rjniu3o2_250.jpg"><!-- REPLACE IMAGE URL WITH YOUR OWN --></div>
  1858.  
  1859. <div id="museyurl">
  1860. <div id="urlstuf"><a href="/YOUR URL HERE">artemis.<!-- MUSE NAME GOES HERE --></a></div>
  1861.  
  1862. <div class="corgi">{ the huntress }<!-- MUSE SUBTEXT GOES HERE --></div>
  1863.  
  1864. </div>
  1865. </td>
  1866. <!-- END OF MUSE -->
  1867.  
  1868.  
  1869.  
  1870. </tr></table>
  1871.  
  1872.  
  1873.  
  1874.  
  1875. </div></div>
  1876.  
  1877. <!------------------------- END OF MUSE SECTION ------------------------>
  1878.  
  1879.  
  1880.  
  1881. <!----------------------- START OF NEW MUSE SECTION ---------------------->
  1882.  
  1883.  
  1884.  
  1885.  
  1886. <div id="sprout">
  1887. <a href="#" class="cthrough" title="side muses" style="cursor:help">secondary<!-- GROUP TITLE GOES HERE --></a>
  1888. <div class="sub">
  1889.  
  1890.  
  1891. <table><tr>
  1892.  
  1893.  
  1894. <!-------------- NEW MUSE --------------->
  1895.  
  1896.  
  1897. <td class="musey">
  1898. <div id="musepic"><img src="https://40.media.tumblr.com/6812080748d9f0f2fb76b3df9779b23f/tumblr_nq1zduYKuT1ttmes9o2_250.png"><!-- REPLACE IMAGE URL WITH YOUR OWN --></div>
  1899.  
  1900. <div id="museyurl">
  1901. <div id="urlstuf"><a href="/YOUR URL HERE">anubis.<!-- MUSE NAME GOES HERE --></a></div>
  1902.  
  1903. <div class="corgi">{ the protector }<!-- MUSE SUBTEXT GOES HERE --></div>
  1904.  
  1905. </div>
  1906. </td>
  1907.  
  1908. <!-- END OF MUSE -->
  1909.  
  1910. <!-------------- NEW MUSE --------------->
  1911.  
  1912.  
  1913. <td class="musey">
  1914. <div id="musepic"><img src="https://40.media.tumblr.com/2c8e7aab18749c09118314ae5561d742/tumblr_nrwp8dkQGB1slgxxho1_250.jpg"><!-- REPLACE IMAGE URL WITH YOUR OWN --></div>
  1915.  
  1916. <div id="museyurl">
  1917. <div id="urlstuf"><a href="/YOUR URL HERE">nike.<!-- MUSE NAME GOES HERE --></a></div>
  1918.  
  1919. <div class="corgi">{ the victorious }<!-- MUSE SUBTEXT GOES HERE --></div>
  1920.  
  1921. </div>
  1922. </td>
  1923. <!-- END OF MUSE -->
  1924.  
  1925. <!-------------- NEW MUSE --------------->
  1926.  
  1927.  
  1928. <td class="musey">
  1929. <div id="musepic"><img src="https://40.media.tumblr.com/a6a662fc18a4718eb90f83d9130ea06f/tumblr_nqt7dictnZ1sji7ozo4_250.jpg"><!-- REPLACE IMAGE URL WITH YOUR OWN --></div>
  1930.  
  1931. <div id="museyurl">
  1932. <div id="urlstuf"><a href="/YOUR URL HERE">poseidon.<!-- MUSE NAME GOES HERE --></a></div>
  1933.  
  1934. <div class="corgi">{ the stormy sea }<!-- MUSE SUBTEXT GOES HERE --></div>
  1935.  
  1936. </div>
  1937. </td>
  1938. <!-- END OF MUSE -->
  1939.  
  1940.  
  1941. </tr></table>
  1942.  
  1943.  
  1944.  
  1945.  
  1946. </div></div>
  1947.  
  1948. <!------------------------- END OF MUSE SECTION ------------------------>
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954. <!--------////// INSTRUCTIONS /////-------------
  1955.  
  1956. To add a whole new section:
  1957. - copy the entire code from the START OF NEW MUSE SECTION
  1958. to END OF NEW MUSE SECTION
  1959.  
  1960. To add only one member:
  1961. - copy the code from NEW MUSE to END OF MUSE
  1962.  
  1963. *Muse icons will automatically be resized to 80x80 pixels
  1964.  
  1965. If you have any more questions, you can reach me at deersprouts.tumblr.com
  1966.  
  1967. -------- END OF INSTRUCTIONS /////-------------->
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973. </div>
  1974.  
  1975.  
  1976. </div>
  1977.  
  1978.  
  1979.  
  1980. </div>
  1981. </div>
  1982. </div>
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992. <!-- END OF TABS -->
  1993.  
  1994. </div>
  1995. </div>
  1996. </div>
  1997. </div>
  1998. </div>
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008. <!------- UPDATES START --------->
  2009.  
  2010. {block:IfUpdates}
  2011.  
  2012.  
  2013.  
  2014. <div id="little"></div>
  2015. <div id="updates">
  2016.  
  2017. <div id="updatesbox">
  2018.  
  2019. <h6>updates</h6>
  2020. Add whatever you want here.
  2021. <br>
  2022.  
  2023.  
  2024. <h6>about</h6>
  2025.  
  2026. Write something neat here. Use the < h6 > html tag to add a new header. This is how <b>bold</b> text looks like. <i>Whoops,</i> there goes italic. And then there was <u>underline.</u> Don't forget your <a>link</a>!
  2027.  
  2028.  
  2029. <br><br>
  2030.  
  2031. </div>
  2032. </div>
  2033.  
  2034. {/block:IfUpdates}
  2035.  
  2036.  
  2037. <!------- UPDATES END --------->
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043. <!------- PLEASE DON'T REMOVE THE CREDIT! --------->
  2044.  
  2045. <div class="credit"><a href="http://deersprouts.tumblr.com" title="theme">✖︎</a></div>
  2046.  
  2047.  
  2048.  
  2049.  
  2050. </body>
  2051. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement