You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
863 B

  1. /* Empty. Add your own CSS if you like */
  2. .o-imgMenu{
  3. width: 25px!important;
  4. height: 25px!important;
  5. }
  6. .o-imgTitle{
  7. width: 40px!important;
  8. height: 40px!important;
  9. }
  10. .o-imgSelectAvatar{
  11. width: 45px!important;
  12. height: 45px!important;
  13. }
  14. .o-bold{
  15. font-weight: bold!important;
  16. }
  17. .o-float-right{
  18. float: right;
  19. }
  20. .o-text-right{
  21. text-align: right;
  22. }
  23. .o-mini-text{
  24. font-size: 12px;
  25. display: inline-block;
  26. }
  27. .o-img-joined{
  28. width: 20px!important;
  29. height: 20px!important;
  30. }
  31. .o-img-new{
  32. width: 30px!important;
  33. height: 30px!important;
  34. }
  35. .o-badgeCollectivized{
  36. background: #33CD5F;
  37. padding: 5px;
  38. border-radius: 5px;
  39. font-size: 12px;
  40. color: #ffffff;
  41. font-weight: bold;
  42. }
  43. .o-badge-calm{
  44. background: #11C1F3;
  45. padding: 5px;
  46. border-radius: 7px;
  47. font-size: 12px;
  48. color: #ffffff;
  49. font-weight: bold;
  50. }