| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .content {
- margin-left: 58px;
- }
- .action {
- margin-right: 5px;
- }
- .action a, .time a, .account-group, .retweeted {
- color: #999999;
- }
- .account-group a {
- text-decoration: none;
- font-weight: normal;
- }
- .username {
- font-size: 12px;
- }
- .time {
- color: #BBBBBB;
- float: right;
- margin-top: 1px;
- position: relative;
- }
- .avatar {
- position: absolute;
- margin-left: -56px !important;
- margin-top: 4px !important;
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
- -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
- box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .text {
- margin-bottom: 4px;
- cursor: pointer;
- }
- .tweet-actions li {
- display: inline;
- }
- .stream-item-footer {
- font-size: 12px;
- color: #999999;
- }
- ul.tweet-actions {
- list-style: none outside none;
- }
- ul.tweet-actions {
- margin: 0;
- padding: 0;
- }
- .fullname {
- color: #333333;
- font-weight: bold;
- }
- .stream-item-footer, .retweeted {
- font-size: 12px;
- padding-top: 1px;
- }
- .icon {
- background-position: 0 0;
- background-repeat: no-repeat;
- display: inline-block;
- vertical-align: text-top;
- height: 13px;
- width: 14px;
- margin-top: 0;
- margin-left: -2px;
- }
- .icon-reply {
- background-image: url("/search/static/art/reply.png");
- }
- .icon-retweet {
- background-image: url("/search/static/art/retweet.png");
- }
- .twitter-logo {
- background-image: url("/search/static/art/bird_gray_32.png");
- width: 32px;
- height: 32px;
- background-repeat: no-repeat;
- display: inline-block;
- vertical-align: top;
- margin-top: 2px;
- }
- .dropdown-menu li {
- font-size: 14px;
- }
- .dropdown a.dropdown-toggle {
- padding-left: 10px;
- padding-right: 10px;
- }
|