css.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. /**
  3. * Modbash Clean Elgg Theme
  4. *
  5. * Copyright (c) 2015 ModBash
  6. *
  7. * @author Shane Barron <admin@modbash.com>
  8. * @copyright 2015 SocialApparatus
  9. * @license GNU General Public License (GPL) version 2
  10. * @version 1
  11. * @link http://modbash.com
  12. */
  13. ?>
  14. //<style>// //
  15. .groups-profile > .elgg-image {
  16. margin-right: 20px;
  17. }
  18. .groups-stats {
  19. margin-top: 10px;
  20. }
  21. .groups-stats p {
  22. margin-bottom: 2px;
  23. }
  24. .groups-profile-fields div:first-child {
  25. padding-top: 0;
  26. }
  27. .groups-profile-fields .odd,
  28. .groups-profile-fields .even {
  29. border-bottom: 1px solid #DCDCDC;
  30. padding: 5px 0;
  31. margin-bottom: 0;
  32. }
  33. .groups-profile-fields .elgg-output {
  34. margin: 0;
  35. }
  36. #groups-tools > li {
  37. width: 48%;
  38. min-height: 200px;
  39. margin-bottom: 40px;
  40. }
  41. #groups-tools > li:nth-child(odd) {
  42. margin-right: 4%;
  43. }
  44. .groups-widget-viewall {
  45. float: right;
  46. font-size: 85%;
  47. }
  48. .groups-latest-reply {
  49. float: right;
  50. }
  51. .elgg-menu-groups-my-status li a {
  52. color: #444;
  53. display: block;
  54. margin: 3px 0 5px 0;
  55. padding: 2px 4px 2px 0;
  56. }
  57. .elgg-menu-groups-my-status li a:hover {
  58. color: #999;
  59. }
  60. .elgg-menu-groups-my-status li.elgg-state-selected > a {
  61. color: #999;
  62. }