css.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. .messages-container {
  16. min-height: 200px;
  17. }
  18. .message.unread a {
  19. color: #D40005;
  20. }
  21. .messages-buttonbank {
  22. text-align: right;
  23. }
  24. .messages-buttonbank input {
  25. margin-left: 10px;
  26. }
  27. /*** message metadata ***/
  28. .messages-owner {
  29. float: left;
  30. width: 20%;
  31. margin-right: 2%;
  32. }
  33. .messages-subject {
  34. float: left;
  35. width: 55%;
  36. margin-right: 2%;
  37. }
  38. .messages-timestamp {
  39. float: left;
  40. width: 14%;
  41. margin-right: 2%;
  42. }
  43. .messages-delete {
  44. float: left;
  45. width: 5%;
  46. }
  47. /*** topbar icon ***/
  48. .messages-new {
  49. color: #FFF;
  50. background-color: #FF0000;
  51. border-radius: 10px;
  52. box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
  53. position: absolute;
  54. text-align: center;
  55. line-height: 14px;
  56. top: 4px;
  57. left: 26px;
  58. min-width: 16px;
  59. height: 16px;
  60. font-size: 10px;
  61. font-weight: bold;
  62. }