css.php 791 B

123456789101112131415161718192021222324252627282930313233343536
  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. /*******************************
  16. Custom Index
  17. ********************************/
  18. .custom-index {
  19. padding: 12px 0 10px;
  20. }
  21. .custom-index-col1 > .elgg-inner {
  22. padding-right: 10px;
  23. }
  24. .custom-index-col2 > .elgg-inner {
  25. padding-left: 10px;
  26. }
  27. .elgg-module-highlight {
  28. border: 1px solid #DCDCDC;
  29. }
  30. .elgg-module-highlight:hover {
  31. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  32. }