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.

46 lines
786 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-bold{
  11. font-weight: bold!important;
  12. }
  13. .o-float-right{
  14. float: right;
  15. }
  16. .o-text-right{
  17. text-align: right;
  18. }
  19. .o-mini-text{
  20. font-size: 12px;
  21. display: inline-block;
  22. }
  23. .o-img-joined{
  24. width: 20px!important;
  25. height: 20px!important;
  26. }
  27. .o-img-new{
  28. width: 30px!important;
  29. height: 30px!important;
  30. }
  31. .o-badgeCollectivized{
  32. background: #33CD5F;
  33. padding: 5px;
  34. border-radius: 5px;
  35. font-size: 12px;
  36. color: #ffffff;
  37. font-weight: bold;
  38. }
  39. .o-badge-calm{
  40. background: #11C1F3;
  41. padding: 5px;
  42. border-radius: 7px;
  43. font-size: 12px;
  44. color: #ffffff;
  45. font-weight: bold;
  46. }