Advertisement
b0rn-to-be-wild

Page: AUTUMNAL (bright)

Mar 5th, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----
  4.  
  5. ©borntobewildcodes.tumblr.com | AUTUMNAL (bright)
  6.  
  7. + Do not #redistribute this page or remove the credits.
  8. + Edit as long as you keep the credts intact
  9. + Contact us if you have any questions or concerns.
  10. + If you want a custom theme you can commission us.
  11. + Thanks for using our page, we hope that you enjoy it.
  12.  
  13.  
  14. Other credits:
  15.  
  16. - Google fonts
  17. - Saturn icons
  18. - Jquery
  19.  
  20. ---->
  21.  
  22. <html>
  23. <head>
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28.  
  29. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  30. <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  31.  
  32. <style type="text/css">
  33.  
  34. /* ---------------------------- GENERAL ----------------------------- */
  35.  
  36. /* -------- BASICS ------- */
  37.  
  38. body {
  39. margin: 0;
  40. padding: 0;
  41. width: 100%;
  42. height: 100%;
  43. font-family: Helvetica;
  44. font-size: 12px;
  45. line-height: 17px;
  46. color: #777777;
  47. /* Background */
  48. background-color: #f6f6f6;
  49. background-image: URL('http://static.tumblr.com/9nod2fq/rxhlrxzg6/bg_edited.png');
  50. background-attachment: fixed;
  51. background-repeat: repeat;
  52. }
  53.  
  54. /* Webkit scrollbar */
  55.  
  56. ::-webkit-scrollbar {
  57. width: 8px;
  58. height: 0px;
  59. }
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {
  62. height: 0px;
  63. background-color: #222222;
  64. border:3px solid #ffffff;
  65. }
  66.  
  67. ::-webkit-scrollbar-button:start:decrement,
  68. ::-webkit-scrollbar-button:end:increment {
  69. height: 0px;
  70. display: block;
  71. background-color: #ffffff;
  72. }
  73.  
  74. ::-webkit-scrollbar-track-piece {
  75. background-color: #ffffff;
  76. }
  77.  
  78. /* Tumblr controls */
  79.  
  80. iframe.tmblr-iframe {
  81. top:0px!important;
  82. right:33px!important;
  83. opacity:0.8;
  84. transform:scale(0.6);
  85. transform-origin:100% 0;
  86. -webkit-transform:scale(0.8);
  87. -webkit-transform-origin:100% 0;
  88. -moz-transform:scale(0.8);
  89. -moz-transform-origin:100% 0;
  90. -ms-transform:scale(0.8);
  91. -ms-transform-origin:100% 0;
  92. -o-transform:scale(0.8);
  93. -o-transform-origin:100% 0;
  94. -webkit-filter:invert(1);
  95. -moz-filter:invert(1);
  96. -ms-filter:invert(1);
  97. -o-filter:invert(1);
  98. filter:invert(1);
  99. z-index:100000!important;
  100. }
  101.  
  102. iframe.tmblr-iframe:hover {
  103. opacity:1!important;
  104. }
  105.  
  106. /* Tooltips */
  107.  
  108. .ui-tooltip {
  109. position:absolute;
  110. z-index:9999;
  111. padding-top:10px;
  112. }
  113.  
  114. .ui-tooltip-content {
  115. background:#ffffff;
  116. padding:0 4px;
  117. font-style:italic;
  118. color:#222222;
  119. text-transform:lowercase;
  120. border:1px solid #eeeeee;
  121. }
  122.  
  123. img {
  124. opacity:1;
  125. border:0;
  126. text-decoration:none;
  127. max-width:100%;
  128. height:auto;
  129. display:block;
  130. }
  131.  
  132. pre {
  133. padding:0;
  134. margin:0;
  135. line-height:inherit!important;
  136. background:transparent;
  137. font-family:inherit!Important;
  138. font-size:inherit!important;
  139. white-space:pre-wrap;
  140. white-space:-moz-pre-wrap;
  141. white-space:-pre-wrap;
  142. white-space:-o-pre-wrap;
  143. word-wrap:break-word;
  144. }
  145.  
  146. /* Fix */
  147.  
  148. iframe, img, embed, object, video {
  149. max-width: 100%;
  150. border: none;
  151. }
  152.  
  153. input, textarea, select, a { outline: none; }
  154.  
  155. /* Headings */
  156.  
  157. h1, h2, h3, h4 {
  158. margin:1.5em;
  159. font-size:1.5em;
  160. padding:0;
  161. font-weight:bold;
  162. }
  163.  
  164. /* Paragraph */
  165.  
  166. p { margin:5px 0px;}
  167.  
  168. p:first-of-type { margin-top:0;}
  169.  
  170. p:last-of-type { margin-bottom:0;}
  171.  
  172. small, big, sub, pre {
  173. font-size:1em!important;
  174. line-height:1.4em!important;
  175. vertical-align:baseline!important;
  176. }
  177.  
  178. /* Bold and italic */
  179.  
  180. b, strong, b a, strong a {
  181. font-weight:bold!important;
  182. color:#333333;
  183. }
  184.  
  185. i, em {
  186. color: #555555;
  187. }
  188.  
  189. /* Links */
  190.  
  191. a {
  192. color:#333333;
  193. text-decoration:none;
  194. -webkit-transition: all 0.4s ease-in-out;
  195. -moz-transition: all 0.4s ease-in-out;
  196. -ms-transition: all 0.4s ease-in-out;
  197. -o-transition: all 0.4s ease-in-out;
  198. transition: all 0.4s ease-in-out;
  199. }
  200.  
  201. a, a img {cursor:pointer;}
  202.  
  203. a:hover {
  204. color:#D88552!important;
  205. text-decoration:none;
  206. }
  207.  
  208. ul, ol, li {
  209. margin: 5px 10px;
  210. padding: 0px;
  211. }
  212.  
  213. /* Line break */
  214.  
  215. hr {
  216. border:none;
  217. box-shadow:0px;
  218. margin-top:0px;
  219. margin-bottom:15px;
  220. margin-left:0px;
  221. width:40px;
  222. padding:0px;
  223. border-top:1px solid #D88552;
  224. }
  225.  
  226. /*------------ CONTAINER ------------*/
  227.  
  228. #container {
  229. position:fixed;
  230. top:50%;
  231. left:50%;
  232. width:600px;
  233. height:450px;
  234. z-index:100;
  235. overflow:hidden;
  236. -webkit-transform:translateX(-50%) translateY(-50%);
  237. -moz-transform:translateX(-50%) translateY(-50%);
  238. -ms-transform:translateX(-50%) translateY(-50%);
  239. -o-transform:translateX(-50%) translateY(-50%);
  240. transform:translateX(-50%) translateY(-50%);
  241. /* Container background */
  242. background:#ffffff;
  243. border:1px solid #eeeeee;
  244. }
  245.  
  246. /*-- SIDEBAR, I don't recommend changing anything but background, especially if you're not experienced --*/
  247.  
  248. #sidebar {
  249. position:absolute;
  250. top:0px;
  251. left:300px;
  252. width:300px;
  253. height:450px;
  254. /* Sidebar background */
  255. background-color:#eeeeee;
  256. background-image: URL('https://78.media.tumblr.com/e6719ca807e41fe904f332ce60b52384/tumblr_oxi8nn9xxV1w4d880o2_400.jpg');
  257. background-repeat:no-repeat;
  258. background-size:cover;
  259. z-index:1000;
  260. -webkit-transition: all 0.5s ease;
  261. -moz-transition: all 0.5s ease;
  262. -ms-transition: all 0.5s ease;
  263. -o-transition: all 0.5s ease;
  264. transition: all 0.5s ease;
  265. }
  266.  
  267. #sidebar.pushed{
  268. -webkit-transform: translateX(-300px);
  269. -moz-transform: translateX(-300px);
  270. -ms-transform: translateX(-300px);
  271. -o-transform: translateX(-300px);
  272. transform: translateX(-300px);
  273. }
  274.  
  275. /* Click icon */
  276.  
  277. #click {
  278. position:absolute;
  279. top:50%;
  280. left:50%;
  281. width:40px;
  282. height:40px;
  283. padding:5px;
  284. line-height:45px;
  285. border:1px solid #eeeeee;
  286. background:rgba(255,255,255,1);
  287. border-radius:100%;
  288. text-align:center;
  289. cursor:pointer;
  290. z-index:1000;
  291. -webkit-transform:translateX(-50%) translateY(-50%);
  292. -moz-transform:translateX(-50%) translateY(-50%);
  293. -ms-transform:translateX(-50%) translateY(-50%);
  294. -o-transform:translateX(-50%) translateY(-50%);
  295. transform:translateX(-50%) translateY(-50%);
  296. }
  297.  
  298. /* Click icon left */
  299.  
  300. .clicon span{
  301. color:#222222;
  302. font-size:20px;
  303. }
  304.  
  305. /* Click icon left, on hover */
  306.  
  307. .clicon:hover span{
  308. color:#D88552;
  309. }
  310.  
  311. /* Click icon right */
  312.  
  313. .cricon {
  314. display:none;
  315. margin-top:-10px;
  316. -webkit-transform: rotate(180deg);
  317. -moz-transform: rotate(180deg);
  318. -ms-transform: rotate(180deg);
  319. -o-transform: rotate(180deg);
  320. transform: rotate(180deg);
  321. }
  322.  
  323. .cricon span{
  324. color:#D88552;
  325. font-size:20px;
  326. }
  327.  
  328. /* Click icon right, on hover */
  329.  
  330. .cricon:hover span{
  331. color:#222222;
  332. }
  333.  
  334. /*-- PANEL ONE --*/
  335.  
  336. #panelone{
  337. position:fixed;
  338. top:0px;
  339. left:0px;
  340. height:450px;
  341. width:300px;
  342. background-color:#ffffff;
  343. -webkit-transition: all 0.5s ease;
  344. -moz-transition: all 0.5s ease;
  345. -ms-transition: all 0.5s ease;
  346. -o-transition: all 0.5s ease;
  347. transition: all 0.5s ease;
  348. z-index:1000!important;
  349. }
  350.  
  351. /* I don't recommend editing */
  352.  
  353. .panelin{
  354. position:absolute;
  355. top:50%;
  356. left:50%;
  357. width:330px;
  358. height:auto;
  359. -webkit-transform:translateX(-50%) translateY(-50%);
  360. -moz-transform:translateX(-50%) translateY(-50%);
  361. -ms-transform:translateX(-50%) translateY(-50%);
  362. -o-transform:translateX(-50%) translateY(-50%);
  363. transform:translateX(-50%) translateY(-50%);
  364. }
  365.  
  366. /* Avatar */
  367.  
  368. #avatar {
  369. margin:15px auto;
  370. width:90px;
  371. height:90px;
  372. border-radius:100px;
  373. -webkit-transition: all 0.5s ease;
  374. -moz-transition: all 0.5s ease;
  375. -ms-transition: all 0.5s ease;
  376. -o-transition: all 0.5s ease;
  377. transition: all 0.5s ease;
  378. }
  379.  
  380. #avatar img{
  381. margin:0;
  382. width:100%;
  383. height:100%;
  384. border:1px solid #333333;
  385. border-radius:100px;
  386. }
  387.  
  388. /* Avatar on hover */
  389.  
  390. #avatar:hover {
  391. -webkit-transform: rotate(360deg);
  392. -moz-transform: rotate(360deg);
  393. -ms-transform: rotate(360deg);
  394. -o-transform: rotate(360deg);
  395. transform: rotate(360deg);
  396. }
  397.  
  398. /* Blog title */
  399.  
  400. #blogtitle {
  401. margin:10px auto;
  402. width:285px;
  403. height:31px;
  404. font-size:27px;
  405. line-height:30px;
  406. color:#222222;
  407. background: transparent;
  408. font-family:'Brutal Type', sans-serif;
  409. text-align:center;
  410. }
  411.  
  412. /* Description */
  413.  
  414. #description {
  415. margin:0px auto;
  416. width:265px;
  417. height:auto;
  418. font-size:12px;
  419. line-height:20px;
  420. color:#222222;
  421. background: transparent;
  422. font-family:'Brutal Type', sans-serif;
  423. text-align:center;
  424. }
  425.  
  426. /* Main icons */
  427.  
  428. #icons {
  429. margin:0px auto;
  430. width:240px;
  431. height:51px;
  432. background: transparent;
  433. text-align:center;
  434. overflow:hidden;
  435. }
  436.  
  437. #icons span {
  438. display:inline-block;
  439. height:40px;
  440. margin:0px;
  441. margin-left:-2px;
  442. margin-right:-1px;
  443. padding:7px 10px;
  444. /* Main icons style */
  445. color: #333333;
  446. font-size:16px;
  447. line-height:40px;
  448. text-align:center;
  449. -webkit-transition: all 0.4s ease-in-out;
  450. -moz-transition: all 0.4s ease-in-out;
  451. -ms-transition: all 0.4s ease-in-out;
  452. -o-transition: all 0.4s ease-in-out;
  453. transition: all 0.4s ease-in-out;
  454. }
  455.  
  456. /* Main icons style on hover */
  457.  
  458. #icons span:hover {
  459. color:#D88552;
  460. }
  461.  
  462. /*-- PANEL TWO --*/
  463.  
  464. #paneltwo{
  465. position:fixed;
  466. top:0px;
  467. left:0px;
  468. height:450px;
  469. width:300px;
  470. background-color:#ffffff;
  471. -webkit-transition: ease 0.5s;
  472. -moz-transition: ease 0.5s;
  473. -o-transition: ease 0.5s;
  474. transition: ease 0.5s;
  475. z-index:100!imnportant;
  476. }
  477.  
  478. #paneltwo.pushedtwo{
  479. -webkit-transform: translateX(300px);
  480. -moz-transform: translateX(300px);
  481. -ms-transform: translateX(300px);
  482. -o-transform: translateX(300px);
  483. transform: translateX(300px);
  484. }
  485.  
  486. /* Big icons style, I don't recommend changing anything but color, especially if you're not experienced */
  487.  
  488. #paneltwo a{
  489. display:inline-block;
  490. margin:10px 10px 10px 32px;
  491. width:110px;
  492. height:85px;
  493. padding-top:25px;
  494. line-height:30px;
  495. font-size:13px;
  496. text-align:center;
  497. cursor:pointer;
  498. /* Big icon link color */
  499. color:#222222;
  500. }
  501.  
  502. .aicon:before, .licon:before, .ticon:before, .ficon:before, .bicon:before, .eicon:before{
  503. display:block;
  504. margin-bottom:10px;
  505. font-family:'saturnicons';
  506. font-size:32px;
  507. }
  508.  
  509. /* About icon */
  510.  
  511. .aicon:before{
  512. /* Icon code */
  513. content:'\e275';
  514. /* Icon color */
  515. color:#222222;
  516. }
  517.  
  518. .aicon:after{
  519. /* Section title */
  520. content:'ABOUT';
  521. }
  522.  
  523. /* Links icon */
  524.  
  525. .licon:before{
  526. /* Icon code */
  527. content:'\e190';
  528. /* Icon color */
  529. color:#222222;
  530. }
  531.  
  532. .licon:after{
  533. /* Section title */
  534. content:'LINKS';
  535. }
  536.  
  537. /* Tags icon */
  538.  
  539. .ticon:before{
  540. /* Icon code */
  541. content:'\e24b';
  542. /* Icon color */
  543. color:#222222;
  544. }
  545.  
  546. .ticon:after{
  547. /* Section title */
  548. content:'TAGS';
  549. }
  550.  
  551. /* F.A.Q. icon */
  552.  
  553. .ficon:before{
  554. /* Icon code */
  555. content:'\e080';
  556. /* Icon color */
  557. color:#222222;
  558. }
  559.  
  560. .ficon:after{
  561. /* Section title */
  562. content:'F.A.Q.';
  563. }
  564.  
  565. /* Blogroll icon */
  566.  
  567. .bicon:before{
  568. /* Icon code */
  569. content:'\e123';
  570. /* Icon color */
  571. color:#222222;
  572. }
  573.  
  574. .bicon:after{
  575. /* Section title */
  576. content:'BLOGROLL';
  577. }
  578.  
  579. /* Extra icon */
  580.  
  581. .eicon:before{
  582. /* Icon code */
  583. content:'\e183';
  584. /* Icon color */
  585. color:#222222;
  586. }
  587.  
  588. .eicon:after{
  589. /* Section title */
  590. content:'EXTRA';
  591. }
  592.  
  593. .aicon:hover:before, .licon:hover:before, .ticon:hover:before, .ficon:hover:before, .bicon:hover:before, .eicon:hover:before {
  594. /* Big icon color on hover */
  595. color:#D88552;
  596. }
  597.  
  598. /* Close icon */
  599.  
  600. .close{
  601. width:110px;
  602. height:60px;
  603. }
  604.  
  605. .close:before{
  606. display:block;
  607. margin-bottom:10px;
  608. /* Icon code */
  609. content:'\e0c4';
  610. font-family:'saturnicons';
  611. font-size:30px;
  612. color:#D88552;
  613. }
  614.  
  615. .close:after{
  616. content:'CLOSE';
  617. }
  618.  
  619. .close:hover:before {
  620. /* Icon on hover */
  621. color:#333333;
  622. }
  623.  
  624. /*-- CONTENT BOXES, I don't recommend changing anything but color, especially if you're not experienced */
  625.  
  626. #about, #links, #tags, #faq, #blogroll, #extra{
  627. position:fixed;
  628. top:0px;
  629. left:0px;
  630. height:450px;
  631. width:300px;
  632. background-color:#ffffff;
  633. border:1px solid #eeeeee;
  634. -webkit-transition: ease 0.5s;
  635. -moz-transition: ease 0.5s;
  636. -o-transition: ease 0.5s;
  637. transition: ease 0.5s;
  638. z-index:1000!important;
  639. /* do not remove this line */
  640. display:none;
  641. }
  642.  
  643. .box{
  644. position:absolute;
  645. top:50%;
  646. left:50%;
  647. width:255px;
  648. height:auto;
  649. max-height:430px;
  650. /* Content font style */
  651. font-size:12px;
  652. line-height:20px;
  653. overflow:hidden;
  654. -webkit-transform:translateX(-50%) translateY(-50%);
  655. -moz-transform:translateX(-50%) translateY(-50%);
  656. -ms-transform:translateX(-50%) translateY(-50%);
  657. -o-transform:translateX(-50%) translateY(-50%);
  658. transform:translateX(-50%) translateY(-50%);
  659. }
  660.  
  661. .boxin{
  662. margin-left:0px;
  663. width:255px;
  664. height:352px;
  665. overflow-y:auto!important;
  666. }
  667.  
  668. /* Box titles, style of headings */
  669.  
  670. .box h1{
  671. margin:0px;
  672. margin-bottom:15px;
  673. color:#222222;
  674. font-weight:700;
  675. font-size:25px;
  676. font-family:Poiret One;
  677. }
  678.  
  679. /* Questions etc. */
  680.  
  681. .box big{
  682. color:#333333;
  683. font-size:15px!important;
  684. font-weight:600;
  685. }
  686.  
  687. /*-- Links --*/
  688.  
  689. #links a{
  690. display:block;
  691. padding:5px;
  692. padding-left:0px;
  693. font-size:14px;
  694. color:#222222;
  695. border-bottom:1px solid #eeeeee;
  696. }
  697.  
  698. #links span{
  699. margin-right:10px;
  700. color:#D88552;
  701. }
  702.  
  703. #links a:hover{
  704. color:#D88552;
  705. }
  706.  
  707. /*-- Tag links --*/
  708.  
  709. #tags a{
  710. display:inline-block;
  711. margin:4px;
  712. padding:4px 6px;
  713. color:#222222;
  714. border:1px solid #eeeeee;
  715. }
  716.  
  717. #tags span{
  718. margin-right:5px;
  719. color:#D88552;
  720. }
  721.  
  722. #tags a:hover{
  723. color:#D88552;
  724. background:#555555;
  725. }
  726.  
  727. /*-- Blogroll --*/
  728.  
  729. .person{
  730. display: inline-block;
  731. margin-top:5px;
  732. margin-left:2px;
  733. width:230px;
  734. height:50px;
  735. padding-bottom:10px;
  736. border-bottom:1px solid #eeeeee;
  737. overflow:hidden;
  738. }
  739.  
  740. /* Followed person avatar */
  741.  
  742. .person img {
  743. float:left;
  744. margin:0px;
  745. width:48px;
  746. height:48px;
  747. border:1px solid #222222;
  748. border-radius:100%;
  749. }
  750.  
  751. /* Followed person url */
  752.  
  753. .personurl {
  754. margin-top:0px;
  755. margin-left:15px;
  756. width:150px;
  757. padding:5px;
  758. height:40px;
  759. line-height:20px;
  760. color:#222222;
  761. text-align:center;
  762. overflow:hidden;
  763. }
  764.  
  765. .personurl a {
  766. font-size:12px;
  767. color:#222222;
  768. }
  769.  
  770. /*-- CREDIT --*/
  771.  
  772. #credit {
  773. position:fixed;
  774. top: 10px;
  775. right: 10px;
  776. width:25px;
  777. height:25px;
  778. z-index: 100000;
  779. }
  780.  
  781. #credit img{
  782. border: 1px solid #eeeeee;
  783. }
  784.  
  785. #credit img:hover{
  786. border: 1px solid #222222;
  787. }
  788.  
  789. /* --------------------------- Custom CSS -------------------------- */
  790.  
  791. {CustomCSS}
  792.  
  793. </style>
  794.  
  795. </head>
  796.  
  797. <body>
  798.  
  799. <div id="container">
  800.  
  801. <div id="panelone">
  802.  
  803. <div class="panelin">
  804.  
  805. <!-- Avatar image -->
  806. <div id="avatar"><img src="https://i.pinimg.com/736x/75/6b/1d/756b1da5a75da7e6cb77d487b0718e84--autumn-day-autumn-leaves.jpg"></div>
  807.  
  808. <div id="blogtitle"> Autumnal </div>
  809.  
  810. <div id="description">
  811.  
  812. Lorem ipsum dolor <i>sit</i> amet adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, <b>vehicula</b> et, mauris.
  813.  
  814. </div>
  815. <!--End description-->
  816.  
  817. <div id="icons">
  818. <a href="/" Title="Index"><span class="sf sf-home"></span></a>
  819. <a href="/ask" Title="Message"><span class="sf sf-chat"></span></a>
  820. <a href="/submit" Title="Submit"><span class="sf sf-paperclip"></span></a>
  821. <a href="/archive" Title="Archive"><span class="sf sf-clock-3"></span></a>
  822. <a href="httpss://www.tumblr.com/dashboard" Title="Dashboard"><span class="sf sf-tumblr"></span></a>
  823. </div>
  824. <!--End icons-->
  825.  
  826. </div>
  827. <!--End panelin-->
  828. </div>
  829. <!--End panelone-->
  830.  
  831.  
  832. <div id="paneltwo">
  833. <div class="panelin">
  834.  
  835. <a><div id="aclick"><div class="aicon"></div></div></a>
  836. <a><div id="lclick"><div class="licon"></div></div></a>
  837. <a><div id="tclick"><div class="ticon"></div></div></a>
  838. <a><div id="fclick"><div class="ficon"></div></div></a>
  839. <a><div id="bclick"><div class="bicon"></div></div></a>
  840. <a><div id="eclick"><div class="eicon"></div></div></a>
  841.  
  842. </div>
  843. <!--End panelin-->
  844. </div>
  845. <!--End paneltwo-->
  846.  
  847. <div id="sidebar">
  848.  
  849. <div id="click">
  850. <div class="clicon"><span class="sf sf-aero-cursor"></span></div>
  851. <div class="cricon"><span class="sf sf-aero-cursor"></span></div></div>
  852.  
  853. </div>
  854. <!--End sidebar-->
  855.  
  856.  
  857. <div id="about">
  858.  
  859. <div class="box">
  860.  
  861. <h1> ABOUT </h1> <hr>
  862.  
  863. <justify>
  864. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore <u>magna</u> aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in </b>reprehenderit</b> in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia <i>deserunt</i> mollit anim id est laborum.
  865. </justify>
  866.  
  867. </div>
  868. <!--End box-->
  869. </div>
  870. <!--End about-->
  871.  
  872.  
  873. <div id="links">
  874.  
  875. <div class="box">
  876.  
  877. <h1> LINKS </h1> <hr>
  878.  
  879. <a href="https://"><span class="sf sf-leaf-2"></span> Link one </a>
  880. <a href="https://"><span class="sf sf-leaf-2"></span> Link two </a>
  881. <a href="https://"><span class="sf sf-leaf-2"></span> Link three </a>
  882. <a href="https://"><span class="sf sf-leaf-2"></span> Link four </a>
  883. <a href="https://"><span class="sf sf-leaf-2"></span> Link five </a>
  884.  
  885. </div>
  886. <!--End box-->
  887. </div>
  888. <!--End links-->
  889.  
  890.  
  891. <div id="tags">
  892.  
  893. <div class="box">
  894.  
  895. <h1> TAGS </h1> <hr>
  896.  
  897. <a href="https://"><span class="sf sf-tag"></span> tagone </a>
  898. <a href="https://"><span class="sf sf-tag"></span> tagtwo </a>
  899. <a href="https://"><span class="sf sf-tag"></span> tagthree </a>
  900. <a href="https://"><span class="sf sf-tag"></span> tagfour </a>
  901. <a href="https://"><span class="sf sf-tag"></span> tagfive </a>
  902. <a href="https://"><span class="sf sf-tag"></span> tagsix </a>
  903. <a href="https://"><span class="sf sf-tag"></span> tagseven </a>
  904. <a href="https://"><span class="sf sf-tag"></span> tageight </a>
  905.  
  906. </div>
  907. <!--End box-->
  908. </div>
  909. <!--End tags-->
  910.  
  911.  
  912. <div id="faq">
  913.  
  914. <div class="box">
  915.  
  916. <h1> F.A.Q. </h1> <hr>
  917.  
  918. <div class="boxin">
  919.  
  920. <big> 01. Question one </big><br>
  921. - Answer one <br><br>
  922.  
  923. <big> 02. Question two </big><br>
  924. - Answer two <br><br>
  925.  
  926. <big> 03. Question three </big><br>
  927. - Answer three <br><br>
  928.  
  929. <big> 04. Question four </big><br>
  930. - Answer four <br><br>
  931.  
  932. <big> 05. Question five </big><br>
  933. - Answer five <br><br>
  934.  
  935. <big> 06. Question six </big><br>
  936. - Answer six <br>
  937.  
  938. </div>
  939. <!--End boxin-->
  940. </div>
  941. <!--End box-->
  942. </div>
  943. <!--End faq-->
  944.  
  945.  
  946. <div id="blogroll">
  947.  
  948. <div class="box">
  949.  
  950. <h1> BLOGROLL </h1> <hr>
  951.  
  952. <div class="boxin">
  953. {block:Following}
  954. {block:Followed}
  955. <div class="person">
  956. <img src="{FollowedPortraitURL-64}">
  957. <div class="personurl">
  958. <a href="{FollowedURL}">
  959. <big>{FollowedName}</big><br>
  960. {FollowedTitle}
  961. </a></div>
  962. </div>
  963. <!--End person-->
  964. {/block:Followed}
  965. {/block:Following}
  966. </div>
  967. <!--End boxin-->
  968.  
  969. </div>
  970. <!--End box-->
  971. </div>
  972. <!--End blogroll-->
  973.  
  974. <div id="extra">
  975.  
  976. <div class="box">
  977.  
  978. <h1> EXTRA </h1> <hr>
  979.  
  980. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore <u>magna</u> aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in </b>reprehenderit</b> in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  981.  
  982. </div>
  983. <!--End box-->
  984. </div>
  985. <!--End extra-->
  986.  
  987. </div>
  988. <!--End container-->
  989.  
  990.  
  991. <!-------------------------------- SCRIPTS -------------------------------->
  992.  
  993. <!--Hide/show on click-->
  994.  
  995. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  996.  
  997. <script>
  998. $(document).ready(function(){
  999.  
  1000. $( "#click" ).click(function() {
  1001. $( '#sidebar' ).toggleClass('pushed');
  1002. $( '#paneltwo' ).toggleClass('pushedtwo');
  1003. $( '.clicon' ).toggle(0);
  1004. $( '.cricon' ).toggle(0);
  1005. });
  1006.  
  1007. $( "#aclick" ).click(function(){
  1008. $( "#about" ).toggle(0);
  1009. $( "#aclick" ).toggleClass("close");
  1010. $('.aicon').toggle(0);
  1011. });
  1012.  
  1013. $( "#lclick" ).click(function(){
  1014. $( "#links" ).toggle(0);
  1015. $( "#lclick" ).toggleClass("close");
  1016. $('.licon').toggle(0);
  1017. });
  1018.  
  1019. $( "#tclick" ).click(function(){
  1020. $( "#tags" ).toggle(0);
  1021. $( "#tclick" ).toggleClass("close");
  1022. $('.ticon').toggle(0);
  1023. });
  1024.  
  1025. $( "#fclick" ).click(function(){
  1026. $( "#faq" ).toggle(0);
  1027. $( "#fclick" ).toggleClass("close");
  1028. $('.ficon').toggle(0);
  1029. });
  1030.  
  1031. $( "#bclick" ).click(function(){
  1032. $( "#blogroll" ).toggle(0);
  1033. $( "#bclick" ).toggleClass("close");
  1034. $('.bicon').toggle(0);
  1035. });
  1036.  
  1037. $( "#eclick" ).click(function(){
  1038. $( "#extra" ).toggle(0);
  1039. $( "#eclick" ).toggleClass("close");
  1040. $('.eicon').toggle(0);
  1041. });
  1042.  
  1043. });
  1044. </script>
  1045.  
  1046. <!--Google fonts-->
  1047.  
  1048. <link href="https://fonts.googleapis.com/css?family=Great+Vibes|Exo|Poiret+One|Montez|Exo" rel="stylesheet">
  1049.  
  1050. <!-- Saturn icons -->
  1051.  
  1052. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  1053.  
  1054. <!--Jquery-->
  1055.  
  1056. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  1057.  
  1058. <!-- CREDIT (do not remove) -->
  1059.  
  1060. <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page ALL IN ONE PAGE AUTUMNAL by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
  1061.  
  1062. </body>
  1063. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement