css.php 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. /**********************************
  15. Search plugin
  16. ***********************************/
  17. .elgg-search-header {
  18. display: block;
  19. position: relative;
  20. margin-bottom: 15px;
  21. }
  22. .elgg-search input[type=text] {
  23. width: 100%;
  24. }
  25. .elgg-search input[type=submit] {
  26. display: none;
  27. }
  28. .search-list li {
  29. padding: 5px 0 0;
  30. }
  31. .search-heading-category {
  32. margin-top: 20px;
  33. color: #666;
  34. }
  35. .search-highlight {
  36. background-color: #BBDAF7;
  37. }
  38. .search-highlight-color1 {
  39. background-color: #BBDAF7;
  40. }
  41. .search-highlight-color2 {
  42. background-color: #A0FFFF;
  43. }
  44. .search-highlight-color3 {
  45. background-color: #FDFFC3;
  46. }
  47. .search-highlight-color4 {
  48. background-color: #CCC;
  49. }
  50. .search-highlight-color5 {
  51. background-color: #08A7E7;
  52. }