You are here

facebook_wall.css in Facebook Wall 7

Styles sheet for the facebook wall module.

File

css/facebook_wall.css
View source
  1. /**
  2. * @file
  3. * Styles sheet for the facebook wall module.
  4. */
  5. /* @group facebook_wall class */
  6. .facebook_wall_outer {
  7. float: left;
  8. margin-bottom: 20px;
  9. }
  10. .facebook_wall {
  11. color: #000;
  12. font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  13. font-size: 11px;
  14. line-height: 1.38;
  15. font-weight: normal;
  16. height: auto;
  17. float: left;
  18. margin-bottom: 0px;
  19. padding: 0px 0px 10px 20px;
  20. border-bottom: 1px solid lightgray;
  21. border-left: 1px solid lightgray;
  22. }
  23. .facebook_wall a {
  24. color: #3b5998;
  25. cursor: pointer;
  26. text-decoration: none;
  27. }
  28. .facebook_wall img {
  29. max-width: 170px;
  30. }
  31. .facebook_wall a:hover {
  32. color: #3b5998;
  33. }
  34. .facebook_wall .post_link {
  35. text-align: right;
  36. width: 100%;
  37. float: right;
  38. background: url('facebook-arrow.png') right 0px no-repeat;
  39. height: 16px;
  40. }
  41. .facebook_wall .post_link:hover {
  42. background-image: none;
  43. }
  44. .facebook_wall .post_link a {
  45. color: transparent;
  46. }
  47. .facebook_wall .post_link a:hover {
  48. color: #3b5998;
  49. text-decoration: none;
  50. }
  51. .facebook_wall .wallContent_left {
  52. float: left;
  53. width: 60px;
  54. margin-top: 5px;
  55. padding-right: 5px;
  56. min-height: 50px;
  57. }
  58. .facebook_wall .wallContent_right {
  59. width: 78%;
  60. float: left;
  61. padding: 0px 5px 5px 5px;
  62. margin-right: 5px;
  63. font-size: 13px;
  64. line-height: 1.38;
  65. }
  66. .facebook_wall .headline {
  67. color: gray;
  68. }
  69. .facebook_wall .caption {
  70. width: 100%;
  71. float: none;
  72. color: gray;
  73. margin-top: 5px;
  74. font-size: 11px;
  75. }
  76. .facebook_wall .userContent {
  77. padding: 5px 0 10px 0;
  78. font-size: 13px;
  79. line-height: 15pt;
  80. font-weight: normal;
  81. }
  82. .facebook_wall .shareLink {
  83. background: #f6f7f9;
  84. border: 1px solid #d3dae8;
  85. margin-bottom: 12px;
  86. float: left;
  87. width: 99%;
  88. padding: 5px;
  89. }
  90. .facebook_wall .shareLink_left {
  91. float: left;
  92. min-width: 90px;
  93. max-width: 170px;
  94. }
  95. .facebook_wall .shareLink_right {
  96. float: left;
  97. width: 53%;
  98. padding-left: 5px;
  99. }
  100. .facebook_wall .likes {
  101. float: left;
  102. width: 94%;
  103. background: #edeff4 url('facebook-likes.png') scroll 7px 5px no-repeat;
  104. padding: 5px 5px 5px 30px;
  105. margin: 5px 5px 2px 0;
  106. font-size: 11px;
  107. }
  108. .facebook_wall .like_comment {
  109. width: 70px;
  110. background: url('facebook-likes.png') scroll 7px 0px no-repeat;
  111. padding: 0px 0 0 25px;
  112. color: #3b5998;
  113. }
  114. .facebook_wall .commentView {
  115. float: left;
  116. width: 94%;
  117. background: #edeff4 url('facebook-comment.png') scroll 7px 5px no-repeat;
  118. padding: 5px 5px 5px 30px;
  119. margin-bottom: 2px;
  120. font-size: 11px;
  121. }
  122. .facebook_wall .comment {
  123. background: #edeff4;
  124. margin-bottom: 2px;
  125. padding: 5px;
  126. float: left;
  127. width: 100%;
  128. }
  129. .facebook_wall .comment_left {
  130. float: left;
  131. width: 45px;
  132. padding-right: 5px;
  133. }
  134. .facebook_wall .comment_right {
  135. float: left;
  136. width: 83%;
  137. }