HEX
Server: Apache/2
System: Linux s01 6.1.0-34-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.135-1 (2025-04-25) x86_64
User: beestg (1003)
PHP: 8.3.25
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/beestg/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css/goodreads.css
.jetpack-goodreads-legacy-widget div[class^="gr_custom_container"] {
	/* customize your Goodreads widget container here*/
	border: 1px solid gray;
	border-radius:10px;
	padding: 10px 5px 10px 5px;
	background-color: #FFF;
	color: #000;
}

.jetpack-goodreads-legacy-widget div[class^="gr_custom_container"] a {
	color: #000;
}

.jetpack-goodreads-legacy-widget h2[class^="gr_custom_header"] {
	/* customize your Goodreads header here*/
	display: none;
}
.jetpack-goodreads-legacy-widget div[class^="gr_custom_each_container"] {
	/* customize each individual book container here */
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 4px;
	border-bottom: 1px solid #a7aaad;
}
.jetpack-goodreads-legacy-widget div[class^="gr_custom_book_container"] {
	/* customize your book covers here */
	float: right;
	overflow: hidden;
	height: 60px;
	margin-left: 4px;
	width: 39px;
}
.jetpack-goodreads-legacy-widget div[class^="gr_custom_author"] {
	/* customize your author names here */
	font-size: 10px;
}
.jetpack-goodreads-legacy-widget div[class^="gr_custom_tags"] {
	/* customize your tags here */
	font-size: 10px;
	color: gray;
}

.jetpack-goodreads-legacy-widget div[class^="gr_custom_rating"] {
	display: none;
}