Advertisement
suhothemes

chenle theme

Mar 22nd, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.10 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. <head>
  4.  
  5.  
  6. <!------
  7.  
  8. Theme by @07195.tumblr.com (aka its my coding, my theme)
  9.  
  10. music player by yeoli (i think) but heavily edited.
  11. Scroll to the top button by http://thetutorialsblog.tumblr.com
  12. credit to all respective script creators.
  13. original images credited to their rightful owners.
  14.  
  15. Before you get excited and think you're gonna score big on stealing my codes, just know that I know my coding, therefore you'll never be able to get away with it. So how about you dont and just be on your way. Hit me up for pizza some time. Thanks.
  16.  
  17. ---->
  18.  
  19.  
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="http://i1225.photobucket.com/albums/ee381/enix-directory/Pixels/balaozinho37.gif" />
  23. <link rel="alternate" type="application/rss+xml" title="RSS 2.0 feed" href="{RSS}" />
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  27.  
  28.  
  29.  
  30.  
  31. <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  32. <script type="text/javascript"
  33. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  34. <script>
  35. $(document).ready(function() {
  36. //
  37. $('a.poplight[href^=#]').click(function() {
  38. var popID = $(this).attr('rel'); //Get Popup Name
  39. var popURL = $(this).attr('href'); //Get Popup href to define size
  40. var query= popURL.split('?');
  41. var dim= query[1].split('&');
  42. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  43. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  44. var popMargTop = ($('#' + popID).height() + 80) / 2;
  45. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  46. //Apply Margin to Popup
  47. $('#' + popID).css({
  48. 'margin-top' : -popMargTop,
  49. 'margin-left' : -popMargLeft
  50. });
  51. $('body').append('<div id="fade"></div>');
  52. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  53. return false;
  54. });
  55. $('a.close, #fade').live('click', function() {
  56. $('#fade , .popup_block, .popup_block2').fadeOut(function() {
  57. $('#fade, a.close').remove(); //fade them both out
  58. });
  59. return false;
  60. });
  61. });
  62. </script>
  63.  
  64. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  65. <script>
  66. (function($){
  67. $(document).ready(function(){
  68. $("[title]").style_my_tooltips();
  69. });
  70. })(jQuery);
  71. </script>
  72.  
  73.  
  74.  
  75. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <meta name="color:background color" content="" />
  83. <meta name="color:body text" content="" />
  84.  
  85. <meta name="color:posts" content="" />
  86. <meta name="color:post border" content="" />
  87. <meta name="color:post text" content="" />
  88.  
  89. <meta name="color:hover link" content="" />
  90. <meta name="color:link color" content="" />
  91. <meta name="color:link hover" content="" />
  92.  
  93. <meta name="color:bold" content="" />
  94. <meta name="color:italic" content="" />
  95.  
  96. <meta name="color:blockquote background" content="" />
  97. <meta name="color:blockquote border" content="" />
  98. <meta name="color:blockquote2 background" content="" />
  99.  
  100. <meta name="color:pre background" content="" />
  101.  
  102. <meta name="color:asker color" content="" />
  103. <meta name="color:asker background" content="" />
  104. <meta name="color:ask background" content="" />
  105.  
  106. <meta name="color:chat odd" content="" />
  107. <meta name="color:chat even" content="" />
  108.  
  109. <meta name="color:title color" content="" />
  110.  
  111. <meta name="color:navi bg" content="" />
  112.  
  113. <meta name="color:accent" content="" />
  114. <meta name="color:accent2" content="" />
  115.  
  116. <meta name="color:pagination bg" content="" />
  117. <meta name="color:pagination border" content="" />
  118. <meta name="color:pagi color" content="" />
  119. <meta name="color:pagi hover" content="" />
  120. <meta name="color:pagi text" content="" />
  121.  
  122. <meta name="color:title color" content="" />
  123.  
  124. <meta name="color:scrollbar background" content="" />
  125. <meta name="color:scrollbar thumb" content="" />
  126.  
  127. <meta name="color:tooltip background" content="" />
  128. <meta name="color:tooltip border" content="" />
  129. <meta name="color:tooltip text" content="" />
  130.  
  131. <meta name="color:selected text color" content="" />
  132. <meta name="color:selected text background" content="" />
  133.  
  134. <meta name="color:Gradient One" content="#F3D6FF"/>
  135. <meta name="color:Gradient Two" content="#E2FFD6"/>
  136.  
  137. <meta name="font:post title" content="avalon" />
  138.  
  139. <meta name="image:background image" content="" />
  140. <meta name="image:header" content="" />
  141.  
  142. <meta name="select:Title Font" content="bebas" title="bebas">
  143. <meta name="select:Title Font" content="trebuchet_ms" title="Trebuchet MS">
  144. <meta name="select:Title Font" content="georgia" title="Georgia">
  145.  
  146. <meta name="if:250" content="1" />
  147. <meta name="if:400" content="0" />
  148. <meta name="if:500" content="0" />
  149. <meta name="if:black" content="0" />
  150. <meta name="if:white" content="0" />
  151. <meta name="if:gray" content="1" />
  152. <meta name="if:monochrome" content="1" />
  153. <meta name="if:image fade" content="1" />
  154. <meta name="if:infinite scroll" content="1" />
  155. <meta name="if:pagination" content="1" />
  156. <meta name="if:show captions" content="1" />
  157. <link rel="stylesheet" href="font-awesome.min.css">
  158. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  159.  
  160. <link href='http://static.tumblr.com/blpgwiz/sSZmijydf/slide_in.css' rel='stylesheet' style='text/css'>
  161. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  162.  
  163.  
  164.  
  165. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  166. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  167. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  168.  
  169.  
  170.  
  171. <link href='https://fonts.googleapis.com/css?family=Hind:400,700|Roboto:400,300' rel='stylesheet' type='text/css'>
  172. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  173.  
  174. <link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
  175.  
  176.  
  177. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  178. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189. <style type="text/css">
  190.  
  191. @-webkit-keyframes hvr-wobble-skew {
  192. 16.65% {
  193. -webkit-transform: skew(-12deg);
  194. transform: skew(-12deg);
  195. }
  196.  
  197. 33.3% {
  198. -webkit-transform: skew(10deg);
  199. transform: skew(10deg);
  200. }
  201.  
  202. 49.95% {
  203. -webkit-transform: skew(-6deg);
  204. transform: skew(-6deg);
  205. }
  206.  
  207. 66.6% {
  208. -webkit-transform: skew(4deg);
  209. transform: skew(4deg);
  210. }
  211.  
  212. 83.25% {
  213. -webkit-transform: skew(-2deg);
  214. transform: skew(-2deg);
  215. }
  216.  
  217. 100% {
  218. -webkit-transform: skew(0);
  219. transform: skew(0);
  220. }
  221. }
  222.  
  223. @keyframes hvr-wobble-skew {
  224. 16.65% {
  225. -webkit-transform: skew(-12deg);
  226. transform: skew(-12deg);
  227. }
  228.  
  229. 33.3% {
  230. -webkit-transform: skew(10deg);
  231. transform: skew(10deg);
  232. }
  233.  
  234. 49.95% {
  235. -webkit-transform: skew(-6deg);
  236. transform: skew(-6deg);
  237. }
  238.  
  239. 66.6% {
  240. -webkit-transform: skew(4deg);
  241. transform: skew(4deg);
  242. }
  243.  
  244. 83.25% {
  245. -webkit-transform: skew(-2deg);
  246. transform: skew(-2deg);
  247. }
  248.  
  249. 100% {
  250. -webkit-transform: skew(0);
  251. transform: skew(0);
  252. }
  253. }
  254.  
  255. .hvr-wobble-skew {
  256. display: inline-block;
  257. vertical-align: middle;
  258. -webkit-transform: translateZ(0);
  259. transform: translateZ(0);
  260. box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  261. -webkit-backface-visibility: hidden;
  262. backface-visibility: hidden;
  263. -moz-osx-font-smoothing: grayscale;
  264. }
  265.  
  266.  
  267. @-moz-keyframes spin {
  268. from { -moz-transform: rotate(0deg); }
  269. to { -moz-transform: rotate(360deg); }
  270. }
  271. @-webkit-keyframes spin {
  272. from { -webkit-transform: rotate(0deg); }
  273. to { -webkit-transform: rotate(360deg); }
  274. }
  275. @keyframes spin {
  276. from {transform:rotate(0deg);}
  277. to {transform:rotate(360deg);}
  278. }
  279.  
  280. @font-face
  281. {font-family: "bebas";src: url('https://dl.dropboxusercontent.com/s/scbj3da4dz3dfmf/BebasNeue.otf?dl=1'); format("truetype");}
  282.  
  283. /* github karmilla font */
  284.  
  285. @font-face
  286. {font-family: "karmilla";src: url('https://dl.dropboxusercontent.com/s/uywb15dlebvumiu/Karla-Regular.ttf?dl=1'); format("truetype");}
  287.  
  288. @font-face
  289. {font-family: "jersey";src: url('https://dl.dropboxusercontent.com/s/y5vpdeaexfo6s3v/Jersey%20M54.ttf?dl=1'); format("truetype");}
  290.  
  291. @font-face
  292. {font-family: "motae";src: url('https://dl.dropboxusercontent.com/s/4zetiwrw9o51z7v/FriendsForever.ttf?dl=1'); format("truetype");}
  293.  
  294. @font-face
  295. {font-family: "blvd";src: url('https://dl.dropboxusercontent.com/s/x2k0kn5bosqf4cj/Blanche%20de%20la%20Fontaine.ttf?dl=1'); format("truetype");}
  296.  
  297. @font-face
  298. {font-family: "nct";src: url('https://dl.dropboxusercontent.com/s/jerhl6qqyqn1wyi/Disclaimer-Plain.otf?dl=1'); format("truetype");}
  299.  
  300. /* Selection */
  301.  
  302.  
  303. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
  304. {block:indexpage} display:none;{/block:indexpage}
  305. -webkit-filter:invert(100%);
  306. opacity:.5;
  307. top:23px;
  308. right:0px;
  309. }
  310.  
  311.  
  312. ::-moz-selection { /* Code for Firefox */
  313. color: {color:Selected Text Color};
  314. background: {color:Selected Text Background};
  315. }
  316.  
  317. ::selection {
  318. color: {color:Selected Text Color};
  319. background: {color:Selected Text Background};
  320. }
  321.  
  322.  
  323. /* Let's get this party started */
  324. ::-webkit-scrollbar {
  325. width: 5px;
  326. height:12px;
  327. max-height:10px;
  328. }
  329.  
  330. .sbdesc::-webkit-scrollbar {
  331. width: 3px;
  332. height:8px;
  333. max-height:10px;
  334. }
  335.  
  336. /* Track */
  337. ::-webkit-scrollbar-track {
  338. background-color:{color:scrollbar background};
  339. }
  340.  
  341. /* Handle */
  342. ::-webkit-scrollbar-thumb {
  343. border-right:2px solid {color:background color};
  344. border-left:2px solid {color:background color};
  345. border-top:5px solid {color:background color};
  346. border-bottom:5px solid {color:background color};
  347. background-color:{color:scrollbar thumb};
  348. }
  349.  
  350. .pros::-webkit-scrollbar-thumb {
  351. border-right:2px solid #fafafa;
  352. border-left:2px solid #fafafa;
  353. border-top:5px solid #fafafa;
  354. border-bottom:5px solid #fafafa;
  355. background-color:{color:scrollbar thumb};
  356. }
  357.  
  358. .pros::-webkit-scrollbar-track {
  359. background-color:#fafafa;
  360. }
  361.  
  362. .cons::-webkit-scrollbar-thumb {
  363. border-right:2px solid #fafafa;
  364. border-left:2px solid #fafafa;
  365. border-top:5px solid #fafafa;
  366. border-bottom:5px solid #fafafa;
  367. background-color:{color:scrollbar thumb};
  368. }
  369.  
  370. .cons::-webkit-scrollbar-track {
  371. background-color:#fafafa;
  372. }
  373.  
  374. .motae2::-webkit-scrollbar-thumb {
  375. border-right:2px solid #fafafa;
  376. border-left:2px solid #fafafa;
  377. background-color:{color:scrollbar thumb};
  378. }
  379.  
  380. .motae2::-webkit-scrollbar-track {
  381. background-color:#fafafa;
  382. }
  383.  
  384. ::-webkit-scrollbar-thumb:window-inactive {
  385. background-color:{color:scrollbar thumb};
  386. }
  387.  
  388. /* Handle */
  389. .tab2-content::-webkit-scrollbar-thumb {
  390. border-right:4px solid #fff;
  391. border-top:5px solid #fff;
  392. border-bottom:5px solid #fff;
  393. background-color:{color:scrollbar thumb};
  394. }
  395. /* Track */
  396. .tab2-content::-webkit-scrollbar-track {
  397. background-color:transparent;
  398. }
  399.  
  400.  
  401.  
  402.  
  403. body {
  404. margin:0 0;
  405. padding:0;
  406. font-family: "Segoe UI","Microsoft YaHei";
  407. background-color:{color:background color};
  408. background-size:fill;
  409. background-attachment:fixed;
  410. background-position:top left;
  411. background-repeat:no-repeat;
  412. color:{color:body text};
  413. overflow-x:hidden;
  414. }
  415.  
  416.  
  417. header {
  418. color: #fff;
  419. text-align: center;
  420. min-height: 140px;
  421. margin-bottom: 60px;
  422. }
  423.  
  424. header h1{
  425. margin-top: 100px;
  426. font-size: 50px;
  427. margin-bottom: 20px;
  428. font-weight: 100;
  429. }
  430.  
  431. header a{
  432. font-size: 18px;
  433. margin-left: 20px;
  434. }
  435.  
  436. a {
  437. text-decoration:none;
  438. color:{color:hover link};
  439. cursor:help;
  440. }
  441.  
  442. a:active, a:visited, a:link {
  443. color:{color:link color};
  444. cursor:help;
  445. }
  446.  
  447. a:hover {
  448. color:{color:link hover};
  449. }
  450.  
  451. b, strong {
  452. color:{color:bold};
  453. font-size:7px;
  454. letter-spacing:1px;
  455. text-transform:uppercase;
  456. font-family:'Work Sans', sans-serif;
  457. }
  458.  
  459. i, em {
  460. color:{color:italic};
  461. }
  462.  
  463. small {
  464. font-family:'calibri';
  465. font-size:8px;
  466. }
  467.  
  468. big {
  469. font-family:'calibri';
  470. font-size:12px;
  471. }
  472.  
  473. ul {
  474. color: {color:post text};
  475. font-family:"karmilla";
  476. font-size:8px;
  477. line-height:100%;
  478. text-transform:auto;
  479. margin-left:-10px;
  480. list-style:none;
  481. }
  482. ol {
  483. color: {color:post text};
  484. font-family:"karmilla";
  485. font-size:8px;
  486. line-height:100%;
  487. text-transform:auto;
  488. margin-left:-20px;
  489. list-style:none;
  490. }
  491.  
  492. li {
  493. color: {color:body text};
  494. font-family:"karmilla";
  495. font-size:8px;
  496. line-height:100%;
  497. text-transform:auto;
  498. }
  499.  
  500.  
  501. .posts li:before, .popup_block li:before {
  502. content: "\f006"; /* Insert content that looks like bullets */
  503. padding-right: 4px;
  504. font-family: FontAwesome;
  505. margin-left:-12px;
  506. display: inline-block;
  507. color: {color:accent}; /* Or a color you prefer */
  508. }
  509.  
  510. .posts ol li:before, .popup_block ol li:before {
  511. content: "\f005"; /* Insert content that looks like bullets */
  512. padding-right: 4px;
  513. font-family: FontAwesome;
  514. margin-left:-12px;
  515. display: inline-block;
  516. color: {color:accent}; /* Or a color you prefer */
  517. }
  518.  
  519. blockquote {
  520. margin:5px 5px 5px 5px;
  521. border:1px solid {color:blockquote border};
  522. background-color:{color:blockquote background};
  523. width:auto !important;
  524. padding:5px 10px 5px 10px;
  525. font-family:calibri;
  526. font-size:10px;
  527. color:{color:post text};
  528. line-height:100%;
  529. text-transform:auto;
  530. text-align:justify;
  531. word-spacing:0;
  532. letter-spacing:.5px;
  533. }
  534.  
  535. blockquote blockquote {
  536. margin:0 0;
  537. background-color:{color:blockquote2 background};
  538. }
  539.  
  540. blockquote img {
  541. max-width:100%;
  542. height:auto;
  543. padding:2px;
  544. {block:ifMonochrome}
  545. -webkit-filter: grayscale(100%);
  546. {/block:ifMonochrome}
  547. {block:ifImageFade}
  548. opacity:.5;
  549. {/block:ifImageFade}
  550. }
  551.  
  552. blockquote img:hover {
  553. {block:ifMonochrome}
  554. -webkit-filter: grayscale(20%);
  555. {/block:ifMonochrome}
  556. {block:ifImageFade}
  557. opacity:1;
  558. {/block:ifImageFade}
  559. }
  560.  
  561. pre {
  562. white-space: pre-wrap;
  563. white-space: -moz-pre-wrap;
  564. white-space: -pre-wrap;
  565. white-space: -o-pre-wrap;
  566. word-wrap: break-word;
  567. color:{color:post text};
  568. background-color:{color:pre background};
  569. padding:3px;
  570. font-size:8px;
  571. font-family:'karmilla';
  572. line-height:100%;
  573. text-transform:uppercase;
  574. text-align:center;
  575. word-spacing:0;
  576. letter-spacing:0;
  577. }
  578.  
  579. h1 {
  580. font-family:arial black;
  581. font-size:12px;
  582. color:{color:title color};
  583. font-weight:900;
  584. letter-spacing:1px;
  585. text-transform:uppercase;
  586. text-align:center;
  587. }
  588.  
  589.  
  590. /* Tooltip */
  591. #s-m-t-tooltip{
  592. /* basic */
  593. max-width:200px;
  594. z-index:2222222222222222222222222;
  595. margin:12px 20px;
  596. /* style and design */
  597. padding:3px 7px 3px 7px;
  598. background-color:{color:Tooltip Background};
  599. border:1px solid {color:tooltip border};
  600. color:{color:Tooltip Text};
  601. font-family:'Work Sans', sans-serif;
  602. letter-spacing:1px;
  603. text-transform:uppercase;
  604. text-align:left;
  605. font-size:7px;
  606. border-radius:3px;
  607. line-height:100%;
  608. -webkit-transition: all 0.2s ease;
  609. -moz-transition: all 0.2s ease;
  610. -o-transition: all 0.2s ease;
  611. -webkit-animation: bounceIn ·2s;
  612. -moz-animation: bounceIn 2s;
  613. -ms-animation: bounceIn 2s;
  614. -o-animation: bounceIn 2s;
  615. animation: bounceIn 2s;
  616. }
  617.  
  618.  
  619.  
  620.  
  621. .updates {
  622. margin-left:-5px;
  623. margin-top:15px;
  624. width:120px; /* this will change the width of the entire tab */
  625. font-size:10px; /* changing this will scale all of the text */
  626. z-index:1000000000000000000000000000000000;
  627. }
  628.  
  629. .ut, .updates .text {
  630. border:1px solid #000; /* border colour of the boxes */
  631. background:#ffffff; /* background colour of the boxes */
  632. }
  633. .updates .text {
  634. padding:10px; /* padding around the updates tab text */
  635. border:1px solid #000;
  636. }
  637.  
  638. .updates ul {
  639. margin-left:-10px;
  640. }
  641.  
  642. .updates li:before {
  643. content: "\f006"; /* Insert content that looks like bullets */
  644. padding-right: 3px;
  645. margin-left:-10px;
  646. font-family: FontAwesome;
  647. display: inline-block;
  648. color: {color:accent}; /* Or a color you prefer */
  649. }
  650.  
  651. .updates ol li:before {
  652. content: "\f005"; /* Insert content that looks like bullets */
  653. padding-right: 3px;
  654. font-family: FontAwesome;
  655. display: inline-block;
  656. color: {color:accent}; /* Or a color you prefer */
  657. }
  658.  
  659. .updates a {
  660. -webkit-transition: all .6s ease-in-out;
  661. -moz-transition: all .6s ease-in-out;
  662. -o-transition: all .6s ease-in-out;
  663. -ms-transition: all .6s ease-in-out;
  664. transition: all .6s ease-in-out;
  665. }
  666. .updates a:hover {
  667. -webkit-transition: all .6s ease-in-out;
  668. -moz-transition: all .6s ease-in-out;
  669. -o-transition: all .6s ease-in-out;
  670. -ms-transition: all .6s ease-in-out;
  671. transition: all .6s ease-in-out;
  672. }
  673.  
  674. /* post wrapper */
  675.  
  676.  
  677. .postcontain {
  678. display:;
  679. position:absolute;
  680. {block:if250}
  681. width:300px;
  682. {/block:if250}
  683. {block:if400}
  684. width:400px;
  685. {/block:if400}
  686. {block:if500}
  687. width:500px;
  688. {/block:if500}
  689. padding:0px;
  690. background-color:#fafafa;
  691. height:100%;
  692. }
  693.  
  694.  
  695. .postwrap {
  696. display:;
  697. position:relative;
  698. {block:if250}
  699. width:250px;
  700. {/block:if250}
  701. {block:if400}
  702. width:400px;
  703. {/block:if400}
  704. {block:if500}
  705. width:500px;
  706. {/block:if500}
  707. padding:10px 5px 10px 5px;
  708. margin-left:345px;
  709. margin-top:240px;
  710. margin-bottom:30px;
  711. height:100%;
  712. }
  713.  
  714.  
  715. .container {
  716. width: 100%;
  717. max-width: 999px;
  718. margin: 0px auto;
  719. }
  720.  
  721.  
  722. /* Posts */
  723.  
  724. #post_title {
  725. color:{color:title color};
  726. font-size:12px;
  727. line-height:100%;
  728. font-family:arial black;
  729. border-bottom:1px solid {color:post border};
  730. text-align:center;
  731. text-transform:uppercase;
  732. word-spacing:0;
  733. letter-spacing:0;
  734. padding:5px;
  735. }
  736.  
  737. .bebas {
  738. font-family:"bebas";
  739. }
  740.  
  741. .trebuchet_ms {
  742. font-family:"Trebuchet MS";
  743. }
  744.  
  745. .georgia {
  746. font-family:"Georgia";
  747. }
  748.  
  749. .posts {
  750. position:relative;
  751. display:inline-block;
  752. {block:if250}
  753. width:250px;
  754. {/block:if250}
  755. {block:if400}
  756. width:400px;
  757. {/block:if400}
  758. {block:if500}
  759. width:500px;
  760. {/block:if500}
  761. {block:indexpage}
  762. margin-top:-4px;
  763. border-bottom:1px solid {color:post border};
  764. {/block:indexpage}
  765. margin-left:15px;
  766. height:auto !important;
  767. background-color:{color:posts};
  768. {block:permalinkpage}
  769. border-top:1px solid {color:post border};
  770. {/block:permalinkpage}
  771. border-right:1px solid {color:post border};
  772. border-left:1px solid {color:post border};
  773. padding:10px;
  774. font-family:calibri;
  775. font-size:10px;
  776. margin-bottom:30px;
  777. color:{color:post text};
  778. line-height:100%;
  779. text-align:justify;
  780. word-wrap:break-word;
  781. text-transform:auto;
  782. word-spacing:0;
  783. letter-spacing:0;
  784. }
  785.  
  786. .posts img {
  787. max-width:100%;
  788. height:auto;
  789. {block:ifMonochrome}
  790. -webkit-filter: grayscale(100%);
  791. {/block:ifMonochrome}
  792. {block:ifImageFade}
  793. opacity:.5;
  794. {/block:ifImageFade}
  795. }
  796.  
  797. .posts img:hover {
  798. {block:ifMonochrome}
  799. -webkit-filter: grayscale(20%);
  800. {/block:ifMonochrome}
  801. {block:ifImageFade}
  802. opacity:1;
  803. {/block:ifImageFade}
  804. }
  805.  
  806. .posts ul {
  807. margin-left:-28px;
  808. }
  809. .posts ol {
  810. margin-left:-28px;
  811. }
  812.  
  813. .posts li {
  814. margin-top:2px;
  815. margin-bottom:2px;
  816. {block:indexpage}
  817. text-transform:auto;
  818. {/block:indexpage}
  819. }
  820.  
  821. .posts * {
  822. -moz-transition:all 0.8s ease-in-out;
  823. -webkit-transition:all 0.8s ease-in-out;
  824. -o-transition:all 0.8s ease-in-out;
  825. transition:all 0.8s ease-in-out;
  826. }
  827.  
  828. .posts *:hover {
  829. -moz-transition:all 0.8s ease-in-out;
  830. -webkit-transition:all 0.8s ease-in-out;
  831. -o-transition:all 0.8s ease-in-out;
  832. transition:all 0.8s ease-in-out;
  833. }
  834.  
  835.  
  836.  
  837. .icon_box {
  838. margin-top: 0px;
  839. margin-left:auto;
  840. margin-right: auto;
  841. z-index:999;
  842. position: relative;
  843. background-color: none;
  844. font-family:calibri;
  845. width: 100px;
  846. height: 20px;
  847. opacity:1;
  848. text-align: center;
  849. word-spacing: 0;
  850. font-size: 15px;
  851. font-style: normal;}
  852.  
  853.  
  854. a.class2, a.class2:link, a.class2:active, a.class2:visited {
  855. color: {color:accent};
  856. cursor: help;
  857. text-decoration: none;
  858. -webkit-transition: all 0.7s ease;
  859. transition: all 0.7s ease;
  860. -moz-transition: all 0.7s ease;
  861. -o-transition: all 0.7s ease;}
  862.  
  863. a.class2:hover{ color: {color:hover link};
  864. -webkit-transition: all .6s ease-in-out;
  865. -moz-transition: all .6s ease-in-out;
  866. -o-transition: all .6s ease-in-out;
  867. -ms-transition: all .6s ease-in-out;
  868. transition: all .6s ease-in-out;}
  869.  
  870.  
  871. .permapage {
  872. position:relative;
  873. margin-top:-30px;
  874. margin-left:15px;
  875. padding:0px 3px 3px 3px;
  876. {block:if250}
  877. width:264px;
  878. {/block:if250}
  879. {block:if400}
  880. width:409px;
  881. {/block:if400}
  882. {block:if500}
  883. width:509px;
  884. {/block:if500}
  885. height:auto;
  886. background-color:{color:posts};
  887. {block:indexpage}
  888. border-top:1px solid {color:post border};
  889. {/block:indexpage}
  890. border-left:1px solid {color:post border};
  891. border-right:1px solid {color:post border};
  892. border-bottom:1px solid {color:post border};
  893. margin-bottom:30px;
  894. font-family:'Work Sans', sans-serif;
  895. font-size:7px;
  896. line-height:100%;
  897. color:#777;
  898. letter-spacing:0;
  899. word-spacing:0;
  900. text-transform:uppercase;
  901. text-align:justify;
  902. -webkit-transition: all .6s ease-in-out;
  903. -moz-transition: all .6s ease-in-out;
  904. -o-transition: all .6s ease-in-out;
  905. -ms-transition: all .6s ease-in-out;
  906. transition: all .6s ease-in-out;
  907. }
  908.  
  909. .permapage * {
  910. -webkit-transition: all .6s ease-in-out;
  911. -moz-transition: all .6s ease-in-out;
  912. -o-transition: all .6s ease-in-out;
  913. -ms-transition: all .6s ease-in-out;
  914. transition: all .6s ease-in-out;
  915. }
  916.  
  917.  
  918. .postperma {
  919. display:none;
  920. position:absolute;
  921. {block:if250}width:0%;{/block:if250}
  922. {block:if400}width:0%;{/block:if400}
  923. {block:if500}width:0%;{/block:if500}
  924. margin-top: -30px;
  925. margin-left:0px;
  926. background-color:{color:posts};
  927. padding:0px;
  928. height: 100%;
  929. overflow:hidden;
  930. opacity:0;
  931. z-index:10000000000000000000000000000000;
  932. -moz-transition:all ease-in-out 0.7s;
  933. -webkit-transition:all ease-in-out 0.7s;
  934. -o-transition:all ease-in-out 0.7s;
  935. transition:all ease-in-out 0.7s;
  936.  
  937. }
  938.  
  939.  
  940. .posts:hover .postperma{
  941. opacity:1;
  942. overflow:hidden;
  943. width:100%;
  944. }
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951. .likereblog8 {
  952. position:absolute;
  953. padding:0px;
  954. margin-top:-31px;
  955. margin-left:280px;
  956. width:0px;
  957. height:40px;
  958. display:block;
  959. opacity:0;
  960. overflow:hidden;
  961. background-color:{color:post border};
  962. border-top:1px solid {color:post border};
  963. border-right:1px solid {color:post border};
  964. border-bottom:1px solid {color:post border};
  965. }
  966.  
  967. .posts:hover .likereblog8 {
  968. opacity:1;
  969. width:30px;
  970. }
  971.  
  972.  
  973. .likereblog {
  974. display:;
  975. position:relative;
  976. {block:if250}
  977. width:256px;
  978. {/block:if250}
  979. {block:if400}
  980. width:396px;
  981. {/block:if400}
  982. {block:if500}
  983. width:546px;
  984. {/block:if500}
  985. height:20px;
  986. margin-top:10px;
  987. padding:2px 7px 2px 7px;
  988. margin-left:15px;
  989. margin-bottom:4px;
  990. font-family:'Work Sans', sans-serif;
  991. font-size:8px;
  992. color:#fff;
  993. line-height:100%;
  994. text-align:center;
  995. text-transform:uppercase;
  996. word-spacing:0;
  997. border-radius:10px 10px 0 0;
  998. letter-spacing:1px;
  999. border:1px solid {color:accent};
  1000. background-color:{color:accent};
  1001. background-image: url('');
  1002. background-size:350px auto;
  1003. background-attachment:fixed;
  1004. background-position:center;
  1005. background-repeat:repeat;
  1006. }
  1007.  
  1008. .likereblog a {
  1009. color:#fff;
  1010. -webkit-transition: all .6s ease-in-out;
  1011. -moz-transition: all .6s ease-in-out;
  1012. -o-transition: all .6s ease-in-out;
  1013. -ms-transition: all .6s ease-in-out;
  1014. transition: all .6s ease-in-out;
  1015. }
  1016.  
  1017. .likereblog a:hover {
  1018. color:{color:link color};
  1019. -webkit-transition: all .6s ease-in-out;
  1020. -moz-transition: all .6s ease-in-out;
  1021. -o-transition: all .6s ease-in-out;
  1022. -ms-transition: all .6s ease-in-out;
  1023. transition: all .6s ease-in-out;
  1024. }
  1025. .like_button iframe {
  1026. position:absolute;
  1027. margin-top:-2px;
  1028. width:20px;
  1029. height:20px;
  1030. opacity:0;
  1031. }
  1032. a.liked + svg, .like .liked + svg {
  1033. fill:{color:link hover};
  1034. }
  1035. .like_button iframe svg {
  1036. width:20px;
  1037. height:20px;
  1038. }
  1039. .like svg {
  1040. fill:#eee;
  1041. margin-top:-2px;
  1042. margin-bottom:-1px;
  1043. -webkit-transition: all .6s ease-in-out;
  1044. -moz-transition: all .6s ease-in-out;
  1045. -o-transition: all .6s ease-in-out;
  1046. -ms-transition: all .6s ease-in-out;
  1047. transition: all .6s ease-in-out;
  1048. }
  1049. .like:hover svg {
  1050. fill:{color:link hover};
  1051. -webkit-transition: all .6s ease-in-out;
  1052. -moz-transition: all .6s ease-in-out;
  1053. -o-transition: all .6s ease-in-out;
  1054. -ms-transition: all .6s ease-in-out;
  1055. transition: all .6s ease-in-out;
  1056. }
  1057. .reblog svg {
  1058. margin-top:4px;
  1059. margin-bottom:-1px;
  1060. margin-right:-15px;
  1061. float:left;
  1062. -webkit-transition: all .6s ease-in-out;
  1063. -moz-transition: all .6s ease-in-out;
  1064. -o-transition: all .6s ease-in-out;
  1065. -ms-transition: all .6s ease-in-out;
  1066. transition: all .6s ease-in-out;
  1067. }
  1068.  
  1069. .reblog svg path {
  1070. fill: #fff;
  1071. -webkit-transition: all .6s ease-in-out;
  1072. -moz-transition: all .6s ease-in-out;
  1073. -o-transition: all .6s ease-in-out;
  1074. -ms-transition: all .6s ease-in-out;
  1075. transition: all .6s ease-in-out;
  1076. }
  1077.  
  1078. .reblog:hover svg path {
  1079. fill: {color:link hover};
  1080. -moz-transition:all 0.5s linear;
  1081. -webkit-transition:all 0.5s linear;
  1082. -o-transition:all 0.5s linear;
  1083. transition:all 0.5s linear;
  1084. }
  1085. .likereblog ul {
  1086. list-style:none;
  1087. margin-top:0px;
  1088. float:right;
  1089. }
  1090. .likereblog ul li {
  1091. margin-top:5px;
  1092. float:left;
  1093. }
  1094.  
  1095.  
  1096. .indexperma {
  1097. display:;
  1098. position:relative;
  1099. {block:if250}
  1100. width:256px;
  1101. {/block:if250}
  1102. {block:if400}
  1103. width:446px;
  1104. {/block:if400}
  1105. {block:if500}
  1106. width:546px;
  1107. {/block:if500}
  1108. margin-top:10px;
  1109. padding:7px 7px 7px 7px;
  1110. margin-left:-10px;
  1111. background-color:{color:post border};
  1112. font-family:'Work Sans', sans-serif;
  1113. font-size:8px;
  1114. color:#bbb;
  1115. line-height:100%;
  1116. text-align:justify;
  1117. text-transform:uppercase;
  1118. word-spacing:0;
  1119. letter-spacing:1px;
  1120. }
  1121.  
  1122. .indexperma a {
  1123. color:{color:link hover};
  1124. -moz-transition:all 0.8s ease-in-out;
  1125. -webkit-transition:all 0.8s ease-in-out;
  1126. -o-transition:all 0.8s ease-in-out;
  1127. transition:all 0.8s ease-in-out;
  1128. }
  1129.  
  1130. .indexperma a:hover {
  1131. color:{color:link color};
  1132. -moz-transition:all 0.8s ease-in-out;
  1133. -webkit-transition:all 0.8s ease-in-out;
  1134. -o-transition:all 0.8s ease-in-out;
  1135. transition:all 0.8s ease-in-out;
  1136. }
  1137.  
  1138. .indexperma img {
  1139. {block:ifMonochrome}
  1140. -webkit-filter: grayscale(100%);
  1141. {/block:ifMonochrome}
  1142. {block:ifImageFade}
  1143. opacity: .5;
  1144. {/block:ifImageFade}
  1145. }
  1146.  
  1147. .indexperma img:hover {
  1148. {block:ifMonochrome}
  1149. -webkit-filter: grayscale(0%);
  1150. {/block:ifMonochrome}
  1151. {block:ifImageFade}
  1152. opacity: 1;
  1153. {/block:ifImageFade}
  1154. }
  1155.  
  1156.  
  1157. .indexperma2 {
  1158. display:;
  1159. position:relative;
  1160. {block:if250}
  1161. width:256px;
  1162. {/block:if250}
  1163. {block:if400}
  1164. width:446px;
  1165. {/block:if400}
  1166. {block:if500}
  1167. width:546px;
  1168. {/block:if500}
  1169. padding:0px 7px 0px 7px;
  1170. margin-left:16px;
  1171. margin-top:-27px;
  1172. margin-bottom:15px;
  1173. font-family:calibri;
  1174. font-size:8px;
  1175. color:#ccc;
  1176. line-height:100%;
  1177. text-align:justify;
  1178. text-transform:uppercase;
  1179. word-spacing:0;
  1180. letter-spacing:1px;
  1181. }
  1182.  
  1183. .indexperma2 a {
  1184. color:{color:hover color};
  1185. -moz-transition:all 0.8s ease-in-out;
  1186. -webkit-transition:all 0.8s ease-in-out;
  1187. -o-transition:all 0.8s ease-in-out;
  1188. transition:all 0.8s ease-in-out;
  1189. }
  1190.  
  1191. .indexperma2 a:hover {
  1192. color:{color:link hover};
  1193. -moz-transition:all 0.8s ease-in-out;
  1194. -webkit-transition:all 0.8s ease-in-out;
  1195. -o-transition:all 0.8s ease-in-out;
  1196. transition:all 0.8s ease-in-out;
  1197. }
  1198.  
  1199. .captions {
  1200. margin:0 0;
  1201. font-family:"karmilla";
  1202. font-size:8px;
  1203. color:#999;
  1204. line-height:100%;
  1205. word-spacing:0;
  1206. letter-spacing:0;
  1207. text-align:justify;
  1208. text-transform:uppercase;
  1209. padding:10px;
  1210. width:auto;
  1211. height:auto;
  1212. }
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220. .notesep {
  1221. width:auto;
  1222. height:1px;
  1223. margin-top:5px;
  1224. margin-left:-3px;
  1225. margin-right:-3px;
  1226. background-color:{color:post border};
  1227. }
  1228.  
  1229. .notes {
  1230. {block:if500}
  1231. width:500px !important;
  1232. {/block:if500}
  1233. {block:if400}
  1234. width:400px !important;
  1235. {/block:if400}
  1236. {block:if250}
  1237. width:287px !important;
  1238. {/block:if250}
  1239. margin:0px 5px 0px -20px;
  1240. word-wrap:break-word;
  1241. display:inline-block;
  1242. line-height:100%;
  1243. color:{color:Post Text};
  1244. text-align:justify;
  1245. text-transform:uppercase;
  1246. font-family:"karmilla";
  1247. font-size:8px;
  1248. letter-spacing:0;
  1249. word-spacing:0;
  1250. list-style-type:none;
  1251. }
  1252.  
  1253. .notes * {
  1254. -webkit-transition: all .6s ease-in-out;
  1255. -moz-transition: all .6s ease-in-out;
  1256. -o-transition: all .6s ease-in-out;
  1257. -ms-transition: all .6s ease-in-out;
  1258. transition: all .6s ease-in-out;
  1259. }
  1260.  
  1261. .notes img {
  1262. display:none;
  1263. margin-bottom:5px;
  1264. float:left;
  1265. margin-right:5px;
  1266. border:1px solid {color:accent};
  1267. {block:ifMonochrome}
  1268. -webkit-filter: grayscale(100%);
  1269. {/block:ifMonochrome}
  1270. {block:ifImageFade}
  1271. opacity: .5;
  1272. {/block:ifImageFade}
  1273. }
  1274.  
  1275. .notes img:hover {
  1276. {block:ifMonochrome}
  1277. -webkit-filter: grayscale(0%);
  1278. {/block:ifMonochrome}
  1279. {block:ifImageFade}
  1280. opacity: 1;
  1281. {/block:ifImageFade}
  1282. }
  1283.  
  1284. .notes blockquote {
  1285. margin:5px 5px 5px 5px;
  1286. text-align:justify;
  1287. text-transform:uppercase;
  1288. font-family:"karmilla";
  1289. font-size:8px;
  1290. letter-spacing:0;
  1291. word-spacing:0;
  1292. }
  1293.  
  1294. .notes ul {
  1295. list-style-type:none;
  1296. font-family:"karmilla";
  1297. font-size:8px;
  1298. }
  1299. .notes ol {
  1300. list-style-type:none;
  1301. font-family:"karmilla";
  1302. font-size:8px;
  1303. }
  1304. .notes li {
  1305. {block:if500}
  1306. width:510px !important;
  1307. {/block:if500}
  1308. {block:if400}
  1309. width:410px !important;
  1310. {/block:if400}
  1311. {block:if250}
  1312. width:258px !important;
  1313. {/block:if250}
  1314. margin-top:3px;
  1315. padding:3px;
  1316. line-height:100%;
  1317. font-family:"karmilla";
  1318. font-size:8px;
  1319. height:auto;
  1320. max-height:auto;
  1321. }
  1322.  
  1323. .notes li:nth-of-type(odd) {
  1324. background-color:{color:chat even};
  1325. }
  1326. .notes li:nth-of-type(even) {
  1327. background-color:{color:chat odd};
  1328. }
  1329.  
  1330. .notes a {
  1331. color:{color:link hover};
  1332. }
  1333. .notes a:hover {
  1334. color:{color:link color};
  1335. }
  1336.  
  1337. ol.notes li.note.reblog:before {
  1338. content: "\f079"; /* Insert content that looks like bullets */
  1339. padding-right: 3px;
  1340. font-family: FontAwesome;
  1341. display: inline-block;
  1342. margin-left:2px;
  1343. color: {color:accent}; /* Or a color you prefer */
  1344. }
  1345.  
  1346. ol.notes li.note.like:before {
  1347. content: "\f08a"; /* Insert content that looks like bullets */
  1348. padding-right: 3px;
  1349. font-family: FontAwesome;
  1350. display: inline-block;
  1351. margin-left:2px;
  1352. color: {color:accent}; /* Or a color you prefer */
  1353. }
  1354.  
  1355. ol.notes li.note.reply:before {
  1356. content: "\f27b"; /* Insert content that looks like bullets */
  1357. padding-right: 3px;
  1358. font-family: FontAwesome;
  1359. margin-left:2px;
  1360. display: inline-block;
  1361. color: {color:accent}; /* Or a color you prefer */
  1362. }
  1363.  
  1364.  
  1365.  
  1366. /* Images */
  1367.  
  1368. .image {
  1369. max-width:100%;
  1370. {block:ifMonochrome}
  1371. -webkit-filter: grayscale(100%);
  1372. {/block:ifMonochrome}
  1373. {block:ifImageFade}
  1374. opacity:.5;
  1375. {/block:ifImageFade}
  1376. }
  1377.  
  1378. .image:hover {
  1379. {block:ifMonochrome}
  1380. -webkit-filter: grayscale(20%);
  1381. {/block:ifMonochrome}
  1382. {block:ifImageFade}
  1383. opacity:1;
  1384. {/block:ifImageFade}}
  1385.  
  1386. .photo {
  1387. max-width:100%;
  1388. {block:ifMonochrome}
  1389. -webkit-filter: grayscale(100%);
  1390. {/block:ifMonochrome}
  1391. {block:ifImageFade}
  1392. opacity:.5;
  1393. {/block:ifImageFade}}
  1394.  
  1395. .photo:hover {
  1396. {block:ifMonochrome}
  1397. -webkit-filter: grayscale(20%);
  1398. {/block:ifMonochrome}
  1399. {block:ifImageFade}
  1400. opacity:1;
  1401. {/block:ifImageFade}}
  1402.  
  1403. .video {
  1404. max-width:100%;
  1405. {block:ifMonochrome}
  1406. -webkit-filter: grayscale(100%);
  1407. {/block:ifMonochrome}
  1408. {block:ifImageFade}
  1409. opacity:.5;
  1410. {/block:ifImageFade}}
  1411.  
  1412. .video:hover {
  1413. {block:ifMonochrome}
  1414. -webkit-filter: grayscale(20%);
  1415. {/block:ifMonochrome}
  1416. {block:ifImageFade}
  1417. opacity:1;
  1418. {/block:ifImageFade}}
  1419.  
  1420.  
  1421.  
  1422. /* Audio */
  1423. .album {
  1424. background-repeat: no-repeat;
  1425. background-position: center;
  1426. position: absolute;
  1427. width: 38px;
  1428. height: 38px;
  1429. padding:3px;
  1430. background-size: 60px;
  1431. overflow: hidden;
  1432. background-color:{color:posts};
  1433. border-right:1px solid {color:post border};
  1434. border-top:1px solid {color:posts};
  1435. border-left:1px solid {color:posts};
  1436. border-bottom:1px solid {color:posts};
  1437. -moz-transition:all 0.5s linear;
  1438. -webkit-transition:all 0.5s linear;
  1439. -o-transition:all 0.5s linear;
  1440. transition:all 0.5s linear;
  1441. }
  1442.  
  1443. .album img {
  1444. display:none;
  1445. width: 38px;
  1446. height: 38px;
  1447. overflow: hidden;
  1448. -moz-transition:all 0.5s linear;
  1449. -webkit-transition:all 0.5s linear;
  1450. -o-transition:all 0.5s linear;
  1451. transition:all 0.5s linear;
  1452. {block:ifMonochrome}
  1453. -webkit-filter: grayscale(100%);
  1454. {/block:ifMonochrome}
  1455. {block:ifImageFade}
  1456. opacity:.5;
  1457. {/block:ifImageFade}
  1458. }
  1459.  
  1460.  
  1461.  
  1462. .player {
  1463. position:absolute;
  1464. width: 5px;
  1465. height: 6px;
  1466. overflow:hidden;
  1467. padding: 4px 29px 28px 4px;
  1468. margin-top: 4px;
  1469. margin-left: 0px;
  1470. background-color: {color:posts};
  1471. opacity: .3;
  1472. z-index: 10;
  1473. -moz-transition:all 0.5s linear;
  1474. -webkit-transition:all 0.5s linear;
  1475. -o-transition:all 0.5s linear;
  1476. transition:all 0.5s linear;
  1477. }
  1478.  
  1479.  
  1480.  
  1481. .player2 {
  1482. position:absolute;
  1483. width: 5px;
  1484. height: 6px;
  1485. overflow:hidden;
  1486. padding: 4px 15px 15px 4px;
  1487. margin-top: -2px;
  1488. margin-left: -2px;
  1489. background-color: {color:posts};
  1490. opacity: .5;
  1491. z-index: 10;
  1492. -moz-transition:all 0.5s linear;
  1493. -webkit-transition:all 0.5s linear;
  1494. -o-transition:all 0.5s linear;
  1495. transition:all 0.5s linear;
  1496. }
  1497.  
  1498. .track {
  1499. margin-left: 45px;
  1500. margin-top:0px;
  1501. height:45px;
  1502. font-family:'Work Sans', sans-serif;
  1503. line-height:100%;
  1504. font-size:7px;
  1505. padding-left:8px;
  1506. text-align:justify;
  1507. color: {color:Post Text};
  1508. text-transform: uppercase;
  1509. letter-spacing:1px;
  1510. display:block;
  1511. text-overflow: ellipsis;
  1512. -o-text-overflow: ellipsis;
  1513. -ms-text-overflow: ellipsis;
  1514. overflow: hidden;
  1515. white-space: nowrap;
  1516. }
  1517.  
  1518. .audioline {
  1519. width:auto;
  1520. height:1px;
  1521. margin-top:5px;
  1522. margin-left:-5px;
  1523. margin-right:-5px;
  1524. background-color:{color:posts};
  1525. }
  1526.  
  1527.  
  1528. /* Chat */
  1529.  
  1530.  
  1531. .chat {
  1532. width:auto !important;
  1533. padding:3px;
  1534. margin-left:-10px;
  1535. margin-right:-10px;
  1536. }
  1537.  
  1538. .even {
  1539. background-color:{color:Chat Even};
  1540. margin:4px 1px 3px 1px;
  1541. color:{color:even Text};
  1542. padding:3px 5px 3px 5px;
  1543. font-family:"karmilla";
  1544. font-size:8px;
  1545. letter-spacing:0px;
  1546. word-spacing:0;
  1547. line-height:100%;
  1548. text-transform:uppercase;
  1549. text-align:justify;
  1550. }
  1551.  
  1552. .odd {
  1553. background-color:{color:Chat Odd};
  1554. margin:4px 1px 3px 1px;
  1555. color:{color:odd Text};
  1556. padding:3px 5px 3px 5px;
  1557. font-family:"karmilla";
  1558. font-size:8px;
  1559. letter-spacing:0px;
  1560. word-spacing:0;
  1561. line-height:100%;
  1562. text-transform:uppercase;
  1563. text-align:justify;
  1564. }
  1565.  
  1566. .odd .label {color: {color:accent};letter-spacing:1px;}
  1567. .even .label {color: {color:link color};letter-spacing:1px;}
  1568.  
  1569.  
  1570. /* Asks */
  1571. .asks {
  1572. min-height:auto !important;
  1573. max-height:auto !important;
  1574. height:auto !important;
  1575. width:250px;
  1576. background-color:{color:ask background};
  1577. border-top:1px solid {color:post border};
  1578. border-bottom:1px solid {color:post border};
  1579. margin-top:0px;
  1580. margin-left:-10px;
  1581. padding:10px;
  1582. font-family:calibri;
  1583. font-size:10px;
  1584. color:{color:Post Text};
  1585. line-height:100%;
  1586. text-transform:auto;
  1587. text-align:justify;
  1588. word-spacing:0;
  1589. letter-spacing:0;
  1590. }
  1591.  
  1592. .askers {
  1593. margin:-5px -10px 10px -10px;
  1594. padding:3px;
  1595. height:auto;
  1596. background-color:{color:asker background};
  1597. border-top:1px solid {color:post border};
  1598. border-bottom:1px solid {color:post border};
  1599. font-family:arial black;
  1600. font-size:12px;
  1601. color:{color:asker color};
  1602. line-height:15px;
  1603. text-transform:uppercase;
  1604. text-align:center;
  1605. }
  1606.  
  1607. .askers a {
  1608. color:{color:link hover};
  1609. }
  1610. .askers a:hover {
  1611. color:{color:link color};
  1612. }
  1613.  
  1614.  
  1615.  
  1616. /* quotes */
  1617. .quotes {
  1618. background-color:#fafafa;
  1619. padding:10px;
  1620. font-family:calibri;
  1621. color:#999;
  1622. margin-left:-10px;
  1623. margin-right:-10px;
  1624. line-height:100%;
  1625. font-size:12px;
  1626. text-transform:auto;
  1627. font-style:italic;
  1628. text-align:justify;
  1629. word-spacing:0;
  1630. border-top:1px solid {color:post border};
  1631. border-bottom:1px solid {color:post border};
  1632. letter-spacing:0;
  1633. }
  1634.  
  1635. .source {
  1636. color:#999;
  1637. height:auto;
  1638. padding:4px;
  1639. font-family:"karmilla";
  1640. font-size:8px;
  1641. line-height:100%;
  1642. margin-top:5px;
  1643. margin-bottom:-5px;
  1644. margin-left:-5px;
  1645. margin-right:-5px;
  1646. text-align:justify;
  1647. text-transform:uppercase;
  1648. letter-spacing:0;
  1649. word-spacing:0;
  1650. }
  1651.  
  1652.  
  1653. .quotes:before {
  1654. content: "\f10d"; /* Insert content that looks like bullets */
  1655. padding-right: 3px;
  1656. font-family: FontAwesome;
  1657. display: inline-block;
  1658. color: {color:accent}; /* Or a color you prefer */
  1659. }
  1660.  
  1661.  
  1662.  
  1663. /* Pagination */
  1664.  
  1665. #pagination {
  1666. z-index:100000000000000000000000000000000000;
  1667. {block:if500}
  1668. width:500px !important;
  1669. {/block:if500}
  1670. {block:if400}
  1671. width:400px !important;
  1672. {/block:if400}
  1673. {block:if250}
  1674. width:100px;
  1675. {/block:if250}
  1676. height:auto;
  1677. position:fixed;
  1678. left:0px;
  1679. margin-top:0px;
  1680. font-family:calibri;
  1681. color:{color:post text};
  1682. font-size:10px;
  1683. line-height:100%;
  1684. text-transform:uppercase;
  1685. padding: 4px;
  1686. background-color:transparent;
  1687. letter-spacing:0px;
  1688. text-align:center;
  1689. }
  1690.  
  1691. #pagination a {
  1692. padding: 0px 3px;
  1693. color:#fff;
  1694. font-family:calibri;
  1695. font-size:10px;
  1696. word-spacing:-2px;
  1697. text-decoration:none;
  1698. }
  1699.  
  1700. #pagination a:hover {
  1701. color:{color:link color};
  1702. }
  1703.  
  1704. .jump_page {
  1705.  
  1706. padding: 0px 0px;
  1707. color:#fff;
  1708. font-family:calibri;
  1709. font-size:10px;
  1710. word-spacing:-2px;
  1711. text-decoration:none;
  1712. }
  1713.  
  1714. .jump_page a{
  1715. color:#fff;
  1716. }
  1717.  
  1718. .current_page, .jump_page:hover {
  1719.  
  1720. padding: 0px 0px;
  1721. color:{color:link color};
  1722. font-family:calibri;
  1723. font-size:10px;
  1724. word-spacing:-2px;
  1725. text-decoration:none;
  1726. }
  1727.  
  1728.  
  1729.  
  1730.  
  1731. /* popup credit to cathms & edited // thank you yutomun */
  1732. .pop { position:fixed;width:auto;margin-left:220px;bottom:25px;height:auto;z-index:9999999999999;opacity:1;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-webkit-animation: bounceIn ·2s;
  1733. -moz-animation: bounceIn 2s;
  1734. -ms-animation: bounceIn 2s;
  1735. -o-animation: bounceIn 2s;
  1736. animation: bounceIn 2s;}
  1737.  
  1738. .pop-x{ bottom:5px;background-color:transparent;max-height:220px;padding:0px 5px 0px 5px;overflow:auto;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;}
  1739.  
  1740. .nav { letter-spacing:1px;letter-spacing:.5px;text-transform:uppercase;font-size:8px;}
  1741.  
  1742. .nav a { display:inline-block;margin-top:1px;margin-bottom:1px;line-height:100%;padding:5px;background:{color:accent};color:#fff;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;border:1px solid {color:accent};}
  1743.  
  1744. .nav a:hover { background:{color:background color};color:{color:accent};-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;border:1px solid #e1e1e1;}
  1745.  
  1746. .pop-x h1 {
  1747. color:{color:accent};
  1748. border-bottom:1px solid {color:post border};
  1749. }
  1750.  
  1751. /* Sidebar Wrapper */
  1752.  
  1753. #sidebar {
  1754. display:;
  1755. position:fixed;
  1756. margin-top:-200px;
  1757. margin-left:340px;
  1758. width:400px;
  1759. height:195px;
  1760. background-color:{color:background color};
  1761. padding:0;
  1762. z-index:999999999999999999999999999999999999999999999;
  1763. }
  1764.  
  1765. .sidebar {
  1766. position:fixed;
  1767. margin-top:0px;
  1768. margin-left:0px;
  1769. background-color:transparent;
  1770. width:568px;
  1771. height:auto;
  1772. }
  1773.  
  1774. /* Sidebar */
  1775.  
  1776. .desc {
  1777. display:;
  1778. position:fixed;
  1779. margin-top:77px;
  1780. margin-left:10px;
  1781. width:220px;
  1782. height:auto;
  1783. padding:5px 30px 5px 5px;
  1784. overflow:auto;
  1785. background-color:{color:posts};
  1786. border:1px solid {color:post border};
  1787. font-family:calibri;
  1788. font-size:8px;
  1789. color:{color:post text};
  1790. line-height:100%;
  1791. word-spacing:0;
  1792. letter-spacing:.5px;
  1793. text-align:justify;
  1794. text-transform:uppercase;
  1795. }
  1796.  
  1797. .desc u {
  1798. color:#eee;
  1799. }
  1800.  
  1801. .desc b {
  1802. color:{color:bold};
  1803. }
  1804. .desc i, em {
  1805. color:{color:italic};
  1806. }
  1807.  
  1808. .pinkblock {
  1809. position:fixed;
  1810. width:400px;
  1811. height:83px;
  1812. margin-top:-37px;
  1813. margin-left:0px;
  1814. background:{color:background color};
  1815. }
  1816.  
  1817. .greyblock {
  1818. position:fixed;
  1819. width:177px;
  1820. height:103px;
  1821. margin-top:315px;
  1822. margin-left:-179px;
  1823. background:{color:background color};
  1824. -ms-transform: rotate(31deg); /* IE 9 */
  1825. -webkit-transform: rotate(31deg); /* Chrome, Safari, Opera */
  1826. transform: rotate(31deg);
  1827. }
  1828.  
  1829. .pinkblock2 {
  1830. position:fixed;
  1831. width:131px;
  1832. height:83px;
  1833. margin-top:0px;
  1834. margin-left:259.5px;
  1835. background:#101010;
  1836. }
  1837.  
  1838. .greyblock2 {
  1839. position:fixed;
  1840. width:177px;
  1841. height:103px;
  1842. margin-top:-58px;
  1843. margin-left:259px;
  1844. background:{color:background color};
  1845. -ms-transform: rotate(32deg); /* IE 9 */
  1846. -webkit-transform: rotate(32deg); /* Chrome, Safari, Opera */
  1847. transform: rotate(32deg);
  1848. }
  1849.  
  1850. .title {
  1851. display:;
  1852. position:fixed;
  1853. bottom:-15px;
  1854. left:30px;
  1855. width:auto;
  1856. height:auto;
  1857. font-family:'blvd';
  1858. color:#f5f5f5;
  1859. font-size:110px;
  1860. font-weight:600;
  1861. line-height:100%;
  1862. letter-spacing:0px;
  1863. text-align:justify;
  1864. text-transform:capitalize;
  1865.  
  1866. }
  1867.  
  1868. .title a{
  1869. color:{color:accent};
  1870. -moz-transition:all 0.5s ease-in-out;
  1871. -webkit-transition:all 0.5s ease-in-out;
  1872. -o-transition:all 0.5s ease-in-out;
  1873. transition:all 0.5s ease-in-out;
  1874. }
  1875. .title a:hover{
  1876. color:#eee;
  1877. -moz-transition:all 0.5s ease-in-out;
  1878. -webkit-transition:all 0.5s ease-in-out;
  1879. -o-transition:all 0.5s ease-in-out;
  1880. transition:all 0.5s ease-in-out;
  1881. }
  1882.  
  1883. .title2 {
  1884. position:fixed;
  1885. margin-top:30px;
  1886. margin-left:10px;
  1887. width:230px;
  1888. height:auto;
  1889. font-family:arial black;
  1890. background-color:{color:accent};
  1891. color:#f9f9f9;
  1892. padding:5px 10px;
  1893. border-radius:10px 0 0 0;
  1894. font-size:25px;
  1895. font-weight:900;
  1896. line-height:100%;
  1897. letter-spacing:-2px;
  1898. text-align:justify;
  1899. text-transform:uppercase;
  1900. }
  1901.  
  1902. .title3 {
  1903. position:fixed;
  1904. margin-top:87px;
  1905. margin-left:-127px;
  1906. width:auto;
  1907. height:auto;
  1908. font-family:arial black;
  1909. color:{color:accent};
  1910. font-size:48px;
  1911. font-weight:600;
  1912. line-height:100%;
  1913. letter-spacing:-3px;
  1914. text-align:justify;
  1915. text-transform:uppercase;
  1916. }
  1917.  
  1918. .title4 {
  1919. position:fixed;
  1920. margin-top:127px;
  1921. margin-left:-127px;
  1922. width:auto;
  1923. height:auto;
  1924. font-family:arial black;
  1925. color:#fafafa;
  1926. font-size:31px;
  1927. font-weight:600;
  1928. line-height:100%;
  1929. letter-spacing:-2.5px;
  1930. text-align:justify;
  1931. text-transform:uppercase;
  1932. }
  1933.  
  1934. .line {
  1935. position:fixed;
  1936. margin-top:0px;
  1937. margin-left:132px;
  1938. width:3px;
  1939. height:365px;
  1940. background-color:#101010;
  1941. }
  1942.  
  1943. .blineleft {
  1944. position:fixed;
  1945. width:5px;
  1946. height:54px;
  1947. padding:5px;
  1948. margin-top:0px;
  1949. margin-left:-15px;
  1950. background:#101010;
  1951. font-family:'Work Sans', sans-serif;
  1952. text-transform:uppercase;
  1953. text-align:center;
  1954. font-size:8px;
  1955. letter-spacing:1px;
  1956. font-weight:600;
  1957. color:#f5f5f5;
  1958. line-height:100%;
  1959. }
  1960.  
  1961. .blineright {
  1962. position:fixed;
  1963. width:5px;
  1964. height:54px;
  1965. padding:5px;
  1966. margin-top:301px;
  1967. margin-left:3px;
  1968. background:#101010;
  1969. font-family:'Work Sans', sans-serif;
  1970. text-transform:uppercase;
  1971. text-align:center;
  1972. font-size:8px;
  1973. letter-spacing:1px;
  1974. font-weight:600;
  1975. color:#f5f5f5;
  1976. line-height:100%;
  1977. }
  1978.  
  1979. .pros {
  1980. position:fixed;
  1981. width:137px;
  1982. height:auto;
  1983. padding:4px;
  1984. margin-top:124px;
  1985. margin-left:10px;
  1986. background:{color:posts};
  1987. border:1px solid {color:post border};
  1988. font-family:calibri;
  1989. font-size:8px;
  1990. color:{color:post text};
  1991. line-height:100%;
  1992. word-spacing:0;
  1993. letter-spacing:0;
  1994. text-align:justify;
  1995. text-transform:uppercase;
  1996. }
  1997.  
  1998. .pros b, strong {
  1999. color:{color:accent2};
  2000. }
  2001.  
  2002. .prostit {
  2003. position:fixed;
  2004. width:auto;
  2005. height:auto;
  2006. margin-top:30px;
  2007. margin-left:110px;
  2008. font-family:'Work Sans', sans-serif;
  2009. text-transform:uppercase;
  2010. text-align:center;
  2011. font-size:8px;
  2012. letter-spacing:2px;
  2013. color:#fafafa;
  2014. line-height:100%;
  2015. -ms-transform: rotate(90deg); /* IE 9 */
  2016. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  2017. transform: rotate(90deg);
  2018. }
  2019.  
  2020. .cons {
  2021. position:fixed;
  2022. width:96px;
  2023. height:31px;
  2024. padding:4px;
  2025. margin-top:301px;
  2026. margin-left:152px;
  2027. background:#fafafa;
  2028. border:1px solid #e1e1e1;
  2029. overflow:auto;
  2030. font-family:calibri;
  2031. font-size:9px;
  2032. color:#bbb;
  2033. line-height:100%;
  2034. word-spacing:0;
  2035. letter-spacing:0;
  2036. text-align:justify;
  2037. text-transform:auto;
  2038. }
  2039.  
  2040. .constit {
  2041. position:fixed;
  2042. width:auto;
  2043. height:auto;
  2044. margin-top:329px;
  2045. margin-left:116px;
  2046. font-family:'Work Sans', sans-serif;
  2047. text-transform:uppercase;
  2048. text-align:center;
  2049. font-size:8px;
  2050. letter-spacing:2px;
  2051. color:#fafafa;
  2052. line-height:100%;
  2053. -ms-transform: rotate(-90deg); /* IE 9 */
  2054. -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  2055. transform: rotate(-90deg);
  2056. }
  2057.  
  2058. .pink1 {
  2059. position:fixed;
  2060. margin-top:0px;
  2061. margin-left:-125px;
  2062. width:220px;
  2063. height:12px;
  2064. padding:5px 10px 5px 10px;
  2065. background:{color:accent};
  2066. }
  2067.  
  2068.  
  2069. .pink2 {
  2070. position:fixed;
  2071. margin-top:343px;
  2072. margin-left:152px;
  2073. width:220px;
  2074. height:12px;
  2075. padding:5px 10px 5px 10px;
  2076. background:{color:accent};
  2077. }
  2078.  
  2079. .banner {
  2080. position:fixed;
  2081. margin-top:186px;
  2082. margin-left:16px;
  2083. width:153px;
  2084. height:auto;
  2085. background-color:#222;
  2086. font-family:'karmilla';
  2087. text-transform:uppercase;
  2088. text-align:center;
  2089. font-size:8px;
  2090. color:#fff;
  2091. line-height:100%;
  2092. padding:4px;
  2093.  
  2094. }
  2095.  
  2096. .sbimg {
  2097. position:fixed;
  2098. margin-top:0px;
  2099. margin-left:200px;
  2100. width:200px;
  2101. height:auto;
  2102. background-color:transparent;
  2103. }
  2104.  
  2105. .sbimg img {
  2106. width:100%;
  2107. }
  2108.  
  2109. .sb2img {
  2110. position:fixed;
  2111. bottom:0px;
  2112. left:20px;
  2113. width:200px;
  2114. height:auto;
  2115. }
  2116.  
  2117. .sb2img img {
  2118. width:auto;
  2119. height:auto;
  2120. }
  2121.  
  2122. .one {
  2123. position:fixed;
  2124. width:130px;
  2125. height:auto;
  2126. padding:5px 25px 4px 8px;
  2127. background:{color:posts};
  2128. border:1px solid {color:post border};
  2129. margin-top:170px;
  2130. margin-left:120px;
  2131. font-family:'Work Sans', sans-serif;
  2132. font-size:8px;
  2133. color:{color:post text};
  2134. line-height:100%;
  2135. text-transform:uppercase;
  2136. text-align:left;
  2137. }
  2138.  
  2139. .two {
  2140. position:fixed;
  2141. width:88px;
  2142. height:9px;
  2143. padding:4px 10px 5px 10px;
  2144. background:{color:accent};
  2145. margin-top:170px;
  2146. margin-left:10px;
  2147. font-family:'Work Sans', sans-serif;
  2148. font-size:8px;
  2149. color:#fff;
  2150. line-height:11px;
  2151. text-transform:uppercase;
  2152. text-align:left;
  2153. border-radius:0 0 0 10px;
  2154. letter-spacing:1px;
  2155. }
  2156.  
  2157. .three {
  2158. position:fixed;
  2159. width:130px;
  2160. height:1px;
  2161. background:#505050;
  2162. margin-top:306px;
  2163. margin-left:261px;
  2164. }
  2165.  
  2166. .four {
  2167. position:fixed;
  2168. width:170px;
  2169. height:100px;
  2170. background:transparent;
  2171. bottom:0px;
  2172. left:31px;
  2173. z-index:999999999999999999999999999999999999999999999;
  2174. }
  2175.  
  2176.  
  2177. .hovas {
  2178. display:;
  2179. position:fixed;
  2180. margin-left:164px;
  2181. margin-top:347px;
  2182. width:270px;
  2183. height:auto;
  2184. padding:2px;
  2185. font-family:'Work Sans', sans-serif;
  2186. font-size:8px;
  2187. color:#fff;
  2188. line-height:12px;
  2189. font-weight:600;
  2190. letter-spacing:.5px;
  2191. word-spacing:-1px;
  2192. text-transform:uppercase;
  2193. text-align:justify;
  2194. }
  2195.  
  2196. .hovas a {
  2197. color:#101010;
  2198. }
  2199.  
  2200. .hovas a:hover {
  2201. color:{color:link color};
  2202. }
  2203. .hovas span {
  2204. color:{color:link color};
  2205. font-style:normal;
  2206. font-weight:600;
  2207. }
  2208.  
  2209.  
  2210. .nev {
  2211. position:fixed;
  2212. width:auto;
  2213. height:auto;
  2214. margin-top:10px;
  2215. margin-left:-129px;
  2216. background-color:transparent;
  2217. font-family:'Work Sans', sans-serif;
  2218. font-size:8px;
  2219. text-transform:uppercase;
  2220. text-align:justify;
  2221. line-height:100%;
  2222. word-spacing:0;
  2223. letter-spacing:0;
  2224. }
  2225.  
  2226. .nev a {
  2227. color:{color:post text};
  2228. }
  2229.  
  2230. .nev a:hover {
  2231. color:#fff;
  2232. }
  2233.  
  2234.  
  2235. .top1 {
  2236. position:fixed;
  2237. margin-top:-18px;
  2238. margin-left:-125px;
  2239. width:372px;
  2240. padding:5px;
  2241. height:auto;
  2242. border-radius:10px 10px 0 0;
  2243. background:#101010;
  2244. font-family:'Work Sans', sans-serif;
  2245. color:#fafafa;
  2246. font-size:7px;
  2247. text-transform:uppercase;
  2248. text-align:center;
  2249. line-height:100%;
  2250. word-spacing:0;
  2251. letter-spacing:2px;
  2252. }
  2253.  
  2254. .top1 a {
  2255. color:#fafafa;
  2256. }
  2257.  
  2258. .top1 * {
  2259. -webkit-transition: all .6s ease-in-out;
  2260. -moz-transition: all .6s ease-in-out;
  2261. -o-transition: all .6s ease-in-out;
  2262. -ms-transition: all .6s ease-in-out;
  2263. transition: all .6s ease-in-out;
  2264. }
  2265.  
  2266. .top1 a:hover:nth-of-type(1n+0) {color:{color:accent};}
  2267. .top1 a:hover:nth-of-type(2n+0) {color:#bbb;}
  2268. .top1 a:hover:nth-of-type(3n+0) {color:{color:link color};}
  2269.  
  2270. .bottom1 {
  2271. position:fixed;
  2272. margin-top:366px;
  2273. margin-left:10px;
  2274. width:372px;
  2275. padding:5px;
  2276. height:auto;
  2277. border-radius: 0 0 10px 10px;
  2278. background:#101010;
  2279. font-family:'Work Sans', sans-serif;
  2280. color:#fafafa;
  2281. font-size:7px;
  2282. text-transform:uppercase;
  2283. text-align:center;
  2284. line-height:100%;
  2285. word-spacing:0;
  2286. letter-spacing:2px;
  2287. }
  2288.  
  2289. .bottom1 a {
  2290. color:#fafafa;
  2291. }
  2292.  
  2293. .bottom1 * {
  2294. -webkit-transition: all .6s ease-in-out;
  2295. -moz-transition: all .6s ease-in-out;
  2296. -o-transition: all .6s ease-in-out;
  2297. -ms-transition: all .6s ease-in-out;
  2298. transition: all .6s ease-in-out;
  2299. }
  2300.  
  2301. .bottom1 a:hover:nth-of-type(1n+0) {color:{color:accent};}
  2302. .bottom1 a:hover:nth-of-type(2n+0) {color:#666;}
  2303. .bottom1 a:hover:nth-of-type(3n+0) {color:{color:link color};}
  2304.  
  2305.  
  2306. .faq-tit {
  2307. margin-top:0px;
  2308. margin-left:0px;
  2309. padding:5px;
  2310. width:auto;
  2311. height:auto;
  2312. background-color:#222;
  2313. color:#fff;
  2314. line-height:100%;
  2315. font-family:"bebas";
  2316. font-size:40px;
  2317. text-transform:uppercase;
  2318. text-align:center;
  2319. }
  2320.  
  2321. .fyi {
  2322. position:fixed;
  2323. margin-top:265px;
  2324. margin-left:2px;
  2325. background-color:transparent;
  2326. color:#000;
  2327. font-family:"karmilla";
  2328. font-size:9px;
  2329. font-weight:300;
  2330. line-height:100%;
  2331. text-align:justify;
  2332. text-transform:uppercase;
  2333. }
  2334.  
  2335. .faq-wrap {
  2336. position:fixed;
  2337. width:400px;
  2338. max-height:400px;
  2339. padding:10px;
  2340. margin-top:100px;
  2341. margin-left:100px;
  2342. overflow:scroll;
  2343. background-color:#fdfdfd;
  2344. }
  2345.  
  2346.  
  2347. .iclink {
  2348. position:fixed;
  2349. margin-top:60px;
  2350. margin-left:80px;
  2351. width:100px;
  2352. height:auto;
  2353. font-family:FontAwesome;
  2354. font-size:13px;
  2355. color:#ddd;
  2356. line-height:100%;
  2357. }
  2358.  
  2359. .iclink a {
  2360. background:transparent;
  2361. padding:5px;
  2362. width:50px;
  2363. height:50px;
  2364. color:#ddd;
  2365. display:inline-block;
  2366. }
  2367. .iclink a:hover {
  2368. color:{color:link color};
  2369. }
  2370.  
  2371.  
  2372. /*** this is the calender ***/
  2373.  
  2374. .calender {
  2375. position:absolute;
  2376. width:131px;
  2377. height:50px;
  2378. padding:0;
  2379. background:transparent;
  2380. margin-top:181px;
  2381. margin-left:260px;
  2382. }
  2383.  
  2384. .xehunf {
  2385. font-family:"karmilla";
  2386. text-align:center;
  2387. margin:0 auto;
  2388. font-size:8px;
  2389. border:1px solid #e1e1e1;
  2390. text-transform:uppercase;
  2391. color:#bbb;
  2392. width:130px;
  2393. display:block;
  2394. background-color:#fafafa;
  2395. letter-spacing:1px;
  2396. }
  2397.  
  2398. .xehunf a{
  2399. color:{color:link color};
  2400. -moz-transition-duration:0.5s;
  2401. -webkit-transition-duration:0.5s;
  2402. -o-transition-duration:0.5s;
  2403. }
  2404.  
  2405. .xehunf a:hover{
  2406. color:{color:link hover};
  2407. -moz-transition-duration:0.5s;
  2408. -webkit-transition-duration:0.5s;
  2409. -o-transition-duration:0.5s;
  2410. }
  2411.  
  2412. td {
  2413. background-color:#fafafa;
  2414. border:1px solid {color:post border};
  2415. padding:1.5px;
  2416. }
  2417. td a {
  2418. color:{color:link color};
  2419. font-size:10px;
  2420. text-decoration:underline;
  2421. }
  2422. tr {
  2423. color:#bbb;
  2424. }
  2425. tr a{
  2426. color:{color:link color};
  2427. font-size:10px;
  2428. }
  2429.  
  2430. tr a:hover {
  2431. color:{color:link hover};
  2432. }
  2433.  
  2434. .location {
  2435. position:fixed;
  2436. margin-left:-116px;
  2437. margin-top:267px;
  2438. width:120px;
  2439. height:auto;
  2440. padding:2px;
  2441. font-family:arial black;
  2442. font-size:7.5px;
  2443. color:#808080;
  2444. line-height:95%;
  2445. letter-spacing:1.5px;
  2446. word-spacing:0;
  2447. text-transform:uppercase;
  2448. text-align:left;
  2449. }
  2450. .location a {
  2451. color:{color:accent};
  2452. text-shadow:1px 0 transparent, 0 1px transparent, -1px 0 transparent, 0 -1px transparent;
  2453.  
  2454. }
  2455. .location a:hover {
  2456. color:#fff;
  2457. text-shadow:1px 0 #000, 0 1px #000, -1px 0 #000, 0 -1px #000;
  2458. }
  2459.  
  2460. .location * {
  2461. -webkit-transition: all .4s ease-in-out;
  2462. -moz-transition: all .4s ease-in-out;
  2463. -o-transition: all .4s ease-in-out;
  2464. -ms-transition: all .4s ease-in-out;
  2465. transition: all .4s ease-in-out;
  2466. }
  2467.  
  2468. .location-icon {
  2469. position:fixed;
  2470. margin-left:-128px;
  2471. margin-top:263.5px;
  2472. width:10px;
  2473. height:auto;
  2474. font-family:FontAwesome;
  2475. font-size:15px;
  2476. color:#101010;
  2477. line-height:100%;
  2478. letter-spacing:0;
  2479. word-spacing:0;
  2480. text-transform:uppercase;
  2481. text-align:justify;
  2482. }
  2483.  
  2484. /* Music Player */
  2485. #musicplayer{
  2486. overflow:hidden;
  2487. position:fixed;
  2488. width:30px;
  2489. height:24px;
  2490. margin-top:33px; /* You can change the number or change it to bottom*/
  2491. margin-left:185px; /* You can change the number or change it to right*/
  2492. background:transparent; /* This is the background color */
  2493. -webkit-transition: all 1s linear;
  2494. -moz-transition: all 1s linear;
  2495. transition: all 1s linear;
  2496. z-index:33;
  2497. -webkit-filter: grayscale(0%);
  2498. -moz-filter: grayscale(0%);
  2499. -o-filter: grayscale(0%);
  2500. }
  2501.  
  2502. #musicplayer:hover {
  2503. overflow:hidden;
  2504. width:48px;
  2505. -webkit-transition: all 1s linear;
  2506. -moz-transition: all 1s linear;
  2507. transition: all 1s linear;
  2508. -webkit-filter: grayscale(0%);
  2509. -moz-filter: grayscale(0%);
  2510. -o-filter: grayscale(0%);
  2511. }
  2512.  
  2513. #icon{
  2514. /* This is for the positioning of the music gif: */
  2515. margin-top:5px;
  2516. margin-left:8px;
  2517. background:{color:accent};
  2518. -webkit-transition: all 1s linear;
  2519. -moz-transition: all 1s linear;
  2520. transition: all 1s linear;
  2521. -webkit-filter: grayscale(0%);
  2522. -moz-filter: grayscale(0%);
  2523. -o-filter: grayscale(0%);
  2524.  
  2525. }
  2526.  
  2527. #musicplayer:hover #icon{
  2528. margin-left:80px;
  2529. width:48px;
  2530. -webkit-transition: all 1s linear;
  2531. -moz-transition: all 1s linear;
  2532. transition: all 1s linear;
  2533. -webkit-filter: grayscale(0%);
  2534. -moz-filter: grayscale(0%);
  2535. -o-filter: grayscale(0%);
  2536. }
  2537.  
  2538. #musicbox{
  2539. width:8px;
  2540. height:20px;
  2541. overflow:none;
  2542. /* This is for the positioning of the music player: */
  2543. margin-top:-20px;
  2544. margin-left:-102px;
  2545. background:{color:accent};
  2546. -webkit-transition: all 1s linear;
  2547. -moz-transition: all 1s linear;
  2548. transition: all 1s linear;
  2549. }
  2550. #musicbox:hover{
  2551. overflow:none;
  2552. }
  2553.  
  2554.  
  2555. #music2{
  2556. overflow:none;
  2557. margin-top:0px;
  2558. margin-left:-67px;
  2559. }
  2560.  
  2561. #musicplayer:hover #musicbox{
  2562. overflow:none;
  2563. margin-left:39px;
  2564. background:{color:accent};
  2565. width:48px;
  2566. -webkit-transition: all 1s linear;
  2567. -moz-transition: all 1s linear;
  2568. transition: all 1s linear;
  2569. }
  2570.  
  2571.  
  2572. .mwrap {
  2573. position:fixed;
  2574. margin-top:170px;
  2575. margin-left:10px;
  2576. width:280px;
  2577. padding:2px;
  2578. height:20px;
  2579. background:{color:posts};
  2580. border:1px solid {color:post border};
  2581. }
  2582.  
  2583. .msc-tit {
  2584. position:fixed;
  2585. margin-left:-2px;
  2586. margin-top:-3px;
  2587. width:90px;
  2588. height:auto;
  2589. padding:2px;
  2590. font-family:"karmilla";
  2591. font-size:8px;
  2592. color:{color:post text};
  2593. line-height:100%;
  2594. letter-spacing:0;
  2595. word-spacing:0;
  2596. text-transform:uppercase;
  2597. text-align:center;
  2598. }
  2599.  
  2600. .msc-titw {
  2601. position:fixed;
  2602. margin-left:28px;
  2603. margin-top:5px;
  2604. width:90px;
  2605. height:auto;
  2606. padding:2px;
  2607. font-family:"karmilla";
  2608. font-size:8px;
  2609. color:{color:post text};
  2610. line-height:100%;
  2611. letter-spacing:0;
  2612. word-spacing:0;
  2613. text-transform:uppercase;
  2614. text-align:center;
  2615. }
  2616.  
  2617. .msc-tit:before {
  2618. content: "\f001"; /* Insert content that looks like bullets */
  2619. padding-right: 3px;
  2620. margin-left:0px;
  2621. font-family: FontAwesome;
  2622. display: inline-block;
  2623. color: {color:accent}; /* Or a color you prefer */
  2624. }
  2625.  
  2626. .aboutabs {
  2627. margin-top:0px;
  2628. margin-left:0px;
  2629. display:inline-block;
  2630. width:246px;
  2631. height:auto;
  2632. padding:0px 5px;
  2633. background-color:{color:accent};
  2634. }
  2635. .tb b, .tb strong {
  2636. background:{color:accent};
  2637. color:#fff;
  2638. padding:2px 5px 2px 5px;
  2639. display:inline-block;
  2640. font-size:7px;
  2641. letter-spacing:1px;
  2642. font-family:'Work Sans', sans-serif;
  2643. }
  2644.  
  2645. .pb span {
  2646. color:{color:post text};
  2647. font-weight:bold;
  2648. font-size:7px;
  2649. letter-spacing:1px;
  2650. font-family:'Work Sans', sans-serif;
  2651. line-height:100%;
  2652. margin-right:3px;
  2653. }
  2654.  
  2655.  
  2656. .lovve {
  2657. position:fixed;
  2658. margin-top:145px;
  2659. margin-left:103px;
  2660. width:50px;
  2661. height:50px;
  2662. background:{color:background color};
  2663. padding:3px;
  2664. border:3px solid #101010;
  2665. border-radius:10em;
  2666. overflow:hidden;
  2667. }
  2668.  
  2669. .lovve img {
  2670. width:50px;
  2671. height:auto;
  2672. border-radius:10em;
  2673. opacity:.9;
  2674. }
  2675.  
  2676.  
  2677. /* ---- end of about tabs ----- */
  2678.  
  2679.  
  2680. .linkswrap {
  2681. position:fixed;
  2682. margin-left:170px;
  2683. margin-top:120px;
  2684. width:280px;
  2685. height:350px;
  2686. padding:0px;
  2687. background:#fff;
  2688. box-shadow:2px 2px 5px #ccc;
  2689. border-top:1px solid #eaeaea;
  2690. border-left:1px solid #eaeaea;
  2691. }
  2692.  
  2693. .linktit {
  2694. position:relative;
  2695. margin-top:0 auto;
  2696. padding:6px;
  2697. font-family:"bebas";
  2698. font-size:20px;
  2699. color:#fff;
  2700. line-height:100%;
  2701. background-color:#222;
  2702. text-align:center;
  2703. text-transform:uppercase;
  2704. }
  2705.  
  2706. .links {
  2707. position:relative;
  2708. margin:5px auto;
  2709. padding:5px 10px 15px 10px;
  2710. background-color:transparent;
  2711. width:auto;
  2712. height:260px;
  2713. border-bottom:1px solid #000;
  2714. border-top:1px solid #000;
  2715. }
  2716.  
  2717. .links a {
  2718. display:inline-block;
  2719. width:107px;
  2720. height:auto;
  2721. line-height:100%;
  2722. font-family:"karmilla";
  2723. font-size:8px;
  2724. font-style:italic;
  2725. color:{color:hover color};
  2726. text-transform:uppercase;
  2727. text-align:justify;
  2728. background-color:#f5f5f5;
  2729. margin-top:4px;
  2730. margin-left:5px;
  2731. padding:4px 4px 4px 10px;
  2732. border-top:1px solid transparent;
  2733. border-left:1px solid transparent;
  2734. border-bottom:1px solid #ccc;
  2735. border-right:1px solid #ccc;
  2736. }
  2737.  
  2738. .links a:hover {
  2739. background-color:#fcfcfc;
  2740. border-top:1px solid #ccc;
  2741. border-left:1px solid #ccc;
  2742. border-bottom:1px solid transparent;
  2743. border-right:1px solid transparent;
  2744. }
  2745.  
  2746. .contab {
  2747. position:fixed;
  2748. width:280px;
  2749. padding:5px;
  2750. height:auto;
  2751. background-color:#fafafa;
  2752. border-top:5px solid #f1f1f1;
  2753. border-left:5px solid #f1f1f1;
  2754. border-right:5px solid #f1f1f1;
  2755. border-radius:30px 30px 0 0;
  2756. top:26%;
  2757. margin-top:4px;
  2758. left:38%;
  2759. }
  2760.  
  2761. .rules ul {
  2762. list-style: none;
  2763. padding: 0;
  2764. }
  2765. .rules li {
  2766. padding-left: 1.3em;
  2767. margin-top:7px;
  2768. margin-bottom:7px;
  2769. font-family:calibri;
  2770. margin-left:10px;
  2771. margin-right:5px;
  2772. font-size:8px;
  2773. text-align:justify;
  2774. text-transform:uppercase;
  2775. color:#999;
  2776.  
  2777. }
  2778. .rules li:before {
  2779. content: "\f105"; /* FontAwesome Unicode */
  2780. font-family: FontAwesome;
  2781. display: inline-block;
  2782. color:{color:accent};
  2783. margin-left: -10px; /* same as padding-left set on li */
  2784. width: 1.1em; /* same as padding-left set on li */
  2785. }
  2786.  
  2787.  
  2788.  
  2789.  
  2790.  
  2791. /*---- end -----*/
  2792.  
  2793.  
  2794. .about-tit {
  2795. width:auto;
  2796. height:auto;
  2797. background-color:transparent;
  2798. border-bottom:1px solid #333;
  2799. padding:0px;
  2800. font-family:"bebas";
  2801. font-size:30px;
  2802. color:#666;
  2803. text-align:right;
  2804. margin-bottom:5px;
  2805. letter-spacing:0;
  2806. word-spacing:0;
  2807. line-height:100%;
  2808. text-transform:auto;
  2809. }
  2810.  
  2811.  
  2812.  
  2813.  
  2814. .skill-1 {
  2815. background:#bac9e2;
  2816. -moz-transition:all 0.8s ease-in-out;
  2817. -webkit-transition:all 0.8s ease-in-out;
  2818. -o-transition:all 0.8s ease-in-out;
  2819. transition:all 0.8s ease-in-out;
  2820. }
  2821. .skill-2 {
  2822. background:#98afd3;
  2823. -moz-transition:all 0.8s ease-in-out;
  2824. -webkit-transition:all 0.8s ease-in-out;
  2825. -o-transition:all 0.8s ease-in-out;
  2826. transition:all 0.8s ease-in-out;
  2827. }
  2828. .skill-3 {
  2829. background:#798eaf;
  2830. -moz-transition:all 0.8s ease-in-out;
  2831. -webkit-transition:all 0.8s ease-in-out;
  2832. -o-transition:all 0.8s ease-in-out;
  2833. transition:all 0.8s ease-in-out;
  2834. }
  2835. .skill-4 {
  2836. background:#596d8c;
  2837. -moz-transition:all 0.8s ease-in-out;
  2838. -webkit-transition:all 0.8s ease-in-out;
  2839. -o-transition:all 0.8s ease-in-out;
  2840. transition:all 0.8s ease-in-out;
  2841. }
  2842.  
  2843.  
  2844.  
  2845.  
  2846. .newhvs {
  2847. position:fixed;
  2848. width:auto;
  2849. height:auto;
  2850. margin-left:160px;
  2851. margin-top:123px;
  2852. }
  2853.  
  2854. .newhvs a {
  2855. display:block;
  2856. width:130px;
  2857. height:10px;
  2858. margin-top:1px;
  2859. margin-bottom:1px;
  2860. }
  2861. .newhvs a:hover {
  2862. background:{color:post border};
  2863. }
  2864.  
  2865.  
  2866. /* ---- search ---- */
  2867.  
  2868. /* ---- search ---- */
  2869.  
  2870. .sfm input {background-color:#222;
  2871. font-size: 8px;
  2872. text-transform: uppercase;
  2873. border:0px;
  2874. margin-left:80px;
  2875. margin-top:9px;
  2876. color: #101010;
  2877. letter-spacing: 1px;
  2878. line-height:13px;
  2879. padding: 4px 8px;
  2880. font-family: "karmilla";}
  2881.  
  2882. #sf {
  2883. margin-left:105px;
  2884. width:100px;
  2885. height:5px;
  2886. color:#eee;
  2887. background-color:#222;
  2888. }
  2889.  
  2890. #sb{
  2891. margin-top:1px;
  2892. height:18px;
  2893. font-family:bcons;
  2894. font-size:10px;
  2895. line-height:15px;
  2896. color:#101010;
  2897. background-color:transparent;
  2898. }
  2899.  
  2900.  
  2901. /* ---- end ---- */
  2902.  
  2903. #bartop{
  2904. top:0;
  2905. right:0;
  2906. left:0;
  2907. width:100%;
  2908. z-index:100000000000000000;
  2909. height:20px;
  2910. border-bottom:3px solid {color:accent2};
  2911. background-color:{color:background color};
  2912. background-image: url('http://valleysinthevinyl.com/packs-preview/VV_CoolBlueTextures/01.jpg');
  2913. background-size:auto auto;
  2914. background-attachment:fixed;
  2915. background-position:center;
  2916. background-repeat:repeat;
  2917. position:fixed;
  2918. }
  2919.  
  2920. #barbottom{
  2921. bottom:0;
  2922. right:0;
  2923. left:0;
  2924. width:100%;
  2925. z-index:100000000000000000;
  2926. height:20px;
  2927. font-size:7px;
  2928. font-family:'Work Sans', sans-serif;
  2929. text-transform:uppercase;
  2930. text-align:justify;
  2931. line-height:21px;
  2932. letter-spacing:1px;
  2933. color:#fafafa;
  2934. text-align:center;
  2935. border-top:3px solid {color:accent2};
  2936. background-color:{color:background color};
  2937. background-image: url('http://valleysinthevinyl.com/packs-preview/VV_CoolBlueTextures/01.jpg');
  2938. background-size:auto auto;
  2939. background-attachment:fixed;
  2940. background-position:center;
  2941. background-repeat:repeat;
  2942. position:fixed;
  2943. }
  2944.  
  2945. #barbottom a {
  2946. -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;
  2947. }
  2948. #barbottom a:hover {
  2949. -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;
  2950. }
  2951.  
  2952. #barbottom u {
  2953. color:#eee;
  2954. }
  2955.  
  2956. #barbottom b {
  2957. color:{color:accent};
  2958. }
  2959. #barbottom i, em {
  2960. color:{color:link color};
  2961. }
  2962.  
  2963. .bbarlinks a {
  2964. color:#fff;
  2965. }
  2966.  
  2967. .bbarlinks a:hover {
  2968. color:{color:link hover};
  2969. }
  2970.  
  2971. .t {
  2972. font-size:7px;
  2973. text-shadow:1px 0 {color:accent2}, 0 1px {color:accent2}, -1px 0 {color:accent2}, 0 -1px {color:accent2};
  2974. font-family:'Work Sans', sans-serif;
  2975. text-transform:uppercase;
  2976. letter-spacing:1px;
  2977. color:#fafafa;
  2978. }
  2979.  
  2980. .fa {
  2981. display: inline-block;
  2982. font-family:FontAwesome;
  2983. font-size: 12px;
  2984. color:#000;
  2985. letter-spacing:5px;
  2986. }
  2987.  
  2988.  
  2989. .ba {
  2990. display: inline-block;
  2991. font-family:FontAwesome;
  2992. font-size: 10px;
  2993. color:#fff;
  2994. font-style:normal;
  2995. line-height:100%;
  2996. letter-spacing:5px;
  2997. }
  2998.  
  2999. .settingwrap .ba {
  3000. display: inline-block;
  3001. font-family:FontAwesome;
  3002. font-size: 10px;
  3003. color:#fff;
  3004. font-style:normal;
  3005. line-height:100%;
  3006. letter-spacing:5px;
  3007. transition: all 0.6s ease-out;
  3008. -o-transition: all 0.6s ease-out;
  3009. -webkit-transition: all 0.6s ease-out;
  3010. -moz-transition: all 0.6s ease-out;
  3011. }
  3012.  
  3013. .settingwrap:hover .ba {
  3014. color:{color:accent};
  3015. transition: all 0.6s ease-out;
  3016. -o-transition: all 0.6s ease-out;
  3017. -webkit-transition: all 0.6s ease-out;
  3018. -moz-transition: all 0.6s ease-out;
  3019. }
  3020.  
  3021. .ga {
  3022. display: inline-block;
  3023. font-family:FontAwesome;
  3024. font-size: 20px;
  3025. color:#333;
  3026. font-style:normal;
  3027. line-height:100%;
  3028. text-shadow:2px 2px 4px #555;
  3029. }
  3030.  
  3031.  
  3032. #bx {height:30px; overflow: hidden;
  3033. transition: all 0.4s ease-out;
  3034. -o-transition: all 0.4s ease-out;
  3035. -webkit-transition: all 0.4s ease-out;
  3036. -moz-transition: all 0.4s ease-out;}
  3037.  
  3038. #bx:hover {height: 110px;
  3039. transition: all 0.4s ease-out;
  3040. -o-transition: all 0.4s ease-out;
  3041. -webkit-transition: all 0.4s ease-out;
  3042. -moz-transition: all 0.4s ease-out;}
  3043.  
  3044.  
  3045. .settings {
  3046. position:fixed;
  3047. top:-3px;
  3048. right:20px;
  3049. width:auto;
  3050. height:auto;
  3051. background-color:transparent;
  3052. padding:0px;
  3053. display:inline-block;
  3054. }
  3055.  
  3056. .settingwrap {
  3057. margin-left:5px;
  3058. margin-right:5px;
  3059. font-size:7px;
  3060. font-family:'Work Sans', sans-serif;
  3061. text-shadow:1px 0 {color:accent2}, 0 1px {color:accent2}, -1px 0 {color:accent2}, 0 -1px {color:accent2};
  3062. text-transform:uppercase;
  3063. text-align:justify;
  3064. line-height:100%;
  3065. letter-spacing:1px;
  3066. background-color:transparent;
  3067. display:inline-block;
  3068. }
  3069. .settingwrap a{
  3070. color:#fff;
  3071. transition: all 0.6s ease-out;
  3072. -o-transition: all 0.6s ease-out;
  3073. -webkit-transition: all 0.6s ease-out;
  3074. -moz-transition: all 0.6s ease-out;
  3075. }
  3076. .settingwrap a:hover{
  3077. color:{color:link color};
  3078. transition: all 0.6s ease-out;
  3079. -o-transition: all 0.6s ease-out;
  3080. -webkit-transition: all 0.6s ease-out;
  3081. -moz-transition: all 0.6s ease-out;
  3082. }
  3083.  
  3084. .int {
  3085. position:fixed;
  3086. margin-left:93px;
  3087. margin-top:-18.5px;
  3088. background-color:transparent;
  3089. width:150px;
  3090. padding:5px;
  3091. height:auto;
  3092. -webkit-transition: all 0.5s linear;
  3093. -moz-transition: all 0.5s linear;
  3094. transition: all 0.5s linear;
  3095. }
  3096.  
  3097. .int a {
  3098. color:{color:link hover};
  3099. }
  3100. .int a:hover {
  3101. color:{color:link color};
  3102. }
  3103.  
  3104.  
  3105. .ints {
  3106. margin-left:0px;
  3107. margin-top:auto;
  3108. width:160px;
  3109. height:auto;
  3110. padding:6px;
  3111. font-family:'karmilla';
  3112. font-size:8px;
  3113. line-height:100%;
  3114. text-transform:uppercase;
  3115. color:#777;
  3116. word-spacing:0;
  3117. }
  3118.  
  3119. .ints * {
  3120. -webkit-transition: all .6s ease-in-out;
  3121. -moz-transition: all .6s ease-in-out;
  3122. -o-transition: all .6s ease-in-out;
  3123. -ms-transition: all .6s ease-in-out;
  3124. transition: all .6s ease-in-out;
  3125. }
  3126.  
  3127. .int ul {
  3128. list-style: none;
  3129. padding: 0;
  3130. }
  3131. .int li {
  3132. font-family:calibri;
  3133. margin-top:2px;
  3134. margin-bottom:2.5px;
  3135. margin-left:10px;
  3136. padding:4px 1px 3px 1px;
  3137. background-color:{color:posts};
  3138. border:1px solid {color:post border};
  3139. margin-right:5px;
  3140. font-size:8px;
  3141. text-align:left;
  3142. letter-spacing:.5px;
  3143. text-transform:uppercase;
  3144. color:#bbb;
  3145.  
  3146. }
  3147. .int li:before {
  3148. content: "\f069"; /* FontAwesome Unicode */
  3149. font-family: FontAwesome;
  3150. display: inline-block;
  3151. color:{color:accent};
  3152. margin-right:0px;
  3153. margin-left: 3px; /* same as padding-left set on li */
  3154. width: 1.1em; /* same as padding-left set on li */
  3155. }
  3156.  
  3157. .c .ba {
  3158. color:#fff;
  3159. -webkit-transition: all .6s ease-in-out;
  3160. -moz-transition: all .6s ease-in-out;
  3161. -o-transition: all .6s ease-in-out;
  3162. -ms-transition: all .6s ease-in-out;
  3163. transition: all .6s ease-in-out;
  3164. }
  3165. .c:hover .ba {
  3166. color:{color:link hover};
  3167. -webkit-transition: all .6s ease-in-out;
  3168. -moz-transition: all .6s ease-in-out;
  3169. -o-transition: all .6s ease-in-out;
  3170. -ms-transition: all .6s ease-in-out;
  3171. transition: all .6s ease-in-out;
  3172. }
  3173.  
  3174. .tcker a {
  3175. color:{color:link hover};
  3176. }
  3177. .tcker a:hover {
  3178. color:{color:link color};
  3179. }
  3180.  
  3181. /* popup */
  3182.  
  3183. #fade { /*--Transparent background layer--*/
  3184. display: none; /*--hidden by default--*/
  3185. background-color:transparent;
  3186. background-image:url('');
  3187. background-size:250px 250px;
  3188. background-attachment:fixed;
  3189. background-position:bottom left;
  3190. background-repeat:repeat;
  3191. position: fixed; left: 0; top: 0;
  3192. width: 100%; height: 100%;
  3193. opacity: .95;
  3194. z-index: 9999;
  3195. }
  3196. .popup_block, .popup_block2{
  3197. display: none; /*--hidden by default--*/
  3198. background:{color:background color};
  3199. padding: 20px;
  3200. text-transform:uppercase;
  3201. font-family:calibri;
  3202. font-size:8px;
  3203. float: left;
  3204. position: fixed;
  3205. top: 50%; left: 21%;
  3206. color:#888;
  3207. z-index: 9999999999999999999;
  3208. -webkit-animation: SlideIn 2s;
  3209. -moz-animation: SlideIn 2s;
  3210. -ms-animation: SlideIn 2s;
  3211. -o-animation: SlideIn 2s;
  3212. animation: SlideIn 2s;
  3213. }
  3214.  
  3215. .popup_block2 a {
  3216. color:#eee;
  3217. }
  3218. .popup_block2 a:hover {
  3219. color:#fff;
  3220. }
  3221.  
  3222. .popup_block i, .popup_block em {
  3223. color:{color:italic};
  3224. }
  3225. .popup_block u {
  3226. color:#999;
  3227. }
  3228.  
  3229. .popup_block b {
  3230. color:{color:bold};
  3231. }
  3232.  
  3233. .nerdmo a {
  3234. color:{color:link hover};
  3235. }
  3236. .nerdmo a:hover {
  3237. color:#fff;
  3238. }
  3239.  
  3240. .poplinks {
  3241. width:auto;
  3242. height:auto;
  3243. margin-top:2px;
  3244. background-color:transparent;
  3245. }
  3246.  
  3247. .poplinks a {
  3248. display:inline-block;
  3249. width:57px;
  3250. height:auto;
  3251. padding:3px;
  3252. margin:1px 1px 1px 1px;
  3253. background-color:#f5f5f5;
  3254. border:1px solid #e1e1e1;
  3255. color:{color:link hover};
  3256. font-family:'karmilla';
  3257. font-size:8px;
  3258. line-height:100%;
  3259. text-transform:uppercase;
  3260. text-align:center;
  3261. letter-spacing:0;
  3262. word-spacing:0;
  3263. }
  3264.  
  3265. .poplinks a:hover {
  3266. color:#fff;
  3267. background-color:{color:link color};
  3268. }
  3269.  
  3270. .poplinks * {
  3271. -webkit-transition: all .6s ease-in-out;
  3272. -moz-transition: all .6s ease-in-out;
  3273. -o-transition: all .6s ease-in-out;
  3274. -ms-transition: all .6s ease-in-out;
  3275. transition: all .6s ease-in-out;
  3276. }
  3277.  
  3278. .love {
  3279. display:;
  3280. position:fixed;
  3281. margin-top:63px;
  3282. margin-left:265px;
  3283. background-color:transparent;
  3284. width:auto;
  3285. height:auto;
  3286. font-size:15px;
  3287. }
  3288.  
  3289.  
  3290.  
  3291.  
  3292. /* tracker */
  3293.  
  3294. .tracker {
  3295. position:fixed;
  3296. width:auto;
  3297. height:auto;
  3298. margin-top:321px;
  3299. margin-left:-23px;
  3300. font-family:arial black;
  3301. font-size:45px;
  3302. }
  3303.  
  3304. .tracker a {
  3305. color:{color:accent};
  3306.  
  3307. }
  3308.  
  3309. .tracker a:hover {
  3310. color:{color:link hover};
  3311. }
  3312.  
  3313. #about {
  3314. position: fixed;
  3315. top:40px;
  3316. width:120px;
  3317. height:auto;
  3318. margin-left:3px;
  3319. margin-top:425px;
  3320. font-family:'Work Sans', sans-serif;
  3321. font-size:8px;
  3322. line-height:100%;
  3323. text-transform:uppercase;
  3324. text-align:justify;
  3325. padding:5px;
  3326. background-color:transparent;
  3327. color:{color:post text};
  3328. left:-110%;}
  3329.  
  3330. #about i, em {
  3331. color:#777;
  3332. }
  3333. #about b {
  3334. color:{color:accent};
  3335. border-bottom:1px solid #bbb;
  3336. }
  3337.  
  3338. #about * {
  3339. -webkit-transition: all .6s ease-in-out;
  3340. -moz-transition: all .6s ease-in-out;
  3341. -o-transition: all .6s ease-in-out;
  3342. -ms-transition: all .6s ease-in-out;
  3343. transition: all .6s ease-in-out;
  3344. }
  3345.  
  3346. .abouttop{
  3347. width:auto;
  3348. height:auto;
  3349. padding:2px 8px 2px 8px;
  3350. font-size:7px;
  3351. text-shadow:1px 0 {color:accent2}, 0 1px {color:accent2}, -1px 0 {color:accent2}, 0 -1px {color:accent2};
  3352. font-family:'Work Sans', sans-serif;
  3353. text-transform:uppercase;
  3354. text-align:justify;
  3355. line-height:100%;
  3356. letter-spacing:1px;
  3357. color:#fafafa;
  3358. text-align:center;
  3359. border:1px solid #101010;
  3360. background-color:{color:background color};
  3361. background-image: url('http://previews.123rf.com/images/fieryphoenix/fieryphoenix1511/fieryphoenix151102287/47729125-art-abstract-black-and-white-pattern-background-in-the-style-of-old-grunge-graphics-Stock-Photo.jpg');
  3362. background-size:800px auto;
  3363. background-attachment:fixed;
  3364. background-position:center;
  3365. background-repeat:repeat;
  3366. }
  3367.  
  3368.  
  3369. .bscs {
  3370. width:105px;
  3371. height:105px;
  3372. display:inline-block;
  3373. padding:8px;
  3374. margin-top:2px;
  3375. background:#f5f5f5;
  3376. border:1px solid #e1e1e1;
  3377. overflow:auto;
  3378. font-size:8px;
  3379. font-family:calibri;
  3380. text-transform:uppercase;
  3381. text-align:left;
  3382. line-height:100%;
  3383. letter-spacing:0px;
  3384. color:#bbb;
  3385. }
  3386.  
  3387. .motae {
  3388. width:120px;
  3389. height:120px;
  3390. display:inline-block;
  3391. border:1px solid #101010;
  3392. margin-top:1px;
  3393. margin-right:1px;
  3394. }
  3395. .motae img {
  3396. width:100%;
  3397. height:auto;
  3398. }
  3399.  
  3400. .motae2 {
  3401. width:115px;
  3402. height:73px;
  3403. padding:3px 5px 3px 5px;
  3404. display:inline-block;
  3405. background-color:#f5f5f5;
  3406. border:1px solid #ddd;
  3407. font-size:8px;
  3408. overflow:auto;
  3409. font-family:calibri;
  3410. text-transform:auto;
  3411. text-align:justify;
  3412. line-height:100%;
  3413. letter-spacing:0px;
  3414. color:#bbb;
  3415. }
  3416.  
  3417. .frns {
  3418. margin-top:1px;
  3419. background:#f5f5f5;
  3420. width:auto;
  3421. height:auto;
  3422. }
  3423.  
  3424. .frns img {
  3425. width:99%;
  3426. height:auto;
  3427. }
  3428.  
  3429. .tts a {
  3430. color:{color:link hover};
  3431. letter-spacing:1px;
  3432. }
  3433. .tts a:hover {
  3434. color:{color:link color};
  3435. }
  3436.  
  3437. .tts * {
  3438. -webkit-transition: all .6s ease-in-out;
  3439. -moz-transition: all .6s ease-in-out;
  3440. -o-transition: all .6s ease-in-out;
  3441. -ms-transition: all .6s ease-in-out;
  3442. transition: all .6s ease-in-out;
  3443. }
  3444.  
  3445. #scrollToTop:link,
  3446. #scrollToTop:visited {
  3447. display: none;
  3448. position: fixed;
  3449. bottom: 25px;
  3450. right: 5px;
  3451. }
  3452.  
  3453.  
  3454. .nt {
  3455. position:fixed;
  3456. width:auto;
  3457. height:auto;
  3458. color:#101010;
  3459. font-family:arial black;
  3460. font-size:20px;
  3461. text-transform:uppercase;
  3462. left:5px;
  3463. top:25px;
  3464. -webkit-transition: all .6s ease-in;
  3465. -moz-transition: all .6s ease-in;
  3466. -o-transition: all .6s ease-in;
  3467. -ms-transition: all .6s ease-in;
  3468. transition: all .6s ease-in;
  3469. }
  3470.  
  3471. .nt-desc {
  3472. position:fixed;
  3473. margin-top:0px;
  3474. margin-left:-120px;
  3475. background:#fafafa;
  3476. border:1px solid #ddd;
  3477. width:auto;
  3478. max-width:100px;
  3479. height:auto;
  3480. padding:8px;
  3481. font-size:9px;
  3482. font-family:calibri;
  3483. text-transform:lowercase;
  3484. text-align:justify;
  3485. line-height:100%;
  3486. letter-spacing:0px;
  3487. color:#bbb;
  3488. -webkit-transition: all .6s ease-in;
  3489. -moz-transition: all .6s ease-in;
  3490. -o-transition: all .6s ease-in;
  3491. -ms-transition: all .6s ease-in;
  3492. transition: all .6s ease-in;
  3493. }
  3494.  
  3495. .nt:hover .nt-desc {
  3496. margin-left:0px;
  3497. -webkit-transition: all .6s ease-in;
  3498. -moz-transition: all .6s ease-in;
  3499. -o-transition: all .6s ease-in;
  3500. -ms-transition: all .6s ease-in;
  3501. transition: all .6s ease-in;
  3502. }
  3503.  
  3504.  
  3505.  
  3506.  
  3507. </style>
  3508.  
  3509.  
  3510.  
  3511. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  3512.  
  3513.  
  3514.  
  3515. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  3516. <script type="text/javascript" src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  3517. <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go to Top"><i class="fa fa-chevron-up" aria-hidden="true" title="Go to Top" alt="Go to Top"></i></a>
  3518.  
  3519.  
  3520.  
  3521.  
  3522.  
  3523.  
  3524. </head>
  3525.  
  3526.  
  3527.  
  3528.  
  3529. <body>
  3530.  
  3531. <div class="container">
  3532.  
  3533.  
  3534. <div id="sidebar">
  3535. <div class="sidebar">
  3536.  
  3537.  
  3538. <div class="pinkblock"></div>
  3539.  
  3540. <div class="two">
  3541.  
  3542. schedules • • •
  3543.  
  3544. </div>
  3545.  
  3546. <div class="one">
  3547.  
  3548. <script language="JavaScript1.2">
  3549.  
  3550. //Translucent scroller- By Dynamic Drive
  3551. //For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
  3552. //This credit MUST stay intact for use
  3553.  
  3554. var scroller_width='150px'
  3555. var scroller_height='8px'
  3556. var bgcolor='#f1f1f1'
  3557. var pause=4000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
  3558.  
  3559. var scrollercontent=new Array()
  3560. //Define scroller contents. Extend or contract array as needed
  3561. scrollercontent[0]='promotions for the first'
  3562. scrollercontent[1]='TEN’s 22nd Birthday ♡'
  3563. scrollercontent[2]='more schedules !!!'
  3564.  
  3565.  
  3566. ////NO need to edit beyond here/////////////
  3567.  
  3568. var ie4=document.all
  3569. var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
  3570.  
  3571. if (ie4||dom)
  3572. document.write('<div style="position:relative;width:'+scroller_width+';height:'+scroller_height+';overflow:hidden"><div id="canvas0" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);opacity:0.2;"></div><div id="canvas1" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);opacity:0.2;"></div></div>')
  3573. else if (document.layers){
  3574. document.write('<ilayer id=tickernsmain visibility=hide width='+scroller_width+' height='+scroller_height+' bgColor='+bgcolor+'><layer id=tickernssub width='+scroller_width+' height='+scroller_height+' left=0 top=0>'+scrollercontent[0]+'</layer></ilayer>')
  3575. }
  3576.  
  3577. var curpos=scroller_height*(1)
  3578. var degree=10
  3579. var curcanvas="canvas0"
  3580. var curindex=0
  3581. var nextindex=1
  3582.  
  3583. function moveslide(){
  3584. if (curpos>0){
  3585. curpos=Math.max(curpos-degree,0)
  3586. tempobj.style.top=curpos+"px"
  3587. }
  3588. else{
  3589. clearInterval(dropslide)
  3590. if (crossobj.filters)
  3591. crossobj.filters.alpha.opacity=100
  3592. else if (crossobj.style.opacity)
  3593. crossobj.style.opacity=1
  3594. nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
  3595. tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
  3596. tempobj.innerHTML=scrollercontent[curindex]
  3597. nextindex=(nextindex<scrollercontent.length-1)? nextindex+1 : 0
  3598. setTimeout("rotateslide()",pause)
  3599. }
  3600. }
  3601.  
  3602. function rotateslide(){
  3603. if (ie4||dom){
  3604. resetit(curcanvas)
  3605. crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
  3606. crossobj.style.zIndex++
  3607. if (crossobj.filters)
  3608. document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.opacity=20
  3609. else if (crossobj.style.opacity)
  3610. document.getElementById("canvas0").style.opacity=document.getElementById("canvas1").style.opacity=0.2
  3611. var temp='setInterval("moveslide()",50)'
  3612. dropslide=eval(temp)
  3613. curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
  3614. }
  3615. else if (document.layers){
  3616. crossobj.document.write(scrollercontent[curindex])
  3617. crossobj.document.close()
  3618. }
  3619. curindex=(curindex<scrollercontent.length-1)? curindex+1 : 0
  3620. }
  3621.  
  3622. function resetit(what){
  3623. curpos=parseInt(scroller_height)*(1)
  3624. var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
  3625. crossobj.style.top=curpos+"px"
  3626. }
  3627.  
  3628. function startit(){
  3629. crossobj=ie4? eval("document.all."+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub
  3630. if (ie4||dom){
  3631. crossobj.innerHTML=scrollercontent[curindex]
  3632. rotateslide()
  3633. }
  3634. else{
  3635. document.tickernsmain.visibility='show'
  3636. curindex++
  3637. setInterval("rotateslide()",pause)
  3638. }
  3639. }
  3640.  
  3641. if (ie4||dom||document.layers)
  3642. window.onload=startit
  3643.  
  3644. </script>
  3645.  
  3646.  
  3647. </div>
  3648.  
  3649.  
  3650.  
  3651. <div class="mwrap" style="display:none;">
  3652.  
  3653. <div id="musicplayer"><div id="icon">
  3654. <img src="http://68.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif"/>
  3655. </div>
  3656. <div id="musicbox"><div id="music2">
  3657. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="108" height="20">
  3658. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  3659. <param name="bgcolor" value="#f1f1f1" />
  3660. <param name="FlashVars" value="mp3=http://k003.kiwi6.com/hotlink/h9jxs36wab/SEVENTEEN_-_Check-In.mp3&amp;width=108&amp;height=20&amp;volume=25&amp;buttonwidth=26&amp;autoplay=1&amp;loop=0&amp;showslider=0&amp;loadingcolor=f1f1f1&amp;bgcolor=f1f1f1&amp;bgcolor1=f1f1f1&amp;bgcolor2=f1f1f1&amp;buttoncolor=d5c4d4&amp;buttonovercolor=888888&amp;showlist=0" />
  3661. </object>
  3662. </div></div></div>
  3663.  
  3664. <div class="msc-titw"> <div class="msc-tit"> SVT - Check In </div> </div>
  3665.  
  3666. </div>
  3667.  
  3668. <div class="desc">
  3669.  
  3670. Shanghai's bubbly child star <i>Zhong Chen Le</i>, synonymously known by his stage name <b>Chenle</b> is the main singer, 1/7th of NCT's youth unit Dream and 1/2 of Dream's China line.
  3671.  
  3672.  
  3673.  
  3674. </div>
  3675.  
  3676. <div class="title2">
  3677. Chen Le • • •
  3678.  
  3679.  
  3680. <div style="position:relative;font-size:8px;font-family:calibri;letter-spacing:1px;margin-top:-10px;margin-left:2px;margin-bottom:-5px;"> -- NCT Dreams rambunctious main vocal </div>
  3681. </div>
  3682.  
  3683. <div class="newhvs">
  3684. <a class="skill-1" title="General Idol!verse. I'll roleplay Chen Le as accurately as I possibly can."></a>
  3685. <a class="skill-2" title="Literate to Semi-literate. Para and script friendly. I'll use Icons if I see fit."></a>
  3686. <a class="skill-3" title="While I am of age, this muse is not nor is the real life idol so this blog (and muse) will be 100% sfw."></a>
  3687. <a class="skill-4" title="url for tracking. aim is available upon request."></a>
  3688. </div>
  3689.  
  3690.  
  3691. <div class="sbimg"><img src="http://i.imgur.com/xV9QHPK.png"></div>
  3692.  
  3693. <div class="pros">
  3694.  
  3695. <b>Likes:</b> Cooking, singing, soccer, music, English, Math, Gymnastics.</br>
  3696. <b>dislikes:</b> Mean people, making mistakes, bad days, scary noises, etc.
  3697.  
  3698. </div>
  3699.  
  3700. <div id="musicplayer"><div id="icon">
  3701. <img src="http://68.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif"/>
  3702. </div>
  3703. <div id="musicbox"><div id="music2">
  3704. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="108" height="20">
  3705. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  3706. <param name="bgcolor" value="#869bb6" />
  3707. <param name="FlashVars" value="mp3=http://k003.kiwi6.com/hotlink/tj5eawm1x5/NCT_DREAM_-_My_First_and_Last_Chinese_Ver._.mp3&amp;width=108&amp;height=20&amp;volume=25&amp;buttonwidth=26&amp;autoplay=1&amp;loop=0&amp;showslider=0&amp;loadingcolor=869bb6&amp;bgcolor=869bb6&amp;bgcolor1=869bb6&amp;bgcolor2=869bb6&amp;buttoncolor=eeeeee&amp;buttonovercolor=a0b9d8&amp;showlist=0" />
  3708. </object>
  3709. </div></div></div>
  3710.  
  3711.  
  3712.  
  3713.  
  3714.  
  3715.  
  3716.  
  3717.  
  3718.  
  3719. <a href="#?w=200" rel="02" class="poplight" title="the boys"><div style="background:transparent;display:none;">
  3720.  
  3721. <div class="title3">Tech</div>
  3722. <div class="title4">nology</div>
  3723. </div></a>
  3724.  
  3725. <div class="location-icon" style="display:none;"><i style="color:#101010;" class="fa fa-globe" aria-hidden="true"></i></div>
  3726. <div class="location" style="display:none;"> <a title="37.5172° N, 127.0473° E"><span style="border-bottom:1px solid #d5d5d5;">Seoul, South Korea</span> </a> </div>
  3727.  
  3728.  
  3729. <div class="greyblock" style="display:none;"></div>
  3730.  
  3731. <div class="pinkblock2" style="display:none;"></div>
  3732. <div class="greyblock2" style="display:none;"></div>
  3733.  
  3734.  
  3735.  
  3736. <div class="top1" style="display:none;">
  3737.  
  3738. <a href="/ask" title="inbox">inbox</a> &middot;
  3739. <a href="/submit" title="fanmail">fanmail</a> &middot;
  3740. <a href="#?w=205" rel="07" class="poplight" title="Organized list of tags">tagged</a> &middot;
  3741. <a href="#?w=200" rel="08" class="poplight" title="Important! Please read.">rules</a> &middot;
  3742. <a href="#?w=250" rel="05" class="poplight">Profile</a> &middot;
  3743. <a href="#?w=150" rel="03" class="poplight">friends</a>
  3744.  
  3745. </div>
  3746.  
  3747. <div class="bottom1" style="display:none;">
  3748.  
  3749. <a title="Semi-AU idol!verse; if you know him, approach him as such. please read the rules tab for info on verse interactions & other important info.">Verse</a> &middot; <a title="Generally literate with some semi-literate tendencies. Para and script preferred but I can adapt to whatever you dish my way. Plotting is highly encouraged as AU plots+threads are very sought after.of age both in character and out of. blog is nsfw only in relation to plots and/or muse development.">literate</a> &middot; <a title="tag my url (or send me a dm//direct message) if you want me to see your replies/posts.">hashtag</a> &middot; <a title="To the public his sexual orientation and relationship status are unknown. (currently taken)">status</a> &middot; <a title="aim is lty95, feel free to add me. im more relaxed on that platform but more than willing to interact literately and plot if you wish.">contact</a> &middot; <a title="Not the real Lee Taeyong of NCT and have absolutely no affiliation with him, NCT, or SMENT. Strictly a roleplay account.">disclaimer</a>
  3750.  
  3751. </div>
  3752.  
  3753. <a href="#?w=250" rel="04" class="poplight" title="Big dumb" style="display:;"><div class="love" style="display:none;"><img src="http://68.media.tumblr.com/2eca4844145d54007a2cdc354acb79ac/tumblr_inline_mv896c2XHs1qdlkyg.gif" width="10" height="10"></div></a>
  3754.  
  3755.  
  3756. <a href="#?w=200" rel="06" class="poplight"><div class="lovve" style="display:none;"><img src="http://i.imgur.com/kGWN5XG.jpg"></div></a>
  3757.  
  3758.  
  3759. <div class="constit" style="display:none;">Dislikes</div>
  3760. <div class="prostit" style="display:none;">Likes</div>
  3761.  
  3762.  
  3763.  
  3764.  
  3765.  
  3766.  
  3767.  
  3768.  
  3769. </div>
  3770. </div>
  3771.  
  3772.  
  3773.  
  3774.  
  3775.  
  3776.  
  3777. <div class="postwrap">
  3778.  
  3779.  
  3780. <div class="autopagerize_page_element">
  3781. {block:Posts}
  3782.  
  3783.  
  3784.  
  3785. {block:ContentSource}
  3786. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  3787. {/block:SourceLogo}
  3788. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  3789. {/block:ContentSource}
  3790.  
  3791.  
  3792. {block:IndexPage}
  3793.  
  3794.  
  3795. <div class="likereblog">
  3796.  
  3797. <div class="position:absolute;margin-left:0px;">
  3798. <a href="{ReblogURL}" target="_blank" class="reblog" title="reblog?"><svg width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"><path d="m328.013,135.596c-3.48-3.48-8.701-3.48-12.181,0l-28.259,30.957c0.661-27.546-7.9-54.327-23.944-76.182-19.141-26.102-48.723-43.503-81.786-48.723-33.062-5.22-66.124,3.48-92.226,22.621-3.48,3.48-5.22,8.701-1.74,12.181 3.48,3.48 8.701,5.22 12.181,1.74 22.621-15.661 52.204-22.621 80.046-19.141 29.582,3.48 53.944,19.141 71.345,41.763 13.277,19.193 19.855,43.364 19.559,67.256l-31.74-28.973c-3.48-3.48-8.701-3.48-12.181,0s-3.48,8.701 0,12.181l46.983,41.763c1.74,1.74 3.48,1.74 5.22,1.74 1.74,0 3.48-1.74 6.96,0l41.763-46.983c3.48-3.499 3.48-8.719 5.68434e-14-12.2z"/>
  3799. <path d="m228.826,253.924c-22.621,15.661-52.204,22.621-80.046,19.141-29.582-3.48-53.944-19.141-71.345-41.763-13.886-20.064-20.464-45.557-19.455-70.492l33.376,30.47c3.48,3.48 8.701,3.48 12.181,0s3.48-8.701 0-12.181l-46.983-41.763c-1.74-1.74-5.22-1.74-6.96-1.74s-3.48,1.74-5.22,3.48l-41.764,46.984c-3.48,3.48-3.48,8.701 4.44089e-16,12.181 1.74,1.74 3.48,1.74 5.22,1.74 1.74,0 5.22,0 6.96-5.22l24.762-27.111c0.191,26.189 8.666,51.507 23.962,72.354 19.141,26.102 48.723,43.503 81.786,48.723 6.96,1.74 12.181,1.74 19.141,1.74 26.102,0 52.204-8.701 74.825-22.621 3.48-3.48 5.22-8.701 1.74-12.181-3.479-3.48-8.7-5.221-12.18-1.741z"/>
  3800. </svg></a>
  3801. </div>
  3802.  
  3803.  
  3804. <div style="position:absolute;margin-top:0px;margin-left:17px;line-height:21px;width:220px;">{block:Date}<a href="{Permalink}">{timeago}</a>{/block:Date} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount} </div>
  3805.  
  3806.  
  3807. <ul>
  3808. <li class="like" title="like?">{LikeButton size="20"}
  3809. <svg width="15" height="15" viewBox="0 0 216 216" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5c-5.7,6.2-12,18-10,38.8c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6c6-6.6,13.9-7.6,18.1-7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-0.2,4.4-1.7,5.2-4c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/></svg></li>
  3810. </ul>
  3811. </div>
  3812. {/block:IndexPage}
  3813.  
  3814.  
  3815. <div class="posts">
  3816.  
  3817.  
  3818.  
  3819. {block:IndexPage}
  3820. <div class="postperma">
  3821. <div class="ppinner">
  3822. <center>
  3823. {block:NoteCount}<div class="inner_notes">
  3824. <a href="{Permalink}" title="{TimeAgo}"><span style="font-size:15px;">count:</span></br></a> {NoteCount}</div>{/block:NoteCount}
  3825. {block:RebloggedFrom}
  3826. <div class="inner_toandfrom"><a href="{ReblogParentURL}" title="via: {reblogparentname}"><img src="{ReblogParentPortraitURL-30}"></a> <a href="{ReblogRootURL}" title="source: {reblogrootname}"><img src="{ReblogRootPortraitURL-30}"></a></div>{/block:RebloggedFrom}
  3827. <div class="inner_reblog"><br><br><a href="{ReblogURL}">Reblog?</a> </div>
  3828. {block:HasTags}
  3829. <div class="inner_tags">
  3830. </br>
  3831. <span style="font-size:15px;">Files:</span></br>
  3832. <span style="font-size:11px; font-family:calibri;text-transform:lowercase; line-height:100%; word-spacing:0px; letter-spacing:0px;">
  3833. {block:Tags}# <a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags}
  3834. </span>
  3835. </div>{/block:HasTags}
  3836.  
  3837. </center>
  3838.  
  3839. </div>
  3840. </div>
  3841. {/block:IndexPage}
  3842.  
  3843.  
  3844.  
  3845.  
  3846. <!----- Images ----->
  3847.  
  3848. {block:If250}
  3849.  
  3850. {block:Photo}
  3851.  
  3852.  
  3853. {LinkOpenTag}
  3854.  
  3855. <div class="image">
  3856. <img src="{PhotoURL-250}" />
  3857. </div>
  3858.  
  3859. {LinkCloseTag}
  3860.  
  3861. {block:Caption}
  3862. {block:indexpage}
  3863. {block:ifshowcaptions}
  3864. <div class="captions">
  3865. {Caption}
  3866. </div>
  3867. {/block:ifshowcaptions}
  3868. {/block:indexpage}
  3869. {block:permalinkpage}
  3870. <div class="captions">
  3871. {Caption}
  3872. </div>
  3873. {/block:permalinkpage}
  3874. {/block:Caption}
  3875.  
  3876.  
  3877. {/block:Photo}
  3878.  
  3879. {/block:If250}
  3880.  
  3881.  
  3882. {block:If400}
  3883.  
  3884. {block:Photo}
  3885.  
  3886. {LinkOpenTag}
  3887.  
  3888. <div class="image">
  3889. <img src="{PhotoURL-400}" />
  3890. </div>
  3891.  
  3892. {LinkCloseTag}
  3893.  
  3894. {block:Caption}
  3895. {block:indexpage}
  3896. {block:ifshowcaptions}
  3897. <div class="captions">
  3898. {Caption}
  3899. </div>
  3900. {/block:ifshowcaptions}
  3901. {/block:indexpage}
  3902. {block:permalinkpage}
  3903. <div class="captions">
  3904. {Caption}
  3905. </div>
  3906. {/block:permalinkpage}
  3907. {/block:Caption}
  3908.  
  3909.  
  3910. {/block:Photo}
  3911.  
  3912. {/block:If400}
  3913.  
  3914.  
  3915. {block:If500}
  3916.  
  3917. {block:Photo}
  3918.  
  3919. {LinkOpenTag}
  3920.  
  3921. <div class="image">
  3922. <img src="{PhotoURL-500}" />
  3923. </div>
  3924.  
  3925. {LinkCloseTag}
  3926.  
  3927. {block:Caption}
  3928. {block:indexpage}
  3929. {block:ifshowcaptions}
  3930. <div class="captions">
  3931. {Caption}
  3932. </div>
  3933. {/block:ifshowcaptions}
  3934. {/block:indexpage}
  3935. {block:permalinkpage}
  3936. <div class="captions">
  3937. {Caption}
  3938. </div>
  3939. {/block:permalinkpage}
  3940. {/block:Caption}
  3941.  
  3942.  
  3943.  
  3944.  
  3945. {/block:Photo}
  3946.  
  3947. {/block:If500}
  3948. <!----- Photosets ----->
  3949.  
  3950. {block:If250}
  3951.  
  3952.  
  3953. {block:Photoset}
  3954.  
  3955. <div class="photo">
  3956. {Photoset-250}
  3957. </div>
  3958.  
  3959. {block:Caption}
  3960. {block:indexpage}
  3961. {block:ifshowcaptions}
  3962. <div class="captions">
  3963. {Caption}
  3964. </div>
  3965. {/block:ifshowcaptions}
  3966. {/block:indexpage}
  3967. {block:permalinkpage}
  3968. <div class="captions">
  3969. {Caption}
  3970. </div>
  3971. {/block:permalinkpage}
  3972. {/block:Caption}
  3973.  
  3974.  
  3975.  
  3976. {/block:Photoset}
  3977.  
  3978. {/block:If250}
  3979.  
  3980. {block:If400}
  3981.  
  3982.  
  3983. {block:Photoset}
  3984.  
  3985. <div class="photo">
  3986. {Photoset-400}
  3987. </div>
  3988.  
  3989. {block:Caption}
  3990. {block:indexpage}
  3991. {block:ifshowcaptions}
  3992. <div class="captions">
  3993. {Caption}
  3994. </div>
  3995. {/block:ifshowcaptions}
  3996. {/block:indexpage}
  3997. {block:permalinkpage}
  3998. <div class="captions">
  3999. {Caption}
  4000. </div>
  4001. {/block:permalinkpage}
  4002. {/block:Caption}
  4003.  
  4004. {/block:Photoset}
  4005.  
  4006. {/block:If400}
  4007.  
  4008. {block:If500}
  4009.  
  4010.  
  4011. {block:Photoset}
  4012.  
  4013. <div class="photo">
  4014. {Photoset-500}
  4015. </div>
  4016.  
  4017. {block:Caption}
  4018. {block:indexpage}
  4019. {block:ifshowcaptions}
  4020. <div class="captions">
  4021. {Caption}
  4022. </div>
  4023. {/block:ifshowcaptions}
  4024. {/block:indexpage}
  4025. {block:permalinkpage}
  4026. <div class="captions">
  4027. {Caption}
  4028. </div>
  4029. {/block:permalinkpage}
  4030. {/block:Caption}
  4031.  
  4032.  
  4033.  
  4034.  
  4035. {/block:Photoset}
  4036.  
  4037. {/block:If500}
  4038. <!----- Videos ----->
  4039.  
  4040. {block:If250}
  4041.  
  4042. {block:Video}
  4043. <div class="video">
  4044. {Video-250}
  4045. </div>
  4046.  
  4047. {block:Caption}
  4048. {block:indexpage}
  4049. {block:ifshowcaptions}
  4050. <div class="captions">
  4051. {Caption}
  4052. </div>
  4053. {/block:ifshowcaptions}
  4054. {/block:indexpage}
  4055. {block:permalinkpage}
  4056. <div class="captions">
  4057. {Caption}
  4058. </div>
  4059. {/block:permalinkpage}
  4060. {/block:Caption}
  4061.  
  4062.  
  4063.  
  4064. {/block:Video}
  4065.  
  4066. {/block:If250}
  4067.  
  4068. {block:If400}
  4069.  
  4070. {block:Video}
  4071. <div class="video">
  4072. {Video-400}
  4073. </div>
  4074. {block:Caption}
  4075. {block:indexpage}
  4076. {block:ifshowcaptions}
  4077. <div class="captions">
  4078. {Caption}
  4079. </div>
  4080. {/block:ifshowcaptions}
  4081. {/block:indexpage}
  4082. {block:permalinkpage}
  4083. <div class="captions">
  4084. {Caption}
  4085. </div>
  4086. {/block:permalinkpage}
  4087. {/block:Caption}
  4088.  
  4089.  
  4090.  
  4091. {/block:Video}
  4092.  
  4093. {/block:If400}
  4094.  
  4095. {block:If500}
  4096.  
  4097. {block:Video}
  4098. <div class="video">
  4099. {Video-500}
  4100. </div>
  4101.  
  4102. {block:Caption}
  4103. {block:indexpage}
  4104. {block:ifshowcaptions}
  4105. <div class="captions">
  4106. {Caption}
  4107. </div>
  4108. {/block:ifshowcaptions}
  4109. {/block:indexpage}
  4110. {block:permalinkpage}
  4111. <div class="captions">
  4112. {Caption}
  4113. </div>
  4114. {/block:permalinkpage}
  4115. {/block:Caption}
  4116.  
  4117.  
  4118.  
  4119. {/block:Video}
  4120.  
  4121. {/block:If500}
  4122. <!----- Chat ----->
  4123. {block:Chat}
  4124. {block:Title}<div class="{select:Title Font}" id="post_title"> {Title}</div> {/block:Title}
  4125. <div class="chat">
  4126. {block:Lines}
  4127. <div class="{Alt}">
  4128. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</div>
  4129. {/block:Lines}</div>
  4130. {/block:Chat}
  4131.  
  4132. <!----- Quote ----->
  4133. {block:Quote}
  4134. <div class="quotes">
  4135. {Quote}
  4136. </div>
  4137. {block:Source}
  4138. <div class="source">
  4139. - {Source}
  4140. </div>
  4141. {/block:Source}
  4142. {/block:Quote}
  4143. <!----- Link ----->
  4144.  
  4145. {block:Link}
  4146. <div class="{select:Title Font}" id="post_title">
  4147. <a href="{URL}" target="_blank">{Name}</a>
  4148. </div>
  4149. {block:Description}
  4150.  
  4151. {Description}
  4152.  
  4153. {/block:Description}
  4154.  
  4155. {/block:Link}
  4156.  
  4157. <!----- Text ----->
  4158.  
  4159. {block:Text}
  4160.  
  4161. {block:Title}
  4162. <div class="{select:Title Font}" id="post_title">
  4163. {Title}
  4164. </div>
  4165. {/block:Title}
  4166.  
  4167. {Body}
  4168.  
  4169. {/block:Text}
  4170.  
  4171.  
  4172. <!----- Asks ----->
  4173. {block:Answer}
  4174. <div class="asks">
  4175. <div class="askers">{Asker} <span style="color:#ddd;">mused</span></div>
  4176. {Question}</div>
  4177. {Answer}
  4178. {/block:Answer}
  4179.  
  4180.  
  4181.  
  4182. <!----- Audio ----->
  4183. {block:Audio}
  4184. <div class="album">
  4185. {block:AlbumArt}
  4186. <img src="{AlbumArtURL}">
  4187. {/block:AlbumArt}
  4188. </div>
  4189. {block:AudioPlayer}
  4190. <div class="player">
  4191. <div class="player2">
  4192. {block:ifWhite}
  4193. {AudioPlayerWhite}
  4194. {/block:ifWhite}
  4195. {block:ifBlack}
  4196. {AudioPlayerBlack}
  4197. {/block:ifBlack}
  4198. {block:ifGray}
  4199. {AudioPlayerGrey}
  4200. {/block:ifGray}
  4201. </div>
  4202. </div>
  4203. {/block:AudioPlayer}
  4204. <div class="track">
  4205. {block:TrackName}<span style="padding-bottom:3px; border-bottom:1px solid {color:post border};width:100%;"><i style="color:{color:link color};font-size:8px;margin-bottom:4px;" class="fa fa-music" aria-hidden="true"></i>{TrackName}</span><br>{/block:TrackName}
  4206. {block:Artist}<span style="padding-bottom:3px; border-bottom:1px solid {color:post border};width:100%;"><i style="color:{color:link color};font-size:8px;margin-bottom:4px;margin-top:4px;" class="fa fa-user-o" aria-hidden="true"></i>{Artist}</span><br>{/block:Artist}
  4207. {block:Album}<span style="padding-bottom:3px; border-bottom:1px solid {color:post border};width:100%;"><i style="color:{color:link color};font-size:8px;margin-top:4px;" class="fa fa-bookmark-o" aria-hidden="true"></i>{Album}</span>{/block:Album}</div>
  4208.  
  4209.  
  4210. {block:Caption}
  4211. {block:indexpage}
  4212. {block:ifshowcaptions}
  4213.  
  4214. <div class="audioline"></div>
  4215.  
  4216. <div class="captions">
  4217. {Caption}
  4218. </div>
  4219. {/block:ifshowcaptions}
  4220. {/block:indexpage}
  4221. {block:permalinkpage}
  4222. <div class="captions">
  4223. {Caption}
  4224. </div>
  4225. {/block:permalinkpage}
  4226. {/block:Caption}
  4227. {/block:Audio}
  4228.  
  4229. {block:indexpage}
  4230. <div class="indexperma">
  4231.  
  4232. <i style="font-size:8px;margin-right:-2px;color:{color:accent};" class="fa fa-star-half-o" aria-hidden="true"></i>{PostType} post
  4233.  
  4234. {block:RebloggedFrom}<span style="margin-top:-2px;float:right;"><a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img style="border-radius:10em;" src="{ReblogParentPortraitURL-16}" width="13" height="13"></a> <a href="{ReblogRootURL}" title="src: {ReblogRootName}"><img style="border-radius:10em;" src="{ReblogRootPortraitURL-16}" width="13" height="13"></a> </span> {/block:RebloggedFrom}
  4235.  
  4236. </div>
  4237.  
  4238.  
  4239. {/block:indexpage}
  4240.  
  4241.  
  4242.  
  4243. </div>
  4244.  
  4245. {block:indexpage}
  4246. {block:hastags}<div class="indexperma2">
  4247. {block:Tags}<i style="color:#ddd;font-size:8px;" class="fa fa-slack" aria-hidden="true"></i><a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags}
  4248. </div>
  4249. {/block:hastags}
  4250. {/block:indexpage}
  4251.  
  4252.  
  4253. {block:permalinkpage}
  4254. <div class="permapage">
  4255. <div style="margin-left:-3px;margin-right:-3px;letter-spacing:1px;">
  4256. <div style="background-color:#fafafa;padding:3px 10px 3px 10px;margin-bottom:4px;border-bottom:1px solid {color:post border};border-top:1px solid {color:post border};">
  4257. {block:Date}<i style="color:{color:link color};font-size:8px;" class="fa fa-table" aria-hidden="true"></i> date: {DayOfMonthWithZero}{MonthNumberWithZero}{Year}.{/block:Date}</div>
  4258. {block:RebloggedFrom}<div style="background-color:#fafafa;padding:3px 10px 3px 10px;margin-bottom:4px;border-bottom:1px solid {color:post border};border-top:1px solid {color:post border};"> <i style="color:{color:link color};font-size:8px;" class="fa fa-user-o" aria-hidden="true"></i> via: <a href="{ReblogParentURL}">{ReblogParentName}</a> </div>
  4259. <div style="background-color:#fafafa;padding:3px 10px 3px 10px;margin-bottom:4px;border-bottom:1px solid {color:post border};border-top:1px solid {color:post border};"> <i style="color:{color:link color};font-size:8px;" class="fa fa-user" aria-hidden="true"></i> source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  4260. {/block:RebloggedFrom}
  4261. {block:Tags}<div style="background-color:#fafafa;padding:3px 10px 3px 10px;margin-bottom:4px;border-bottom:1px solid {color:post border};border-top:1px solid {color:post border};">{block:hastags}
  4262. <span style="text-align:center; width:auto;font-family:karla; font-size:8px;"><i style="color:{color:link color};font-size:8px;" class="fa fa-slack" aria-hidden="true"></i><a href="{TagURL}">{Tag}</a> &nbsp; </span>{/block:hastags}</div>{/block:Tags}
  4263. </div>
  4264.  
  4265.  
  4266. {block:PostNotes}
  4267. <div class="notesep"></div>
  4268. <div class="notes">
  4269. {PostNotes}
  4270. </div>
  4271. {/block:PostNotes}
  4272.  
  4273.  
  4274.  
  4275. </div>
  4276.  
  4277.  
  4278. {/block:PermalinkPage}
  4279.  
  4280.  
  4281. {/block:posts}
  4282.  
  4283.  
  4284. </div>
  4285. </div>
  4286.  
  4287.  
  4288.  
  4289. <!------- end of posts -------->
  4290.  
  4291.  
  4292.  
  4293.  
  4294.  
  4295.  
  4296.  
  4297.  
  4298. <div id="barbottom">
  4299.  
  4300. <div class="sb2img"><img src="http://i.imgur.com/OT2Jjub.png"></div>
  4301. <div class="title" style="-webkit-text-stroke: 5px {color:accent2};">Dream</div>
  4302. <div class="title">Dream</div>
  4303.  
  4304. <a href="#?w=300" rel="02" class="poplight" title="we've got our heads in the clouds"><div class="four"></div></a>
  4305.  
  4306. <span class="bbarlinks" style="text-shadow:1px 0 {color:accent2}, 0 1px {color:accent2}, -1px 0 {color:accent2}, 0 -1px {color:accent2};">Navigation -- <a href="/ask">Inbox</a> / <a href="/submit">Submit</a> / <a href="/">Rules</a> / <a href="#?w=300" rel="05" class="poplight">Profile</a> / <a id="clickbutton" class="t" style="cursor:pointer;" title="tags"><span class="t"> Links </span><span class="t" style="display:none"> Close </span></a> </span>
  4307.  
  4308.  
  4309. <div style="position:absolute;right:10px;top:0px;text-shadow:1px 0 {color:accent2}, 0 1px {color:accent2}, -1px 0 {color:accent2}, 0 -1px {color:accent2};">
  4310. General Zhong Chen Le RP &middot; <u>Roleplay</u> purposes only!
  4311. </div>
  4312.  
  4313.  
  4314. <div class="pop" style="display:none;">
  4315. <div class="pop-x">
  4316. <div class="nav">
  4317. <a href="/">tag</a>
  4318. <a href="/">tag</a>
  4319. <a href="/">tag</a>
  4320. <a href="/">tag</a>
  4321. <a href="/">tag</a>
  4322. <a href="/">tag</a>
  4323. <a href="/">tag</a>
  4324. <a href="/">tag</a>
  4325. </div></div></div>
  4326.  
  4327.  
  4328. </div>
  4329. <div id="bartop">
  4330.  
  4331. {block:indexpage}
  4332. <div id="pagination">
  4333. {block:PreviousPage}
  4334. <a href="{PreviousPage}" style="font-size:12px;"> &laquo; </a>
  4335. {/block:PreviousPage}
  4336.  
  4337. {block:JumpPagination length="5"}
  4338. {block:CurrentPage}
  4339. <span class="current_page">{PageNumber}</span>
  4340. {/block:CurrentPage}
  4341.  
  4342. {block:JumpPage}
  4343. <a class="jump_page" href="{URL}">{PageNumber}</a>
  4344. {/block:JumpPage}
  4345. {/block:JumpPagination}
  4346.  
  4347. {block:NextPage}
  4348. <a href="{NextPage}" style="font-size:12px;"> &raquo; </a>
  4349. {/block:NextPage}
  4350. </div>
  4351. {/block:indexpage}
  4352.  
  4353.  
  4354.  
  4355. <div class="settings">
  4356.  
  4357. <div class="settingwrap" style="margin-right:5px;">
  4358. <a href="/"><i style="font-size:13px;" class="ba fa-home"></i> home </a>
  4359. </div>
  4360.  
  4361. <div class="settingwrap">
  4362. <a href="http://07195.tumblr.com/archive"><i style="margin-left:-2px;margin-top:-1px;font-size:9px;" class="ba fa-archive"></i> Grid </a>
  4363.  
  4364. </div>
  4365.  
  4366. <div class="settingwrap" style="margin-right:4px;">
  4367. <a href="https://www.tumblr.com/dashboard?conversation=07195"><i class="ba fa-commenting"></i> Chat </a>
  4368.  
  4369. </div>
  4370.  
  4371. <div class="settingwrap">
  4372. <a href="http://www.tumblr.com/follow/07195"><i class="ba fa-user"></i> Follow </a>
  4373.  
  4374. </div>
  4375.  
  4376. <div class="settingwrap">
  4377. <a href="http://www.tumblr.com/dashboard"><i class="ba fa-power-off"></i> Dash </a>
  4378.  
  4379. </div>
  4380.  
  4381. <div class="settingwrap">
  4382. <a href="/" title="Theme made for Chen Le's mun by 07195 for their personal use only. Optimized for 1366x768."><i class="ba fa-codepen"></i> Credit </a>
  4383.  
  4384. </div>
  4385.  
  4386.  
  4387. </div>
  4388. </div>
  4389.  
  4390.  
  4391.  
  4392.  
  4393. </div>
  4394.  
  4395.  
  4396.  
  4397.  
  4398. <div id="02" class="popup_block">
  4399.  
  4400. <div style="width:auto; height:auto;padding:5px 10px 5px 10px;background:{color:accent};color:#f9f9f9;font-family:arial black;font-size:25px;letter-spacing:-2px;line-height;100%;margin-bottom:2px;border-radius:10px 10px 0 0;">
  4401. NCT DREAM • • •
  4402. <div style="position:relative;font-size:8px;font-family:calibri;letter-spacing:1px;margin-top:-8px;margin-left:2px;padding-bottom:5px;font-weight:bold;"> -- The greatest brothers and friends I could ask for </div>
  4403.  
  4404. </div>
  4405.  
  4406. <div style="margin-left:178px;width:100px;max-height:95px;background:{color:posts};padding:10px;overflow:auto;border:1px solid {color:post border};text-align:justify;">
  4407.  
  4408. "At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."
  4409.  
  4410. </div>
  4411.  
  4412. <div style="position:absolute;width:175px;margin-left:0;margin-top:-117px;z-index:99;">
  4413. <div style="position:relative;height:0;padding-bottom:56.21%"><iframe src="https://www.youtube.com/embed/4pUc7SD0PmU?ecver=2" style="position:absolute;width:100%;height:100%;left:0" width="641" height="360" frameborder="0" allowfullscreen></iframe></div>
  4414. </div>
  4415.  
  4416. <div style="position:absolute;margin-left:0;margin-top:-16px;width:165.5px;background:{color:accent};color:#fff;letter-spacing:1px; padding:3px 5px 3px 5px;text-align:center;font-family:'Work Sans', sans-serif;font-size:7px;"> check out our latest comeback! </div>
  4417.  
  4418. <div style="position:absolute;font-family:'Work Sans', sans-serif;font-size:7px;color:#fff;letter-spacing:1px;margin-top:60px;margin-left:35px;word-spacing:4px;text-align:center;width:auto;">
  4419.  
  4420. lmh &middot; hrj &middot; ljn &middot; kdh &middot; njm &middot; zcl &middot; pjs
  4421.  
  4422. </div>
  4423.  
  4424. <img style="margin-top:-49px;z-index:1000000000000000000000000;border-radius:0 0 10px 10px;" src="http://i.imgur.com/JjOe75c.png">
  4425.  
  4426.  
  4427.  
  4428.  
  4429.  
  4430. </div>
  4431.  
  4432.  
  4433.  
  4434. <div id="04" class="popup_block">
  4435.  
  4436.  
  4437. <div class="abouttop">Best friends are forever;</div>
  4438. <div class="motae" style="position:absolute;">
  4439. <img src="http://i.imgur.com/TRH1Gb9.png">
  4440. </div>
  4441. <div style="position:absolute;margin-left:123px;margin-top:-8px;font-family:'jersey';letter-spacing:1px;font-size:47.5px;color:#f5f5f5;text-shadow:1px 0 #ccc, 0 1px #ccc, -1px 0 #ccc, 0 -1px #ccc;">uglies</div>
  4442. <div class="motae2" style="position:absolute;margin-left:123px;margin-top:42px;">
  4443.  
  4444. When I met you, I had known what friendship was but i had never imagined what true, unconditional love was. The type of love that isn't romantic, or familial. But the type of love that only comes from someone who truly cares for you. Who puts your well being before theirs. And above all else, protects you when it's needed most. People like us experienced a love that didn't come with affection, or titles like "brother" and "sister". It was pure and genuine and I am forever grateful for that. </p>
  4445. It's been a while now since you left. I know I joke about you being dead but since you took your leave I've felt a piece of me missing. But I get by, day by day remembering you and every good memory that we shared, and sometimes even the rougher ones. I'm happy though, knowing that wherever you are, you're happy. And more so than that, you're safe. I love you very much, even if you're ugly and bully me sometimes. But that's just how we are, huh? Thank you, Momo for giving to me something I hadn't known I needed.
  4446.  
  4447.  
  4448. </div>
  4449.  
  4450.  
  4451. <div class="abouttop" style="margin-top:124px;">And she is with me always.</div>
  4452.  
  4453.  
  4454.  
  4455.  
  4456.  
  4457. </div>
  4458.  
  4459. <div id="05" class="popup_block">
  4460.  
  4461.  
  4462. <div style="width:auto; height:auto;padding:5px 10px 5px 10px;background:{color:accent};color:#f9f9f9;font-family:arial black;font-size:25px;letter-spacing:-2px;line-height;100%;margin-bottom:2px;border-radius:10px 10px 0 0;">
  4463. Profile • • •
  4464. <div style="position:relative;font-size:8px;font-family:calibri;letter-spacing:1px;margin-top:-8px;margin-left:2px;padding-bottom:5px;font-weight:bold;"> -- A basic map to everything Chen le </div>
  4465.  
  4466. </div>
  4467.  
  4468. <div class="int">
  4469. <div class="ints">
  4470.  
  4471. <ul>
  4472. <li> <b>Name:</b> Zhong Chen le </li>
  4473. <li> <b>Sub-Unit:</b> Dream </li>
  4474. <li> <b>Birthplace:</b> Shanghai, China </li>
  4475. <li> <b>Birthday:</b> Nov. 22, 2001 </li>
  4476. <li> <b>Position:</b> Vocalist </li>
  4477. <li> <b>Debut:</b> Aug. 24, 2016 </li>
  4478. </ul>
  4479.  
  4480. </div>
  4481. </div>
  4482.  
  4483. <div style="background:transparent;position:absolute;margin-top:1px;margin-left:261.5px;border-right:4px double {color:post border};border-left:4px double {color:post border};width:2px; height:120px;"></div>
  4484.  
  4485.  
  4486. <div style="position:absolute;background:transparent;color:{color:posts};width:135px;margin-top:48.5px;margin-left:219px;letter-spacing:-4px;font-family:arial black;font-size:35px;line-height:15px; -ms-transform: rotate(-90deg); /* IE 9 */-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */transform: rotate(-90deg);-webkit-text-stroke: 1px {color:post border};"> DREAM </div>
  4487.  
  4488. <img style="border:1.5px solid {color:post border};" src="http://i.imgur.com/TkqyjEx.png">
  4489.  
  4490. <div style="display:none;background:{color:accent};height:5px;margin-left:2px;margin-right:2px;margin-top:1px;"></div>
  4491.  
  4492. <div style="background:{color:posts};border:1px solid {color:post border};padding:8px;color:{color:post text};line-height:100%;font-family:'karmilla';font-size:8px;max-height:80px;overflow:auto;margin-top:1px;margin-left:0px;text-align:justify;">
  4493.  
  4494. "At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."
  4495.  
  4496. </div>
  4497.  
  4498.  
  4499. <div style="background:{color:accent};height:10px;border-radius:0 0 10px 10px;margin-top:2px;"></div>
  4500.  
  4501.  
  4502. </div>
  4503.  
  4504. <div id="06" class="popup_block">
  4505.  
  4506. <div style="border:1px solid #ddd;"><img src="http://i.imgur.com/n49JT27.png" width="100%" height="auto"></div>
  4507.  
  4508. </div>
  4509.  
  4510.  
  4511.  
  4512.  
  4513.  
  4514.  
  4515.  
  4516. <!----- cathms popup links script ---->
  4517. <script language="Javascript">
  4518. $(document).ready(function() {
  4519. $('.nav li').hide();
  4520. $('.nav li:lt()').show();
  4521. });
  4522. </script>
  4523.  
  4524. <script language="javascript">
  4525. $(document).ready(function() {
  4526. $('a#clickbutton').click(function() {
  4527. $('.t',this).toggle();
  4528. });
  4529.  
  4530. $("#clickbutton").click(function(){
  4531. $(".pop").fadeToggle("slow");
  4532. });
  4533.  
  4534. $("#clickbutton").click(function(){
  4535. $(".hide").fadeToggle("slow");
  4536. });
  4537.  
  4538.  
  4539. });
  4540. </script>
  4541.  
  4542.  
  4543.  
  4544.  
  4545.  
  4546.  
  4547.  
  4548.  
  4549.  
  4550.  
  4551. </body>
  4552. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement