You are here

socialfeed.css in Social Feed 6

#socialfeed {
  height:443px; 
  padding:0 0 10px 0; 
  margin:0; 
}

#socialfeed p {
  font-size:12px; 
  margin-bottom:7px; 
  margin-top:0px; 
}

#socialfeed .fbitem, #socialfeed .twitem, #socialfeed .fsitem {
  margin-bottom:20px; 
  padding:0px !important; 
}

#socialfeed .fbitem a {
  color:#3b5998; 
  font-weight:bold; 
  text-decoration:none; 
}

#socialfeed .fbitem .messagehead {
  color:#3b5998; 
  font-weight:bold; 
}

#socialfeed .fbitem .messagebody {
  color:#959595; 
}

#socialfeed .fbitem .socialmessage {
  padding-left:10px; 
  border-left:solid 1px #ccc; 
}

#socialfeed .twitem a {
  color:#2eb7e4; 
}

#socialfeed .fsitem a {
  color:#3b5998; 
  font-weight:bold; 
}

#socialfeed .socialtitle {
  margin-bottom:5px; 
  height:23px; 
  text-align:right; 
}

#socialfeed .socialtitle span {
  font-size:11px; 
  font-style:italic; 
  font-weight:bold; 
}

#socialfeed .socialtitle.bpfacebook span {
  color:#3b5998; 
}

#socialfeed .socialtitle.bptwitter span {
  color:#2185a6; 
}

#socialfeed .socialtitle.bpyoutube span {
  color:#a02323; 
}

#socialfeed .socialtitle.bpfacebook {
  background:url('../images/facebookfeedhead.gif') no-repeat; 
  background-color:#e1e6f3; 
  padding-right:10px; 
}

#socialfeed .socialtitle.bptwitter {
  background:url('../images/twitterfeedhead.gif') no-repeat; 
  background-color:#ddeef6; 
  padding-right:10px; 
}

#socialfeed .socialtitle.bpyoutube {
  background:url('../images/youtubefeedhead.gif') no-repeat; 
  background-color:#f5e7e7; 
  padding-right:10px; 
}

#socialfeed .socialtitle.bpfoursaquare {
  background:url('../images/foursquarefeedhead.gif') no-repeat; 
  background-color:#dfebbd; 
  padding-right:10px; 
}

#socialfeed p.socialdate {
  text-align:right; 
  font-size:10px; 
  color:#959595; 
}

#socialfeed .asmediaimg {
  margin: 0px 4px 4px 0px; 
  border: solid 4px white; 
}

File

css/socialfeed.css
View source
  1. #socialfeed {
  2. height:443px;
  3. padding:0 0 10px 0;
  4. margin:0;
  5. }
  6. #socialfeed p {
  7. font-size:12px;
  8. margin-bottom:7px;
  9. margin-top:0px;
  10. }
  11. #socialfeed .fbitem, #socialfeed .twitem, #socialfeed .fsitem {
  12. margin-bottom:20px;
  13. padding:0px !important;
  14. }
  15. #socialfeed .fbitem a {
  16. color:#3b5998;
  17. font-weight:bold;
  18. text-decoration:none;
  19. }
  20. #socialfeed .fbitem .messagehead {
  21. color:#3b5998;
  22. font-weight:bold;
  23. }
  24. #socialfeed .fbitem .messagebody {
  25. color:#959595;
  26. }
  27. #socialfeed .fbitem .socialmessage {
  28. padding-left:10px;
  29. border-left:solid 1px #ccc;
  30. }
  31. #socialfeed .twitem a {
  32. color:#2eb7e4;
  33. }
  34. #socialfeed .fsitem a {
  35. color:#3b5998;
  36. font-weight:bold;
  37. }
  38. #socialfeed .socialtitle {
  39. margin-bottom:5px;
  40. height:23px;
  41. text-align:right;
  42. }
  43. #socialfeed .socialtitle span {
  44. font-size:11px;
  45. font-style:italic;
  46. font-weight:bold;
  47. }
  48. #socialfeed .socialtitle.bpfacebook span {
  49. color:#3b5998;
  50. }
  51. #socialfeed .socialtitle.bptwitter span {
  52. color:#2185a6;
  53. }
  54. #socialfeed .socialtitle.bpyoutube span {
  55. color:#a02323;
  56. }
  57. #socialfeed .socialtitle.bpfacebook {
  58. background:url('../images/facebookfeedhead.gif') no-repeat;
  59. background-color:#e1e6f3;
  60. padding-right:10px;
  61. }
  62. #socialfeed .socialtitle.bptwitter {
  63. background:url('../images/twitterfeedhead.gif') no-repeat;
  64. background-color:#ddeef6;
  65. padding-right:10px;
  66. }
  67. #socialfeed .socialtitle.bpyoutube {
  68. background:url('../images/youtubefeedhead.gif') no-repeat;
  69. background-color:#f5e7e7;
  70. padding-right:10px;
  71. }
  72. #socialfeed .socialtitle.bpfoursaquare {
  73. background:url('../images/foursquarefeedhead.gif') no-repeat;
  74. background-color:#dfebbd;
  75. padding-right:10px;
  76. }
  77. #socialfeed p.socialdate {
  78. text-align:right;
  79. font-size:10px;
  80. color:#959595;
  81. }
  82. #socialfeed .asmediaimg {
  83. margin: 0px 4px 4px 0px;
  84. border: solid 4px white;
  85. }