Advertisement
Guest User

for usagi

a guest
Oct 23rd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.92 KB | None | 0 0
  1. <style>/* noemi @ subeta, for usagi */
  2. @import url('https://fonts.googleapis.com/css?family=Karla');
  3. html, body, #navigation, input, textarea {font: 12px/1.5em 'Karla', 'Lucida Sans Unicode', Arial, sans-serif; color: #555;}
  4. body {height: 100vh; overflow-x: hidden;}
  5.  
  6. /* nav */
  7. #navigation {position: fixed; color: transparent; background: 0; border: 0; bottom: 0; right: 0; line-height: .7; text-align: right; z-index: 100; padding: 20px;}
  8. #navigation a {display: none;}
  9. #navigation a:first-child, #navigation:hover a {display: block !important; width: initial; padding: 0 20px; line-height: 1.2em}
  10.  
  11. /* edit buttons - they'll be at the top right of your window */
  12. div#header_blank, #header_widget {position: fixed; top: 0; right: 0; z-index: 999; width: 50px;}
  13. #header_widget {top: 60px !important;}
  14. .updated_text, #toolbox {position: relative; z-index: 998; float: left}
  15. #content_widget {display: none;}
  16.  
  17. /* reset and center */
  18. .div_float {position: absolute; width: 100%; top: 25%}
  19. div+.div_float:nth-child(2) {display:none;}
  20. ul.column li {margin: 0; border: 0;}
  21. .column {margin: 0 auto; padding: 0; position: relative}
  22. .header {border: 0; background: 0; height: 0; padding: 0}
  23. .block {border-radius: 0; background: 0}
  24. .blank_1 > div {position: absolute;}
  25. .info_block {padding: 0; background: 0}
  26.  
  27. /* box sizes */
  28. .column {width: 600px; height: 320px;}
  29. #column1_comment {width: 400px; height: 230px;}
  30. #pets {width: 416px; height: 235px;}
  31. textarea {width: 400px !important; height: 200px !important; resize: none;}
  32.  
  33. /* anchors - show and hide */
  34. #column1_comment, #pets {display: none;}
  35. #column1_comment:target, #pets:target, #about:target {display: block;}
  36.  
  37. /* textarea */
  38. textarea, input {border: 0;}
  39. input {width: 100% !important; margin-top: 5px;}
  40.  
  41. /* right column */
  42. #rightcol {margin-left: 140px; padding: 10px 20px; height: 300px; overflow: hidden;}
  43. #rightcol div {padding: 10px 0;}
  44. #leftcol {bottom:0; text-align: center;}
  45. #box {height: 245px; width: 100%; padding-top: 0 !important; overflow-y: scroll;}
  46. #about {padding-right: 5px !important;}
  47.  
  48. .avatar a {padding: 2px 3px; text-transform: lowercase;}
  49.  
  50. /* comments */
  51. #column1_comment {z-index: 100; margin-left: 145px; margin-top: 52px; padding: 20px;}
  52. #column1_comment:target {position: absolute;}
  53. #pets {position: absolute; top: 49px; overflow-y: scroll;}
  54.  
  55. /* customize ----------------------------------------------------------- ! */
  56. /* background */
  57. html {background: #fff1ee;}
  58. body {background: url('http://i.imgur.com/psArlZI.png');} /* <- the grid is separate from the background color, so you can layer a different transparent background if you'd like, or just erase it altogether */
  59. /* scrollbar */
  60. ::-webkit-scrollbar {background-color: #ddd; width: 5px;}
  61. ::-webkit-scrollbar-button {background-color: #fff; height: 7px;}
  62. ::-webkit-scrollbar-thumb {background-color: #FDB2B7;}
  63. /* links */
  64. a {color: #e6989d !important; text-transform: uppercase; font-weight: bold; letter-spacing: 1px;}
  65. a:hover {color: #FDB2B7 !important; text-decoration: none;}
  66. /* pets */
  67. #pets a {text-transform: none; letter-spacing: initial;}
  68. /* textarea */
  69. input {background: #fff; text-transform: lowercase;}
  70. textarea {background: url('http://i.imgur.com/psArlZI.png'); border: 1px solid #efefef; box-shadow: 0px -2px 0px #FDB2B7, 0px 2px 0px #FDB2B7; border-radius:3px;}
  71. /* navigation */
  72. #navigation a {text-transform: lowercase;}
  73. #navigation a:hover:after {content: ' <'}
  74. /* box - background and border*/
  75. #rightcol, #pets, #column1_comment {background: #fff;}
  76. #rightcol {border: 1px solid #eee; border-radius: 5px;}
  77. /* menu - anchor links */
  78. .menu {border-bottom:1px solid #eee;}
  79. .menu a {margin-right: 20px;} /* <- spacing of the links */
  80. /* menu - options */
  81. .menu2 a {letter-spacing: initial;}
  82. .menu2 a:after {margin:0 7px;content: '-'; font-size: 0.7em; color: #555 !important}
  83. .menu2 a:last-child:after {display: none}
  84. /* customize ----------------------------------------------------------- ! */</style>
  85.  
  86. <div id="rightcol">
  87.     <div class="menu">
  88.     <a href="#about">about</a>
  89.     <a href="#pets">pets</a> <a href="#column1_comment">comment</a>
  90.     </div>
  91.     <div id="box">
  92.         <div id="about">
  93.         <div class="menu2">
  94.         <a href="http://subeta.net/mail.php?act=new&amp;to=usagi">mail</a>
  95.         <a href="http://subeta.net/friends.php?act=pending&amp;add=usagi">befriend</a>
  96.         <a href="http://subeta.net/wishlists.php/603830">wish</a>
  97.         <a href="http://style-file.org/index.php?page=search&amp;search=usagi">dress up</a>
  98.         <a href="https://subeta.net/games/tiles/tilesgame.php?act=game">play</a>
  99.         <a href="https://subeta.net/explore/shengui_guo/bathhouse/pools.php">relax</a>
  100.         </div>
  101.         Hi, I'm Tea. Previously teatree and murph. You might also know me from BotB's <a href="https://subeta.net/users/lirikai">Chai Punk</a> (punk and daft punk ftw aw yiss). I also love films in general especially psychological thrillers, my tv shows (too many fandoms to list /cries), sci-fi, astronomy, physics, dogs, bunnies, any fluffy creature yes, tea, philosophy, and heaps and heaps of rainy weather <s>(umbrellas are for weaklings, you heard me :B)</s>. On subeta, I like to play around with my av, pretend to collect trophies, and work on/train Melly. Shoot me a message or comment; I like meeting new people and making friends! n__n<br>
  102.         <br>
  103.         <a href="/profile.php?act=trickortreat&amp;usern=usagi&amp;tl=MTQ3NzI0NDYyMQ%3D%3D">Trick or Treat @ usagi</a><br>
  104.         ( BLUE <s>MAN</s> GROUP )<br>
  105.         <br>
  106.         <a href="https://subeta.net/forums.php/groups/#/group/7426" target="_blank">
  107.         <img src="https://i.imgur.com/jmZtAjW.png" align="">
  108.         </a>
  109.         </div>
  110.  
  111.         <div id="pets">
  112.         <a href="http://subeta.net/pets/42">42</a><br>
  113.         <a href="http://subeta.net/pets/999">999</a><br>
  114.         <a href="http://subeta.net/pets/anoushka">Anoushka</a><br>
  115.         <a href="http://subeta.net/pets/ashens">Ashens</a><br>
  116.         <a href="http://subeta.net/pets/bradbury">Bradbury</a><br>
  117.         <a href="http://subeta.net/pets/calvaria">Calvaria</a><br>
  118.         <a href="http://subeta.net/pets/chajing">Chajing</a><br>
  119.         <a href="http://subeta.net/pets/corellia">Corellia</a><br>
  120.         <a href="http://subeta.net/pets/gabriel+oak">Gabriel Oak</a><br>
  121.         <a href="http://subeta.net/pets/gravitas">Gravitas</a><br>
  122.         <a href="http://subeta.net/pets/jane+eyre">Jane Eyre</a><br>
  123.         <a href="http://subeta.net/pets/jardin">Jardin</a><br>
  124.         <a href="http://subeta.net/pets/melaleuca">Melaleuca</a><br>
  125.         <a href="http://subeta.net/pets/mycobiota">Mycobiota</a><br>
  126.         <a href="http://subeta.net/pets/pemberley">Pemberley</a><br>
  127.         <a href="http://subeta.net/pets/r.e.m.">R.E.M.</a><br>
  128.         <a href="http://subeta.net/pets/spacetime">Spacetime</a><br>
  129.         <a href="http://subeta.net/pets/velda">Velda</a>
  130.         </div>
  131.     </div>
  132. </div>
  133.  
  134. <div id="leftcol">
  135.     <div class="avatar">
  136.     <img src="http://avatar.subeta.net/603830.png">
  137.     <br>
  138.     <b>» usagi</b> · rabbit  <i>!!</i><br>
  139.     <a href="https://subeta.net/like.php?id=603830&amp;type=avatar">Like my avatar?</a>
  140.     </div>
  141. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement