The Un-Official Proxomitron Forum
Google Footer White BG - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: Google Footer White BG (/showthread.php?tid=1538)



Google Footer White BG - Kye-U - Dec. 03, 2009 10:14 PM

I noticed that the footer of the search page had a white background (using the alternate dark themes).

To fix this, go into \html\sidki_h_2009-05-24\Google\google-dark.css:

Add center to the below code:

Code:
/* Default text and background color */
div, td, p, span {
  color: white !important;
  background-color: transparent !important;
}

So that it is:

Code:
/* Default text and background color */
div, td, p, span, center {
  color: white !important;
  background-color: transparent !important;
}