Advertisement
Guest User

Custom Profile

a guest
Aug 25th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*This is for your profile page for those who don't feel like wasting bitcoins (me) and is just plain dull. This will make your profile page look genuinely like other profile's that bought their stuff. NO, people can't see this nor your background. Follow my instructions in 1st pastebin.*/
  2. body #content {
  3. background-color: transparent;
  4. }
  5. #content{
  6. -webkit-box-shadow: none ;
  7. box-shadow: none ;
  8. }
  9. #user_container #bio_container #bio, #user_container #bio_container .wmd-preview {
  10. background-color: #eee;
  11. opacity: 1;
  12. }
  13. #user_container #friends {
  14. opacity: .9;
  15. }
  16. #footer {
  17. background-color: #fff;
  18. opacity: .9;
  19. }
  20. body #footer {
  21. width: 1060px;
  22. margin: 0 auto;
  23. }
  24. body #header {
  25. background-color: #fff;
  26. opacity: .9;
  27. }
  28. body #header {
  29. padding-top: 1px;
  30. }
  31. #user_container #questions .question_header a {
  32. opacity: .9;
  33. }
  34. .pagenav li a {
  35. opacity: .9;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement