user_details_loggedin.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /**
  2. * @file
  3. * This file handles all the styling needed for the "User Details: logged-in user" block.
  4. */
  5. /**
  6. * Block Styling
  7. */
  8. #user-details #loggedin .avatar {
  9. text-align: center;
  10. }
  11. #user-details #loggedin .title {
  12. float: left;
  13. margin-right: 5px;
  14. font-weight: bold;
  15. }
  16. #user-details #loggedin .result {
  17. font-style: italic;
  18. }
  19. #user-details #loggedin .user-quick-links div {
  20. float: left;
  21. padding-right: 5px;
  22. }
  23. #user-details #loggedin .user-quick-links div.title, #user-details #loggedin .admin-quick-links div.title {
  24. float: none;
  25. font-weight: bold;
  26. margin-bottom: 5px;
  27. text-align: center;
  28. text-decoration: underline;
  29. }
  30. #user-details #loggedin .admin-quick-links div {
  31. float: left;
  32. padding-right: 5px;
  33. }
  34. #user-details #loggedin .content {
  35. clear: both;
  36. }
  37. #user-details #loggedin .content .title {
  38. float: none;
  39. text-align: center;
  40. text-decoration: underline;
  41. }
  42. #user-details #loggedin .content ul, #user-details #loggedin .content ol {
  43. list-style: disc inside none;
  44. margin: 0;
  45. padding: 0;
  46. }
  47. #user-details #loggedin .block-end {
  48. clear: both;
  49. float: none;
  50. }