You are here

glossary.css in Glossary 5.2

Same filename and directory in other branches
  1. 5 glossary.css
  2. 6 glossary.css
  3. 7 glossary.css
abbr.glossary-indicator,
acronym.glossary-indicator,
sup.glossary-indicator,
span.glossary-indicator,
a.glossary-indicator,
a.glossary-icon,
dfn.glossary-indicator,
img.glossary-indicator {
  cursor: help;
}

span.glossary-term {
  text-decoration: none;
  border-bottom: 1px dotted;
  cursor: help;
}

a.glossary-term {
  text-decoration: none;
  border-bottom: 1px dotted #080;
  color: #080;
  cursor: help;
}

dl.glossary-list > dt {
  font-weight: bold;
}

dl.glossary-list > dd {
  font-weight: normal;
  font-size: 75%;
  margin-left: 15px;
}

dl.glossary-list dt.depth1 {
  padding-left: 10px;
}

dl.glossary-list dt.depth2 {
  padding-left: 20px;
}

dl.glossary-list dt.depth3 {
  padding-left: 30px;
}

.glossary-list dt {
  padding-top: 7px;
  clear: both;
}

td.glossary-list-description {
  padding-left: 1em !important;
  font-style: italic;
  font-size: 90%;
}

a.glossary-edit-term {
  font-size: 75%;
  font-weight: normal;
  margin-left: 2.0em;
}

a.glossary-search-term {
  font-size: 75%;
  font-weight: normal;
  margin-left: 2.0em;
}

p.glossary-description {
  margin: 0px 2.0em 0.5em 2.0em;
  text-indent: 0;
}

div.glossary-letter {
  clear: both;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
}

.glossary-synonyms {
  font-style: italic;
  color: #888888;
  margin-left: 1em;
}

.glossary-related {
  font-style: italic;
  color: green;
  margin-left: 6px;
}

.glossary-related a {
  text-decoration: underline;
  color: green;
}

.glossary-related a:visited {
  text-decoration: underline;
  color: green;
}

.glossary-related a:link {
  text-decoration: underline;
  color: green;
}

.glossary-links {
  text-align: center;
  background-color: #eeeeff;
  color: #888888;
}

.glossary-links a {
  font-size: 140%;
  text-transform: uppercase;
}

.glossary-alphabar-instructions {
  font-size: 89%;
  font-style: italic;
}

.glossary-admin-links {
  clear: both;
  margin: 0.5em 0 0 3.0em;
}

.glossary-admin-links li a {
  padding: 5px;
}

.glossary-list dt img {
  float: left;
}  

.glossary-list .taxonomy_image_wrapper {
  width: 70px;
  float: left;
}

a.clicktip_target {
  font-style:normal;
  /*border-bottom: 3px double #992222;*/
}

span.clicktip_target {
  font-style:normal;
}

html > body .hovertip_wrap3 {
  background-color: #ffdab9;
  border: 3px outset #d2691e;
}

.hovertip h2 {
  margin: 0;
  padding: 0;
  background-color: #D2691E;
  color: #ffffff;
}

a.hovertip_target {
  font-style:normal;
  border-bottom: 3px double #992222;
}

span.hovertip_target {
  font-style:normal;
  border-bottom: 3px double #992222;
}

.glossary_radios .form-radios {
  margin-top: 0;
}

.glossary_radios .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.glossary_checkboxes .form-checkboxes {
  margin-top: 0;
}

.glossary_checkboxes .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.glossary_radios label.option {
  margin-right: 1em;
  float: left;
  border: 1px dotted #666666;
  padding: 0 4px 1px 0;
}

.glossary_radios .form-item .description {
  clear: both;
}

.glossary_checkboxes label.option {
  margin-right: 1em;
  float: left;
  /* background: #ffffff; */
  padding: 0 4px 1px 0;
}

.glossary_checkboxes .form-item .description {
  clear: both; 
}

.glossary-detailed {
  /* clear: both; */
}

.glossary-detailed h2 {
  margin-left: 10px;
}

.glossary-detailed legend {
  text-indent: 0;
}

.glossary-detailed-link {
  font-size: 89%;
  text-indent: 2em;
}

.glossary-interval .description {
  display: block;
}

.block-glossary {
  font-size: 89%;
}

.glossary-block-term-name {
  font-weight: bold;
  font-size: 110%;
  text-align: center;
}

span.hovertip img {
  text-align: left;
  margin-right: 5px;
}

File

glossary.css
View source
  1. abbr.glossary-indicator,
  2. acronym.glossary-indicator,
  3. sup.glossary-indicator,
  4. span.glossary-indicator,
  5. a.glossary-indicator,
  6. a.glossary-icon,
  7. dfn.glossary-indicator,
  8. img.glossary-indicator {
  9. cursor: help;
  10. }
  11. span.glossary-term {
  12. text-decoration: none;
  13. border-bottom: 1px dotted;
  14. cursor: help;
  15. }
  16. a.glossary-term {
  17. text-decoration: none;
  18. border-bottom: 1px dotted #080;
  19. color: #080;
  20. cursor: help;
  21. }
  22. dl.glossary-list > dt {
  23. font-weight: bold;
  24. }
  25. dl.glossary-list > dd {
  26. font-weight: normal;
  27. font-size: 75%;
  28. margin-left: 15px;
  29. }
  30. dl.glossary-list dt.depth1 {
  31. padding-left: 10px;
  32. }
  33. dl.glossary-list dt.depth2 {
  34. padding-left: 20px;
  35. }
  36. dl.glossary-list dt.depth3 {
  37. padding-left: 30px;
  38. }
  39. .glossary-list dt {
  40. padding-top: 7px;
  41. clear: both;
  42. }
  43. td.glossary-list-description {
  44. padding-left: 1em !important;
  45. font-style: italic;
  46. font-size: 90%;
  47. }
  48. a.glossary-edit-term {
  49. font-size: 75%;
  50. font-weight: normal;
  51. margin-left: 2.0em;
  52. }
  53. a.glossary-search-term {
  54. font-size: 75%;
  55. font-weight: normal;
  56. margin-left: 2.0em;
  57. }
  58. p.glossary-description {
  59. margin: 0px 2.0em 0.5em 2.0em;
  60. text-indent: 0;
  61. }
  62. div.glossary-letter {
  63. clear: both;
  64. text-align: center;
  65. font-size: 150%;
  66. font-weight: bold;
  67. text-transform: uppercase;
  68. }
  69. .glossary-synonyms {
  70. font-style: italic;
  71. color: #888888;
  72. margin-left: 1em;
  73. }
  74. .glossary-related {
  75. font-style: italic;
  76. color: green;
  77. margin-left: 6px;
  78. }
  79. .glossary-related a {
  80. text-decoration: underline;
  81. color: green;
  82. }
  83. .glossary-related a:visited {
  84. text-decoration: underline;
  85. color: green;
  86. }
  87. .glossary-related a:link {
  88. text-decoration: underline;
  89. color: green;
  90. }
  91. .glossary-links {
  92. text-align: center;
  93. background-color: #eeeeff;
  94. color: #888888;
  95. }
  96. .glossary-links a {
  97. font-size: 140%;
  98. text-transform: uppercase;
  99. }
  100. .glossary-alphabar-instructions {
  101. font-size: 89%;
  102. font-style: italic;
  103. }
  104. .glossary-admin-links {
  105. clear: both;
  106. margin: 0.5em 0 0 3.0em;
  107. }
  108. .glossary-admin-links li a {
  109. padding: 5px;
  110. }
  111. .glossary-list dt img {
  112. float: left;
  113. }
  114. .glossary-list .taxonomy_image_wrapper {
  115. width: 70px;
  116. float: left;
  117. }
  118. a.clicktip_target {
  119. font-style:normal;
  120. /*border-bottom: 3px double #992222;*/
  121. }
  122. span.clicktip_target {
  123. font-style:normal;
  124. }
  125. html > body .hovertip_wrap3 {
  126. background-color: #ffdab9;
  127. border: 3px outset #d2691e;
  128. }
  129. .hovertip h2 {
  130. margin: 0;
  131. padding: 0;
  132. background-color: #D2691E;
  133. color: #ffffff;
  134. }
  135. a.hovertip_target {
  136. font-style:normal;
  137. border-bottom: 3px double #992222;
  138. }
  139. span.hovertip_target {
  140. font-style:normal;
  141. border-bottom: 3px double #992222;
  142. }
  143. .glossary_radios .form-radios {
  144. margin-top: 0;
  145. }
  146. .glossary_radios .form-item {
  147. margin-top: 0;
  148. margin-bottom: 0;
  149. }
  150. .glossary_checkboxes .form-checkboxes {
  151. margin-top: 0;
  152. }
  153. .glossary_checkboxes .form-item {
  154. margin-top: 0;
  155. margin-bottom: 0;
  156. }
  157. .glossary_radios label.option {
  158. margin-right: 1em;
  159. float: left;
  160. border: 1px dotted #666666;
  161. padding: 0 4px 1px 0;
  162. }
  163. .glossary_radios .form-item .description {
  164. clear: both;
  165. }
  166. .glossary_checkboxes label.option {
  167. margin-right: 1em;
  168. float: left;
  169. /* background: #ffffff; */
  170. padding: 0 4px 1px 0;
  171. }
  172. .glossary_checkboxes .form-item .description {
  173. clear: both;
  174. }
  175. .glossary-detailed {
  176. /* clear: both; */
  177. }
  178. .glossary-detailed h2 {
  179. margin-left: 10px;
  180. }
  181. .glossary-detailed legend {
  182. text-indent: 0;
  183. }
  184. .glossary-detailed-link {
  185. font-size: 89%;
  186. text-indent: 2em;
  187. }
  188. .glossary-interval .description {
  189. display: block;
  190. }
  191. .block-glossary {
  192. font-size: 89%;
  193. }
  194. .glossary-block-term-name {
  195. font-weight: bold;
  196. font-size: 110%;
  197. text-align: center;
  198. }
  199. span.hovertip img {
  200. text-align: left;
  201. margin-right: 5px;
  202. }