active-posters.less 505 B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // Active Posters Flavor
  3. // --------------------------------------------------
  4. .active-posters .rank-user-avatar img {
  5. border-radius: @border-radius-base;
  6. }
  7. .active-posters .user-details {
  8. color: @gray-light;
  9. a.rank-name {
  10. &, &:link, &:visited {
  11. color: @gray;
  12. font-weight: normal;
  13. }
  14. &:focus, &:hover, &:active {
  15. color: @text-color;
  16. }
  17. }
  18. span.rank-name {
  19. color: @gray;
  20. font-weight: normal;
  21. }
  22. }
  23. .active-posters small {
  24. color: @gray-light;
  25. }