misc.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* <style> /**/
  2. /* ***************************************
  3. MISC
  4. *************************************** */
  5. #login-dropdown {
  6. position: absolute;
  7. top:10px;
  8. right:0;
  9. z-index: 100;
  10. }
  11. /* ***************************************
  12. AVATAR UPLOADING & CROPPING
  13. *************************************** */
  14. #current-user-avatar {
  15. border-right:1px solid #ccc;
  16. }
  17. #avatar-croppingtool {
  18. border-top: 1px solid #ccc;
  19. }
  20. #user-avatar-cropper {
  21. float: left;
  22. }
  23. #user-avatar-preview {
  24. float: left;
  25. position: relative;
  26. overflow: hidden;
  27. width: 100px;
  28. height: 100px;
  29. }
  30. /* ***************************************
  31. FRIENDS COLLECTIONS
  32. *************************************** */
  33. #friends_collections_accordian li {
  34. color: #666;
  35. }
  36. #friends_collections_accordian li h2 {
  37. border-radius: 8px;
  38. background: none repeat scroll 0 0 #4690D6;
  39. color: white;
  40. cursor: pointer;
  41. font-size: 1.2em;
  42. margin: 10px 0;
  43. padding: 4px 2px 4px 6px;
  44. }
  45. #friends_collections_accordian li h2:hover {
  46. background-color: #333;
  47. }
  48. #friends_collections_accordian .friends_collections_controls {
  49. float: right;
  50. font-size: 70%;
  51. }
  52. #friends_collections_accordian .friends-picker-main-wrapper {
  53. background: none repeat scroll 0 0 white;
  54. display: none;
  55. padding: 0;
  56. }