/ Published in: CSS
This CSS pertains only to the EDS (OneSearch) widget embeded throughout LibGuides 2.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*Homepage EDS Box*/ #unf_edsbox h2 { color: #ffffff; background-color: #004B8D; border-radius: 5px; padding: 5px 15px; } #unf_edsbox { color: #555; background-color: #e8e8e8; border-radius: 5px; padding: 15px; margin-top: 10px; margin-bottom: 15px; font-size: 14px; } #unf_edsbox #ebscohostCustomSearchBox .limiter { float:left; margin:0; padding:0; width:50%; } #unf_edsbox #ebscohostsearchtext { border-radius: 5px; border: none; } #unf_edsbox .ebscohost-search-button { background: #004b8d; color: #fff; border: none; border-radius: 5px; width: 100px; padding-top: 2px; padding-bottom: 2px; } #unf_edsbox .ebscohost-search-button:hover { background-color: #2293c0; } #unf_edsbox #limiterblock { margin-top: 15px; margin-bottom: 10px; } #unf_edsbox #unf_edsbox label { margin-bottom: 10px; } /*Guides EDS Widget*/ .ebscohost-search-button { background-color: #004b8d; color: #fff; border: none; border-radius: 5px; padding: 5px; } .ebscohost-search-button:hover { background-color: #2293c0; }
URL: http://libguides.unf.edu/index.php?