search.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .content {
  2. margin-left: 58px;
  3. }
  4. .action {
  5. margin-right: 5px;
  6. }
  7. .action a, .time a, .account-group, .retweeted {
  8. color: #999999;
  9. }
  10. .account-group a {
  11. text-decoration: none;
  12. font-weight: normal;
  13. }
  14. .username {
  15. font-size: 12px;
  16. }
  17. .time {
  18. color: #BBBBBB;
  19. float: right;
  20. margin-top: 1px;
  21. position: relative;
  22. }
  23. .avatar {
  24. position: absolute;
  25. margin-left: -56px !important;
  26. margin-top: 4px !important;
  27. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  28. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  29. box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  30. -webkit-border-radius: 5px;
  31. -moz-border-radius: 5px;
  32. border-radius: 5px;
  33. }
  34. .text {
  35. margin-bottom: 4px;
  36. cursor: pointer;
  37. }
  38. .tweet-actions li {
  39. display: inline;
  40. }
  41. .stream-item-footer {
  42. font-size: 12px;
  43. color: #999999;
  44. }
  45. ul.tweet-actions {
  46. list-style: none outside none;
  47. }
  48. ul.tweet-actions {
  49. margin: 0;
  50. padding: 0;
  51. }
  52. .fullname {
  53. color: #333333;
  54. font-weight: bold;
  55. }
  56. .stream-item-footer, .retweeted {
  57. font-size: 12px;
  58. padding-top: 1px;
  59. }
  60. .icon {
  61. background-position: 0 0;
  62. background-repeat: no-repeat;
  63. display: inline-block;
  64. vertical-align: text-top;
  65. height: 13px;
  66. width: 14px;
  67. margin-top: 0;
  68. margin-left: -2px;
  69. }
  70. .icon-reply {
  71. background-image: url("/search/static/art/reply.png");
  72. }
  73. .icon-retweet {
  74. background-image: url("/search/static/art/retweet.png");
  75. }
  76. .twitter-logo {
  77. background-image: url("/search/static/art/bird_gray_32.png");
  78. width: 32px;
  79. height: 32px;
  80. background-repeat: no-repeat;
  81. display: inline-block;
  82. vertical-align: top;
  83. margin-top: 2px;
  84. }
  85. .dropdown-menu li {
  86. font-size: 14px;
  87. }
  88. .dropdown a.dropdown-toggle {
  89. padding-left: 10px;
  90. padding-right: 10px;
  91. }