azurethemes

theme 75

Dec 5th, 2015
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.38 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 075 ❞
  16.  
  17. ◜ ◝ ◞ ★ ☾ blue neighbourhood ☽ ★ ◟ ◠ ◡
  18.  
  19. this theme was made by moonstarthemes (im-halsey)
  20. this theme was 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 / im-halsey 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,700:latin' , 'Roboto::latin' , 'Abel::latin', 'Sarpanch::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'] }
  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 type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  62. <script>
  63. $(document).ready(function(){
  64.  
  65. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  66. var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-chevron-up"></i></a>'].join("");
  67. $("body").append(back_to_top_button)
  68.  
  69. // Der Button wird ausgeblendet
  70. $(".back-to-top").hide();
  71.  
  72. // Funktion für das Scroll-Verhalten
  73. $(function () {
  74. $(window).scroll(function () {
  75. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  76. $('.back-to-top').fadeIn();
  77. } else {
  78. $('.back-to-top').fadeOut();
  79. }
  80. });
  81.  
  82. $('.back-to-top').click(function () { // Klick auf den Button
  83. $('body,html').animate({
  84. scrollTop: 0
  85. }, 800);
  86. return false;
  87. });
  88. });
  89.  
  90. });
  91. </script>
  92. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  93. <!---- - END TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  94. <head>
  95. <title>{Title}</title>
  96. <link rel="shortcut icon" href="{Favicon}">
  97. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  98. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  99. <!---- - START BACKGROUND COLORS / DONT TOUCH!!! - --->
  100. <meta name="color:background" content="#f5f5f5"/>
  101. <meta name="color:blockquote" content="#fffdfd">
  102. <meta name="color:posts" content="#ffffff">
  103. <meta name="color:scrollbar background" content="#ffffff">
  104. <!---- - END BACKGROUND COLORS / DONT TOUCH!!! - --->
  105. <!---- - START TEXT COLORS / DONT TOUCH!!! - --->
  106. <meta name="color:text" content="#000000"/>
  107. <meta name="color:post text" content="#000000"/>
  108. <meta name="color:title text" content="#ffffff"/>
  109. <!---- - END TEXT COLORS / DONT TOUCH!!! - --->
  110. <!---- - START OTHER COLORS / DONT TOUCH!!! - --->
  111. <meta name="color:hover" content="#97c5e0">
  112. <meta name="color:border" content="#f6f6f6">
  113. <meta name="color:links" content="#000000"/>
  114. <meta name="color:accent" content="#dcecf5"/>
  115. <meta name="color:icon" content="#000000"/>
  116. <meta name="color:icon 2" content="#000000"/>
  117. <!---- - END OTHER COLORS / DONT TOUCH!!! - --->
  118. <!---- - START BORDER COLORS / DONT TOUCH!!! - --->
  119. <meta name="color:blockquote border" content="#000000">
  120. <meta name="color:border" content="#000000"/>
  121. <!---- - END BORDER COLORS / DONT TOUCH!!! - --->
  122. <!---- - START IMAGES / DONT TOUCH!!! - --->
  123. <meta name="image:background" content=""/>
  124. <meta name="image:header" content=""/>
  125. <!---- - END IMAGES / DONT TOUCH!!! - --->
  126. <meta name="text:title" content="">
  127. <!---- - START LINKS / DONT TOUCH!!! - --->
  128. <meta name="text:hover one" content="hover One">
  129. <meta name="text:hover two" content="hover two">
  130. <meta name="text:hover three" content="hover three">
  131. <meta name="text:link one" content="Link One">
  132. <meta name="text:link two" content="Link two">
  133. <meta name="text:link three" content="Link three">
  134. <meta name="text:link one url" content="/">
  135. <meta name="text:link two url" content="/">
  136. <meta name="text:link three url" content="/">
  137. <!---- - END LINKS / DONT TOUCH!!! - --->
  138.  
  139. <style type="text/css">
  140.  
  141. ::-webkit-scrollbar-thumb {
  142. height:auto;
  143. background-color:{color:text};
  144. }
  145. ::-webkit-scrollbar {
  146. height:2px;
  147. width:5px;
  148. background-color:{color:scrollbar background};
  149. }
  150. #s-m-t-tooltip {
  151. margin:12px 0px 0px 12px;
  152. padding:4px;
  153. background-color:{color:posts};
  154. font-family: 'Exo', sans-serif;
  155. font-weight:300;
  156. font-size:9px;
  157. text-transform:lowercase;
  158. letter-spacing:1px;
  159. color:{color:text};
  160. z-index:999999999999999999999999999999999999;
  161. }
  162. body {
  163. background-color:{color:background};
  164. background-image:url('{image:background}');
  165. background-attachment: fixed;
  166. background-repeat: repeat;
  167. font-weight:none;
  168. font-family: 'arial', sans-serif;
  169. font-size:9px;
  170. text-align:justify;
  171. color:{color:text};
  172. margin:0;
  173. }
  174. a {
  175. text-decoration:none;
  176. color:{color:links};
  177. transition-duration: 0.2s;
  178. -moz-transition-duration: 0.2s;
  179. -webkit-transition-duration: 0.3s;
  180. -o-transition-duration: 0.3s;
  181. }
  182. a:hover {
  183. text-decoration:none;
  184. color:{color:hover};
  185. transition-duration: 0.2s;
  186. -moz-transition-duration: 0.2s;
  187. -webkit-transition-duration: 0.3s;
  188. -o-transition-duration: 0.3s;
  189. }
  190. img {
  191. }
  192. blockquote {
  193. font-size:10px;
  194. max-width:545px;
  195. border-left:3px solid{color:accent};
  196. text-align:left;
  197. padding:1px;
  198. font-weight:none;
  199. margin-left:0px;
  200. padding-top:0.5px;
  201. padding-bottom:0.5px;
  202. font-size:10px;
  203. font-family: 'arial', sans-serif;
  204. margin-right:30px;
  205. padding-left:15px;
  206. color:{color:text};
  207. }
  208. pre{
  209. font-size:9px;
  210. text-align:center;
  211. text-transform:none;
  212. font-family: 'Bitter', serif;
  213. font-weight:bold;
  214. line-height:9px;
  215. border-left:1px solid {color:border};
  216. border-bottom:1px solid {color:border};
  217. letter-spacing:2px;
  218. background-color:{color:blockquote};
  219. color:{color:post text};
  220. padding:6px;
  221. }
  222. small{
  223. font-size:8px;
  224. }
  225. big{
  226. font-size:11px;
  227. }
  228. sub{
  229. font-size:7px;
  230. text-align:left;
  231. }
  232. h1 {
  233. font-size:11px;
  234. text-align:center;
  235. font-family: 'roboto', sans-serif;
  236. letter-spacing:0px;
  237. text-transform:uppercase;
  238. font-weight:700;
  239. line-height:17px;
  240. border:1px solid {color:border};
  241. border-left:3px solid {color:border};
  242. background-color:{color:blockquote};
  243. color:{color:post text};
  244. padding:1px;
  245. }
  246. h1 a{
  247. color:{color:post text};
  248. background-color:{color:blockquote};
  249. }
  250. h2{
  251. color:{color:post text};
  252. text-transform:uppercase;
  253. font-family: 'Roboto', sans-serif;
  254. text-align:left;
  255. }
  256. b {
  257. font-weight:bold;
  258. padding:2px;
  259. text-shadow: 1px 1px 1px #cccccc;
  260. font-family: 'Roboto', sans-serif;
  261. color:{color:text};
  262. }
  263. i {
  264. font-weight:italic;
  265. text-shadow: 1px 1px 1px #cccccc;
  266. color:{color:text};
  267. }
  268. m {
  269. font-style:italic;
  270. text-shadow: 1px 1px 1px #cccccc;
  271. color:{color:top text};
  272. }
  273. j {
  274. font-weight:bold;
  275. }
  276. n {
  277. font-weight:bold;
  278. letter-spacing:-1px;
  279. text-shadow: 1px 1px 1px #cccccc;
  280. font-size:12px;
  281. text-transform:uppercase;
  282. color:{color:text};
  283. }
  284. u {
  285. text-decoration:none;
  286. text-shadow: 1px 1px 1px #cccccc;
  287. border-bottom:1px solid {color:text};
  288. }
  289. #description {
  290. overflow:auto;
  291. position:fixed;
  292. text-align:right;
  293. top:350px;
  294. margin-left:140px;
  295. word-wrap: break-word;
  296. font-family: 'open sans', sans-serif;
  297. border-right:3px solid {color:icon 2};
  298. width:90px;
  299. height:70px;
  300. opacity:1;
  301. line-height:13px;
  302. color:{color:text};
  303. padding:10px;
  304. letter-spacing:0px;
  305. font-size:9px;
  306. z-index:99999;
  307. transition-duration: 0.9s;
  308. -moz-transition-duration:0.9s;
  309. -webkit-transition-duration:0.9s;
  310. -o-transition-duration:0.9s;
  311. }
  312. #description::-webkit-scrollbar{
  313. width: 0px;
  314. }
  315. #description::-webkit-scrollbar-thumb{
  316. background:transparent;
  317. }
  318. #description::-webkit-scrollbar-track{
  319. background-color:transparent;
  320. }
  321. .pagination{
  322. font-family: 'Montserrat', sans-serif;
  323. margin-left:-20px;
  324. width:auto;
  325. font-size:10px;
  326. text-align:center;
  327. }
  328. .pagination a{
  329. padding:3px;
  330. font-family: 'Montserrat', sans-serif;
  331. font-weight:300;
  332. bottom:-10px;
  333. color:{color:text};
  334. }
  335. .pagination a:hover{
  336. color:{color:hover};
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. transition: all 0.3s ease-out;
  341. }
  342. #boxes {
  343. overflow:auto;
  344. position:absolute;
  345. text-align:left;
  346. margin-top:45px;
  347. margin-left:215px;
  348. text-transform:none;
  349. font-style:normal;
  350. font-family: 'Roboto', sans-serif;
  351. width:255px;
  352. height:100px;
  353. opacity:1;
  354. line-height:10px;
  355. font-weight:none;
  356. color:{color:text};
  357. background:{color:description};
  358. padding:17px;
  359. letter-spacing:0px;
  360. font-size:10px;
  361. transition-duration: 0.9s;
  362. -moz-transition-duration:0.9s;
  363. -webkit-transition-duration:0.9s;
  364. -o-transition-duration:0.9s;
  365. }
  366. .tit {
  367. font-size:13px;
  368. text-transform:uppercase;
  369. margin-bottom:20px;
  370. margin-left:-25px;
  371. margin-top:-25px;
  372. width:231px;
  373. letter-spacing:1px;
  374. font-weight:700;
  375. text-align:left;
  376. text-shadow:1px 1px 0px #cccccc;
  377. border:1px solid #ddd;
  378. font-family: 'open sans', sans-serif;
  379. color:{color:post text};
  380. padding:17px;
  381. }
  382. .sidebox {
  383. position:absolute;
  384. width:275px;
  385. top:685px;
  386. margin-left:260px;
  387. z-index:9999;
  388. }
  389. .box {
  390. padding:25px;
  391. }
  392. #description {
  393. margin:5px;
  394. text-align:justify;
  395. border:1px solid #ddd;
  396. }
  397. #askbox {
  398. text-align:justify;
  399. margin:5px;
  400. font-size:10px;
  401. letter-spacing:0px;
  402. }
  403. #events {
  404. text-align:justify;
  405. line-height:45px;
  406. }
  407. .members {
  408. margin:5px;
  409. font-size:10px;
  410. text-transform:uppercase;
  411. text-align:justify;
  412. }
  413. #description1 {
  414. z-index:9999999999;
  415. padding:10px;
  416. text-align:justify;
  417. border:1px solid #ddd;
  418. margin-left:-25px;
  419. margin-top:0px;
  420. width:245px;
  421. }
  422. #sidebarr {
  423. margin:5px;
  424. text-align:justify;
  425. }
  426. .aboutt {
  427. z-index:9999999999;
  428. padding:10px;
  429. text-align:justify;
  430. border:1px solid #ddd;
  431. margin-left:-25px;
  432. margin-top:0px;
  433. width:245px;
  434. }
  435. #projects {
  436. z-index:9999999999;
  437. padding:10px;
  438. text-align:justify;
  439. border:1px solid #ddd;
  440. margin-left:-25px;
  441. margin-top:0px;
  442. width:245px;
  443. }
  444. #projects img {
  445. outline:1px solid #ddd;
  446. outline-offset:3px;
  447. width:70px;
  448. height:70px;
  449. float:left;
  450. margin-right:10px;
  451. }
  452. .affiliates {
  453. z-index:9999999999;
  454. padding:10px;
  455. text-align:center;
  456. border:1px solid #ddd;
  457. line-height:20px;
  458. margin-left:-25px;
  459. margin-top:0px;
  460. width:245px;
  461. }
  462. .affiliates img {
  463. width:45px;
  464. height:45px;
  465. padding:5px;
  466. border:1px solid #ddd;
  467. border-radius:100px;
  468. }
  469. .navlinks {
  470. text-align:left;
  471. z-index:9999999999;
  472. padding:10px;
  473. text-align:justify;
  474. border:1px solid #ddd;
  475. margin-left:-25px;
  476. margin-bottom:20px;
  477. margin-top:0px;
  478. width:245px;
  479. }
  480. .navlinks a{
  481. margin:5px;
  482. font-size:9px;
  483. letter-spacing:0px;
  484. width:230px;
  485. height:20px;
  486. margin-bottom:3px;
  487. text-align:left;
  488. padding-bottom:5px;
  489. padding:4px;
  490. line-height:25px;
  491. color:{color:text};
  492. font-style:none;
  493. z-index:99999;
  494. border-bottom:1px solid #ddd;
  495. font-weight:600;
  496. font-family: 'raleway', sans-serif;
  497. letter-spacing:1px;
  498. font-size:11px;
  499. text-transform:uppercase;
  500. text-decoration:none;
  501. display:inline-block;
  502. }
  503. .links {
  504. width:900px;
  505. height:50px;
  506. overflow:hidden;
  507. cursor:pointer;
  508. margin-top:-145px;
  509. opacity:1;
  510. z-index:999999999;
  511. position:absolute;
  512. margin-left:260px;
  513. background:{color:accent};
  514. text-align:left;
  515. }
  516. .links #all {
  517. margin-left:-5px;
  518. margin-top:-5px;
  519. padding:5px;
  520. height:40px;
  521. width:904px;
  522. -webkit-transition: all 0.3s ease-in-out;
  523. -moz-transition: all 0.3s ease-in-out;
  524. -o-transition: all 0.3s ease-in-out;
  525. -ms-transition: all 0.3s ease-in-out;
  526. transition: all 0.3s ease-in-out;
  527. }
  528. .links #all a:hover {
  529. color:{color:text};
  530. background:{color:hover};
  531. height:45px;
  532. -webkit-transition: all 0.3s ease-in-out;
  533. -moz-transition: all 0.3s ease-in-out;
  534. -o-transition: all 0.3s ease-in-out;
  535. -ms-transition: all 0.3s ease-in-out;
  536. transition: all 0.3s ease-in-out;
  537. }
  538. .links a {
  539. width:173px;
  540. height:0px;
  541. margin-bottom:5px;
  542. text-align:center;
  543. text-transform:uppercase;
  544. padding:4px;
  545. opacity:1;
  546. line-height:45px;
  547. color:{color:text};
  548. font-style:none;
  549. z-index:99999;
  550. margin-left:-3px;
  551. font-weight:600;
  552. font-family: 'lato' , sans-serif;
  553. letter-spacing:1px;
  554. font-size:10px;
  555. display:inline-block;
  556. -webkit-transition: all 0.3s ease-in-out;
  557. -moz-transition: all 0.3s ease-in-out;
  558. -o-transition: all 0.3s ease-in-out;
  559. -ms-transition: all 0.3s ease-in-out;
  560. transition: all 0.3s ease-in-out;
  561. }
  562. #title2{
  563. width:90px;
  564. height:30px;
  565. top:186px;
  566. opacity:1;
  567. position:fixed;
  568. font-family: 'exo', sans-serif;
  569. letter-spacing:0px;
  570. text-align:left;
  571. padding-left:10px;
  572. font-weight:700;
  573. color:{color:text};
  574. text-transform:uppercase;
  575. padding-bottom:10px;
  576. line-height:10px;
  577. font-size:10px;
  578. margin-left:130px;
  579. z-index:999999;
  580. }
  581. #icon {
  582. position:fixed;
  583. width:70px;
  584. margin-top:190px;
  585. padding:10px;
  586. height:70px;
  587. outline:1px solid #c1becb;
  588. margin-left:180px;
  589. background-color:transparent;
  590. z-index:9999999999999999;
  591. }
  592. #iconimage {
  593. width 70px;
  594. z-index:-99999;
  595. }
  596. #iconimage img {
  597. width:75px;
  598. height:75px;
  599. margin-left:263px;
  600. top:338px;
  601. position:fixed;
  602. background:{color:icon 2};
  603. border:1px solid transparent;
  604. padding:15px;
  605. opacity:1;
  606. z-index:9999999999999999999999;
  607. }
  608. #icon2 {
  609. position:fixed;
  610. width:70px;
  611. margin-top:190px;
  612. padding:10px;
  613. height:70px;
  614. outline:1px solid transparent;
  615. margin-left:180px;
  616. background-color:transparent;
  617. z-index:9999999999999999;
  618. }
  619. #icon2image {
  620. width 70px;
  621. z-index:-99999;
  622. }
  623. #icon2image img {
  624. width:90px;
  625. height:90px;
  626. margin-left:140px;
  627. top:215px;
  628. position:fixed;
  629. background:{color:icon};
  630. border:1px solid transparent;
  631. padding:15px;
  632. opacity:1;
  633. z-index:9999999999999999999999;
  634. }
  635. #entries {
  636. margin-left:620px;
  637. margin-top:255px;
  638. }
  639. #post {
  640. font-size:10px;
  641. width:500px;
  642. color:{color:post text};
  643. background-color:{color:background};
  644. text-align:justify;
  645. padding:20px;
  646. padding-top:5px;
  647. padding-bottom:12px;
  648. overflow:hidden;
  649. line-height:20px;
  650. margin-bottom:30px;
  651. }
  652. #post img{
  653. max-width:500px;
  654. height:auto;
  655. }
  656. #permalink{
  657. margin-bottom:15px;
  658. text-align:left;
  659. font-size:9px;
  660. margin-left:-2px;
  661. margin-top:11px;
  662. font-weight:bold;
  663. width:520px;
  664. font-size:11px;
  665. text-transform:none;
  666. font-weight:300;
  667. font-family: 'arial', sans-serif;
  668. letter-spacing:0px;
  669. line-height:5px;
  670. color:{color:text};
  671. }
  672. #permalink a{
  673. color:{color:text};
  674. font-family: 'arial', sans-serif;
  675. font-size:11px;
  676. margin-left:-3px;
  677. text-transform:none;
  678. font-weight:700;
  679. padding:3px;
  680. }
  681. #permalinkb{
  682. margin-bottom:15px;
  683. text-align:left;
  684. font-size:9px;
  685. margin-left:0px;
  686. margin-top:3px;
  687. font-weight:bold;
  688. width:520px;
  689. font-size:10px;
  690. text-transform:none;
  691. font-weight:300;
  692. font-family: 'arial', sans-serif;
  693. letter-spacing:0px;
  694. line-height:5px;
  695. color:{color:text};
  696. }
  697. #permalinkb a{
  698. color:{color:text};
  699. font-family: 'arial', sans-serif;
  700. font-size:9px;
  701. opacity:0.8;
  702. margin-left:-3px;
  703. text-transform:none;
  704. font-weight:300;
  705. padding:3px;
  706. }
  707. #info {
  708. width:500px;
  709. height:25px;
  710. text-align:left;
  711. font-family: 'arial', sans-serif;
  712. text-transform:uppercase;
  713. margin-left:-5px;
  714. font-size:11px;
  715. margin-top:10px;
  716. overflow:hidden;
  717. font-weight:700;
  718. font-style:none;
  719. padding:10px;
  720. line-height:15px;
  721. color:{color:text};
  722. }
  723. #info a {
  724. text-align:center;
  725. font-weight:600;
  726. font-size:11px;
  727. letter-spacing:0px;
  728. font-family: 'arial', sans-serif;
  729. line-height:7px;
  730. color:{color:text};
  731. }
  732. #info a:hover{
  733. color:{color:hover};
  734. }
  735. .right{
  736. float:center;
  737. }
  738. #tags {
  739. text-align:left;
  740. opacity:1;
  741. font-size:11px;
  742. font-family: 'arial', sans-serif;
  743. margin-top:-55px;
  744. margin-left:-5px;
  745. padding:5px;
  746. font-weight:none;
  747. color:{color:text};
  748. margin-bottom:15px;
  749. height:15px;
  750. width:510px;
  751. text-transform:none;
  752. transition-duration: 0.5s;
  753. -moz-transition-duration: 0.5s;
  754. -webkit-transition-duration: 0.5s;
  755. -o-transition-duration: 0.5s;
  756. }
  757. #tags a {
  758. padding:0px;
  759. margin-top:-13px;
  760. color:{color:text};
  761. line-height:12px;
  762. letter-spacing:0px;
  763. font-weight:none;
  764. text-align:left;
  765. font-size:11px;
  766. font-family: 'arial', sans-serif;
  767. display:inline-block;
  768. }
  769. #tags a:hover {
  770. -moz-transition-duration:0.3s;
  771. -webkit-transition-duration:0.3s;
  772. -o-transition-duration:0.3s;
  773. color:{color:hover};
  774. }
  775. #asking {
  776. margin-left:20px;
  777. margin-top:-35px;
  778. }
  779. #askingimage {
  780. }
  781. #askingimage img {
  782. margin-left:455px;
  783. width:43px;
  784. height:43px;
  785. border-radius:4px 4px 4px 4px;
  786. margin-top:20px;
  787. }
  788. #question {
  789. padding:20px;
  790. padding-left:14px;
  791. margin-top:-25px;
  792. margin-left:0px;
  793. width:400px;
  794. border-radius:2px 2px 2px 2px;
  795. color:{color:text};
  796. background-color:{color:accent};
  797. }
  798. #asker{
  799. margin-top:-66px;
  800. padding:1px;
  801. font-weight:300;
  802. font-size:11px;
  803. z-index:9999999999;
  804. color:{color:text};
  805. opacity:1;
  806. margin-left:14px;
  807. letter-spacing:0px;
  808. font-family: 'roboto', sans-serif;
  809. text-transform:lowercase;
  810. }
  811. #credit{
  812. position:fixed;
  813. font-size:9px;
  814. font-weight:bold;
  815. padding-bottom:5px;
  816. padding-top:5px;
  817. height:20px;
  818. width:20px;
  819. opacity:1;
  820. padding-left:5px;
  821. padding-right:5px;
  822. margin-left:1330px;
  823. top:645px;
  824. letter-spacing:0px;
  825. line-height:22px;
  826. border:1px solid #ddd;
  827. padding:3px;
  828. text-align:center;
  829. float:left;
  830. font-family: 'open sans', sans-serif;
  831. color:{color:text};
  832. text-transform:uppercase;
  833. background-color: rgba(255,255,255, 0.3);
  834. transition-duration: 0.8s;
  835. }
  836. lol {
  837. font-size:20px;
  838. text-align:left;
  839. width:auto;
  840. height:5px;
  841. margin-left:0px;
  842. font-weight:700;
  843. text-transform:uppercase;
  844. font-family: 'roboto', sans-serif;
  845. letter-spacing:3px;
  846. background-color:transparent;
  847. color:{color:text};
  848. padding:4px;
  849. }
  850. tit2 {
  851. font-size:8px;
  852. text-align:left;
  853. line-height:21px;
  854. text-transform:uppercase;
  855. font-family: 'lato', sans-serif;
  856. letter-spacing:1px;
  857. margin-bottom:4px;
  858. color:{color:title text};
  859. padding:0px;
  860. }
  861. midline {
  862. font-size:20px;
  863. text-align:left;
  864. line-height:27px;
  865. text-transform:uppercase;
  866. font-family: 'roboto', sans-serif;
  867. letter-spacing:1px;
  868. font-weight:300;
  869. margin-bottom:4px;
  870. color:{color:title text};
  871. padding:5px;
  872. }
  873. .triangle {
  874. align:right;
  875. margin:7px 0px 10px 0px;
  876. padding:10px;
  877. position: relative;
  878. }
  879. .triangle t1{
  880. display:block;
  881. position:absolute;
  882. width:1px;
  883. height:1px
  884. font-size:0;
  885. margin-left:5px;
  886. top:-19px;z-index:9999999;
  887. border-right:7px solid transparent;
  888. border-left:7px solid transparent;
  889. border-top:10px solid transparent;
  890. -ms-transform: rotate(92deg); /* IE 9 */
  891. -webkit-transform: rotate(92deg); /* Chrome, Safari, Opera */
  892. transform: rotate(92deg);
  893. }
  894. .triangle t2 {
  895. display:block;
  896. position:absolute;
  897. width:0px;
  898. height:1px
  899. font-size:0;
  900. margin-left:381px;
  901. top:-20px;
  902. border-right:9px solid transparent;
  903. border-left:9px solid transparent;
  904. border-top:10px solid {color:accent};
  905. -ms-transform: rotate(90deg); /* IE 9 */
  906. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  907. transform: rotate(270deg);
  908. }
  909. .updates{
  910. bottom:10px;
  911. margin-left:10px;
  912. width:120px;
  913. height:20px;
  914. padding:5px;
  915. line-height:15px;
  916. position:fixed;
  917. color:{color:text};
  918. z-index:999999;
  919. overflow:hidden;
  920. -moz-transition-duration:0.7s;
  921. -webkit-transition-duration:0.7s;
  922. -o-transition-duration:0.7s;
  923. transition: all 0.7s ease-out;
  924. }
  925. .updates:hover{
  926. height:130px;
  927. -moz-transition-duration:0.7s;
  928. -webkit-transition-duration:0.7s;
  929. -o-transition-duration:0.7s;
  930. transition: all 0.7s ease-out;
  931. }
  932. .updates a{
  933. width:170px;
  934. height:100px;
  935. position:fixed;
  936. line-height:10px;
  937. top:434px;
  938. margin-left:15px;
  939. font-size:10px;
  940. text-align:left;
  941. letter-spacing:1px;
  942. overflow:auto;
  943. z-index:99;
  944. opacity:1;
  945. }
  946. .updates a:hover{
  947. overflow:auto;
  948. -webkit-transition: all 0.7s ease-out;
  949. -moz-transition: all 0.7s ease-out;
  950. transition: all 0.7s ease-out;
  951. }
  952. .back-to-top {
  953. background:{color:accent};
  954. position: fixed;
  955. color:{color:text};
  956. bottom:40px;
  957. right:40px;
  958. padding:10px;
  959. }
  960. .image-hover {
  961. width: 900px;
  962. height: 400px;
  963. margin-left:260px;
  964. top:-95px;
  965. float: left;
  966. overflow: hidden;
  967. position: relative;
  968. text-align: center;
  969. cursor: pointer;
  970. background:{color:accent};
  971. background-image:url('{image:header}'); no-repeat center center
  972. }
  973. .image-hover .mask, .view .content {
  974. width: 900px;
  975. height: 400px;
  976. position: absolute;
  977. overflow: hidden;
  978. background: rgba(255, 255, 255, 0.5);
  979. top: 0;
  980. left: 0;
  981. }
  982. .image-hover img {
  983. display: block;
  984. position: relative
  985. }
  986. .image-hover h2 {
  987. text-transform: uppercase;
  988. color: {color:text};
  989. text-align: center;
  990. position: relative;
  991. font-weight:300;
  992. font-size: 17px;
  993. font-family:'Montserrat', sans-serif;
  994. padding: 10px;
  995. margin: 20px 0 0 0;
  996. }
  997. .image-hover p {
  998. font-family:'open sans', sans-serif;
  999. font-size: 10px;
  1000. overflow:auto;
  1001. position: relative;
  1002. color: {color:text};
  1003. width:400px;
  1004. height:200px;
  1005. margin-left:240px;
  1006. padding: 10px 20px 20px;
  1007. text-align: center
  1008. }
  1009. .image-hover a.info {
  1010. width:95px;
  1011. height:15px;
  1012. margin-bottom:3px;
  1013. text-align:center;
  1014. font-style:italic;
  1015. font-weight:bold;
  1016. padding:4px;
  1017. line-height:16px;
  1018. color:{color:links};
  1019. text-transform:lowercase;
  1020. font-family:arial;
  1021. letter-spacing:1px;
  1022. background-color:{color:links background};
  1023. font-size:10px;
  1024. display:inline-block;
  1025. }
  1026. .image-hover img {
  1027. transition: all 0.4s ease-in-out 0.2s;
  1028. opacity: 1;
  1029. }
  1030. .image-hover .mask {
  1031. background-color: rgba(255, 255, 255, 0.5);
  1032. opacity: 0;
  1033. transform: scale(0) rotate(-180deg);
  1034. transition: all 0.4s ease-in;
  1035. border-radius: 0px;
  1036. }
  1037. .image-hover h2 {
  1038. opacity: 0;
  1039. border-bottom: 1px solid #ddd;
  1040. background: transparent;
  1041. width:500px;
  1042. margin-top:120px;
  1043. margin-left:200px;
  1044. transition: all 0.5s ease-in-out;
  1045. }
  1046. .image-hover p {
  1047. opacity: 0;
  1048. transition: all 0.5s ease-in-out;
  1049. }
  1050. .image-hover a.info{
  1051. opacity: 0;
  1052. transition: all 0.5s ease-in-out;
  1053. }
  1054. .image-hover:hover img {
  1055. transform: scale(1.1);
  1056. }
  1057. .image-hover:hover .mask {
  1058. opacity: 1;
  1059. transform: scale(1) rotate(0deg);
  1060. transition-delay: 0.2s;
  1061. }
  1062. .image-hover:hover h2,
  1063. .image-hover:hover p,
  1064. .image-hover:hover a.info {
  1065. opacity: 1;
  1066. transition-delay: 0.5s;
  1067. }
  1068. .image-hover:hover p {
  1069. transition-delay: 0.1s;
  1070. }
  1071. .image-hover:hover a.info {
  1072. transition-delay: 0.2s;
  1073. }
  1074.  
  1075. {CustomCSS}</style>
  1076. </head>
  1077. <body>
  1078. <!---- - BASICS / DONT TOUCH!!! - --->
  1079. <div id="sidebar">
  1080. <!---- - START LINKS / DONT TOUCH!!! - --->
  1081. <div class="links">
  1082. <div id="all">
  1083. <a href="/"title="refresh">Index</a>
  1084. <a href="/ask" title="message">message</a>
  1085. <a href="{text:link one url}"title="{text:hover one}">link one</a>
  1086. <a href="{text:link two url}"title="{text:hover two}">link two</a>
  1087. <a href="{text:link three url}"title="{text:hover three}">link three</a>
  1088. </div>
  1089. </div>
  1090. <div class="image-hover">
  1091. <img src="{image:sidebar}" />
  1092. <div class="mask">
  1093. <h2>{text:title}</h2>
  1094. <p>{description}</p></div>
  1095. </div></div>
  1096. <!---- - SIDE BOXES / HAVE TO BE EDITED IN HTML - --->
  1097. <div class="topp">
  1098. <div class="sidebox">
  1099. <!---- - WELCOME - --->
  1100. <div class="box">
  1101. <div class="tit">Home</div>
  1102. <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.
  1103.  
  1104. Lorem ipsum dolor sit amet.
  1105. Consectetuer adipiscing elit.
  1106. Nam at tortor quis ipsum tempor aliquet.
  1107. 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.
  1108.  
  1109. Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue.
  1110. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.</div>
  1111. </div>
  1112. <!---- - LATEST NEWS - --->
  1113. <div class="box">
  1114. <div class="tit">Updates</div>
  1115. <div class="aboutt">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.
  1116.  
  1117. Lorem ipsum dolor sit amet.
  1118. Consectetuer adipiscing elit.
  1119. Nam at tortor quis ipsum tempor aliquet.
  1120. 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.
  1121.  
  1122. </div></div>
  1123. <!---- - NAVIGATION LINKS - --->
  1124. <div class="box">
  1125. <div class="tit">Navigation</div>
  1126. <div class="navlinks">
  1127. <div id="all">
  1128. <a href="/"title="refresh">navi link</a>
  1129. <a href="/" title="message">navi link</a>
  1130. <a href="/"title="text">navi link</a>
  1131. <a href="/"title="text">navi link</a>
  1132. <a href="/"title="text">navi link</a>
  1133. </div>
  1134. </div>
  1135. </div>
  1136. <!---- - AFFILIATE IMAGES - --->
  1137. <div class="box">
  1138. <div class="tit">Affiliates</div>
  1139. <div class="affiliates">
  1140. <a href="/"title="name"><img src="https://secure.static.tumblr.com/5c2f0b39857be91876dbf86820d7e225/ylbnqqn/0Z4nyuau6/tumblr_static_ctua0qkljp4wo00o0c40sc4ww.png"></a>
  1141. <a href="/"title="name"><img src="https://secure.static.tumblr.com/5c2f0b39857be91876dbf86820d7e225/ylbnqqn/0Z4nyuau6/tumblr_static_ctua0qkljp4wo00o0c40sc4ww.png"></a>
  1142. <a href="/"title="name"><img src="https://secure.static.tumblr.com/5c2f0b39857be91876dbf86820d7e225/ylbnqqn/0Z4nyuau6/tumblr_static_ctua0qkljp4wo00o0c40sc4ww.png"></a>
  1143. <a href="/"title="name"><img src="https://secure.static.tumblr.com/5c2f0b39857be91876dbf86820d7e225/ylbnqqn/0Z4nyuau6/tumblr_static_ctua0qkljp4wo00o0c40sc4ww.png"></a>
  1144. <a href="/"title="name"><img src="https://secure.static.tumblr.com/5c2f0b39857be91876dbf86820d7e225/ylbnqqn/0Z4nyuau6/tumblr_static_ctua0qkljp4wo00o0c40sc4ww.png"></a>
  1145. <a href="/"title="name"><img src="https://secure.static.tumblr.com/5c2f0b39857be91876dbf86820d7e225/ylbnqqn/0Z4nyuau6/tumblr_static_ctua0qkljp4wo00o0c40sc4ww.png"></a>
  1146. <a href="/"title="name"><img src="https://secure.static.tumblr.com/5c2f0b39857be91876dbf86820d7e225/ylbnqqn/0Z4nyuau6/tumblr_static_ctua0qkljp4wo00o0c40sc4ww.png"></a>
  1147. <a href="/"title="name"><img src="https://secure.static.tumblr.com/5c2f0b39857be91876dbf86820d7e225/ylbnqqn/0Z4nyuau6/tumblr_static_ctua0qkljp4wo00o0c40sc4ww.png"></a>
  1148. </div></div>
  1149. </div>
  1150. <!---- - POSTS & ENTRIES / DONT TOUCH!!! - --->
  1151. <div id="entries">
  1152. {block:Posts}
  1153. <div id="post"
  1154.  
  1155. <div id="post">
  1156. {block:Date}
  1157. <div id="permalink">
  1158. {block:RebloggedFrom}
  1159. {block:ContentSource}
  1160. <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>
  1161. {/block:ContentSource}
  1162. {/block:RebloggedFrom}
  1163. </br>
  1164. </br>
  1165. <div id="permalinkb">
  1166. <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:post text}"></i></a>
  1167. </div></div>
  1168. {/block:Date}
  1169. <!--TEXT POSTS-->
  1170. {block:Text}
  1171. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1172. {Body}
  1173. {/block:Text}
  1174. <!---- - ANSWER & QUESTION POSTS / DONT TOUCH!!! - --->
  1175. {block:Answer}
  1176. <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
  1177. <div class="triangle" style="background:transparent;margin-top:-11px; margin-left:35px;"><t2></t2><t1></t1></div>
  1178. <div id="asker"><j>{Asker}</j> asked:</div>
  1179. <div id="question">{Question}</div>
  1180. {Answer}{/block:Answer}
  1181. <!---- - QUOTE POSTS / DONT TOUCH!!! - --->
  1182. {block:Quote}
  1183. {block:Quote}
  1184. <h2>{Quote}</h2>
  1185. <div align="right">
  1186. {block:Source}<h1>-{Source}</h1>{/block:Source}
  1187. </div>
  1188. {/block:Quote}
  1189. <!---- - LINK POSTS/ DONT TOUCH!!! - --->
  1190. {block:Link}
  1191. <h2><center><a href="{URL}">{Name}</center></a></h2>
  1192. {block:Description}{Description}{/block:Description}
  1193. {/block:Link}
  1194. <!---- - CHAT POSTS / DONT TOUCH!!! - --->
  1195. {block:Chat}
  1196. {block:Title}<h2>{Title}</h2>{/block:Title}
  1197. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  1198. {Line}</li>{/block:Lines}</ul>
  1199. {/block:Chat}
  1200. <!---- - PHOTO POSTS/ DONT TOUCH!!! - --->
  1201. {block:Photo}
  1202. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  1203. {block:Caption}{Caption}{/block:Caption}
  1204. {/block:Photo}
  1205. <!---- - PHOTOSET POSTS / DONT TOUCH!!! - --->
  1206. {block:Photoset}
  1207. {Photoset-500}
  1208. {block:Caption}{Caption}{/block:Caption}
  1209. {/block:Photoset}
  1210. <!---- - VIDEO POSTS / DONT TOUCH!!! - --->
  1211. {block:Video}
  1212. {Video-500}
  1213. {block:Caption}{Caption}{/block:Caption}
  1214. {/block:Video}
  1215. <!---- - AUDIO POSTS / DONT TOUCH!!! - --->
  1216. {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>
  1217. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  1218. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1219. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  1220. {/block:Audio}
  1221. <!---- - INFO / DONT TOUCH!!! - --->
  1222. <div id="info">
  1223. <div id="permalink">
  1224. <a href="{Permalink}">{NoteCountWithLabel} </a></div></div>
  1225. {block:HasTags}<div id="tags">
  1226. {block:Tags} #<a href="{TagURL}">{Tag} </a>, {/block:Tags}
  1227. </div>
  1228. {/block:HasTags}
  1229. </div>
  1230. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1231.  
  1232. {/block:Posts}
  1233.  
  1234.  
  1235. {block:Pagination}
  1236. <div class="pagination"style="{color:title text}">
  1237. {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:text};background:{color:accent};padding:4px">{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}
  1238. {/block:Pagination}</div>
  1239. </div>
  1240. <!---- - END INFO / DONT TOUCH!!! - --->
  1241. <!---- - START CREDIT / DONT TOUCH!!! - --->
  1242. <div id="credit">
  1243. <a href="http://adf.ly/1Q6OGo"title="moonstar themes">ms</a>
  1244. </div>
  1245. </div>
  1246. <!---- - END CREDIT / DONT TOUCH!!! - --->
  1247. </html>
  1248. </body>
  1249. <!---- - END HTML / DONT TOUCH!!! - --->
Add Comment
Please, Sign In to add comment