You are here

facebook_album.css in Facebook Album 7.3

.fba-container {
  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: #eee center no-repeat;
  display: block;
  background-size: cover;
}

.fb-album-photo-container,
.fb-album-cover-container {
  width: 100%;
  margin-bottom: 1em;
}

.album-wrapper,
.photo-wrapper {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.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 {
  font-size: 14px;
}

.fb-album-header p {
  color: #333;
  font-size: 14px;
}
.fb-link {
  cursor: pointer;
}

.fb-loading-icon {
  margin-top: 16px;
  text-align: center;
}


/*
 * Credit to tobiasahlin.com/spinkit
 */

.spinner {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
}

.spinner > div {
  background-color: #ccc;
  height: 100%;
  width: 7px;
  margin: 0 3px 0 0;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}

File

css/facebook_album.css
View source
  1. .fba-container {
  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: #eee center no-repeat;
  21. display: block;
  22. background-size: cover;
  23. }
  24. .fb-album-photo-container,
  25. .fb-album-cover-container {
  26. width: 100%;
  27. margin-bottom: 1em;
  28. }
  29. .album-wrapper,
  30. .photo-wrapper {
  31. display: inline-block;
  32. margin: 10px;
  33. vertical-align: top;
  34. }
  35. .album-text .fb-link {
  36. font-size: 1.885em;
  37. font-weight: 300;
  38. line-height: 1em;
  39. margin: 0;
  40. padding: 0 0 4px;
  41. cursor: pointer;
  42. text-decoration: none;
  43. }
  44. .fb-album-footer {
  45. color: #808080;
  46. font-weight: bold;
  47. font-size: 10px;
  48. }
  49. .fb-album-header {
  50. font-size: 14px;
  51. }
  52. .fb-album-header p {
  53. color: #333;
  54. font-size: 14px;
  55. }
  56. .fb-link {
  57. cursor: pointer;
  58. }
  59. .fb-loading-icon {
  60. margin-top: 16px;
  61. text-align: center;
  62. }
  63. /*
  64. * Credit to tobiasahlin.com/spinkit
  65. */
  66. .spinner {
  67. width: 50px;
  68. height: 50px;
  69. text-align: center;
  70. font-size: 10px;
  71. margin: 0 auto;
  72. }
  73. .spinner > div {
  74. background-color: #ccc;
  75. height: 100%;
  76. width: 7px;
  77. margin: 0 3px 0 0;
  78. display: inline-block;
  79. -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  80. animation: stretchdelay 1.2s infinite ease-in-out;
  81. }
  82. .spinner .rect2 {
  83. -webkit-animation-delay: -1.1s;
  84. animation-delay: -1.1s;
  85. }
  86. .spinner .rect3 {
  87. -webkit-animation-delay: -1.0s;
  88. animation-delay: -1.0s;
  89. }
  90. .spinner .rect4 {
  91. -webkit-animation-delay: -0.9s;
  92. animation-delay: -0.9s;
  93. }
  94. .spinner .rect5 {
  95. -webkit-animation-delay: -0.8s;
  96. animation-delay: -0.8s;
  97. }
  98. @-webkit-keyframes stretchdelay {
  99. 0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  100. 20% { -webkit-transform: scaleY(1.0) }
  101. }
  102. @keyframes stretchdelay {
  103. 0%, 40%, 100% {
  104. transform: scaleY(0.4);
  105. -webkit-transform: scaleY(0.4);
  106. } 20% {
  107. transform: scaleY(1.0);
  108. -webkit-transform: scaleY(1.0);
  109. }
  110. }