You are here

taxonomy_list.css in Taxonomy List 6

.taxonomy_list_radios .form-item label.option {
  float: left;
  margin-right: 1.5em;
}

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

#taxonomy-image-admin-settings .form-item {
  margin-bottom: 0;
}

.taxonomy-list-table {
  width: 100%;
  border: 0;
  clear: both;
}

.taxonomy-list-table td {
  vertical-align: top;
}

.taxonomy-list-parent a.taxonomy-list-term {
  font-size: 175%;
}

.taxonomy-list-item {
  float: left;
  clear: both;
}

.taxonomy-list-term {
  float: left;
}

.taxonomy-list-term a {
  font-size: 133%;
}

.taxonomy-list-term-count {
  font-size: 85%;
  float: left;
  margin-left: 1em;
}

.taxonomy-list-description {
  font-size: 100%;
  clear: both;
}

.taxonomy-list-description p {
  margin: 4px 0 0 0;
  text-indent: 1.5em;
}

.taxonomy-list-item .taxonomy_image_wrapper {
  float: left;
  width: auto;
}

.taxonomy-list-vocabulary {
  position: relative;
  clear: both;
  margin-top: 1em;
}

.taxonomy-list-vocabulary .name {
  position: relative;
  float: left;
  font-size: 133%;
  font-weight: bold;  
}

.taxonomy-list-vocabulary .description {
  position: relative;
  float: left;  
  font-style: italic;
  margin-left: 1em;
  padding-top: 3px;
}

.taxonomy-list-vocabulary .node-types {
  clear: both;
  margin-left: 1em;
  font-size: 85%;
}

.taxonomy-list-cascade {
  background-color: #ffffff;
}

.taxonomy-list-admin-links {
  margin-top: .75em;
}

a.taxonomy-list-edit-link {
  font-size: 80%;
  margin-left: 1em;
}

a.taxonomy-list-search-term {
  font-size: 80%;
}

.block-taxonomy_list {
  font-size: 80%;
}

.block-taxonomy_list p {
  text-indent: 0;
}

.block-taxonomy_list .node-types {
  display: none;
}

.block-taxonomy_list .description {
  margin: 0 0 3px 0;
  font-style: normal;
  font-size: 80%;
}

.taxonomy-list-parents {
  float: left;
  margin-left: 0.5em;
  font-size: 80%;
}

td.cells-1 {
  width: 100%;
}

td.cells-2 {
  width: 50%;
}

td.cells-3 {
  width: 33%;
}

td.cells-4 {
  width: 25%;
}

td.cells-5 {
  width: 20%;
}

td.cells-6 {
  width: 16%;
}

td.cells-7 {
  width: 14%;
}

td.cells-8 {
  width: 12%;
}

File

taxonomy_list.css
View source
  1. .taxonomy_list_radios .form-item label.option {
  2. float: left;
  3. margin-right: 1.5em;
  4. }
  5. .taxonomy_list_radios .form-item .description {
  6. clear: both;
  7. }
  8. #taxonomy-image-admin-settings .form-item {
  9. margin-bottom: 0;
  10. }
  11. .taxonomy-list-table {
  12. width: 100%;
  13. border: 0;
  14. clear: both;
  15. }
  16. .taxonomy-list-table td {
  17. vertical-align: top;
  18. }
  19. .taxonomy-list-parent a.taxonomy-list-term {
  20. font-size: 175%;
  21. }
  22. .taxonomy-list-item {
  23. float: left;
  24. clear: both;
  25. }
  26. .taxonomy-list-term {
  27. float: left;
  28. }
  29. .taxonomy-list-term a {
  30. font-size: 133%;
  31. }
  32. .taxonomy-list-term-count {
  33. font-size: 85%;
  34. float: left;
  35. margin-left: 1em;
  36. }
  37. .taxonomy-list-description {
  38. font-size: 100%;
  39. clear: both;
  40. }
  41. .taxonomy-list-description p {
  42. margin: 4px 0 0 0;
  43. text-indent: 1.5em;
  44. }
  45. .taxonomy-list-item .taxonomy_image_wrapper {
  46. float: left;
  47. width: auto;
  48. }
  49. .taxonomy-list-vocabulary {
  50. position: relative;
  51. clear: both;
  52. margin-top: 1em;
  53. }
  54. .taxonomy-list-vocabulary .name {
  55. position: relative;
  56. float: left;
  57. font-size: 133%;
  58. font-weight: bold;
  59. }
  60. .taxonomy-list-vocabulary .description {
  61. position: relative;
  62. float: left;
  63. font-style: italic;
  64. margin-left: 1em;
  65. padding-top: 3px;
  66. }
  67. .taxonomy-list-vocabulary .node-types {
  68. clear: both;
  69. margin-left: 1em;
  70. font-size: 85%;
  71. }
  72. .taxonomy-list-cascade {
  73. background-color: #ffffff;
  74. }
  75. .taxonomy-list-admin-links {
  76. margin-top: .75em;
  77. }
  78. a.taxonomy-list-edit-link {
  79. font-size: 80%;
  80. margin-left: 1em;
  81. }
  82. a.taxonomy-list-search-term {
  83. font-size: 80%;
  84. }
  85. .block-taxonomy_list {
  86. font-size: 80%;
  87. }
  88. .block-taxonomy_list p {
  89. text-indent: 0;
  90. }
  91. .block-taxonomy_list .node-types {
  92. display: none;
  93. }
  94. .block-taxonomy_list .description {
  95. margin: 0 0 3px 0;
  96. font-style: normal;
  97. font-size: 80%;
  98. }
  99. .taxonomy-list-parents {
  100. float: left;
  101. margin-left: 0.5em;
  102. font-size: 80%;
  103. }
  104. td.cells-1 {
  105. width: 100%;
  106. }
  107. td.cells-2 {
  108. width: 50%;
  109. }
  110. td.cells-3 {
  111. width: 33%;
  112. }
  113. td.cells-4 {
  114. width: 25%;
  115. }
  116. td.cells-5 {
  117. width: 20%;
  118. }
  119. td.cells-6 {
  120. width: 16%;
  121. }
  122. td.cells-7 {
  123. width: 14%;
  124. }
  125. td.cells-8 {
  126. width: 12%;
  127. }