misc.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. #login-dropdown {
  16. position: absolute;
  17. top: 0;
  18. right: 0;
  19. z-index: 100;
  20. }
  21. #login-dropdown a {
  22. padding: 14px 18px;
  23. }
  24. /* ***************************************
  25. AVATAR UPLOADING & CROPPING
  26. *************************************** */
  27. #current-user-avatar {
  28. border-right: 1px solid #EBEBEB;
  29. }
  30. #avatar-croppingtool {
  31. border-top: 1px solid #DCDCDC;
  32. }
  33. #user-avatar-cropper {
  34. float: left;
  35. }
  36. #user-avatar-preview {
  37. float: left;
  38. position: relative;
  39. overflow: hidden;
  40. width: 100px;
  41. height: 100px;
  42. }
  43. /* ***************************************
  44. FRIENDS COLLECTIONS
  45. *************************************** */
  46. #friends_collections_accordian li {
  47. color: #666;
  48. }
  49. #friends_collections_accordian li h2 {
  50. border-radius: 3px;
  51. background: none repeat scroll 0 0 #F0F0F0;
  52. color: #444;
  53. cursor: pointer;
  54. font-size: 1.2em;
  55. margin: 10px 0;
  56. padding: 10px;
  57. }
  58. #friends_collections_accordian li h2:hover {
  59. background-color: #E5E5E5;
  60. }
  61. #friends_collections_accordian .friends_collections_controls {
  62. float: right;
  63. font-size: 70%;
  64. }
  65. #friends_collections_accordian .friends-picker-main-wrapper {
  66. background: none repeat scroll 0 0 #FFF;
  67. display: none;
  68. padding: 0;
  69. }