Advertisement
Lizellea

King B

Oct 8th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  3. @import url(https://fonts.googleapis.com/css?family=Open+Sans);
  4. @import url(https://fonts.googleapis.com/css?family=Kalam);
  5. @import url(https://fonts.googleapis.com/css?family=Satisfy);
  6. @import url(https://fonts.googleapis.com/css?family=Italianno);
  7. @import url(https://fonts.googleapis.com/css?family=Caveat);
  8.  
  9.  
  10. ::-webkit-scrollbar {
  11. width: 3px;
  12. height: 0px;
  13. background:;
  14. }
  15.  
  16. ::-webkit-scrollbar-thumb {
  17. background-color:#482C66;
  18. -webkit-border-radius: 10px;
  19. border-radius: 10px;
  20. }
  21.  
  22. body {background-color: #241E29; overflow: hidden; 'FontAwesome', sans-serif; background-image: url('http://imgur.com/27iQkS7.png'); backgorund-repeat: repeat;}
  23.  
  24. .box {position: absolute;
  25. z-index: 3;
  26. left: 15%;
  27. top:20%;
  28. border: 5px groove #251134;
  29. height:40%;
  30. width:30%;
  31. background-color:#;
  32. background: url(http://i.imgur.com/DaXU0gE.jpg);
  33. background-size: 100% 100%;
  34. background-position: center;
  35. background-repeat: no-repeat;
  36. overflow-x:auto;
  37. overflow-y:auto;
  38. font-family: indie flower;
  39. font-size:14px;
  40. overflow-x: auto;
  41. overflow-y: auto;
  42. color:#ccc;}
  43.  
  44. a {color: #897450; text-decoration: none; }
  45.  
  46. a:hover {color: pink; text-decoration: line-through;
  47. cursor: url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');}
  48.  
  49. h1{
  50. color:#9B8050;
  51. font-size:19px;
  52. line-height: 14px;
  53. font-family:Kalam;
  54. text-align: center;
  55. letter-spacing:5px;
  56. margin: 5px 5px 5px;
  57. text-shadow: 1px 0px 0px #,
  58. 0px 1px 0px #,
  59. -1px 0px 0px #,
  60. 0px -1px 0px #,
  61. 0px 0px 20px #;
  62. }
  63.  
  64. b, strong {color: #9B8050; font-family: Kalam; font-size: 16px; font-style: normal; font-weight: bold; text-decoration: none; text-transform: ; font-style: italic; font-weight: normal;letter-spacing:1px;text-shadow: 0.0em 0 0 #;}
  65.  
  66. .tab1 {position: fixed;top: 27%;left: 47%; width: 3%; height: 6%; border: 3px solid #251134; background-color: #000;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);}
  67. .tab2 { position: fixed; top: 35%; left: 47%; width: 3%; height: 6%; border: 3px solid #251134; background-color: #000;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);}
  68. .tab3 { position: fixed; top: 43%; left: 47%; width: 3%; height: 6%; border: 3px solid #251134; background-color: #000;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);}
  69.  
  70. .content {
  71. z-index: -1;
  72. position: absolute;
  73. background-color: #171616;
  74. font-family: Segoe Print;
  75. font-size: 12px;
  76. padding: ;
  77. color: #ccc;
  78. height:100%;
  79. bottom:15%;
  80. left: 0%;
  81. width: 100%;
  82. line-height:19px;
  83. overflow: auto;
  84. opacity: 0;
  85. -webkit-transition: all 1s ease-out;
  86. -moz-transition: all 1s ease-out;
  87. -ms-transition: all 1s ease-out;
  88. -o-transition: all 1s ease-out;
  89. transition: all 1s ease-out;
  90. }
  91. .content:target {
  92. z-index: 10;
  93. opacity: 0.8;
  94. position: absolute;
  95. bottom: 0%;
  96. left:0%;
  97. -webkit-transition: all 1s ease-out;
  98. -moz-transition: all 1s ease-out;
  99. -ms-transition: all 1s ease-out;
  100. -o-transition: all 1s ease-out;
  101. transition: all 1s ease-out;}
  102.  
  103. #credit{ position: fixed;
  104. left: 1px;
  105. bottom: 0px;
  106. font-family: Arial;
  107. font-variant: normal;
  108. font-weight: normal;
  109. font-size: 90%;
  110. color: #000;
  111. z-index:1;}
  112.  
  113. </style>
  114. <div id="credit">
  115. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  116. </div>
  117.  
  118. <a href="#1"><div class="tab1"></div></a>
  119. <a href="#2"><div class="tab2"></div></a>
  120. <a href="#3"><div class="tab3"></div></a>
  121.  
  122. <div class="box">
  123. <div id="1" class="content">
  124. <h1>Dossier</h1>
  125. words
  126.  
  127. </div>
  128.  
  129. <div id="2" class="content">
  130. <h1>Friends</h1>
  131. words
  132. </div>
  133.  
  134. <div id="3" class="content">
  135. <h1>OOC</h1>
  136. words
  137. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement