12345678910111213141516171819202122232425262728293031323334 |
- //
- // Active Posters Flavor
- // --------------------------------------------------
- .active-posters .rank-user-avatar img {
- border-radius: @border-radius-base;
- }
- .active-posters .user-details {
- color: @gray-light;
- a.rank-name {
- &, &:link, &:visited {
- color: @gray;
- font-weight: normal;
- }
- &:focus, &:hover, &:active {
- color: @text-color;
- }
- }
- span.rank-name {
- color: @gray;
- font-weight: normal;
- }
- }
- .active-posters small {
- color: @gray-light;
- }
|