PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
jetpack / modules / widgets / goodreads / css / rtl / goodreads-rtl.css

goodreads-rtl.css in Jetpack – WP Security, Backup, Speed, & Growth 16.3-a.1, at modules/widgets/goodreads/css/rtl/goodreads-rtl.css

49 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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