You are here

facebook_album.css in Facebook Album 7

#facebook-album {
  margin: 0 auto;
  text-align: center;
}
.album-thumb, 
.photo-thumb {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  outline: medium none;
  padding: 4px;
  position: relative;
  vertical-align: bottom;
}
.album-thumb{
  margin-bottom: 10px;
}
.album-thumb i, 
.photo-thumb i {
  background-color: #eeeeee;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.album-wrapper, 
.photo-wrapper {
  vertical-align: top;
  display: inline-block;
  margin: 5px 15px;
}
.album-text .fb-link {
  font-size: 1.885em;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0 0 4px;
  cursor: pointer;
  text-decoration: none;
}
.fb-album-footer {
  color: #808080;
  font-weight: bold;
  font-size: 10px;
}
#fb-album-header p {
  color: #333;
  font-size: 11px;
}
.fb-link {
  cursor: pointer;
}

File

css/facebook_album.css
View source
  1. #facebook-album {
  2. margin: 0 auto;
  3. text-align: center;
  4. }
  5. .album-thumb,
  6. .photo-thumb {
  7. background: none repeat scroll 0 0 #ffffff;
  8. border: 1px solid #cccccc;
  9. display: inline-block;
  10. outline: medium none;
  11. padding: 4px;
  12. position: relative;
  13. vertical-align: bottom;
  14. }
  15. .album-thumb{
  16. margin-bottom: 10px;
  17. }
  18. .album-thumb i,
  19. .photo-thumb i {
  20. background-color: #eeeeee;
  21. background-position: center;
  22. background-repeat: no-repeat;
  23. display: block;
  24. }
  25. .album-wrapper,
  26. .photo-wrapper {
  27. vertical-align: top;
  28. display: inline-block;
  29. margin: 5px 15px;
  30. }
  31. .album-text .fb-link {
  32. font-size: 1.885em;
  33. font-weight: 300;
  34. line-height: 1em;
  35. margin: 0;
  36. padding: 0 0 4px;
  37. cursor: pointer;
  38. text-decoration: none;
  39. }
  40. .fb-album-footer {
  41. color: #808080;
  42. font-weight: bold;
  43. font-size: 10px;
  44. }
  45. #fb-album-header p {
  46. color: #333;
  47. font-size: 11px;
  48. }
  49. .fb-link {
  50. cursor: pointer;
  51. }