water.css 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /*
  2. * This file is part of the LibreOffice project.
  3. *
  4. * This Source Code Form is subject to the terms of the Mozilla Public
  5. * License, v. 2.0. If a copy of the MPL was not distributed with this
  6. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  7. *
  8. * This file incorporates work covered by the following license notice:
  9. *
  10. * Licensed to the Apache Software Foundation (ASF) under one or more
  11. * contributor license agreements. See the NOTICE file distributed
  12. * with this work for additional information regarding copyright
  13. * ownership. The ASF licenses this file to you under the Apache
  14. * License, Version 2.0 (the "License"); you may not use this file
  15. * except in compliance with the License. You may obtain a copy of
  16. * the License at http://www.apache.org/licenses/LICENSE-2.0 .
  17. */
  18. .doctitle {
  19. font-family: Arial, Helvetica, sans-serif;
  20. font-size: 14px;
  21. color: #000000;
  22. font-weight: bold;
  23. }
  24. .docdescription {
  25. font-family: Arial, Helvetica, sans-serif;
  26. font-size: 12px;
  27. font-style: italic;
  28. color: #000000;
  29. }
  30. .docauthor {
  31. font-family: Arial, Helvetica, sans-serif;
  32. font-size: 12px;
  33. font-style: italic;
  34. color: #000000;
  35. }
  36. .doccreationdate {
  37. font-family: Arial, Helvetica, sans-serif;
  38. font-size: 12px;
  39. color: #000066;
  40. }
  41. .doclastchangeddate {
  42. font-family: Arial, Helvetica, sans-serif;
  43. font-size: 12px;
  44. color: #990000;
  45. }
  46. .docfilename {
  47. font-family: Arial, Helvetica, sans-serif;
  48. font-size: 12px;
  49. color: #000066;
  50. }
  51. .docfileformatinfo {
  52. font-family: Arial, Helvetica, sans-serif;
  53. font-size: 12px;
  54. font-style: italic;
  55. color: #000000;
  56. }
  57. .docnumberofpages {
  58. font-family: Arial, Helvetica, sans-serif;
  59. font-size: 12px;
  60. color: #000000;
  61. }
  62. .docsizeinkb {
  63. font-family: Arial, Helvetica, sans-serif;
  64. font-size: 12px;
  65. color: #000000;
  66. }
  67. body {
  68. background-color: #CCCCCC;
  69. background-image: url(images/background.gif);
  70. }
  71. .toctitle {
  72. font-family: Arial, Helvetica, sans-serif;
  73. font-size: 20px;
  74. font-style: normal;
  75. font-weight: bold;
  76. color: #FFFFFF;
  77. background-color: #003399;
  78. }
  79. .tcolor {
  80. background-color: #EEEEEE;
  81. }
  82. .ccolor {
  83. background-color: #0066CC;
  84. }
  85. a:link {
  86. font-family: "Times New Roman", Times, serif;
  87. color: #0033CC;
  88. }
  89. a:visited {
  90. font-family: Arial, Helvetica, sans-serif;
  91. color: #0066CC;
  92. }
  93. a:active {
  94. font-family: Arial, Helvetica, sans-serif;
  95. color: #CC0000;
  96. }