LibGuides 2 Public CSS File


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

Main CSS file for the LibGuides 2 public pages.


Copy this code and paste it in your HTML
  1. .padding-fix {
  2. float: right;
  3. color: #555;
  4. font-size: 14px;
  5. padding-left: 10px;
  6. }
  7.  
  8. .main-widget {
  9. margin-top: 40px;
  10. color: #555;
  11. }
  12.  
  13. #s-lib-public-main h3 {
  14. width: 90%;
  15. color: #fff;
  16. background-color: #004B8D;
  17. padding: 5px 3px 5px 10px;
  18. border-radius: 5px;
  19. font-size: 18px;
  20. }
  21.  
  22.  
  23. #s-lib-public-main h2 {
  24. color: #fff;
  25. background-color: #2293C0;
  26. padding: 5px 3px 5px 10px;
  27. border-radius: 5px;
  28. }
  29.  
  30. .guide-header {
  31. margin: 35px 0px;
  32. }
  33.  
  34. /*Tabbed Homepage Content*/
  35.  
  36. .tabbed-unf .fa {
  37. font-size: 14px;
  38. padding-right: 3px;
  39. color: #fff;
  40. }
  41.  
  42. .tabbed-unf .ui-widget-content {
  43. color: #555;
  44. }
  45.  
  46. #tabs .ui-widget-header {
  47. background-color: #e8e8e8;
  48. background-image: none;
  49. }
  50.  
  51. #tabs li.ui-tabs-active a {
  52. color: #ffffff;
  53. font-size: 13px;
  54. background-color: #004B8D;
  55. border-radius: 5px 5px 0px 0px;
  56. }
  57.  
  58. #tabs .ui-tabs-anchor {
  59. color: #ffffff;
  60. font-size: 13px;
  61. background-color: #2293c0;
  62. border-radius: 5px 5px 0px 0px;
  63. }
  64.  
  65. .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  66. border-top-right-radius: 6px;
  67. }
  68.  
  69. .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  70. border-top-left-radius: 6px;
  71. }
  72.  
  73. #s-lib-public-main .tabbed-unf .btn.btn-info {
  74. background-color: #e8e8e8;
  75. color: #004B8D;
  76. border: none;
  77. margin-top: 10px;
  78. margin-left: auto;
  79. margin-right: auto;
  80. display: block;
  81. }
  82.  
  83. .btn.btn-info.hours {
  84. width: 50%;
  85. }
  86.  
  87.  
  88. #s-lib-public-main .tabbed-unf .btn.btn-info:hover {
  89. background-color: #555;
  90. background-image: none;
  91. color: #fff;
  92.  
  93. }
  94.  
  95. .tabbed-unf .btn.btn-info a {
  96. color: #ffffff;
  97. }
  98.  
  99. .tabbed-unf .row .btn.btn-info.small {
  100. font-size: 11px;
  101. }
  102.  
  103. /*LibCal Widget*/
  104.  
  105. .tabbed-unf .hours-col-time {
  106. font-size: 21px;
  107. font-weight: bold;
  108. }
  109.  
  110. .hours-today {
  111. margin-left: auto;
  112. margin-right: auto
  113. }
  114.  
  115. #hours-col-t {
  116. display: none;
  117. }
  118.  
  119. .tabbed-unf #hours-col-l, .tabbed-unf #api_hours_today_iid928_lid0 .hours-col-loc {
  120. display: none;
  121. }
  122.  
  123. .s-lc-note {
  124. display: none;
  125. }
  126.  
  127. /* Reservations Tab */
  128.  
  129. .tabbed-unf {
  130. font-size: 12px;
  131. }
  132.  
  133. .tabbed-unf button {
  134. background-color: #ccc;
  135. border: none;
  136. border-radius: 5px;
  137. margin-left: auto;
  138. margin-right: auto;
  139. display: block;
  140. padding: 5px;
  141. margin-bottom: 10px;
  142. margin-top: 15px;
  143. }
  144.  
  145. /*Poll Info*/
  146.  
  147.  
  148. /*Lib Survey*/
  149. #survey_poll {
  150. margin-top: 75px;
  151. }
  152.  
  153. /*LibGuides Box Poll*/
  154.  
  155. #s-lg-box-4282327 {
  156. border: none;
  157. box-shadow: none;
  158. }
  159.  
  160. #s-lg-poll-submit {
  161. background-image: none;
  162. }
  163.  
  164. #s-lg-box-4282327 h2 {
  165. display: none;
  166. }

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.