user_details.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * @file
  3. * This file handles all the styling needed for the "User Details" module.
  4. */
  5. /**
  6. * Logged-in user block .css styling.
  7. */
  8. #user-details #loggedin .name, #user-details #loggedin .user-picture {
  9. text-align: center;
  10. }
  11. #user-details #loggedin .joined .title, #user-details #loggedin .postcount .title, #user-details #loggedin .rank .title {
  12. float: left;
  13. margin-right: 3px;
  14. }
  15. #user-details #loggedin .userjoined .result, #user-details #loggedin .postcount .result {
  16. font-style: italic;
  17. }
  18. #user-details #loggedin .quick-links .title, #user-details #loggedin .content .title {
  19. text-decoration: underline;
  20. text-align: center;
  21. }
  22. /**
  23. * Authored by user block .css styling.
  24. */
  25. #user-details #authored .name, #user-details #authored .user-picture {
  26. text-align: center;
  27. }
  28. #user-details #authored .joined .title, #user-details #authored .postcount .title, #user-details #authored .rank .title {
  29. float: left;
  30. margin-right: 3px;
  31. }
  32. #user-details #authored .userjoined .result, #user-details #authored .postcount .result {
  33. font-style: italic;
  34. }
  35. #user-details #authored .quick-links .title, #user-details #authored .content .title {
  36. text-decoration: underline;
  37. text-align: center;
  38. }