Advertisement
rpaccount

Tails

Sep 29th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.19 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
  5.  
  6. @import url(https://fonts.googleapis.com/css?family=Kreon);
  7.  
  8.  
  9.  
  10. .pfor {display: none;}
  11.  
  12. #profile {
  13.  
  14. border-style:none;
  15.  
  16. background-color: Transparent;}
  17.  
  18.  
  19.  
  20. body {
  21.  
  22. background-color: orange;
  23.  
  24. background-image:url("");
  25.  
  26. background-size: ;
  27.  
  28. background-attachment:fixed;}
  29.  
  30.  
  31.  
  32. a:link {text-decoration: none;}
  33.  
  34. a:visited {text-decoration: none;}
  35.  
  36.  
  37.  
  38.  
  39.  
  40. #DNA {
  41.  
  42. position: fixed;
  43.  
  44. top: 0px;
  45.  
  46. left: 50px;
  47.  
  48. height: 100%;
  49.  
  50. width: 80px;
  51.  
  52. border-left: 3px solid white;
  53.  
  54. border-right: 3px solid white;
  55.  
  56. background-image:url("http://i68.tinypic.com/27zhe74.gif");
  57.  
  58. background-position: bottom;
  59.  
  60. background-repeat:repeat;
  61.  
  62. background-color: #ffffff;
  63.  
  64. box-shadow:
  65.  
  66. 0 0 20px red;
  67.  
  68. }
  69.  
  70.  
  71.  
  72. #Sewer {
  73.  
  74. position: fixed;
  75.  
  76. top: 0px;
  77.  
  78. right: 50px;
  79.  
  80. height: 100%;
  81.  
  82. width: 80px;
  83.  
  84. border-left: 3px solid dark red;
  85.  
  86. border-right: 3px solid dark red;
  87.  
  88. background-image:url("http://i66.tinypic.com/29c1d78.gif");
  89.  
  90. background-position: top;
  91.  
  92. background-repeat:repeat;
  93.  
  94. background-color: #000000;
  95.  
  96. box-shadow:
  97.  
  98. 0 0 20px red;
  99.  
  100. }
  101.  
  102.  
  103.  
  104. #LizardContent{
  105.  
  106. position: fixed;
  107.  
  108. top: 10%;
  109.  
  110. left: 50%;
  111.  
  112. width: 0;
  113.  
  114. height: 500px;
  115.  
  116. }
  117.  
  118.  
  119.  
  120. #LizardImageBack {
  121.  
  122. position: absolute;
  123.  
  124. left: -170px;
  125.  
  126. width: 340px;
  127.  
  128. height: 500;
  129.  
  130. border-top: 2px solid red;
  131.  
  132. border-left: 2px solid red;
  133.  
  134. border-right: 2px solid #ff0000;
  135.  
  136. border-bottom: 2px solid #ff0000;
  137.  
  138. border-radius: 20px;
  139.  
  140. background-image:url("");
  141.  
  142. background-size: 100% 100%
  143.  
  144. }
  145.  
  146.  
  147.  
  148. #mainimage {
  149.  
  150. position: absolute;
  151.  
  152. top: 10px;
  153.  
  154. left: 10px;
  155.  
  156. bottom: 10px;
  157.  
  158. right: 10px;
  159.  
  160. border: 2px solid #ff0000;
  161.  
  162. border-radius: 20px;
  163.  
  164. overflow: hidden;
  165.  
  166. }
  167.  
  168.  
  169.  
  170. #navbar {
  171.  
  172. position: absolute;
  173.  
  174. top: 100px;
  175.  
  176. left: -53px;
  177.  
  178. width: 50px;
  179.  
  180. height: 200px;
  181.  
  182. }
  183.  
  184.  
  185. #navbar2 {
  186.  
  187. position: absolute;
  188.  
  189. top: 100px;
  190.  
  191. right: -53px;
  192.  
  193. width: 50px;
  194.  
  195. height: 200px;
  196.  
  197. }
  198.  
  199.  
  200.  
  201.  
  202.  
  203. #navbar3 {
  204.  
  205. position: absolute;
  206.  
  207. top: 500px;
  208.  
  209. right: 150px;
  210.  
  211. width: 50px;
  212.  
  213. height: 50px;
  214.  
  215. }
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. #ImageScrollOver {
  224.  
  225. background-color:#transparent;
  226.  
  227. position:absolute;}
  228.  
  229.  
  230.  
  231. #ImageScrollOut {
  232.  
  233. background-color:#transparent;
  234.  
  235. position:absolute;
  236.  
  237. opacity: 0;
  238.  
  239. -webkit-transition: all 1s ease-in-out;
  240.  
  241. -moz-transition: all 1s ease-in-out;
  242.  
  243. -o-transition: all 1s ease-in-out;
  244.  
  245. -ms-transition: all 1s ease-in-out;
  246.  
  247. transition: all 1s ease-in-out;
  248.  
  249. }
  250.  
  251.  
  252.  
  253. #ImageScrollOut:hover {
  254.  
  255. position:absolute;
  256.  
  257. opacity: 1.0;
  258.  
  259. -webkit-transition: all 1s ease-in-out;
  260.  
  261. -moz-transition: all 1s ease-in-out;
  262.  
  263. -o-transition: all 1s ease-in-out;
  264.  
  265. -ms-transition: all 1s ease-in-out;
  266.  
  267. transition: all 1s ease-in-out;
  268.  
  269. }
  270.  
  271.  
  272.  
  273.  
  274.  
  275. #buttons a {
  276.  
  277. display: block;
  278.  
  279. margin-left: 5px;
  280.  
  281. margin-top: 20px;
  282.  
  283. float: left;
  284.  
  285. -webkit-transition: all 0.5s ease-in-out;
  286.  
  287. -moz-transition: all 0.5s ease-in-out;
  288.  
  289. -o-transition: all 0.5s ease-in-out;
  290.  
  291. transition: all 0.5s ease-in-out;
  292.  
  293. }
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. #buttons2 a {
  301.  
  302. display: block;
  303.  
  304. margin-left: 5px;
  305.  
  306. margin-top: 20px;
  307.  
  308. float: left;
  309.  
  310. }
  311.  
  312.  
  313. #buttons3 a {
  314.  
  315. display: block;
  316.  
  317. margin-left: 6px;
  318.  
  319. margin-top: 5px;
  320.  
  321. float: left;
  322.  
  323. }
  324.  
  325.  
  326.  
  327.  
  328.  
  329. .Mainbox {
  330.  
  331. position: absolute;
  332.  
  333. left: -1px;
  334.  
  335. right: 500px;
  336.  
  337. top: 20px;
  338.  
  339. height: 465px;
  340.  
  341. border: 1px solid#ff0000;
  342.  
  343. border-left: 2px solid yellow;
  344.  
  345.  
  346. text-align: center;
  347.  
  348. overflow: hidden;
  349.  
  350. opacity: 1;
  351.  
  352. -webkit-transition: all 1s ease-in-out;
  353.  
  354. -moz-transition: all 1s ease-in-out;
  355.  
  356. -o-transition: all 1s ease-in-out;
  357.  
  358. -ms-transition: all 1s ease-in-out;
  359.  
  360. transition: all 1s ease-in-out;
  361.  
  362. background-image:url("");
  363.  
  364. background-size: 300px 300px;
  365.  
  366. }
  367.  
  368.  
  369.  
  370.  
  371.  
  372. .MainBox:target {
  373.  
  374. top: 20px;
  375.  
  376. right: 0px;
  377.  
  378. left: 0px;
  379.  
  380. opacity: 1;
  381.  
  382. -webkit-transition: all 1s ease-in-out;
  383.  
  384. -moz-transition: all 1s ease-in-out;
  385.  
  386. -o-transition: all 1s ease-in-out;
  387.  
  388. -ms-transition: all 1s ease-in-out;
  389.  
  390. transition: all 1s ease-in-out;
  391.  
  392. }
  393.  
  394.  
  395.  
  396. .Mainbox2 {
  397.  
  398. position: absolute;
  399.  
  400. left: 340px;
  401.  
  402. right: 0px;
  403.  
  404. top: 20px;
  405.  
  406. height: 465px;
  407.  
  408. border: 1px solid darkred;
  409.  
  410. text-align: center;
  411.  
  412. overflow: hidden;
  413.  
  414. opacity: 0;
  415.  
  416. -webkit-transition: all 1s ease-in-out;
  417.  
  418. -moz-transition: all 1s ease-in-out;
  419.  
  420. -o-transition: all 1s ease-in-out;
  421.  
  422. -ms-transition: all 1s ease-in-out;
  423.  
  424. transition: all 1s ease-in-out;
  425.  
  426. background-image:url("http://i.picpar.com/5pTb.jpg");
  427.  
  428. background-size: 500px 300px;
  429.  
  430. }
  431.  
  432.  
  433.  
  434.  
  435.  
  436. .MainBox2:target {
  437.  
  438. top: 20px;
  439.  
  440. right: 0px;
  441.  
  442. left: 0px;
  443.  
  444. opacity: 1;
  445.  
  446. -webkit-transition: all 1s ease-in-out;
  447.  
  448. -moz-transition: all 1s ease-in-out;
  449.  
  450. -o-transition: all 1s ease-in-out;
  451.  
  452. -ms-transition: all 1s ease-in-out;
  453.  
  454. transition: all 1s ease-in-out;
  455.  
  456. }
  457.  
  458.  
  459.  
  460. #contentbox {
  461.  
  462. position: absolute;
  463.  
  464. top: 10px;
  465.  
  466. bottom: 10px;
  467.  
  468. left: 10px;
  469.  
  470. right: 10px;
  471.  
  472. padding: 10px;
  473.  
  474. border: 2px solid black;
  475.  
  476. color: white;
  477.  
  478. background-color: rgba(0,0,0,.8);
  479.  
  480. font-family: 'Kreon', serif;
  481.  
  482. font-size: 14px;
  483. }
  484.  
  485.  
  486.  
  487. #header{
  488.  
  489. left: -10px;
  490.  
  491. right: -10px;
  492.  
  493. height: 25px;
  494.  
  495. background: black;
  496.  
  497. background-image:url("http://i.picpar.com/QpTb.jpg");
  498.  
  499. color: white;
  500.  
  501. font-family: 'Kaushan Script', cursive;
  502.  
  503. padding-top: 3px;
  504.  
  505. padding-left: 5px;
  506.  
  507. font-size: 18px;
  508.  
  509. text-align: center;
  510.  
  511. }
  512.  
  513.  
  514.  
  515. #contentbox2 {
  516.  
  517. position: absolute;
  518.  
  519. top: 10px;
  520.  
  521. bottom: 10px;
  522.  
  523. left: 10px;
  524.  
  525. right: 10px;
  526.  
  527. padding: 10px;
  528.  
  529. border: 2px solid orange;
  530.  
  531. color: white;
  532.  
  533. background-color: rgba(0,0,0,.8);
  534.  
  535. font-family: 'Kreon', serif;
  536.  
  537. font-size: 14px;
  538. }
  539.  
  540.  
  541.  
  542. #header2{
  543.  
  544. left: -10px;
  545.  
  546. right: -10px;
  547.  
  548. height: 44px;
  549.  
  550. background-image:url("http://i.picpar.com/PpTb.jpg");
  551.  
  552. border: 2px solid black;
  553.  
  554. color: orange;
  555.  
  556. font-family: 'Kaushan Script', cursive;
  557.  
  558. padding-top: 3px;
  559.  
  560. padding-right: 5px;
  561.  
  562. font-size: 18px;
  563.  
  564. text-align: center;
  565.  
  566. }
  567.  
  568.  
  569.  
  570. </style>
  571.  
  572.  
  573.  
  574.  
  575.  
  576. <div id=DNA></div>
  577.  
  578. <div id=Sewer></div>
  579.  
  580. <div id=LizardContent>
  581.  
  582. <div id=LizardImageBack>
  583.  
  584. <div id=mainimage>
  585.  
  586. <div id="ImageScrollOver">
  587.  
  588. <img src="http://i65.tinypic.com/rbed8l_th.jpg" height=444 width=400>
  589.  
  590. </div>
  591.  
  592. <div id="ImageScrollOut">
  593.  
  594. <img src="https://68.media.tumblr.com/034696c237241b206ba1aa61319f9e8d/tumblr_olsoch77Fh1v8x5bno1_500.gif" height=450 width=350>
  595.  
  596. </div>
  597.  
  598. </div>
  599.  
  600.  
  601.  
  602. <div id="One" class="MainBox">
  603.  
  604. <div id=contentbox>
  605.  
  606. <div id=header>Stats</div>
  607. <br>
  608. <i>“Tails Quote here” </i>
  609. <br>
  610. <br>
  611. <font style=float:left>Name:</font> <font style=float:right>Name here</font>
  612.  
  613. <br>
  614.  
  615. <font style=float:left>Age:</font> <font style=float:right>Age here</font>
  616.  
  617. <br>
  618.  
  619. <font style=float:left>Gender:</font> <font style=float:right>Gendere here</font>
  620.  
  621. <br>
  622.  
  623. <font style=float:left>Orientation</font> <font style=float:right>Orientation here</font>
  624.  
  625. <br>
  626.  
  627. <font style=float:left>Alignment:</font> <font style=float:right>What side are you on?</font>
  628.  
  629. <br>
  630.  
  631. <font style=float:left>Height:</font> <font style=float:right>Height here</font>
  632.  
  633. <br>
  634.  
  635. <font style=float:left>Weight:</font> <font style=float:right>Weight here, optinonal</font>
  636.  
  637. <br>
  638.  
  639. <font style=float:left>Fur Color:</font> <font style=float:right>What is the fluff color</font>
  640.  
  641. <br>
  642.  
  643. <font style=float:left>Eye Color:</font> <font style=float:right>Eye color</font>
  644.  
  645. <br>
  646.  
  647. <font style=float:left>Status:</font> <font style=float:right>I'm a kid.</font>
  648.  
  649.  
  650.  
  651.  
  652.  
  653. <br>
  654.  
  655. <font style=float:left>Species:</font> <font style=float:right>Fox</font>
  656.  
  657. <br>
  658.  
  659.  
  660.  
  661.  
  662. </div>
  663.  
  664. </div>
  665.  
  666.  
  667.  
  668. <div id="Two" class="MainBox">
  669.  
  670. <div id=contentbox>
  671.  
  672. <div id=header>About</div>
  673. <br>
  674. <i><h2>“You want to know about me?~” </h2></i>
  675. <br><br>
  676. About here
  677.  
  678. </div>
  679.  
  680. </div>
  681.  
  682.  
  683.  
  684. <div id="Three" class="MainBox">
  685.  
  686. <div id=contentbox>
  687.  
  688. <div id=header>Friends</div>
  689. <br>
  690. <a href="Profile link here"><img style="border-radius: 50%" src="Image link here" align="left" height="60" width="60"></a> <i>"Blurb"</i>
  691.  
  692. </div>
  693.  
  694. </div>
  695.  
  696.  
  697.  
  698. <div id="Four" class="MainBox">
  699.  
  700. <div id=contentbox>
  701.  
  702. <div id=header>Out of Emeralds</div>
  703. <br>
  704. OOC here
  705.  
  706. </div>
  707.  
  708. </div>
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716. <div id=navbar>
  717.  
  718. <div id="buttons">
  719.  
  720. <a href="#One"> <img src="http://media.giphy.com/media/yoK20ShoZh25W/giphy.gif" width=35px></a>
  721.  
  722. <a href="#Two"> <img src="http://media.giphy.com/media/yoK20ShoZh25W/giphy.gif" width=35px></a>
  723.  
  724. <a href="#Three"><img src="http://media.giphy.com/media/yoK20ShoZh25W/giphy.gif" width=35px></a>
  725.  
  726. <a href="#Four"> <img src="http://media.giphy.com/media/yoK20ShoZh25W/giphy.gif" width=35px></a>
  727.  
  728. </div>
  729.  
  730. </div>
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738. <div id=navbar3>
  739.  
  740. <div id="buttons3">
  741.  
  742. <a href="#Close">
  743.  
  744. <div id="ImageScrollOver">
  745.  
  746. <img src="https://68.media.tumblr.com/034696c237241b206ba1aa61319f9e8d/tumblr_olsoch77Fh1v8x5bno1_500.gif" width=50>
  747.  
  748. </div>
  749.  
  750. <div id="ImageScrollOut">
  751.  
  752. <img src="http://i.picpar.com/OpTb.png" width=50>
  753.  
  754. </div>
  755.  
  756. </a>
  757.  
  758. </div>
  759.  
  760. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement