You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

414 lines
4.9 KiB

  1. /*
  2. // Project: Web Reference Database (refbase) <http://www.refbase.net>
  3. // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
  4. // original author(s).
  5. //
  6. // This code is distributed in the hope that it will be useful,
  7. // but WITHOUT ANY WARRANTY. Please see the GNU General Public
  8. // License for more details.
  9. //
  10. // File: ./css/style_print.css
  11. // Repository: $HeadURL: file:///svn/p/refbase/code/branches/bleeding-edge/css/style_print.css $
  12. // Author(s): Matthias Steffens <mailto:refbase@extracts.de>
  13. //
  14. // Created: 20-Oct-02, 15:08
  15. // Modified: $Date: 2012-02-28 23:11:45 +0000 (Tue, 28 Feb 2012) $
  16. // $Author: msteffens $
  17. // $Revision: 1340 $
  18. */
  19. /* refbase CSS definitions - print view style */
  20. body {
  21. background: #FFFFFF;
  22. color: #000000;
  23. }
  24. pre, code {
  25. font-family: monaco,courier,monospace;
  26. font-size: 7pt;
  27. }
  28. .smaller {
  29. font-size: 0.7em;
  30. }
  31. .small {
  32. font-size: 0.7em;
  33. }
  34. .smallup {
  35. font-size: 0.85em;
  36. position: relative;
  37. top: -10px;
  38. }
  39. .moveup {
  40. position: relative;
  41. top: -8px;
  42. }
  43. .unapi {
  44. font-size: smaller;
  45. }
  46. .Z3988 {
  47. font-size: smaller;
  48. }
  49. .ok {
  50. color: #009900;
  51. }
  52. .warning {
  53. color: red;
  54. }
  55. .warning2 {
  56. color: red;
  57. font-family: "lucida grande",helvetica,arial,sans-serif;
  58. font-size: 0.75em;
  59. }
  60. .mainfieldsbg {
  61. background-color: #FFFFFF;
  62. }
  63. .otherfieldsbg {
  64. background-color: #FFFFFF;
  65. }
  66. .userfieldsbg {
  67. background-color: #FFFFFF;
  68. }
  69. th {
  70. font-family: "lucida grande",helvetica,arial,sans-serif;
  71. font-size: 0.8em;
  72. }
  73. td, div {
  74. font-family: "lucida grande",helvetica,arial,sans-serif;
  75. font-size: 0.7em;
  76. }
  77. p {
  78. font-family: "lucida grande",helvetica,arial,sans-serif;
  79. font-size: 0.7em;
  80. }
  81. a:link {
  82. color: #000000;
  83. text-decoration: underline;
  84. }
  85. a:visited {
  86. color: #000000;
  87. text-decoration: underline;
  88. }
  89. a:active {
  90. color: #000000;
  91. text-decoration: underline;
  92. }
  93. a:hover {
  94. color: #3366FF;
  95. text-decoration: underline;
  96. }
  97. h1, h2, h3, h4 {
  98. font-family: "lucida grande",helvetica,arial,sans-serif;
  99. }
  100. h5, h6 {
  101. font-family: "lucida grande",helvetica,arial,sans-serif;
  102. }
  103. h2, h3 {
  104. margin-top: 1em;
  105. margin-bottom: 0.5em;
  106. }
  107. h2 {
  108. font-size: 1.8em;
  109. }
  110. h3 {
  111. font-size: 1.35em;
  112. }
  113. h4, h5 {
  114. margin-top: 0em;
  115. margin-bottom: 0em;
  116. }
  117. h4 {
  118. font-size: 1.25em;
  119. }
  120. h5 {
  121. font-size: 1.1em;
  122. }
  123. .pageheader {
  124. }
  125. .pagefooter {
  126. }
  127. .results {
  128. }
  129. .resultsheader {
  130. font-size: 1em;
  131. }
  132. .resultsfooter {
  133. margin-left: 3.3em;
  134. margin-right: 3.3em;
  135. }
  136. div.resultsfooter {
  137. margin-top: 1.2em;
  138. margin-bottom: 0.9em;
  139. }
  140. .showhide {
  141. }
  142. #resultoptions {
  143. display: none;
  144. }
  145. .resultnav {
  146. }
  147. .mainnav {
  148. }
  149. .pagenav {
  150. }
  151. .viewnav {
  152. font-size: 0.75em;
  153. }
  154. #columns {
  155. }
  156. #columns .itemlinks a {
  157. color: #000000;
  158. text-decoration: none;
  159. }
  160. #columns .itemlinks a:hover {
  161. color: #3366FF;
  162. }
  163. #details {
  164. }
  165. #details .itemlinks a {
  166. color: #000000;
  167. text-decoration: none;
  168. }
  169. #details .itemlinks a:hover {
  170. color: #3366FF;
  171. }
  172. #citations {
  173. }
  174. .citation {
  175. }
  176. .citation .showhide {
  177. margin-top: 0.4em;
  178. }
  179. .citation .moreinfo {
  180. margin-left: 1.25em;
  181. font-size: 1em;
  182. }
  183. .citation .moreinfo > * {
  184. margin-bottom: 0.4em;
  185. font-size: 0.85em;
  186. }
  187. .citation .moreinfo .reflinks {
  188. margin-top: 0.8em;
  189. }
  190. .citation .moreinfo .reflinks > * {
  191. display: inline;
  192. font-size: 1em;
  193. }
  194. .citation .moreinfo .itemlinks a {
  195. color: #000000;
  196. text-decoration: none;
  197. }
  198. .citation .moreinfo .itemlinks a:hover {
  199. color: #3366FF;
  200. }
  201. #error {
  202. }
  203. #queryhistory {
  204. margin-left: 2.6em;
  205. margin-right: 2.6em;
  206. margin-bottom: 1.75em;
  207. }
  208. #currentquery, #previousqueries {
  209. margin-top: 1.2em;
  210. font-size: 1em;
  211. }
  212. #queryhistory .even, #queryhistory .odd {
  213. margin-top: 0.25em;
  214. margin-left: 1.2em;
  215. margin-right: 1.2em;
  216. font-size: 1em;
  217. }
  218. .examples {
  219. font-size: 1em;
  220. }
  221. .links {
  222. }
  223. .sect {
  224. padding-top: 2px;
  225. font-size: 1em;
  226. }
  227. .even {
  228. background-color: #FFFFFF;
  229. padding: 5px;
  230. }
  231. .odd {
  232. background-color: #F4F4F4;
  233. padding: 5px;
  234. }
  235. #queryform {
  236. }
  237. #resultactions {
  238. display: none;
  239. }
  240. #searchopt {
  241. display: none;
  242. }
  243. #helptxt {
  244. display: none;
  245. }
  246. #helptxt .even {
  247. margin-left: -5px;
  248. margin-top: -3px;
  249. }
  250. #helptxt .odd {
  251. margin-left: -5px;
  252. }
  253. .toggleimg {
  254. }
  255. .toggletxt {
  256. display: inline;
  257. margin-left: 5px;
  258. font-size: 1em;
  259. }
  260. a:link .toggletxt {
  261. color: #000000;
  262. }
  263. a:visited .toggletxt {
  264. color: #000000;
  265. }
  266. a:hover .toggletxt {
  267. color: #3366FF;
  268. }
  269. .resultviews {
  270. display: inline;
  271. font-size: 0.85em;
  272. }
  273. .activeview {
  274. display: inline;
  275. font-size: 1em;
  276. }
  277. .leftview {
  278. display: inline;
  279. font-size: 1em;
  280. }
  281. .middleview {
  282. display: inline;
  283. font-size: 1em;
  284. }
  285. .rightview {
  286. display: inline;
  287. font-size: 1em;
  288. }
  289. .toggleprint {
  290. position: relative;
  291. top: 3px;
  292. }
  293. #accountinfo {
  294. font-size: 1.25em;
  295. }
  296. #accountdetails {
  297. font-size: 1em;
  298. }
  299. #accountopt {
  300. font-size: 1em;
  301. }
  302. #accountperm {
  303. font-size: 1em;
  304. }
  305. #accountdetails ul, #accountopt ul, #accountperm ul {
  306. position: relative;
  307. top: -0.8em;
  308. list-style-type: none;
  309. font-size: 0.85em;
  310. line-height: 1.3em;
  311. }