goodreads-rtl.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* This file was automatically generated on Nov 19 2013 15:54:57 */
  2. div[class^="gr_custom_container"] {
  3. /* customize your Goodreads widget container here*/
  4. border: 1px solid gray;
  5. border-radius:10px;
  6. padding: 10px 5px 10px 5px;
  7. background-color: #FFF;
  8. color: #000;
  9. }
  10. div[class^="gr_custom_container"] a {
  11. color: #000;
  12. }
  13. h2[class^="gr_custom_header"] {
  14. /* customize your Goodreads header here*/
  15. display: none;
  16. }
  17. div[class^="gr_custom_each_container"] {
  18. /* customize each individual book container here */
  19. width: 100%;
  20. clear: both;
  21. margin-bottom: 10px;
  22. overflow: auto;
  23. padding-bottom: 4px;
  24. border-bottom: 1px solid #aaa;
  25. }
  26. div[class^="gr_custom_book_container"] {
  27. /* customize your book covers here */
  28. float: left;
  29. overflow: hidden;
  30. height: 60px;
  31. margin-right: 4px;
  32. width: 39px;
  33. }
  34. div[class^="gr_custom_author"] {
  35. /* customize your author names here */
  36. font-size: 10px;
  37. }
  38. div[class^="gr_custom_tags"] {
  39. /* customize your tags here */
  40. font-size: 10px;
  41. color: gray;
  42. }
  43. div[class^="gr_custom_review"] {
  44. }
  45. div[class^="gr_custom_rating"] {
  46. display: none;
  47. }