highcontrast2.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /**************************************************************
  2. *
  3. * Licensed to the Apache Software Foundation (ASF) under one
  4. * or more contributor license agreements. See the NOTICE file
  5. * distributed with this work for additional information
  6. * regarding copyright ownership. The ASF licenses this file
  7. * to you under the Apache License, Version 2.0 (the
  8. * "License"); you may not use this file except in compliance
  9. * with the License. You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing,
  14. * software distributed under the License is distributed on an
  15. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. * KIND, either express or implied. See the License for the
  17. * specific language governing permissions and limitations
  18. * under the License.
  19. *
  20. *************************************************************/
  21. /*
  22. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  23. + OPENOFFICE.ORG 2.0 HELP +
  24. + HIGH CONTRAST #2 STYLESHEET +
  25. + CHINESE SIMPL +
  26. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  27. + LAST CHANGES: 24-MAR-2005 +
  28. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  29. */
  30. body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
  31. { font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Song; }
  32. .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
  33. { font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
  34. .acronym
  35. { font-weight: bold; }
  36. .related
  37. { font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
  38. .emph, .menuitem, .keycode
  39. { font-weight: bold; }
  40. .tablehead, .tableheadintable
  41. { font-weight: bold; margin-top: 0px;}
  42. .howtogetheader
  43. { font-weight: bold; padding: 3px;}
  44. h1, h2, h3, h4, h5, h6
  45. { margin-bottom: 5pt; }
  46. p, td
  47. { font-size: 10pt; }
  48. h1
  49. { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
  50. h2
  51. { font-size: 14pt; }
  52. h3
  53. { font-size: 12pt; }
  54. h4, h5, h6
  55. { font-size: 10pt; }
  56. .relatedtopics
  57. { font-weight: normal; }
  58. .relatedbody
  59. { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
  60. .wide
  61. { width: 100%; }
  62. .topalign
  63. { vertical-align: top; border: 1px;}
  64. .bug
  65. { color: red; border: 1px solid red;}
  66. .debug
  67. { border: 1px solid black; padding: 3px; display: none;}
  68. /* HIGH CONTRAST SPECIFIC SETTINGS */
  69. body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
  70. { background: #000000; color: #00FF00;}
  71. .related
  72. { border-top: 1px solid #00FF00; }
  73. .howtogetheader
  74. {border: 1px solid #EFEFEF; background: #000000;}
  75. h1
  76. { border-bottom: 1px solid #00FF00; ]
  77. .howtoget
  78. { background:#000000;}
  79. .howtogetbody
  80. { background:#000000;}
  81. .debug
  82. { border: 1px solid red; padding: 3px; display: none;}
  83. a
  84. { color: #00FF00; }