Advertisement
Guest User

Advanced 2 CSS

a guest
Oct 24th, 2015
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. #profile-container {background:none;}body {background: #0a0a0c; cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;}
  2.  
  3. /* Alright so as you clearly know this is a template for you to use for a profile. However, to give the person who made it, and group some respect we ask that you do not decunstruct it or take things from it to make your other profiles. It was made the way it is and we would prefer that it stays in the same format. However, it is here for you to use and change pictures, text, color, so on so forth for your character. DO NOT remove the group page credit down below as this will be the only warning. If you do remove the credit you will be blasted on the next pages to come and will be labelled as a thief. Thankyou for respecting the wishes of the creators and have a nice day~ If you need help with the profile go to one of the mods and they will show you how to tinker it. */
  4.  
  5. h1{
  6. padding: 5px;
  7. font-size: 12.5px;
  8. text-align: left;
  9. color: #CBCBCB;
  10. border-bottom: 2px solid #CBCBCB;
  11. font-family: verdana;
  12. }
  13.  
  14. p{
  15. padding: 5px;
  16. font-size: 12.5px;
  17. text-align: justify;
  18. color: #E5E5E5;
  19. font-family: verdana;
  20. }
  21.  
  22. .pic{
  23. position: absolute;
  24. top: 50px;
  25. left: 245px;
  26. background: url(http://i.imgur.com/rw5Z2PF.jpg) no-repeat;
  27. background-size: cover;
  28. height: 400px;
  29. width: 272px;
  30. border: 2px solid #fff;
  31. z-index: 999;}
  32.  
  33. .base{
  34. position: absolute;
  35. top: 50px;
  36. left: 2px;
  37. background: #696870;
  38. height: 400px;
  39. width: 750px;
  40. border: 2px solid #fff;}
  41.  
  42.  
  43. .biography{
  44. position: absolute;
  45. top: 185px;
  46. left: 7px;
  47. background: #696870;
  48. height: 260px;
  49. width: 231px;
  50. border: 2px solid #fff;
  51. overflow: auto;}
  52.  
  53. .ooc{
  54. position: absolute;
  55. top: 185px;
  56. left: 524px;
  57. background: #696870;
  58. height: 260px;
  59. width: 223px;
  60. border: 2px solid #fff;
  61. overflow: auto;}
  62.  
  63.  
  64. /* Stat blocks */
  65.  
  66. #switches{
  67. position: absolute;
  68. display: block;
  69. z-index: 6666;}
  70.  
  71. div.switch{
  72. position: relative;
  73. top: 56px;
  74. left: 4px;
  75. border: 2px solid #696870;
  76. display: inline-block;
  77. width: 105px;
  78. height: 14px;
  79. margin-bottom: 5px;
  80. font-family: verdana;
  81. font-size: 10px;
  82. letter-spacing: 1px;
  83. line-height: 13px;
  84. color: #FFF;
  85. padding: 2px;
  86. background: #0a0a0c;
  87. cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;
  88. background-size: 200% 100%;
  89. margin-left: 3px;
  90. margin-top: -2px;
  91. text-align: left;
  92. -webkit-transition: all .2s ease;
  93. -moz-transition: all .2s ease;
  94. -o-transition: all .2s ease;}
  95.  
  96.  
  97.  
  98. div.switch:hover{
  99. border-left: 15px solid #ccc;
  100. border-right: 2px solid #ccc;
  101. width: 92.1px;
  102. font-size: 10px;
  103. letter-spacing: 0px;
  104. color: #fff;}
  105.  
  106.  
  107. span.answer {
  108. display: none;}
  109.  
  110. div.switch:hover span.question{
  111. display: none;}
  112.  
  113. div.switch:hover span.answer {
  114. display: inline-block;}
  115.  
  116. a:link, a:visited, a:active {
  117. text-decoration: none;
  118. color: #fefefe;
  119. -moz-transition-duration: 0.5s;
  120. -webkit-transition-duration: 0.5s;
  121. -o-transition-duration: 0.5s;
  122. transition-duration: 0.5s; }
  123.  
  124. a:hover {
  125. color: #ccc;
  126. cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto; }
  127.  
  128.  
  129. /* Gallery */
  130.  
  131. .gallery{
  132. position: absolute;
  133. top: 55px;
  134. left: 521px;
  135. height: 45px;
  136. width: 330px;
  137. background: none;
  138. border: none;
  139. z-index: 999;}
  140.  
  141. img{
  142. height: 58px;
  143. width: 49px;
  144. background: none;
  145. margin-left: 1px;
  146. border: 2px solid #fff;
  147. -webkit-transition: all .7s ease-in-out;
  148. -moz-transition: all .7s ease-in-out;
  149. -o-transition: all .7s ease-in-out;}
  150.  
  151. img:hover{
  152. border: 2px solid #ccc;
  153. filter: hue-rotate(180deg);
  154. -webkit-filter: hue-rotate(180deg);
  155. -moz-filter: hue-rotate(180deg);
  156. -o-filter: hue-rotate(180deg);
  157. -ms-filter: hue-rotate(180deg)}
  158.  
  159.  
  160. /* SCROLLBAR */
  161.  
  162. ::-webkit-scrollbar {
  163. progress;
  164. width: 7px;}
  165.  
  166.  
  167. ::-webkit-scrollbar-thumb:vertical {
  168. background-color: #ccc;
  169. border: 2px solid #fff;}
  170.  
  171.  
  172. /* 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. */
  173.  
  174. .sxs {
  175. position: fixed;
  176. right: 10px;
  177. bottom: 10px;
  178. width: 15px;
  179. height: 15px;
  180. border: 2px solid #b1fcf9;
  181. background:url(http://i578.photobucket.com/albums/ss226/funnycatrox/COLORYO-1.gif); }
  182.  
  183. .sxs:hover {
  184. background: #279fcf; }
  185.  
  186. .sxs:after {
  187. display: block;
  188. margin: 0;
  189. width: 0;
  190. content: '';
  191. -webkit-transition: width .6s;
  192. -moz-transition: width .6s;
  193. transition: width .6s; }
  194.  
  195. .sxs:hover:after {
  196. float: right;
  197. margin-top: 6px;
  198. margin-right: 15px;
  199. height: 2px;
  200. width: 30px;
  201. background: #b1fcf9; }
  202.  
  203. .sxs p {
  204. position: absolute;
  205. top: -1px;
  206. left: -100px;
  207. height: 14px;
  208. width: 200px;
  209. font-family: verdana;
  210. font-size: 10px;
  211. line-height: 13px;
  212. text-align: center;
  213. background: #279fcf;
  214. border: 2px solid #b1fcf9;
  215. opacity: 0;
  216. -webkit-transition: all .6s ease-in-out;
  217. -moz-transition: all .6s ease-in-out;
  218. -o-transition: all .6s ease-in-out; }
  219.  
  220. .sxs:hover p {
  221. top: -7px;
  222. left: -230px;
  223. width: 200px;
  224. opacity: 1; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement