You are here

twitter_profile_widget.css in Twitter Profile Widget 7

Same filename and directory in other branches
  1. 6 twitter_profile_widget.css
/**
 * Override twitter profile widget default css
 */
.twitter_profile_widget .twtr-tweet-wrap {
  padding: 13px 8px 12px;
}

.twitter_profile_widget .twtr-tweet {
  border-bottom: 1px solid #DBE1E7;
}

.twitter_profile_widgetget .twtr-bd p {
  font-size: 12px;
  line-height: 16px !important;
}

.twitter_profile_widget .twtr-bd p em {
  line-height: 1.2;
} 

/**
 * Module custom css
 */
.tpw_title {
  background: url(images/twitter_icon.png) no-repeat left center;
  padding-left: 40px;
  text-decoration: none;
}
  
.twitter_profile_widget .twp_bottom {
  padding: 13px 0 8px 11px;
}

.twitter_profile_widget .twp_bottom a {
  background: url("images/follow_icon.png") no-repeat scroll left center transparent;
  color: #0077AA;
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding-left: 22px;
  text-decoration: underline;
}

.twitter_profile_widget .twp_bottom a:hover {
  text-decoration: none;
}

File

twitter_profile_widget.css
View source
  1. /**
  2. * Override twitter profile widget default css
  3. */
  4. .twitter_profile_widget .twtr-tweet-wrap {
  5. padding: 13px 8px 12px;
  6. }
  7. .twitter_profile_widget .twtr-tweet {
  8. border-bottom: 1px solid #DBE1E7;
  9. }
  10. .twitter_profile_widgetget .twtr-bd p {
  11. font-size: 12px;
  12. line-height: 16px !important;
  13. }
  14. .twitter_profile_widget .twtr-bd p em {
  15. line-height: 1.2;
  16. }
  17. /**
  18. * Module custom css
  19. */
  20. .tpw_title {
  21. background: url(images/twitter_icon.png) no-repeat left center;
  22. padding-left: 40px;
  23. text-decoration: none;
  24. }
  25. .twitter_profile_widget .twp_bottom {
  26. padding: 13px 0 8px 11px;
  27. }
  28. .twitter_profile_widget .twp_bottom a {
  29. background: url("images/follow_icon.png") no-repeat scroll left center transparent;
  30. color: #0077AA;
  31. display: inline-block;
  32. font-size: 12px;
  33. height: 16px;
  34. line-height: 16px;
  35. padding-left: 22px;
  36. text-decoration: underline;
  37. }
  38. .twitter_profile_widget .twp_bottom a:hover {
  39. text-decoration: none;
  40. }