Advertisement
Deanmon

Charlie CSS

Feb 26th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 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. h1{
  4. padding: 5px;
  5. font-size: 12.5px;
  6. text-align: left;
  7. color: #CBCBCB;
  8. border-bottom: 2px solid #CBCBCB;
  9. font-family: verdana;
  10. }
  11.  
  12. p{
  13. padding: 5px;
  14. font-size: 12.5px;
  15. text-align: justify;
  16. color: #4377E0;
  17. font-family: verdana;
  18. }
  19.  
  20. .pic{
  21. position: absolute;
  22. top: 50px;
  23. left: 245px;
  24. background: url(http://stuffpoint.com/supernatural/image/249118-supernatural-felicia-day-charlie-bradbury.jpg) no-repeat;
  25. background-size: cover;
  26. height: 400px;
  27. width: 272px;
  28. border: 2px solid #fff;
  29. z-index: 999;}
  30.  
  31. .base{
  32. position: absolute;
  33. top: 50px;
  34. left: 2px;
  35. background: #2C618D;
  36. height: 400px;
  37. width: 750px;
  38. border: 2px solid #fff;}
  39.  
  40.  
  41. .biography{
  42. position: absolute;
  43. top: 185px;
  44. left: 7px;
  45. background: #2C618D;
  46. height: 260px;
  47. width: 231px;
  48. border: 2px solid #fff;
  49. overflow: auto;}
  50.  
  51. .ooc{
  52. position: absolute;
  53. top: 185px;
  54. left: 524px;
  55. background: #2C618D;
  56. height: 260px;
  57. width: 223px;
  58. border: 2px solid #fff;
  59. overflow: auto;}
  60.  
  61.  
  62. /* Stat blocks */
  63.  
  64. #switches{
  65. position: absolute;
  66. display: block;
  67. z-index: 6666;}
  68.  
  69. div.switch{
  70. position: relative;
  71. top: 56px;
  72. left: 4px;
  73. border: 2px solid #?2C618D;
  74. display: inline-block;
  75. width: 105px;
  76. height: 14px;
  77. margin-bottom: 5px;
  78. font-family: verdana;
  79. font-size: 10px;
  80. letter-spacing: 1px;
  81. line-height: 13px;
  82. color: #FFF;
  83. padding: 2px;
  84. background: #0a0a0c;
  85. cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;
  86. background-size: 200% 100%;
  87. margin-left: 3px;
  88. margin-top: -2px;
  89. text-align: left;
  90. -webkit-transition: all .2s ease;
  91. -moz-transition: all .2s ease;
  92. -o-transition: all .2s ease;}
  93.  
  94.  
  95.  
  96. div.switch:hover{
  97. border-left: 15px solid #ccc;
  98. border-right: 2px solid #ccc;
  99. width: 92.1px;
  100. font-size: 10px;
  101. letter-spacing: 0px;
  102. color: #fff;}
  103.  
  104.  
  105. span.answer {
  106. display: none;}
  107.  
  108. div.switch:hover span.question{
  109. display: none;}
  110.  
  111. div.switch:hover span.answer {
  112. display: inline-block;}
  113.  
  114. a:link, a:visited, a:active {
  115. text-decoration: none;
  116. color: #fefefe;
  117. -moz-transition-duration: 0.5s;
  118. -webkit-transition-duration: 0.5s;
  119. -o-transition-duration: 0.5s;
  120. transition-duration: 0.5s; }
  121.  
  122. a:hover {
  123. color: #ccc;
  124. cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto; }
  125.  
  126.  
  127. /* Gallery */
  128.  
  129. .gallery{
  130. position: absolute;
  131. top: 55px;
  132. left: 521px;
  133. height: 45px;
  134. width: 330px;
  135. background: none;
  136. border: none;
  137. z-index: 999;}
  138.  
  139. img{
  140. height: 58px;
  141. width: 49px;
  142. background: none;
  143. margin-left: 1px;
  144. border: 2px solid #fff;
  145. -webkit-transition: all .7s ease-in-out;
  146. -moz-transition: all .7s ease-in-out;
  147. -o-transition: all .7s ease-in-out;}
  148.  
  149. img:hover{
  150. border: 2px solid #ccc;
  151. filter: hue-rotate(180deg);
  152. -webkit-filter: hue-rotate(180deg);
  153. -moz-filter: hue-rotate(180deg);
  154. -o-filter: hue-rotate(180deg);
  155. -ms-filter: hue-rotate(180deg)}
  156.  
  157.  
  158. /* SCROLLBAR */
  159.  
  160. ::-webkit-scrollbar {
  161. progress;
  162. width: 7px;}
  163.  
  164.  
  165. ::-webkit-scrollbar-thumb:vertical {
  166. background-color: #ccc;
  167. border: 2px solid #fff;}
  168.  
  169.  
  170. /* 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. */
  171.  
  172. .sxs {
  173. position: fixed;
  174. right: 10px;
  175. bottom: 10px;
  176. width: 15px;
  177. height: 15px;
  178. border: 2px solid #b1fcf9;
  179. background:url(http://i578.photobucket.com/albums/ss226/funnycatrox/COLORYO-1.gif); }
  180.  
  181. .sxs:hover {
  182. background: #279fcf; }
  183.  
  184. .sxs:after {
  185. display: block;
  186. margin: 0;
  187. width: 0;
  188. content: '';
  189. -webkit-transition: width .6s;
  190. -moz-transition: width .6s;
  191. transition: width .6s; }
  192.  
  193. .sxs:hover:after {
  194. float: right;
  195. margin-top: 6px;
  196. margin-right: 15px;
  197. height: 2px;
  198. width: 30px;
  199. background: #b1fcf9; }
  200.  
  201. .sxs p {
  202. position: absolute;
  203. top: -1px;
  204. left: -100px;
  205. height: 14px;
  206. width: 200px;
  207. font-family: verdana;
  208. font-size: 10px;
  209. line-height: 13px;
  210. text-align: center;
  211. background: #279fcf;
  212. border: 2px solid #b1fcf9;
  213. opacity: 0;
  214. -webkit-transition: all .6s ease-in-out;
  215. -moz-transition: all .6s ease-in-out;
  216. -o-transition: all .6s ease-in-out; }
  217.  
  218. .sxs:hover p {
  219. top: -7px;
  220. left: -230px;
  221. width: 200px;
  222. opacity: 1; }
  223.  
  224. body {
  225. background:url(http://www.pptbackgrounds.org/uploads/elegant-blue-leaves-frame-powerpoint-backgrounds.jpg);
  226. background-size: 100% 100%;
  227. background-repeat: no-repeat;
  228. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement