You are here

twitter_profile_widget.css in Twitter Profile Widget 8.2

Same filename and directory in other branches
  1. 8 css/twitter_profile_widget.css
  2. 3.x css/twitter_profile_widget.css
.twitter_widget {
  border-top: 1px solid #f0ede6;
  border-bottom: 1px solid #f0ede6;
  border-left: 1px solid #f0ede6;
  border-right: 1px solid #f0ede6;
  padding-bottom: 1px;
}
.tweet .tweet-actions {
  float: right;
  margin: 0;
}
.tweet .tweet-time {
  float: left;
  font-style: italic;
}
.tweet .tweet-actions .tweet-action {
  display: inline-block;
  font-size:2em;
}
.tweet .tweet-author {
  font-weight: bold;
}
.tweet .tweet-image {
  float:left;
  width: 50px;
  margin: 0 10px 10px 0;
}
.tweet .tweet-text {
  clear: left;
}
.tweet + .tweet {
  border-top: 1px solid #a1a1a1;
}
.tweet {
  padding: 15px 15px;
  position: relative;
  padding: 10px;
  color: #2d2a28;
  overflow: hidden;
}
.tweet-actions .action-link {
  text-decoration: none;
  color: #555;
}
.tweet-actions .action-link {
  color: #2d2a28;
}
.view-all {
  color: #BF5700;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border: 1px solid #BF5700;
  font-weight:bold;
  padding: 0.625rem 1.25rem;
  margin: 10px 10px 0 10px;
  border-radius: 4px;
}
h3.headline {
  display: block;
  padding-left:10px;
  font-weight: 700;
  width:100%;
}

File

css/twitter_profile_widget.css
View source
  1. .twitter_widget {
  2. border-top: 1px solid #f0ede6;
  3. border-bottom: 1px solid #f0ede6;
  4. border-left: 1px solid #f0ede6;
  5. border-right: 1px solid #f0ede6;
  6. padding-bottom: 1px;
  7. }
  8. .tweet .tweet-actions {
  9. float: right;
  10. margin: 0;
  11. }
  12. .tweet .tweet-time {
  13. float: left;
  14. font-style: italic;
  15. }
  16. .tweet .tweet-actions .tweet-action {
  17. display: inline-block;
  18. font-size:2em;
  19. }
  20. .tweet .tweet-author {
  21. font-weight: bold;
  22. }
  23. .tweet .tweet-image {
  24. float:left;
  25. width: 50px;
  26. margin: 0 10px 10px 0;
  27. }
  28. .tweet .tweet-text {
  29. clear: left;
  30. }
  31. .tweet + .tweet {
  32. border-top: 1px solid #a1a1a1;
  33. }
  34. .tweet {
  35. padding: 15px 15px;
  36. position: relative;
  37. padding: 10px;
  38. color: #2d2a28;
  39. overflow: hidden;
  40. }
  41. .tweet-actions .action-link {
  42. text-decoration: none;
  43. color: #555;
  44. }
  45. .tweet-actions .action-link {
  46. color: #2d2a28;
  47. }
  48. .view-all {
  49. color: #BF5700;
  50. display: inline-block;
  51. overflow: hidden;
  52. text-align: center;
  53. border: 1px solid #BF5700;
  54. font-weight:bold;
  55. padding: 0.625rem 1.25rem;
  56. margin: 10px 10px 0 10px;
  57. border-radius: 4px;
  58. }
  59. h3.headline {
  60. display: block;
  61. padding-left:10px;
  62. font-weight: 700;
  63. width:100%;
  64. }