Advertisement
azurethemes

05::cry baby

May 25th, 2016
1,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.66 KB | None | 0 0
  1. <!----
  2.  
  3. ---- @ DADDYTHEMES ----
  4. theme #05 cry baby.
  5. keep the credit.
  6. dont steal.
  7. dont claim as own.
  8. dont be an asshole.
  9. (=゚ω゚)ノ
  10.  
  11. --->
  12. <!-----start html---->
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  15. <!-----custom google fonts---->
  16. <script type="text/javascript">
  17. WebFontConfig = {
  18. google: { families: [ 'Roboto:400,500,700:latin' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin' , 'Bitter:400,400italic,700:latin' , 'Roboto+Condensed:400,400italic,700,700italic:latin', 'Josefin+Sans:400,400italic,600,700,600italic,700italic:latin', 'Geo::latin', 'BenchNine:400,700:latin', 'Cabin:400,700,600,500:latin', 'Aldrich::latin' ] }
  19. };
  20. (function() {
  21. var wf = document.createElement('script');
  22. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  23. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  24. wf.type = 'text/javascript';
  25. wf.async = 'true';
  26. var s = document.getElementsByTagName('script')[0];
  27. s.parentNode.insertBefore(wf, s);
  28. })(); </script>
  29. <!-----tooltips---->
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  31. <script>
  32. (function($){
  33. $(document).ready(function(){
  34. $("a[title]").style_my_tooltips({
  35. tip_follows_cursor:true,
  36. tip_delay_time:100,
  37. tip_fade_speed:500,
  38. attribute:"title"
  39. });
  40. });
  41. })(jQuery);
  42. </script>
  43. <!-----back to top button---->
  44. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  45. <script>
  46. $(document).ready(function(){
  47.  
  48. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  49. var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-arrow-up"></i></a>'].join("");
  50. $("body").append(back_to_top_button)
  51.  
  52. // Der Button wird ausgeblendet
  53. $(".back-to-top").hide();
  54.  
  55. // Funktion für das Scroll-Verhalten
  56. $(function () {
  57. $(window).scroll(function () {
  58. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  59. $('.back-to-top').fadeIn();
  60. } else {
  61. $('.back-to-top').fadeOut();
  62. }
  63. });
  64.  
  65. $('.back-to-top').click(function () { // Klick auf den Button
  66. $('body,html').animate({
  67. scrollTop: 0
  68. }, 800);
  69. return false;
  70. });
  71. });
  72.  
  73. });
  74. </script>
  75. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  76. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  77. <head>
  78. <title>{Title}</title>
  79. <link rel="shortcut icon" href="{Favicon}">
  80. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  81. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  82. <!--toggles-->
  83. <meta name="if:ShowTags" content="1"/>
  84. <meta name="if:ShowSidebarImage" content="0"/>
  85. <meta name="if:ShowTextIcons" content="0"/>
  86. <!--all colors-->
  87. <meta name="color:background" content="#f6f6f6"/>
  88. <meta name="color:text" content="#888888"/>
  89. <meta name="color:links" content="#888888"/>
  90. <meta name="color:border" content="#888888"/>
  91. <meta name="color:posts" content="#ffffff">
  92. <meta name="color:scrollbar" content="#eeeeee">
  93. <meta name="color:asks" content="#eeeeee">
  94. <meta name="color:boxes" content="#eeeeee">
  95. <meta name="color:hover" content="#cccccc">
  96. <meta name="color:accent" content="#eeeeee">
  97. <meta name="color:post background" content="#eeeeee">
  98. <!--images-->
  99. <meta name="image:background" content=""/>
  100. <meta name="image:header" content=""/>
  101. <meta name="image:sidebar" content=""/>
  102. <!--texts-->
  103. <meta name="text:title" content="CAKE"/>
  104. <!--sidebar links-->
  105. <meta name="text:link one" content="link one">
  106. <meta name="text:link two" content="link two">
  107. <meta name="text:link three" content="link three">
  108. <meta name="text:link four" content="link four">
  109. <meta name="text:link one url" content="/">
  110. <meta name="text:link two url" content="/">
  111. <meta name="text:link three url" content="/">
  112. <meta name="text:link four url" content="/">
  113. <!--custom css-->
  114. <style type="text/css">
  115. /*tumblr controls*/
  116. .tmblr-iframe {
  117. top:0px!important;
  118. position:fixed!important;
  119. opacity:0.5;
  120. -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);
  121. z-index:99999999999999!important;
  122. white-space:nowrap;
  123. transition-duration: 0.3s;
  124. -moz-transition-duration: 0.3s;
  125. -webkit-transition-duration: 0.3s;
  126. -o-transition-duration: 0.3s;
  127. }
  128. /*scrollbar*/
  129. ::-webkit-scrollbar-thumb{
  130. height:auto;
  131. border:2px solid {color:background};
  132. background-color:{color:scrollbar};
  133. }
  134. ::-webkit-scrollbar{
  135. height:2px;
  136. border:2px solid {color:background};
  137. width:5px;
  138. }
  139. /*tooltips*/
  140. #s-m-t-tooltip{
  141. margin:13px 18px 6px 18px;
  142. padding:6px;
  143. background-color:{color:posts};
  144. font-family: 'montserrat', serif;
  145. border:1px solid {color:accent};
  146. font-weight:500;
  147. font-size:9px;
  148. text-transform:uppercase;
  149. letter-spacing:0px;
  150. color:{color:text};
  151. z-index:999999999999999999999999999999999999;
  152. }
  153. /*body basics*/
  154. body{
  155. background-color:{color:background};
  156. background-image:url('{image:background}');
  157. background-attachment: fixed;
  158. background-repeat: repeat;
  159. font-weight:none;
  160. font-family: {font:body};
  161. font-size:11px;
  162. text-align:justify;
  163. color:{color:text};
  164. margin:0;
  165. }
  166. a{
  167. text-decoration:none;
  168. color:{color:links};
  169. -moz-transition-duration:0.5s;
  170. -webkit-transition-duration:0.5s;
  171. -o-transition-duration:0.5s;
  172. transition: all 0.3s ease-out;
  173. }
  174. a:hover{
  175. text-decoration:none;
  176. color:{color:hover};
  177. -moz-transition-duration:0.5s;
  178. -webkit-transition-duration:0.5s;
  179. -o-transition-duration:0.5s;
  180. transition: all 0.3s ease-out;
  181. }
  182. img {
  183. }
  184. blockquote {
  185. font-size:10px;
  186. width:auto;
  187. border-left:3px solid #eee;
  188. text-align:left;
  189. padding:1px;
  190. font-weight:none;
  191. margin-top:15px;
  192. margin-left:21px;
  193. padding-top:0.5px;
  194. padding-bottom:0.5px;
  195. font-size:11px;
  196. font-family: 'calibri', sans-serif;
  197. margin-right:20px;
  198. padding-left:15px;
  199. color:{color:text};
  200. }
  201. pre{
  202. font-size:9px;
  203. text-align:center;
  204. text-transform:none;
  205. font-family: 'Bitter', serif;
  206. font-weight:bold;
  207. line-height:9px;
  208. border-left:1px solid #eee;
  209. border-bottom:1px solid #eee;
  210. letter-spacing:2px;
  211. background-color:{color:posts};
  212. color:{color:text};
  213. padding:6px;
  214. }
  215. small{
  216. font-size:9px;
  217. font-family: 'calibri', sans-serif;
  218. }
  219. big{
  220. font-size:12px;
  221. font-family: 'calibri', sans-serif;
  222. font-weight:700;
  223. }
  224. sub{
  225. font-size:8px;
  226. font-family: 'calibri', sans-serif;
  227. }
  228. h1 {
  229. font-size:13px;
  230. text-align:center;
  231. font-family: 'Montserrat', sans-serif;
  232. letter-spacing:1px;
  233. text-transform:uppercase;
  234. font-weight:700;
  235. line-height:17px;
  236. border-bottom:1px solid #eee;
  237. color:{color:text};
  238. padding:7px;
  239. }
  240. h1 a{
  241. color:{color:text};
  242. }
  243. h2{
  244. color:{color:text};
  245. text-transform:uppercase;
  246. font-family: 'Montserrat', sans-serif;
  247. text-align:left;
  248. }
  249. b {
  250. font-weight:bold;
  251. font-family: 'calibri', sans-serif;
  252. color:{color:text};
  253. }
  254. i {
  255. font-weight:italic;
  256. color:{color:text};
  257. }
  258. grouptitle {
  259. color:{color:text};
  260. text-transform:none;
  261. font-size:10px;
  262. font-family: 'calibri', sans-serif;
  263. }
  264. dy {
  265. color:{color:text};
  266. font-weight:400;
  267. }
  268. ab {
  269. color:{color:text};
  270. font-family: 'bitter', sans-serif;
  271. font-size:10px
  272. font-weight:400;
  273. }
  274. am {
  275. color:{color:text};
  276. font-size:22px;
  277. padding:8px;
  278. padding-top:2px;
  279. text-transform:uppercase;
  280. font-family: 'roboto', sans-serif;
  281. letter-spacing:0px;
  282. font-weight:500;
  283. }
  284. n {
  285. font-weight:bold;
  286. letter-spacing:-1px;
  287. text-shadow: 1px 1px 1px #cccccc;
  288. font-size:12px;
  289. text-transform:uppercase;
  290. color:{color:text};
  291. }
  292. u {
  293. text-decoration:none;
  294. color:{color:text};
  295. padding:3px;
  296. border-bottom:1px solid {color:text};
  297. }
  298. in {
  299. text-decoration:none;
  300. color:{color:text};
  301. padding:3px;
  302. border-bottom:3px solid {color:border};
  303. }
  304. /*sidebar*/
  305. #icon {
  306. position:fixed;
  307. margin-top:190px;
  308. padding:10px;
  309. margin-left:180px;
  310. background-color:transparent;
  311. z-index:9999999999999999;
  312. }
  313. #iconimage {
  314. z-index:-99999;
  315. }
  316. #iconimage img {
  317. width:176px;
  318. height:100px;
  319. left:312px;
  320. top:344px;
  321. position:absolute;
  322. background:{color:posts};
  323. border:1px solid {color:accent};
  324. opacity:1;
  325. z-index:999999;
  326. }
  327. /*header image*/
  328. #header {
  329. position:fixed;
  330. margin-top:190px;
  331. padding:10px;
  332. margin-left:180px;
  333. background-color:transparent;
  334. z-index:9999999999999999;
  335. }
  336. #headerimage {
  337. z-index:-99999;
  338. }
  339. #headerimage img {
  340. width:100%;
  341. height:300px;
  342. left:0px;
  343. top:0px;
  344. position:absolute;
  345. background:{color:accent};
  346. opacity:1;
  347. z-index:-99999;
  348. }
  349. /*titles*/
  350. #sbtitle{
  351. width:100%;
  352. height:33px;
  353. top:300px;
  354. opacity:1;
  355. position:absolute;
  356. font-family: 'montserrat', sans-serif;
  357. letter-spacing:1px;
  358. text-align:center;
  359. padding-left:0px;
  360. overflow:hidden;
  361. font-weight:600;
  362.  
  363. background:{color:posts};
  364. color:{color:text};
  365. text-transform:uppercase;
  366. line-height:33px;
  367. font-size:12px;
  368. left:0px;
  369. z-index:99999999;
  370. }
  371. /*background*/
  372. #themebackground{
  373. width:1000px;
  374. height:100%;
  375. top:0px;
  376. opacity:1;
  377. position:fixed;
  378. content:'';
  379. overflow:hidden;
  380. background:{color:post background};
  381. left:200px;
  382. z-index:-99999999;
  383. }
  384. /*back to top button*/
  385. .back-to-top {
  386. position: fixed;
  387. color:{color:text};
  388. bottom:13px;
  389. text-transform:uppercase;
  390. background:{color:background};
  391. left:13px;
  392. font-family: 'lato', sans-serif;
  393. font-size:9px;
  394. letter-spacing:0px;
  395. z-index:9999999999;
  396. font-weight:600;
  397. padding:10px;
  398. }
  399. /*jump pagination*/
  400. .pagination{
  401. font-family: 'roboto', sans-serif;
  402. margin-left:-190px;
  403. width:auto;
  404. padding-top:-10px;
  405. letter-spacing:2px;
  406. padding-bottom:20px;
  407. font-size:13px;
  408. text-align:center;
  409. }
  410. .pagination a{
  411. padding:5px;
  412. font-family: 'roboto', sans-serif;
  413. font-weight:600;
  414. bottom:10px;
  415. margin-left:5px;
  416. color:{color:text};
  417. }
  418. .pagination a:hover{
  419. color:{color:hover};
  420. -moz-transition-duration:0.5s;
  421. -webkit-transition-duration:0.5s;
  422. -o-transition-duration:0.5s;
  423. transition: all 0.3s ease-out;
  424. }
  425. /*post notes*/
  426. ol.notes {
  427. padding: 0px;
  428. margin: 25px 0px;
  429. font-family:'montserrat',sans-serif;
  430. list-style-type: none;
  431. margin-top:-61px;
  432. background:{color:posts};
  433. margin-left:-16px;
  434. width:566px;
  435. border-bottom: solid 1px {color:border};
  436. }
  437. ol.notes li.note {
  438. border-top: solid 1px {color:border};
  439. padding: 10px;
  440. }
  441. ol.notes li.note img.avatar {
  442. vertical-align: -10px;
  443. border-radius:100px;
  444. margin-left: 10px;
  445. padding:6px;
  446. width: 16px;
  447. height: 16px;
  448. }
  449. ol.notes li.note span.action {
  450. font-weight: 300;
  451. }
  452. ol.notes li.note .answer_content {
  453. font-weight: normal;
  454. }
  455. ol.notes li.note blockquote {
  456. border-color: {color:border};
  457. padding: 4px 10px;
  458. margin: 10px 0px 0px 25px;
  459. }
  460. ol.notes li.note blockquote a {
  461. text-decoration: none;
  462. }
  463. /*audio*/
  464. .audioartist {
  465. font-family:'roboto', sans-serif;
  466. font-size:10px;
  467. text-transform:lowercase;
  468. font-weight:600;
  469. }
  470. .audiotitle {
  471. font-family:'roboto', sans-serif;
  472. font-size:10px;
  473. text-transform:lowercase;
  474. font-weight:600;
  475. }
  476. .audioplayed {
  477. font-family:'roboto', sans-serif;
  478. font-size:10px;
  479. text-transform:lowercase;
  480. font-weight:600;
  481. }
  482. .audioplayr {
  483. width:400px;
  484. color:{color:text};
  485. background:{color:accent};
  486. }
  487. audioinfo {
  488. font-family:'roboto', sans-serif;
  489. font-size:10px;
  490. letter-spacing:2px;
  491. text-transform:lowercase;
  492. font-weight:300;
  493. }
  494. /*post styles*/
  495. .pcaption{
  496. font-family:'calibri', sans-serif;
  497. font-size:10px;
  498. margin-left:0px;
  499. letter-spacing:0px;
  500. text-transform:none;
  501. font-weight:400;
  502. }
  503. .psets{
  504. max-width:400px;
  505. margin-top:-13px;
  506. height:auto;
  507. -moz-transition-duration:0.5s;
  508. -webkit-transition-duration:0.5s;
  509. -o-transition-duration:0.5s;
  510. transition: all 0.3s ease-out;
  511. }
  512. .psets:hover{
  513. opacity:0.8;
  514. -moz-transition-duration:0.5s;
  515. -webkit-transition-duration:0.5s;
  516. -o-transition-duration:0.5s;
  517. transition: all 0.3s ease-out;
  518. }
  519. .vsets{
  520. max-width:400px;
  521. margin-top:-13px;
  522. height:auto;
  523. -moz-transition-duration:0.5s;
  524. -webkit-transition-duration:0.5s;
  525. -o-transition-duration:0.5s;
  526. transition: all 0.3s ease-out;
  527. }
  528. .vsets:hover{
  529. opacity:0.8;
  530. -moz-transition-duration:0.5s;
  531. -webkit-transition-duration:0.5s;
  532. -o-transition-duration:0.5s;
  533. transition: all 0.3s ease-out;
  534. }
  535. /*posts*/
  536. #entries {
  537. margin-left:260px;
  538. margin-top:430px;
  539. overflow:hidden;
  540. z-index:99999;
  541. }
  542. #post {
  543. font-size:10px;
  544. width:500px;
  545. padding:25px;
  546. color:{color:text};
  547. background-color:{color:posts};
  548. text-align:justify;
  549. z-index:-99999;
  550. line-height:12px;
  551. margin-bottom:60px;
  552. padding-bottom:0px;
  553. overflow:hidden;
  554. }
  555. #post img{
  556. max-width:500px;
  557. margin-top:-12px;
  558. opacity:1;
  559. height:auto;
  560. -moz-transition-duration:0.5s;
  561. -webkit-transition-duration:0.5s;
  562. -o-transition-duration:0.5s;
  563. transition: all 0.3s ease-out;
  564. }
  565. #post img:hover{
  566. opacity:0.8;
  567. -moz-transition-duration:0.5s;
  568. -webkit-transition-duration:0.5s;
  569. -o-transition-duration:0.5s;
  570. transition: all 0.3s ease-out;
  571. }
  572. /*questions and answers*/
  573. #asking {
  574. margin-left:20px;
  575. margin-top:-35px;
  576. }
  577. #askingimage {
  578. }
  579. #askingimage img {
  580. margin-left:20px;
  581. width:30px;
  582. height:30px;
  583. border-radius:100px;
  584. margin-top:0px;
  585. }
  586. #question {
  587. padding:20px;
  588. padding-left:14px;
  589. margin-top:-32px;
  590. margin-left:10px;
  591. width:449px;
  592. font-family: 'roboto', sans-serif;
  593. color:{color:text};
  594. background-color:{color:asks};
  595. }
  596. #asker{
  597. margin-top:-66px;
  598. padding:1px;
  599. font-weight:300;
  600. font-size:11px;
  601. z-index:9999999999;
  602. color:{color:text};
  603. opacity:1;
  604. margin-left:14px;
  605. letter-spacing:0px;
  606. font-family: 'roboto', sans-serif;
  607. text-transform:lowercase;
  608. }
  609. #askerurl{
  610. margin-top:-19px;
  611. padding:1px;
  612. font-weight:500;
  613. font-size:10px;
  614. padding:7px;
  615. line-height:14px;
  616. height:13px;
  617. width:465px;
  618. z-index:9999999999;
  619. color:{color:text};
  620. opacity:1;
  621. margin-left:46px;
  622. padding-bottom:11px;
  623. letter-spacing:0px;
  624. font-family: 'Montserrat', sans-serif;
  625. text-transform:lowercase;
  626. }
  627. /*post info*/
  628. #info {
  629. width:510px;
  630. height:50px;
  631. background:{color:posts};
  632. text-align:left;
  633. font-family: 'montserrat', sans-serif;
  634. text-transform:uppercase;
  635. margin-left:-30px;
  636. font-size:9px;
  637. padding-left:30px;
  638. margin-top:5px;
  639. opacity:1;
  640. overflow:hidden;
  641. font-weight:600;
  642. font-style:none;
  643. line-height:15px;
  644. letter-spacing:0px;
  645. z-index:9999999999999999;
  646. color:{color:info};
  647. }
  648. #info a {
  649. text-align:left;
  650. font-weight:600;
  651. padding:2px;
  652. letter-spacing:0px;
  653. font-family: 'montserrat', sans-serif;
  654. line-height:5px;
  655. color:{color:info};
  656. }
  657. #info a:hover{
  658. color:{color:hover};
  659. }
  660. /*post tags*/
  661. #tags {
  662. text-align:left;
  663. opacity:1;
  664. font-size:8px;
  665. font-family: 'montserrat', sans-serif;
  666. margin-top:-20px;
  667. margin-left:-6px;
  668. color:{color:text};
  669. padding:5px;
  670. line-height:12px;
  671. font-weight:500;
  672. padding-bottom:0px;
  673. width:510px;
  674. text-transform:uppercase;
  675. -webkit-transition: all 0.7s ease-in-out;
  676. -moz-transition: all 0.7s ease-in-out;
  677. -o-transition: all 0.7s ease-in-out;
  678. -ms-transition: all 0.7s ease-in-out;
  679. transition: all 0.7s ease-in-out;
  680. }
  681. #tags a {
  682. padding:8px;
  683. margin-top:-3px;
  684. color:{color:text};
  685. line-height:20px;
  686. letter-spacing:0px;
  687. font-weight:600;
  688. width:auto;
  689. text-align:left;
  690. font-size:9px;
  691. font-family: 'montserrat', sans-serif;
  692. display:inline-block;
  693. }
  694. #tags a:hover {
  695. -moz-transition-duration:0.3s;
  696. -webkit-transition-duration:0.3s;
  697. -o-transition-duration:0.3s;
  698. color:{color:hover};
  699. }
  700. /*credit (u better leave this here u goof)*/
  701. #credit{
  702. position:fixed;
  703. font-size:8px;
  704. font-weight:600;
  705. height:20px;
  706. width:20px;
  707. opacity:1;
  708. border-radius:100px;
  709. right:13px;
  710. bottom:13px;
  711. letter-spacing:1px;
  712. line-height:26px;
  713. padding:5px;
  714. text-align:center;
  715. float:left;
  716. font-family: 'lato', sans-serif;
  717. color:{color:text};
  718. text-transform:uppercase;
  719. -moz-transition-duration:0.5s;
  720. -webkit-transition-duration:0.5s;
  721. -o-transition-duration:0.5s;
  722. transition: all 0.3s ease-out;
  723. }
  724. #credit:hover{
  725. opacity:0.5;
  726. -moz-transition-duration:0.5s;
  727. -webkit-transition-duration:0.5s;
  728. -o-transition-duration:0.5s;
  729. transition: all 0.3s ease-out;
  730. }
  731. /*links*/
  732. .toppp {
  733. top:324px;
  734. position:absolute;
  735. left:0px;
  736. z-index:9999999999999999;
  737. background:{color:posts};
  738. width:100%;
  739. }
  740. .sticky{
  741. position:fixed;
  742. width:100%;
  743. top:0px;
  744. left:0px;
  745. background:{color:posts};
  746. z-index:99999999999999999999999;
  747. }
  748. .sticky #navi{
  749. width:100%;
  750. text-align:center;
  751. background:{color:posts};
  752. color:white;
  753. -webkit-transition: all 0.3s ease-in-out;
  754. -moz-transition: all 0.3s ease-in-out;
  755. -o-transition: all 0.3s ease-in-out;
  756. -ms-transition: all 0.3s ease-in-out;
  757. transition: all 0.3s ease-in-out;
  758. }
  759. #navi{
  760. margin:auto;
  761. font-size:10px;
  762. height:50px;
  763. letter-spacing:-1px;
  764. font-weight:700;
  765. color:white;
  766. width:100%;
  767. font-style:none;
  768. text-align:center;
  769. -webkit-transition: all 0.3s ease-in-out;
  770. -moz-transition: all 0.3s ease-in-out;
  771. -o-transition: all 0.3s ease-in-out;
  772. -ms-transition: all 0.3s ease-in-out;
  773. transition: all 0.3s ease-in-out;
  774. }
  775. #navi a{
  776. display:inline-block;
  777. color:{color:text};
  778. padding:20px 0px 7px 0px;
  779. margin:0px 20px 0px 20px;
  780. font-weight:700;
  781. margin-top:-1px;
  782. line-height:6px;
  783. font-style:none;
  784. border-bottom:3px solid {color:accent};
  785. font-family: 'montserrat', sans-serif;
  786. text-transform:uppercase;
  787. -webkit-transition: all 0.3s ease-in-out;
  788. -moz-transition: all 0.3s ease-in-out;
  789. -o-transition: all 0.3s ease-in-out;
  790. -ms-transition: all 0.3s ease-in-out;
  791. transition: all 0.3s ease-in-out;
  792. }
  793. #navi a:hover{
  794. border-bottom:3px solid {color:hover};
  795. color:{color:hover};
  796. letter-spacing:0px;
  797. -webkit-transition: all 0.3s ease-in-out;
  798. -moz-transition: all 0.3s ease-in-out;
  799. -o-transition: all 0.3s ease-in-out;
  800. -ms-transition: all 0.3s ease-in-out;
  801. transition: all 0.3s ease-in-out;
  802. }
  803. .tit {
  804. font-size:12px;
  805. text-transform:uppercase;
  806. margin-bottom:10px;
  807. letter-spacing:0px;
  808. line-height:54px;
  809. font-weight:500;
  810. width:300px;
  811. height:50px;
  812. margin-left:-21px;
  813. background:{color:posts};
  814. margin-top:-21px;
  815. text-align:left;
  816. font-family: 'montserrat', sans-serif;
  817. color:{color:text};
  818. }
  819. .sidebox {
  820. position:absolute;
  821. width:350px;
  822. top:431px;
  823. left:840px;
  824. z-index:999999999;
  825. }
  826. .box {
  827. padding:20px;
  828. }
  829. #description {
  830. margin:5px;
  831. text-align:justify;
  832. }
  833. .members {
  834. margin:5px;
  835. font-size:10px;
  836. text-transform:uppercase;
  837. text-align:justify;
  838. }
  839. #description1 {
  840. margin:5px;
  841. font-size:10px;
  842. margin-top:11px;
  843. padding-top:8px;
  844. z-index:-9;
  845. background:{color:boxes};
  846. margin-left:-21px;
  847. width:254px;
  848. font-weight:400;
  849. padding:23px;
  850. margin-bottom:50px;
  851. line-height:14px;
  852. font-family: 'roboto', sans-serif;
  853. }
  854. .navlinks {
  855. z-index:9999999999;
  856. padding:22px;
  857. text-align:justify;
  858. font-size:10px;
  859. font-weight:500;
  860. background:{color:boxes};
  861. line-height:12px;
  862. font-family:'roboto', sans-serif;
  863. margin-left:-21px;
  864. margin-top:11px;
  865. width:256px;
  866. }
  867. .navlinks a{
  868. margin:5px;
  869. width:230px;
  870. height:25px;
  871. margin-bottom:2px;
  872. text-align:left;
  873. padding-bottom:1px;
  874. padding:6px;
  875. line-height:33px;
  876. color:{color:text};
  877. border-bottom:1px solid {color:border};
  878. font-style:none;
  879. z-index:99999;
  880. font-weight:300;
  881. font-family: 'montserrat', sans-serif;
  882. letter-spacing:1px;
  883. font-size:9px;
  884. text-transform:uppercase;
  885. text-decoration:none;
  886. display:inline-block;
  887. }
  888. .navlinks a:hover {
  889. padding-left:15px;
  890. width:181px;
  891. border-bottom:1px solid {color:hover};
  892. color:{color:hover};
  893. -webkit-transition: all 0.3s ease-in-out;
  894. -moz-transition: all 0.3s ease-in-out;
  895. -o-transition: all 0.3s ease-in-out;
  896. -ms-transition: all 0.3s ease-in-out;
  897. transition: all 0.3s ease-in-out;
  898. }
  899. #sidebarr {
  900. margin:5px;
  901. text-align:justify;
  902. }
  903. #members {
  904. margin:5px;
  905. font-size:10px;
  906. margin-top:11px;
  907. padding-top:8px;
  908. z-index:-9;
  909. background:{color:boxes};
  910. margin-left:-21px;
  911. width:254px;
  912. font-weight:400;
  913. padding:23px;
  914. line-height:14px;
  915. font-family: 'roboto', sans-serif;
  916. }
  917. #binfo {
  918. margin:5px;
  919. font-size:10px;
  920. margin-top:11px;
  921. padding-top:8px;
  922. z-index:-9;
  923. background:{color:boxes};
  924. margin-left:-21px;
  925. width:254px;
  926. text-align:left;
  927. font-weight:400;
  928. padding:23px;
  929. line-height:14px;
  930. font-family: 'roboto', sans-serif;
  931. }
  932. #affiliates {
  933. margin:5px;
  934. font-size:10px;
  935. margin-top:11px;
  936. padding-top:8px;
  937. z-index:-9;
  938. background:{color:boxes};
  939. margin-left:-21px;
  940. width:254px;
  941. text-align:center;
  942. letter-spacing:5px;
  943. font-weight:400;
  944. padding:23px;
  945. line-height:17px;
  946. font-family: 'roboto', sans-serif;
  947. }
  948. #affiliates img {
  949. width:60px;
  950. height:60px;
  951. opacity:1;
  952. border:7px solid {color:border};
  953. transition-duration: 0.9s;
  954. -moz-transition-duration:0.9s;
  955. -webkit-transition-duration:0.9s;
  956. -o-transition-duration:0.9s;
  957. }
  958. #affiliates img:hover{
  959. opacity:0.5;
  960. transition-duration: 0.9s;
  961. -moz-transition-duration:0.9s;
  962. -webkit-transition-duration:0.9s;
  963. -o-transition-duration:0.9s;
  964. }
  965. #projects {
  966. font-size:10px;
  967. margin-top:11px;
  968. background:{color:boxes};
  969. margin-left:-21px;
  970. width:260px;
  971. text-align:center;
  972. font-weight:400;
  973. padding:20px;
  974. line-height:12px;
  975. font-family: 'roboto', sans-serif;
  976. }
  977. #projects img {
  978. border:8px solid {color:border};
  979. width:165px;
  980. height:70px;
  981. margin-left:5px;
  982. }
  983. {CustomCSS}</style>
  984. </head>
  985. <body>
  986. <!--basics-->
  987. <div id="sidebar">
  988. <div id="headerimage"><img src="{image:header}"></a></div>
  989. <div id="sbtitle">{text:title}</div>
  990. <div id="themebackground"></div>
  991. </div>
  992. </div>
  993. </div>
  994. <!-----top bar links---->
  995. <div class="toppp">
  996. <div id="navi">
  997. <a href="/">Index</a>
  998. <a href="/ask">Contact</a>
  999. <a href="{text:link one url}">{text:link one}</a>
  1000. <a href="{text:link two url}">{text:link two}</a>
  1001. <a href="{text:link three url}">{text:link three}</a>
  1002. <a href="{text:link four url}">{text:link four}</a>
  1003. </div>
  1004. </div>
  1005. <!---- Sticky Position (Bar) with CSS or jQuery by http://www.hongkiat.com/ --->
  1006.  
  1007. <script>
  1008. var header = document.querySelector('.toppp');
  1009. var origOffsetY = header.offsetTop;
  1010.  
  1011. function onScroll(e) {
  1012. window.scrollY >= origOffsetY ? header.classList.add('sticky') :
  1013. header.classList.remove('sticky');
  1014. }
  1015.  
  1016. document.addEventListener('scroll', onScroll);
  1017. </script>
  1018. <!-----sidebar---->
  1019. <div class="sidebox">
  1020. <!-----description---->
  1021. <div class="box">
  1022. <div class="tit"style="margin-bottom:-10px">
  1023. <font style="float:left;margin-left:18px">
  1024. Home
  1025. </font style>
  1026. {block:IfShowTextIcons}
  1027. <font style="float:right;margin-right:18px">
  1028. <i class="fa fa-bookmark" style="font-size:13px" aria-hidden="true"></i>
  1029. {/block:IfShowTextIcons}
  1030. </font style>
  1031. </div>
  1032. {block:IfShowSidebarImage}<img src="{image:sidebar}"style="background:{color:hover};margin-left:-21px;margin-top:8px;width:301px;height:200px;"></a>{/block:IfShowSidebarImage}</br>
  1033. <div id="description1">{description}</div>
  1034. </div>
  1035. <!-----updates---->
  1036. <div class="box">
  1037. <div class="tit">
  1038. <font style="float:left;margin-left:18px">
  1039. Updates
  1040. </font style>
  1041. {block:IfShowTextIcons}
  1042. <font style="float:right;margin-right:18px">
  1043. <i class="fa fa-calendar" style="font-size:13px" aria-hidden="true"></i>
  1044. {/block:IfShowTextIcons}
  1045. </font style>
  1046. </div>
  1047. <div id="description1">
  1048. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  1049.  
  1050. Lorem ipsum dolor sit amet.
  1051. Consectetuer adipiscing elit.
  1052. Nam at tortor quis ipsum tempor aliquet.
  1053. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  1054.  
  1055. </a>
  1056. </div></div>
  1057. <!-----projects or albums---->
  1058. <div class="box">
  1059. <div class="tit">
  1060. <font style="float:left;margin-left:18px">
  1061. Projects
  1062. </font style>
  1063. {block:IfShowTextIcons}
  1064. <font style="float:right;margin-right:18px">
  1065. <i class="fa fa-cogs" style="font-size:13px" aria-hidden="true"></i>
  1066. {/block:IfShowTextIcons}
  1067. </font style>
  1068. </div>
  1069. <div id="projects">
  1070. <img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
  1071. </br></br>
  1072. <b>ALBUM NAME</b><br>
  1073. <b>Producer:</b> Name here<br>
  1074. <b>Year:</b> Year here<br>
  1075. <b>Tracks:</b> Tracks amount here<br>
  1076. <b>Label:</b> Label here
  1077. </ul>
  1078. <br><br>
  1079. <img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
  1080. </br></br>
  1081. <b>ALBUM NAME</b><br>
  1082. <b>Producer:</b> Name here<br>
  1083. <b>Year:</b> Year here<br>
  1084. <b>Tracks:</b> Tracks amount here<br>
  1085. <b>Label:</b> Label here
  1086. </ul>
  1087. </div>
  1088. </div>
  1089. <!-----navigation---->
  1090. <div class="box">
  1091. <div class="tit">
  1092. <font style="float:left;margin-left:18px">
  1093. navigation
  1094. </font style>
  1095. {block:IfShowTextIcons}
  1096. <font style="float:right;margin-right:18px">
  1097. <i class="fa fa-compass" style="font-size:13px" aria-hidden="true"></i>
  1098. {/block:IfShowTextIcons}
  1099. </font style>
  1100. </div>
  1101. <div class="navlinks">
  1102. <div id="all">
  1103. <a href="/"title="text">navi link</a>
  1104. <a href="/" title="text">navi link</a>
  1105. <a href="/"title="text">navi link</a>
  1106. <a href="/"title="text">navi link</a>
  1107. <a href="/"title="text">navi link</a>
  1108. </div>
  1109. </div>
  1110. </div>
  1111. <!-----blog members---->
  1112. <div class="box">
  1113. <div class="tit">
  1114. <font style="float:left;margin-left:18px">
  1115. Members
  1116. </font style>
  1117. {block:IfShowTextIcons}
  1118. <font style="float:right;margin-right:18px">
  1119. <i class="fa fa-group" style="font-size:13px" aria-hidden="true"></i>
  1120. {/block:IfShowTextIcons}
  1121. </font style>
  1122. </div>
  1123. <div id="members">
  1124. {block:GroupMembers}
  1125. <table style="margin-top:0px;">
  1126. {block:GroupMember}
  1127. <tr>
  1128. <td style="width:40px;">
  1129. <img src="{GroupMemberPortraitURL-128}" width="40px;" height="auto;" style="margin-right: 10px;border:solid 7px {color:border};"> </td>
  1130. <td style="height:auto;">
  1131. <a href="{GroupMemberURL}" title="{GroupMemberTitle}"style="font-family: 'josefin sans', sans-serif;margin-top:0px;font-weight:600;text-transform:uppercase;font-size:10px;letter-spacing:0px;text-decoration:underline">{GroupMemberName}</a><br><grouptitle>{GroupMemberTitle}</grouptitle></div>
  1132. </tr>
  1133. {/block:GroupMember}
  1134. </table>
  1135. {/block:GroupMembers}
  1136. </div></div>
  1137. <!-----affiliates---->
  1138. <div class="box">
  1139. <div class="tit">
  1140. <font style="float:left;margin-left:18px">
  1141. Affiliates
  1142. </font style>
  1143. {block:IfShowTextIcons}
  1144. <font style="float:right;margin-right:18px">
  1145. <i class="fa fa-globe" style="font-size:13px" aria-hidden="true"></i>
  1146. {/block:IfShowTextIcons}
  1147. </font style>
  1148. </div>
  1149. <div id="affiliates">
  1150. <a href="/"title="name"><img src="https://40.media.tumblr.com/b4692d70631eaa384662efe904f8c8c5/tumblr_o50grjhUqd1ujppofo1_250.jpg"></a>
  1151. <a href="/"title="name"><img src="https://40.media.tumblr.com/b4692d70631eaa384662efe904f8c8c5/tumblr_o50grjhUqd1ujppofo1_250.jpg"></a>
  1152. <a href="/"title="name"><img src="https://40.media.tumblr.com/b4692d70631eaa384662efe904f8c8c5/tumblr_o50grjhUqd1ujppofo1_250.jpg"></a>
  1153. <a href="/"title="name"><img src="https://40.media.tumblr.com/b4692d70631eaa384662efe904f8c8c5/tumblr_o50grjhUqd1ujppofo1_250.jpg"></a>
  1154. <a href="/"title="name"><img src="https://40.media.tumblr.com/b4692d70631eaa384662efe904f8c8c5/tumblr_o50grjhUqd1ujppofo1_250.jpg"></a>
  1155. <a href="/"title="name"><img src="https://40.media.tumblr.com/b4692d70631eaa384662efe904f8c8c5/tumblr_o50grjhUqd1ujppofo1_250.jpg"></a>
  1156. </div></div>
  1157. <!-----disclaimer---->
  1158. <div class="box">
  1159. <div class="tit">
  1160. <font style="float:left;margin-left:18px">
  1161. Disclaimer
  1162. </font style>
  1163. {block:IfShowTextIcons}
  1164. <font style="float:right;margin-right:18px">
  1165. <i class="fa fa-exclamation" style="font-size:13px" aria-hidden="true"></i>
  1166. {/block:IfShowTextIcons}
  1167. </font style>
  1168. </div>
  1169. <div id="description1">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  1170.  
  1171. Lorem ipsum dolor sit amet.
  1172. Consectetuer adipiscing elit.
  1173. Nam at tortor quis ipsum tempor aliquet.
  1174. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  1175. </a>
  1176. </div></div>
  1177. <!-----blog info---->
  1178. <div class="box">
  1179. <div class="tit">
  1180. <font style="float:left;margin-left:18px">
  1181. Blog info
  1182. </font style>
  1183. {block:IfShowTextIcons}
  1184. <font style="float:right;margin-right:18px">
  1185. <i class="fa fa-info" style="font-size:13px" aria-hidden="true"></i>
  1186. {/block:IfShowTextIcons}
  1187. </font style>
  1188. </div>
  1189. <div id="binfo">
  1190. <b>Blog created by:</b> Azure
  1191. </br>
  1192. <b>Blog established:</b> Late 2015
  1193. </br>
  1194. <b>Graphics by:</b> Azure
  1195. </br>
  1196. <b>Theme made by:</b> Azure (daddythemes)
  1197. </div>
  1198. </div>
  1199. </div>
  1200. <!--posts and entries-->
  1201. <div id="entries">
  1202. {block:Posts}
  1203. <div id="post"
  1204. <div id="post">
  1205. <!--texts-->
  1206. {block:Text}
  1207. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1208. {Body}
  1209. {/block:Text}
  1210. <!--question and answers-->
  1211. {block:Answer}
  1212. <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
  1213. <div id="askerurl">{Asker} asked:</div>
  1214. <div id="question">{Question}</div>
  1215. {Answer}{/block:Answer}
  1216. <!--quotes-->
  1217. {block:Quote}
  1218. {block:Quote}
  1219. <h2>{Quote}</h2>
  1220. <div align="right">
  1221. {block:Source}<h1>-{Source}</h1>{/block:Source}
  1222. </div>
  1223. {/block:Quote}
  1224. <!--links-->
  1225. {block:Link}
  1226. <h2><center><a href="{URL}">{Name}</center></a></h2>
  1227. {block:Description}{Description}{/block:Description}
  1228. {/block:Link}
  1229. <!--chats-->
  1230. {block:Chat}
  1231. {block:Title}<h2>{Title}</h2>{/block:Title}
  1232. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  1233. {Line}</li>{/block:Lines}</ul>
  1234. {/block:Chat}
  1235. <!--photos-->
  1236. {block:Photo}
  1237. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  1238. {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  1239. {/block:Photo}
  1240. <!--photosets-->
  1241. {block:Photoset}
  1242. <div class="psets">{Photoset-500}</div>
  1243. {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  1244. {/block:Photoset}
  1245. <!--videos-->
  1246. {block:Video}
  1247. <div class="vsets">{Video-500}</div>
  1248. {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  1249. {/block:Video}
  1250. <!--audios-->
  1251. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  1252. {block:TrackName}<div class="audiotitle">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
  1253. {block:Artist}<div class="audioartist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
  1254. {/block:ExternalAudio}<div class="audioplayed">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
  1255. </br>
  1256. <div class="audioplayr"style="background:{color:accent}">{AudioPlayer}</div>
  1257. {/block:Audio}
  1258. <!--tags-->
  1259. <div id="info">
  1260. <div id="permalink">
  1261. <a href="{Permalink}"title="{TimeAgo}"><in> {DayOfMonth} {ShortMonth} {ShortYear}</in></a><font style="float:right;margin-right:17px;"><in>{NoteCountWithLabel}</in></font style></br>
  1262. <font style="float:left;margin-right:27px;margin-top:12px;margin-left:0px;line-height:5px">{block:RebloggedFrom}{block:ContentSource}<a href="{ReblogParentURL}" ><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  1263. <a href="{SourceURL}"title="{ReblogRootName}">src</a> <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-repeat"></i></a></font style>
  1264. {/block:ContentSource}
  1265. {/block:RebloggedFrom}
  1266. </div>
  1267. {/block:Date}
  1268. </div>
  1269. {block:IfShowTags}
  1270. {block:HasTags}<div id="tags"> {block:Tags} <a href="{TagURL}"> <i class="fa fa-tag"style="color:{color:text}"></i> {Tag} </a> {/block:Tags}
  1271. </div>
  1272. {/block:HasTags}
  1273. {/block:IfShowTags}
  1274. </div>
  1275. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1276.  
  1277. {/block:Posts}
  1278. {block:Pagination}
  1279. <div class="pagination"style="{color:title text}">
  1280. {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:accent};font-weight:600;padding:5px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  1281. {/block:Pagination}</div>
  1282. </div>
  1283. <!--credit (u better dont touch this here u goof)-->
  1284. <div id="credit">
  1285. <a href="http://ceesty.com/qNgV4R"title="daddythemes"><i class="fa fa-at" style="color:{color:credit};font-size:14px;margin-top:5px"></i></a>
  1286. </div>
  1287. </html>
  1288. </body>
  1289. <!-----end html---->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement