You are here

biblio.css in Bibliography Module 5

Same filename and directory in other branches
  1. 6.2 biblio.css
  2. 6 biblio.css
  3. 7 biblio.css
  4. 7.2 biblio.css
/** Node admin filter **/
#biblio-filter ul {
  padding:                    1px;
  margin:                     1px;
  width:                      100%;
}
#biblio-buttons {
  float:                      left;
  margin-left:                0.5em;
  margin-top:                 1em;
 /* clear:                      right; */
}
dl.bibliomultiselect dd.b, dl.bibliomultiselect dd.b .form-item, dl.bibliomultiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.bibliomultiselect dd.a, dl.bibliomultiselect dd.a .form-item {
  width: 8em;
}
dl.bibliomultiselect dt, dl.bibliomultiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.bibliomultiselect .form-item {
  height: 1.75em;
  margin: 0;
}

.biblio-head {
  width: 97%;
  color: Black;
  font-weight: normal;
  background-color: #EAEAEA;
  border: medium solid;
  border-left-color: #F0F8FF;
  border-right-color: Gray;
  border-bottom-color: Gray;
  border-top-color: #F0F8FF;
  padding: 3px;
}
 .biblio-head a:link , .biblio-head a.active, .biblio-head a:visited,
 .biblio-head a:focus,  .biblio-head a:hover  {
  color: black;
}
.biblio-current-filters { background-color: #ffe1e1;}

.biblio-year {
  color: #000000;
  font-weight: bold;
  background-color: #e1e1e1;
  border: 1px solid #ccc;
  padding: 0.5em;
  margin: 1em 0 1em 0;
}
.biblio-toolbar {
  width: 97%;
  color: Red;
  font-weight: bold;
  background-color: Silver;
  border: medium solid;
  border-left-color: #F0F8FF;
  border-right-color: Gray;
  border-bottom-color: Gray;
  border-top-color: #F0F8FF;
  padding: 3px;
}
.biblio-entry  {
  margin: 1em 0 1em 0;

}
.biblio-publisher {
  font-style: oblique;
  font-weight: bold;
}
.biblio-title a{
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  line-height: normal;
  text-align: left;
  font-family: "@Arial Unicode MS", Arial, sans-serif;
  color: #336599;
}

a:active {
  
}

.biblio-authors a{
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
.biblio_type-1 {
  background-color: #F2F2D9;
}
.biblio_type-2 {
  background-color: #D9E6F2;
}
.biblio_type-3 {
  background-color: #E5F2D9;
}
.biblio_type-4 {
  background-color: #D9F2E6;
}
.biblio_type-5 {
  background-color: #F2E6D9;
}
.biblio_type-6 {
  background-color: #D9E6F2;
}
.biblio_type-7 {
  background-color: #D9E6F2;
}
.biblio_type-8 {
  background-color: #D9E6F2;
}
.biblio_type-9 {
  background-color: #D9E6F2;
}
.biblio_export{
  text-align: right;
  text-decoration: none;
  float: right;
}
.biblio_abstract_link{
  text-align: left;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size:75%;
}
.biblio_export_links{
  text-align: left;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size:75%;
}
.biblio_annotation{
  text-align: left;
  text-decoration: none;  
  margin-left:  2.5em;
  margin-top:   0.5em;
  margin-right: 2.5em;
}
.biblio_sort{
  text-decoration: none;
  text-align: left;
}
.biblio-openurl-text{
  text-align: right;
  text-decoration: none;
  float: right;
}

File

biblio.css
View source
  1. /** Node admin filter **/
  2. #biblio-filter ul {
  3. padding: 1px;
  4. margin: 1px;
  5. width: 100%;
  6. }
  7. #biblio-buttons {
  8. float: left;
  9. margin-left: 0.5em;
  10. margin-top: 1em;
  11. /* clear: right; */
  12. }
  13. dl.bibliomultiselect dd.b, dl.bibliomultiselect dd.b .form-item, dl.bibliomultiselect dd.b select {
  14. font-family: inherit;
  15. font-size: inherit;
  16. width: 14em;
  17. }
  18. dl.bibliomultiselect dd.a, dl.bibliomultiselect dd.a .form-item {
  19. width: 8em;
  20. }
  21. dl.bibliomultiselect dt, dl.bibliomultiselect dd {
  22. float: left;
  23. line-height: 1.75em;
  24. padding: 0;
  25. margin: 0 1em 0 0;
  26. }
  27. dl.bibliomultiselect .form-item {
  28. height: 1.75em;
  29. margin: 0;
  30. }
  31. .biblio-head {
  32. width: 97%;
  33. color: Black;
  34. font-weight: normal;
  35. background-color: #EAEAEA;
  36. border: medium solid;
  37. border-left-color: #F0F8FF;
  38. border-right-color: Gray;
  39. border-bottom-color: Gray;
  40. border-top-color: #F0F8FF;
  41. padding: 3px;
  42. }
  43. .biblio-head a:link , .biblio-head a.active, .biblio-head a:visited,
  44. .biblio-head a:focus, .biblio-head a:hover {
  45. color: black;
  46. }
  47. .biblio-current-filters { background-color: #ffe1e1;}
  48. .biblio-year {
  49. color: #000000;
  50. font-weight: bold;
  51. background-color: #e1e1e1;
  52. border: 1px solid #ccc;
  53. padding: 0.5em;
  54. margin: 1em 0 1em 0;
  55. }
  56. .biblio-toolbar {
  57. width: 97%;
  58. color: Red;
  59. font-weight: bold;
  60. background-color: Silver;
  61. border: medium solid;
  62. border-left-color: #F0F8FF;
  63. border-right-color: Gray;
  64. border-bottom-color: Gray;
  65. border-top-color: #F0F8FF;
  66. padding: 3px;
  67. }
  68. .biblio-entry {
  69. margin: 1em 0 1em 0;
  70. }
  71. .biblio-publisher {
  72. font-style: oblique;
  73. font-weight: bold;
  74. }
  75. .biblio-title a{
  76. font-weight: bold;
  77. text-decoration: none;
  78. font-style: normal;
  79. line-height: normal;
  80. text-align: left;
  81. font-family: "@Arial Unicode MS", Arial, sans-serif;
  82. color: #336599;
  83. }
  84. a:active {
  85. }
  86. .biblio-authors a{
  87. font-weight: normal;
  88. text-decoration: none;
  89. font-style: normal;
  90. }
  91. .biblio_type-1 {
  92. background-color: #F2F2D9;
  93. }
  94. .biblio_type-2 {
  95. background-color: #D9E6F2;
  96. }
  97. .biblio_type-3 {
  98. background-color: #E5F2D9;
  99. }
  100. .biblio_type-4 {
  101. background-color: #D9F2E6;
  102. }
  103. .biblio_type-5 {
  104. background-color: #F2E6D9;
  105. }
  106. .biblio_type-6 {
  107. background-color: #D9E6F2;
  108. }
  109. .biblio_type-7 {
  110. background-color: #D9E6F2;
  111. }
  112. .biblio_type-8 {
  113. background-color: #D9E6F2;
  114. }
  115. .biblio_type-9 {
  116. background-color: #D9E6F2;
  117. }
  118. .biblio_export{
  119. text-align: right;
  120. text-decoration: none;
  121. float: right;
  122. }
  123. .biblio_abstract_link{
  124. text-align: left;
  125. text-decoration: none;
  126. font-style: normal;
  127. font-weight: normal;
  128. font-size:75%;
  129. }
  130. .biblio_export_links{
  131. text-align: left;
  132. text-decoration: none;
  133. font-style: normal;
  134. font-weight: normal;
  135. font-size:75%;
  136. }
  137. .biblio_annotation{
  138. text-align: left;
  139. text-decoration: none;
  140. margin-left: 2.5em;
  141. margin-top: 0.5em;
  142. margin-right: 2.5em;
  143. }
  144. .biblio_sort{
  145. text-decoration: none;
  146. text-align: left;
  147. }
  148. .biblio-openurl-text{
  149. text-align: right;
  150. text-decoration: none;
  151. float: right;
  152. }