Advertisement
siegementality

EII css

Mar 26th, 2016
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. /*code was made by Rannel. please atleast know what you're doing before tinkering with it. i am not interested in walking you through it step-by-step. */
  2. #profile-container {background:none;}
  3. a:link, a:visited, a:active{
  4. color: inherit;
  5. font-weight: 100;
  6. text-decoration: none;
  7. -moz-transition: 0.5s;
  8. -webkit-transition: 0.5s;
  9. -o-transition: 0.5s;
  10. }
  11. a:hover {
  12. color: #E5A6EC;
  13. }
  14. a.swipe {
  15. background-color: #000; /*doesn't matter which color this is*/
  16. background-image: -webkit-linear-gradient(left, /*make sure this is .box background color*/#F5DCFA 0%, /*make sure this is .box background color*/#682476 50%, transparent 50%);
  17. -webkit-background-clip: text;
  18. background-position: 100%;
  19. background-size: 200%;
  20. color: transparent;
  21. -moz-transition: 0.8s;
  22. -webkit-transition: 0.8s;
  23. -o-transition: 0.8s;
  24. }
  25. a.swipe:hover {
  26. background-position: 0;
  27. }
  28. /*you can make below font whatever it is you want. just upload it to dropbox and get the share link.*/
  29. @font-face {
  30. font-family: basic;
  31. src:url(https://dl.dropboxusercontent.com/u/62876172/DarkWaters-Regular.otf);
  32. }
  33. p {
  34. font-family: tahoma;
  35. color: #682476;
  36. font-size: 11px;
  37. line-height: 10px;
  38. }
  39. table {
  40. position: relative;
  41. top: 10%;
  42. width: 100%;
  43. border-spacing: 3px 2px;
  44. }
  45. td {
  46. width: 25%;
  47. font-family: tahoma;
  48. color: #682476;
  49. font-size: 11px;
  50. height: 13px;
  51. font-weight: 100;
  52. text-align: center;
  53. }
  54. .bold {
  55. font-family: courier;
  56. font-size: 10px;
  57. color: #000;
  58. text-transform: uppercase;
  59. text-align: left;
  60. padding-top: 1px;
  61. }
  62. #back {
  63. position: fixed;
  64. margin-top: 100px; left: 0;
  65. width: 100%; height: 300px;
  66. background: #682476;
  67. }
  68. #cont {
  69. position: absolute;
  70. margin-top: 100px; left: 0;
  71. width: 600px; height: 300px;
  72. background: #682476;
  73. border-left: 10px solid #F5DCFA; /*same color as .box background*/
  74. border-right: 10px solid #F5DCFA; /*same color as .box background*/
  75. }
  76. .name {
  77. position: absolute;
  78. top: -10px; left: 10px;
  79. font-family: basic;
  80. color: #F5DCFA;
  81. font-size: 60px;
  82. text-shadow: 2px 0 1px rgba(0,0,0,.5);
  83. z-index: 4;
  84. }
  85. .pic {
  86. position: absolute;
  87. top: 10px; right: 10px;
  88. height: 278px; width: 200px;
  89. background: url(http://i.imgur.com/FQzFf0J.jpg) 50% 20%; /*either crop image to 278px x 200px or know how to position and size it. if you crop it, delete the background-size below*/
  90. background-size: 145%;
  91. border: 1px solid #F5DCFA;
  92. }
  93. .box {
  94. position: absolute;
  95. top: 65px; left: 10px;
  96. width: 368px; height: 195px;
  97. background: #F5DCFA;
  98. }
  99. .ooc, .bro, .bio {
  100. position: absolute;
  101. top: 10px; left: 10px;
  102. width: 348px; height: 180px;
  103. text-align: justify;
  104. overflow: auto;
  105. display: none;
  106. }
  107. .stat {
  108. position: absolute;
  109. top: 20px; left: 10px;
  110. /*you may need to adjust the 'top' to make sure the stats are in the middle, if you even care*/
  111. width: 348px; height: 180px;
  112. }
  113. .switch {
  114. position: absolute;
  115. bottom: -30px; left: 0;
  116. width: 100%; height: 20px;
  117. }
  118. .one, .two, .three, .four {
  119. position: relative;
  120. margin-right: 10px;
  121. float: left;
  122. height: 17px; width: 84.5px;
  123. background: #F5DCFA; /*same color as .box background*/
  124. font-family: tahoma;
  125. text-transform: uppercase;
  126. font-size: 11px;
  127. text-align: center;
  128. padding-top: 3px;
  129. letter-spacing: 8px;
  130. color: transparent;
  131. -moz-transition: 0.8s;
  132. -webkit-transition: 0.8s;
  133. -o-transition: 0.8s;
  134. }
  135. .one:hover, .two:hover, .three:hover, .four:hover {
  136. background: #682476;
  137. color: #fff;
  138. letter-spacing: 0;
  139. text-shadow: none;
  140. }
  141. ::-webkit-scrollbar-thumb:vertical {
  142. background-color: #682476;
  143. height: 30px;
  144. /*leave the borders transparent*/
  145. border-top: 5px solid transparent; border-bottom: 5px solid transparent;
  146. border-right: 2px solid transparent; border-left: 4px solid transparent;
  147. background-clip: padding-box;
  148. }
  149. ::-webkit-scrollbar {
  150. background: #682476; background-clip: padding-box;
  151. height: 7px; width: 11px;
  152. /*leave the borders transparent*/
  153. border-top: 5px solid transparent; border-bottom: 5px solid transparent;
  154. border-left: 6px solid transparent; border-right: 4px solid transparent;
  155. }
  156. /* Remove this from the CSS or the HTML, you will be put on the group page and labelled as a thief. If you take this code/template you have to understand it is rude to remove the proper credit. */
  157.  
  158. .sxs {
  159. position: fixed;
  160. right: 10px;
  161. bottom: 10px;
  162. width: 15px;
  163. height: 15px;
  164. border: 2px solid #b1fcf9;
  165. background:url(http://i578.photobucket.com/albums/ss226/funnycatrox/COLORYO-1.gif); }
  166.  
  167. .sxs:hover {
  168. background: #fff; }
  169.  
  170. .sxs:after {
  171. display: block;
  172. margin: 0;
  173. width: 0;
  174. content: '';
  175. -webkit-transition: width .6s;
  176. -moz-transition: width .6s;
  177. transition: width .6s; }
  178.  
  179. .sxs:hover:after {
  180. float: right;
  181. margin-top: 6px;
  182. margin-right: 15px;
  183. height: 2px;
  184. width: 30px;
  185. background: #CCC; }
  186.  
  187. .sxs p {
  188. position: absolute;
  189. top: -1px;
  190. left: -100px;
  191. height: 14px;
  192. width: 200px;
  193. font-family: verdana;
  194. font-size: 10px;
  195. line-height: 13px;
  196. text-align: center;
  197. background: #CCC;
  198. border: 2px solid #b1fcf9;
  199. opacity: 0;
  200. -webkit-transition: all .6s ease-in-out;
  201. -moz-transition: all .6s ease-in-out;
  202. -o-transition: all .6s ease-in-out; }
  203.  
  204. .sxs:hover p {
  205. top: -7px;
  206. left: -230px;
  207. width: 200px;
  208. opacity: 1; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement