user_details_authored.css 961 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 #authored .avatar {
  9. text-align: center;
  10. }
  11. #user-details #authored .title {
  12. float: left;
  13. margin-right: 5px;
  14. font-weight: bold;
  15. }
  16. #user_details #authored .result {
  17. font-style: italic;
  18. }
  19. #user-details #authored .user-quick-links div {
  20. float: left;
  21. padding-right: 5px;
  22. }
  23. #user-details #authored .user-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 #authored .content {
  31. clear: both;
  32. }
  33. #user-details #authored .content .title {
  34. float: none;
  35. text-align: center;
  36. text-decoration: underline;
  37. }
  38. #user-details #authored .content ul, #user-details #authored .content ol {
  39. list-style: disc inside none;
  40. margin: 0;
  41. padding: 0;
  42. }
  43. #user-details #authored .block-end {
  44. clear: both;
  45. float: none;
  46. }