LibGuides 2 EDS Widget


/ Published in: CSS
Save to your folder(s)

This CSS pertains only to the EDS (OneSearch) widget embeded throughout LibGuides 2.


Copy this code and paste it in your HTML
  1. /*Homepage EDS Box*/
  2.  
  3. #unf_edsbox h2 {
  4. color: #ffffff;
  5. background-color: #004B8D;
  6. border-radius: 5px;
  7. padding: 5px 15px;
  8. }
  9.  
  10. #unf_edsbox {
  11. color: #555;
  12. background-color: #e8e8e8;
  13. border-radius: 5px;
  14. padding: 15px;
  15. margin-top: 10px;
  16. margin-bottom: 15px;
  17. font-size: 14px;
  18. }
  19.  
  20. #unf_edsbox #ebscohostCustomSearchBox .limiter {
  21. float:left;
  22. margin:0;
  23. padding:0;
  24. width:50%;
  25. }
  26.  
  27. #unf_edsbox #ebscohostsearchtext {
  28. border-radius: 5px;
  29. border: none;
  30. }
  31.  
  32. #unf_edsbox .ebscohost-search-button {
  33. background: #004b8d;
  34. color: #fff;
  35. border: none;
  36. border-radius: 5px;
  37. width: 100px;
  38. padding-top: 2px;
  39. padding-bottom: 2px;
  40. }
  41.  
  42. #unf_edsbox .ebscohost-search-button:hover {
  43. background-color: #2293c0;
  44. }
  45.  
  46. #unf_edsbox #limiterblock {
  47. margin-top: 15px;
  48. margin-bottom: 10px;
  49. }
  50.  
  51. #unf_edsbox #unf_edsbox label {
  52. margin-bottom: 10px;
  53. }
  54.  
  55. /*Guides EDS Widget*/
  56.  
  57. .ebscohost-search-button {
  58. background-color: #004b8d;
  59. color: #fff;
  60. border: none;
  61. border-radius: 5px;
  62. padding: 5px;
  63. }
  64.  
  65. .ebscohost-search-button:hover {
  66. background-color: #2293c0;
  67. }

URL: http://libguides.unf.edu/index.php?

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.