You are here

lexicon.css in Lexicon 6

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lexicon-synonyms {
  font-style: italic;
  color: #888888;
}

.lexicon-related {
  font-style: italic;
  color: #888888;
}

.lexicon-related a {
  text-decoration: underline;
}

.lexicon-related a:visited {
  text-decoration: underline;
}

.lexicon-related a:link {
  text-decoration: underline;
}

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

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

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

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

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

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

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

a.clicktip_target {
  font-style:normal;
}

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;
}

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

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

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

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

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

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

.lexicon_checkboxes label.option {
  margin-right: 1em;
  float: left;
  padding: 0 4px 1px 0;
}

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

.lexicon-detailed {
}

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

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

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

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

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

.lexicon-block-term-name {
  font-weight: bold;
}

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

File

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