azurethemes

theme 81: regular links

Jan 6th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.67 KB | None | 0 0
  1. <!----
  2.  
  3.  
  4.  
  5.  
  6.  
  7. +-+-+-+-+-+-+-+-+
  8. |m|o|o|n|s|t|a|r|
  9. +-+-+-+-+-+-+-+-+-+
  10. |t|h|e|m|e|s|
  11. +-+-+-+-+-+-+
  12. © 2015
  13.  
  14.  
  15. ❝ theme 081 ❞
  16.  
  17. ◜ ◝ ◞ ★ ☾ booker ☽ ★ ◟ ◠ ◡
  18.  
  19. this theme was made by moonstarthemes (jvstincvlt)
  20. this theme was yet not published for public use.
  21. editable for own use only.
  22. to publish an edited version of this theme, shoot me a message
  23. do not take parts of the coding & use for your own themes.
  24. do not claim the theme to be yours.
  25. do not remove the credit.
  26.  
  27. © moonstarthemes / jvstincvlt 2015. All Rights Reserved.
  28.  
  29.  
  30. --->
  31. <!---- - START HTML / DONT TOUCH!!! - --->
  32. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  33. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  34. <script type="text/javascript">
  35. WebFontConfig = {
  36. google: { families: [ 'Roboto:400,500,700:latin' , 'Roboto::latin' , 'Khand:400,600:latin' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin', 'Ubuntu:400,700:latin', 'Poppins:400,700:latin', 'Carrois+Gothic::latin', 'Orienta::latin', 'Oxygen:400,700:latin' , 'Hind:400,700:latin' , 'Karla:400,700:latin' , 'Open+Sans:400,700,600:latin' , 'Exo:400,700,600:latin','Roboto+Condensed:400,700:latin', 'PT+Sans:400,700:latin', 'Droid+Sans:400,700:latin', 'Arimo:400,700:latin', 'Titillium+Web:400,600,700:latin' ] }
  37. };
  38. (function() {
  39. var wf = document.createElement('script');
  40. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  41. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  42. wf.type = 'text/javascript';
  43. wf.async = 'true';
  44. var s = document.getElementsByTagName('script')[0];
  45. s.parentNode.insertBefore(wf, s);
  46. })(); </script>
  47. <!---- - START TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  48. <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>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("a[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:90,
  55. tip_fade_speed:600,
  56. attribute:"title"
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61. <script>
  62. **
  63. * borderMenu.js v1.0.0
  64. * http://www.codrops.com
  65. *
  66. * Licensed under the MIT license.
  67. * http://www.opensource.org/licenses/mit-license.php
  68. *
  69. * Copyright 2013, Codrops
  70. * http://www.codrops.com
  71.  
  72.  
  73. return check;
  74. }
  75.  
  76. function init() {
  77.  
  78. var menu = document.getElementById( 'bt-menu' ),
  79. trigger = menu.querySelector( 'a.bt-menu-trigger' ),
  80. // triggerPlay only for demo 6
  81. triggerPlay = document.querySelector( 'a.bt-menu-trigger-out' ),
  82. // event type (if mobile use touch events)
  83. eventtype = mobilecheck() ? 'touchstart' : 'click',
  84. resetMenu = function() {
  85. classie.remove( menu, 'bt-menu-open' );
  86. classie.add( menu, 'bt-menu-close' );
  87. },
  88. closeClickFn = function( ev ) {
  89. resetMenu();
  90. overlay.removeEventListener( eventtype, closeClickFn );
  91. };
  92.  
  93. var overlay = document.createElement('div');
  94. overlay.className = 'bt-overlay';
  95. menu.appendChild( overlay );
  96.  
  97. trigger.addEventListener( eventtype, function( ev ) {
  98. ev.stopPropagation();
  99. ev.preventDefault();
  100.  
  101. if( classie.has( menu, 'bt-menu-open' ) ) {
  102. resetMenu();
  103. }
  104. else {
  105. classie.remove( menu, 'bt-menu-close' );
  106. classie.add( menu, 'bt-menu-open' );
  107. overlay.addEventListener( eventtype, closeClickFn );
  108. }
  109. });
  110.  
  111. if( triggerPlay ) {
  112. triggerPlay.addEventListener( eventtype, function( ev ) {
  113. ev.stopPropagation();
  114. ev.preventDefault();
  115.  
  116. classie.remove( menu, 'bt-menu-close' );
  117. classie.add( menu, 'bt-menu-open' );
  118. overlay.addEventListener( eventtype, closeClickFn );
  119. });
  120. }
  121.  
  122. }
  123.  
  124. init();
  125.  
  126. })();
  127.  
  128. </script>
  129.  
  130. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  131. <script>
  132. $(document).ready(function(){
  133.  
  134. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  135. var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-chevron-up"></i></a>'].join("");
  136. $("body").append(back_to_top_button)
  137.  
  138. // Der Button wird ausgeblendet
  139. $(".back-to-top").hide();
  140.  
  141. // Funktion für das Scroll-Verhalten
  142. $(function () {
  143. $(window).scroll(function () {
  144. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  145. $('.back-to-top').fadeIn();
  146. } else {
  147. $('.back-to-top').fadeOut();
  148. }
  149. });
  150.  
  151. $('.back-to-top').click(function () { // Klick auf den Button
  152. $('body,html').animate({
  153. scrollTop: 0
  154. }, 800);
  155. return false;
  156. });
  157. });
  158.  
  159. });
  160. </script>
  161. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  162. <!---- - END TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  163. <head>
  164. <title>{Title}</title>
  165. <link rel="shortcut icon" href="{Favicon}">
  166. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  167. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  168. <!---- - START BACKGROUND COLORS / DONT TOUCH!!! - --->
  169. <meta name="color:background" content="#f5f5f5"/>
  170. <meta name="color:blockquote" content="#fffdfd">
  171. <meta name="color:posts" content="#ffffff">
  172. <meta name="color:scrollbar" content="#000000">
  173. <meta name="color:scrollbar background" content="#ffffff">
  174. <!---- - END BACKGROUND COLORS / DONT TOUCH!!! - --->
  175. <!---- - START TEXT COLORS / DONT TOUCH!!! - --->
  176. <meta name="color:text" content="#000000"/>
  177. <meta name="color:info text" content="#000000"/>
  178. <meta name="color:post text" content="#000000"/>
  179. <!---- - END TEXT COLORS / DONT TOUCH!!! - --->
  180. <!---- - START OTHER COLORS / DONT TOUCH!!! - --->
  181. <meta name="color:hover" content="#97c5e0">
  182. <meta name="color:border" content="#f6f6f6">
  183. <meta name="color:links" content="#000000"/>
  184. <meta name="color:accent" content="#dcecf5"/>
  185. <meta name="color:text accent" content="#000000"/>
  186. <!---- - END OTHER COLORS / DONT TOUCH!!! - --->
  187. <!---- - START BORDER COLORS / DONT TOUCH!!! - --->
  188. <meta name="color:blockquote border" content="#000000">
  189. <meta name="color:border" content="#000000"/>
  190. <!---- - END BORDER COLORS / DONT TOUCH!!! - --->
  191. <!---- - START IMAGES / DONT TOUCH!!! - --->
  192. <meta name="image:background" content=""/>
  193. <meta name="image:icon" content=""/>
  194. <!---- - END IMAGES / DONT TOUCH!!! - --->
  195. <meta name="text:title" content="">
  196. <!---- - START LINKS / DONT TOUCH!!! - --->
  197. <meta name="text:hover one" content="hover One">
  198. <meta name="text:hover two" content="hover two">
  199. <meta name="text:hover three" content="hover three">
  200. <meta name="text:link one" content="Link One">
  201. <meta name="text:link two" content="Link two">
  202. <meta name="text:link three" content="Link three">
  203. <meta name="text:link one url" content="/">
  204. <meta name="text:link two url" content="/">
  205. <meta name="text:link three url" content="/">
  206. <!---- - END LINKS / DONT TOUCH!!! - --->
  207.  
  208. <style type="text/css">
  209.  
  210. ::-webkit-scrollbar-thumb {
  211. height:auto;
  212. background-color:{color:scrollbar};
  213. }
  214. ::-webkit-scrollbar {
  215. height:2px;
  216. width:5px;
  217. background-color:{color:scrollbar background};
  218. }
  219. #s-m-t-tooltip {
  220. margin:12px 0px 0px 12px;
  221. padding:10px;
  222. background-color:{color:text};
  223. font-family: 'roboto', sans-serif;
  224. font-weight:400;
  225. font-size:10px;
  226. text-transform:uppercase;
  227. letter-spacing:1px;
  228. color:{color:posts};
  229. z-index:999999999999999999999999999999999999;
  230. }
  231. body {
  232. background-color:{color:background};
  233. background-image:url('http://www.designbolts.com/wp-content/uploads/2012/12/Tiny-Grid-Seamless-Patterns-For-Website-Backgrounds.jpg');
  234. background-attachment: fixed;
  235. background-repeat: repeat;
  236. font-weight:none;
  237. font-family: 'roboto', sans-serif;
  238. font-size:10px;
  239. text-align:justify;
  240. color:{color:text};
  241. margin:0;
  242. }
  243. a {
  244. text-decoration:none;
  245. color:{color:links};
  246. transition-duration: 0.1s;
  247. -moz-transition-duration: 0.1s;
  248. -webkit-transition-duration: 0.1s;
  249. -o-transition-duration: 0.1s;
  250. }
  251. a:hover {
  252. text-decoration:none;
  253. color:{color:hover};
  254. transition-duration: 0.1s;
  255. -moz-transition-duration: 0.1s;
  256. -webkit-transition-duration: 0.1s;
  257. -o-transition-duration: 0.1s;
  258. }
  259. img {
  260. }
  261. blockquote {
  262. font-size:10px;
  263. max-width:545px;
  264. border-left:3px solid{color:accent};
  265. text-align:left;
  266. padding:1px;
  267. font-weight:none;
  268. margin-left:0px;
  269. padding-top:0.5px;
  270. padding-bottom:0.5px;
  271. font-size:10px;
  272. font-family: 'arial', sans-serif;
  273. margin-right:30px;
  274. padding-left:15px;
  275. color:{color:text};
  276. }
  277. pre{
  278. font-size:9px;
  279. text-align:center;
  280. text-transform:none;
  281. font-family: 'Bitter', serif;
  282. font-weight:bold;
  283. line-height:9px;
  284. border-left:1px solid {color:border};
  285. border-bottom:1px solid {color:border};
  286. letter-spacing:2px;
  287. background-color:{color:blockquote};
  288. color:{color:post text};
  289. padding:6px;
  290. }
  291. small{
  292. font-size:8px;
  293. }
  294. big{
  295. font-size:11px;
  296. }
  297. sub{
  298. font-size:7px;
  299. text-align:left;
  300. }
  301. h1 {
  302. font-size:11px;
  303. text-align:center;
  304. font-family: 'roboto', sans-serif;
  305. letter-spacing:0px;
  306. text-transform:uppercase;
  307. font-weight:700;
  308. line-height:17px;
  309. border:1px solid {color:border};
  310. border-left:3px solid {color:border};
  311. background-color:{color:blockquote};
  312. color:{color:post text};
  313. padding:1px;
  314. }
  315. h1 a{
  316. color:{color:post text};
  317. background-color:{color:blockquote};
  318. }
  319. h2{
  320. color:{color:post text};
  321. text-transform:uppercase;
  322. font-family: 'Roboto', sans-serif;
  323. text-align:left;
  324. }
  325. b {
  326. font-weight:bold;
  327. padding:2px;
  328. font-family: 'Roboto', sans-serif;
  329. color:{color:text};
  330. }
  331. i {
  332. font-weight:italic;
  333. color:{color:text};
  334. }
  335. m {
  336. font-style:italic;
  337. color:{color:top text};
  338. }
  339. j {
  340. font-weight:bold;
  341. }
  342. n {
  343. font-weight:bold;
  344. letter-spacing:-1px;
  345. text-shadow: 1px 1px 1px #cccccc;
  346. font-size:12px;
  347. text-transform:uppercase;
  348. color:{color:text};
  349. }
  350. u {
  351. text-decoration:none;
  352. text-shadow: 1px 1px 1px #cccccc;
  353. border-bottom:1px solid {color:text};
  354. }
  355. #description {
  356. overflow:auto;
  357. position:fixed;
  358. text-align:justify;
  359. top:290px;
  360. margin-left:235px;
  361. word-wrap: break-word;
  362. font-family: 'Roboto Condensed', sans-serif;
  363. background:{color:posts};
  364. width:220px;
  365. height:100px;
  366. opacity:1;
  367. line-height:13px;
  368. font-weight:400;
  369. color:{color:text};
  370. padding:25px;
  371. letter-spacing:0px;
  372. font-size:11px;
  373. border-radius:5px 5px 5px 5px;
  374. box-shadow:3px 3px 0px {color:accent};
  375. z-index:99999;
  376. transition-duration: 0.9s;
  377. -moz-transition-duration:0.9s;
  378. -webkit-transition-duration:0.9s;
  379. -o-transition-duration:0.9s;
  380. }
  381. #description::-webkit-scrollbar{
  382. width: 0px;
  383. }
  384. #description::-webkit-scrollbar-thumb{
  385. background:transparent;
  386. }
  387. #description::-webkit-scrollbar-track{
  388. background-color:transparent;
  389. }
  390. .pagination{
  391. font-family: 'roboto', sans-serif;
  392. margin-left:120px;
  393. top:460px;
  394. width:500px;
  395. position:fixed;
  396. font-size:10px;
  397. text-align:center;
  398. }
  399. .pagination a{
  400. padding:5px;
  401. font-family: 'roboto', sans-serif;
  402. border-radius:5px 5px 5px 5px;
  403. font-weight:500;
  404. margin-left:3px;
  405. background:{color:posts};
  406. margin-top:150px;
  407. color:{color:text};
  408. }
  409. .pagination a:hover{
  410. color:{color:hover};
  411. -moz-transition-duration:0.5s;
  412. -webkit-transition-duration:0.5s;
  413. -o-transition-duration:0.5s;
  414. transition: all 0.3s ease-out;
  415. }
  416. .ilinks {
  417. width:30px;
  418. height:222px;
  419. overflow:hidden;
  420. cursor:pointer;
  421. top:310px;
  422. opacity:1;
  423. z-index:999999999;
  424. position:fixed;
  425. margin-left:200px;
  426. text-align:left;
  427. }
  428. .ilinks #all {
  429. margin-left:0px;
  430. margin-top:-4px;
  431. padding:5px;
  432. -webkit-transition: all 0.3s ease-in-out;
  433. -moz-transition: all 0.3s ease-in-out;
  434. -o-transition: all 0.3s ease-in-out;
  435. -ms-transition: all 0.3s ease-in-out;
  436. transition: all 0.3s ease-in-out;
  437. }
  438. .ilinks #all a:hover {
  439. color:{color:hover};
  440. -webkit-transition: all 0.3s ease-in-out;
  441. -moz-transition: all 0.3s ease-in-out;
  442. -o-transition: all 0.3s ease-in-out;
  443. -ms-transition: all 0.3s ease-in-out;
  444. transition: all 0.3s ease-in-out;
  445. }
  446. .ilinks a {
  447. width:10px;
  448. height:10px;
  449. margin-bottom:3px;
  450. text-align:right;
  451. text-transform:lowercase;
  452. padding:5px;
  453. opacity:1;
  454. line-height:12px;
  455. color:{color:text};
  456. font-style:none;
  457. z-index:99999;
  458. text-shadow: 1px 1px 1px #cccccc;
  459. margin-left:1px;
  460. font-weight:300;
  461. font-family: 'arial', sans-serif;
  462. letter-spacing:1px;
  463. font-size:9px;
  464. display:inline-block;
  465. -webkit-transition: all 0.3s ease-in-out;
  466. -moz-transition: all 0.3s ease-in-out;
  467. -o-transition: all 0.3s ease-in-out;
  468. -ms-transition: all 0.3s ease-in-out;
  469. transition: all 0.3s ease-in-out;
  470. }
  471. #title2{
  472. width:500px;
  473. height:57px;
  474. top:240px;
  475. opacity:1;
  476. position:fixed;
  477. font-family: 'arial black', sans-serif;
  478. letter-spacing:-1px;
  479. text-align:center;
  480. font-weight:600;
  481. color:{color:text accent};
  482. text-transform:uppercase;
  483. line-height:57px;
  484. font-size:20px;
  485. margin-left:120px;
  486. z-index:9999999;
  487. }
  488. #icon {
  489. position:fixed;
  490. width:70px;
  491. margin-top:190px;
  492. padding:10px;
  493. height:70px;
  494. margin-left:180px;
  495. background-color:transparent;
  496. z-index:9999999999999999;
  497. }
  498. #iconimage {
  499. width 70px;
  500. z-index:-99999;
  501. }
  502. #iconimage img {
  503. width:80px;
  504. height:80px;
  505. margin-left:313px;
  506. border:15px solid {color:posts};
  507. top:140px;
  508. position:fixed;
  509. border-radius:100px ;
  510. opacity:1;
  511. z-index:99999999999;
  512. }
  513. #entries {
  514. margin-left:690px;
  515. margin-top:60px;
  516. }
  517. #post {
  518. font-size:10px;
  519. width:500px;
  520. color:{color:post text};
  521. background-color:{color:posts};
  522. text-align:justify;
  523. padding:20px;
  524. padding-top:5px;
  525. padding-bottom:12px;
  526. overflow:hidden;
  527. line-height:20px;
  528. margin-bottom:70px;
  529. }
  530. #post img{
  531. max-width:500px;
  532. height:auto;
  533. }
  534. #permalink{
  535. margin-bottom:15px;
  536. text-align:left;
  537. font-size:9px;
  538. margin-left:-2px;
  539. margin-top:11px;
  540. font-weight:bold;
  541. width:520px;
  542. font-size:11px;
  543. text-transform:none;
  544. font-weight:300;
  545. font-family: 'arial', sans-serif;
  546. letter-spacing:0px;
  547. line-height:5px;
  548. color:{color:post text};
  549. }
  550. #permalink a{
  551. color:{color:post text};
  552. font-family: 'arial', sans-serif;
  553. font-size:11px;
  554. margin-left:-3px;
  555. text-transform:none;
  556. font-weight:700;
  557. padding:3px;
  558. }
  559. #permalinkb{
  560. margin-bottom:15px;
  561. text-align:left;
  562. font-size:9px;
  563. margin-left:0px;
  564. margin-top:3px;
  565. font-weight:bold;
  566. width:520px;
  567. font-size:10px;
  568. text-transform:none;
  569. font-weight:300;
  570. font-family: 'arial', sans-serif;
  571. letter-spacing:0px;
  572. line-height:5px;
  573. color:{color:info text};
  574. }
  575. #permalinkb a{
  576. color:{color:info text};
  577. font-family: 'arial', sans-serif;
  578. font-size:9px;
  579. opacity:0.8;
  580. margin-left:-3px;
  581. text-transform:none;
  582. font-weight:300;
  583. padding:3px;
  584. }
  585. #info {
  586. width:500px;
  587. height:25px;
  588. text-align:left;
  589. font-family: 'arial', sans-serif;
  590. text-transform:uppercase;
  591. margin-left:-5px;
  592. font-size:11px;
  593. margin-top:10px;
  594. overflow:hidden;
  595. font-weight:700;
  596. font-style:none;
  597. padding:10px;
  598. line-height:15px;
  599. color:{color:info text};
  600. }
  601. #info a {
  602. text-align:center;
  603. font-weight:600;
  604. font-size:11px;
  605. letter-spacing:0px;
  606. font-family: 'arial', sans-serif;
  607. line-height:7px;
  608. color:{color:info text};
  609. }
  610. #info a:hover{
  611. color:{color:hover};
  612. }
  613. .right{
  614. float:center;
  615. }
  616. #tags {
  617. text-align:left;
  618. opacity:1;
  619. font-size:11px;
  620. font-family: 'arial', sans-serif;
  621. margin-top:-55px;
  622. margin-left:-5px;
  623. padding:5px;
  624. font-weight:none;
  625. color:{color:info text};
  626. margin-bottom:15px;
  627. height:15px;
  628. width:510px;
  629. text-transform:none;
  630. transition-duration: 0.5s;
  631. -moz-transition-duration: 0.5s;
  632. -webkit-transition-duration: 0.5s;
  633. -o-transition-duration: 0.5s;
  634. }
  635. #tags a {
  636. padding:0px;
  637. margin-top:-13px;
  638. color:{color:info text};
  639. line-height:12px;
  640. letter-spacing:0px;
  641. font-weight:none;
  642. text-align:left;
  643. font-size:11px;
  644. font-family: 'arial', sans-serif;
  645. display:inline-block;
  646. }
  647. #tags a:hover {
  648. -moz-transition-duration:0.3s;
  649. -webkit-transition-duration:0.3s;
  650. -o-transition-duration:0.3s;
  651. color:{color:hover};
  652. }
  653. #asking {
  654. margin-left:20px;
  655. margin-top:-35px;
  656. }
  657. #askingimage {
  658. }
  659. #askingimage img {
  660. margin-left:455px;
  661. width:43px;
  662. height:43px;
  663. border-radius:4px 4px 4px 4px;
  664. margin-top:0px;
  665. }
  666. #question {
  667. padding:20px;
  668. padding-left:14px;
  669. margin-top:-27px;
  670. margin-left:0px;
  671. font-size:10px;
  672. width:400px;
  673. border-radius:2px 2px 2px 2px;
  674. color:{color:text};
  675. background-color:{color:text accent};
  676. }
  677. #asker{
  678. margin-top:-65px;
  679. padding:1px;
  680. font-weight:300;
  681. font-size:11px;
  682. z-index:9999999999;
  683. color:{color:text};
  684. opacity:1;
  685. margin-left:14px;
  686. letter-spacing:0px;
  687. font-family: 'roboto', sans-serif;
  688. text-transform:lowercase;
  689. }
  690. #credit{
  691. position:fixed;
  692. font-size:9px;
  693. font-weight:bold;
  694. padding-bottom:5px;
  695. padding-top:5px;
  696. height:20px;
  697. width:20px;
  698. opacity:1;
  699. padding-left:5px;
  700. padding-right:5px;
  701. margin-left:1330px;
  702. top:645px;
  703. letter-spacing:0px;
  704. line-height:22px;
  705. border:1px solid #ddd;
  706. padding:3px;
  707. text-align:center;
  708. float:left;
  709. font-family: 'open sans', sans-serif;
  710. color:{color:text};
  711. text-transform:uppercase;
  712. background-color: rgba(255,255,255, 0.3);
  713. transition-duration: 0.8s;
  714. }
  715. #credit:hover{
  716. background:{color:text accent};
  717. }
  718. tit2 {
  719. font-size:8px;
  720. text-align:left;
  721. line-height:21px;
  722. text-transform:uppercase;
  723. font-family: 'lato', sans-serif;
  724. letter-spacing:1px;
  725. margin-bottom:4px;
  726. color:{color:title text};
  727. padding:0px;
  728. }
  729. midline {
  730. font-size:20px;
  731. text-align:left;
  732. line-height:27px;
  733. text-transform:uppercase;
  734. font-family: 'roboto', sans-serif;
  735. letter-spacing:1px;
  736. font-weight:300;
  737. margin-bottom:4px;
  738. color:{color:title text};
  739. padding:5px;
  740. }
  741. date {
  742. font-size:12px;
  743. text-align:center;
  744. width:auto;
  745. height:5px;
  746. font-weight:none;
  747. font-weight:700;
  748. font-family: 'roboto', sans-serif;
  749. letter-spacing:-1px;
  750. background-color:{color:info accent};
  751. color:{color:text};
  752. padding:13px;
  753. }
  754. dateu {
  755. font-size:12px;
  756. text-align:center;
  757. width:auto;
  758. height:5px;
  759. font-weight:700;
  760. text-transform:uppercase;
  761. font-family: 'roboto', sans-serif;
  762. background:{color:accent};
  763. letter-spacing:3px;
  764. color:{color:text};
  765. padding:13px;
  766. }
  767. .triangle {
  768. align:right;
  769. margin:7px 0px 10px 0px;
  770. padding:10px;
  771. position: relative;
  772. }
  773. .triangle t1{
  774. display:block;
  775. position:absolute;
  776. width:1px;
  777. height:1px
  778. font-size:0;
  779. margin-left:5px;
  780. top:-19px;z-index:9999999;
  781. border-right:7px solid transparent;
  782. border-left:7px solid transparent;
  783. border-top:10px solid transparent;
  784. -ms-transform: rotate(92deg); /* IE 9 */
  785. -webkit-transform: rotate(92deg); /* Chrome, Safari, Opera */
  786. transform: rotate(92deg);
  787. }
  788. .triangle t2 {
  789. display:block;
  790. position:absolute;
  791. width:0px;
  792. height:1px
  793. font-size:0;
  794. margin-left:381px;
  795. top:-27px;
  796. border-right:9px solid transparent;
  797. border-left:9px solid transparent;
  798. border-top:10px solid {color:text accent};
  799. -ms-transform: rotate(90deg); /* IE 9 */
  800. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  801. transform: rotate(270deg);
  802. }
  803. .back-to-top {
  804. background:{color:text accent};
  805. position: fixed;
  806. color:{color:text};
  807. bottom:40px;
  808. right:40px;
  809. padding:10px;
  810. }
  811.  
  812. {CustomCSS}</style>
  813. </head>
  814. <body>
  815. <!---- - BASICS / DONT TOUCH!!! - --->
  816. <div id="sidebar">
  817. <div id="iconimage"><img src="{image:icon}"></a></div>
  818. <div id="description">{description}</div>
  819. <div id="title2">{text:title}
  820.  
  821. </div>
  822. <div class="ilinks">
  823. <div id="all">
  824. <a href="/">i.</a>
  825. <a href="/ask">ii.</a>
  826. <a href="{text:link one url}">iii.</a>
  827. <a href="{text:link two url}">iv.</a>
  828. <a href="{text:link three url}">v. </a>
  829. </div>
  830. </div>
  831. {block:Pagination}
  832. <div class="pagination"style="{color:text}">
  833. {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="font-size:10px;color:{color:text};background:{color:text accent};padding:5px;border-radius:5px 5px 5px 5px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:title text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  834. {/block:Pagination}</div>
  835. </div>
  836.  
  837. </div>
  838. <!---- - POSTS & ENTRIES / DONT TOUCH!!! - --->
  839. <div id="entries">
  840. {block:Posts}
  841. <div id="post"
  842.  
  843. <div id="post">
  844. {block:Date}
  845. <div id="permalink">
  846. {block:RebloggedFrom}
  847. {block:ContentSource}
  848. <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a> <i class="fa fa-retweet"style="color:{color:post text}"></i> <a href="{SourceURL}"title="source">{ReblogRootName}</a>
  849. {/block:ContentSource}
  850. {/block:RebloggedFrom}
  851. </br>
  852. </br>
  853. <div id="permalinkb">
  854. <a href="{Permalink}">{Month} {DayOfMonth} {Year}, {24Hour}:{Minutes}:{Seconds} {AmPm} · {TimeAgo} </a> · <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-retweet"style="color:{color:info text}"></i></a>
  855. </div></div>
  856. {/block:Date}
  857. <!--TEXT POSTS-->
  858. {block:Text}
  859. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  860. {Body}
  861. {/block:Text}
  862. <!---- - ANSWER & QUESTION POSTS / DONT TOUCH!!! - --->
  863. {block:Answer}
  864. <div id="askingimage"><img src="{AskerPortraitURL-128}"/></div>
  865. <div class="triangle" style="background:transparent;margin-top:-11px; margin-left:35px;"><t2></t2><t1></t1></div>
  866. <div id="asker"><j>{Asker}</j> asked:</div>
  867. <div id="question">{Question}</div>
  868. {Answer}{/block:Answer}
  869. <!---- - QUOTE POSTS / DONT TOUCH!!! - --->
  870. {block:Quote}
  871. {block:Quote}
  872. <h2>{Quote}</h2>
  873. <div align="right">
  874. {block:Source}<h1>-{Source}</h1>{/block:Source}
  875. </div>
  876. {/block:Quote}
  877. <!---- - LINK POSTS/ DONT TOUCH!!! - --->
  878. {block:Link}
  879. <h2><center><a href="{URL}">{Name}</center></a></h2>
  880. {block:Description}{Description}{/block:Description}
  881. {/block:Link}
  882. <!---- - CHAT POSTS / DONT TOUCH!!! - --->
  883. {block:Chat}
  884. {block:Title}<h2>{Title}</h2>{/block:Title}
  885. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  886. {Line}</li>{/block:Lines}</ul>
  887. {/block:Chat}
  888. <!---- - PHOTO POSTS/ DONT TOUCH!!! - --->
  889. {block:Photo}
  890. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  891. {block:Caption}{Caption}{/block:Caption}
  892. {/block:Photo}
  893. <!---- - PHOTOSET POSTS / DONT TOUCH!!! - --->
  894. {block:Photoset}
  895. {Photoset-500}
  896. {block:Caption}{Caption}{/block:Caption}
  897. {/block:Photoset}
  898. <!---- - VIDEO POSTS / DONT TOUCH!!! - --->
  899. {block:Video}
  900. {Video-500}
  901. {block:Caption}{Caption}{/block:Caption}
  902. {/block:Video}
  903. <!---- - AUDIO POSTS / DONT TOUCH!!! - --->
  904. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  905. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  906. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  907. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  908. {/block:Audio}
  909. <!---- - INFO / DONT TOUCH!!! - --->
  910. <div id="info">
  911. <div id="permalink">
  912. <a href="{Permalink}">{NoteCountWithLabel} </a></div></div>
  913. {block:HasTags}<div id="tags">
  914. {block:Tags} #<a href="{TagURL}">{Tag} </a>, {/block:Tags}
  915. </div>
  916. {/block:HasTags}
  917. </div>
  918. {block:PostNotes} {PostNotes} {/block:PostNotes}
  919.  
  920. {/block:Posts}
  921.  
  922. </div>
  923.  
  924. <!---- - CREDIT / DONT TOUCH!!! - --->
  925. <div id="credit">
  926. <a href="http://adf.ly/1Q6OGo"title="moonstar themes">ms</a>
  927. </div>
  928. </html>
  929. </body>
  930. <script src="http://static.tumblr.com/zkwuipe/lHxnec4a0/classie.js"></script>
  931. <script src="http://static.tumblr.com/zkwuipe/15Znec4bh/bordermenu.js"></script>
  932. <!---- - END HTML / DONT TOUCH!!! - --->
Add Comment
Please, Sign In to add comment