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