xref: /trunk/main/helpcontent2/source/auxiliary/ko/highcontrastblack.css (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*
2+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3+                          OPENOFFICE.ORG 2.0 HELP                  +
4+                   HIGH CONTRAST BLACK STYLESHEET                    +
5+                              KOREAN                               +
6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7+ LAST CHANGES: 15-NOV-2004                                         +
8+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9*/
10
11
12body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
13    { font-family: 썬굴림,SunGulim,Gulim,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma,Albany,Arial,Helvetica,Lucida,Geneva,Helmet,SansSerif; }
14
15.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
16    { font-family: 썬굴림,SunGulim,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
17
18.acronym
19    { font-weight: bold; }
20
21.related
22    { font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
23
24.emph, .menuitem, .keycode
25    { font-weight: bold; }
26
27.tablehead, .tableheadintable
28    { font-weight: bold; margin-top: 0px;}
29
30.howtogetheader
31    { font-weight: bold; padding: 3px;}
32
33h1, h2, h3, h4, h5, h6
34    { margin-bottom: 5pt; }
35
36p, td
37    { font-size: 10pt; }
38
39h1
40    { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
41
42h2
43    { font-size: 14pt; }
44
45h3
46    { font-size: 12pt; }
47
48h4, h5, h6
49    { font-size: 10pt; }
50
51.relatedtopics
52    { font-weight: normal; }
53
54.relatedbody
55    { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
56
57.wide
58    { width: 100%; }
59
60.topalign
61     { vertical-align: top; border: 1px;}
62
63.bug
64    { color: red; border: 1px solid red;}
65
66.debug
67    { border: 1px solid black; padding: 3px; display: none;}
68
69/* HIGH CONTRAST SPECIFIC SETTINGS */
70
71body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
72    { background: #000000; color: #FFFFFF;}
73
74.related
75    { border-top: 1px solid #FFFFFF; }
76
77.howtogetheader
78    {border: 1px solid #FFFFFF; background: #000000;}
79
80h1
81    { border-bottom: 1px solid #FFFFFF; ]
82
83.howtoget
84    { background:#000000;}
85
86.howtogetbody
87    { background:#000000;}
88
89.debug
90    { border: 1px solid red; padding: 3px; display: none;}
91
92a
93 { color: #FFFFFF; }
94