about summary refs log tree commit diff
path: root/docs/tool/Help/examples.css
blob: f61d06b6d451127f563ec87948553855770d9355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
@import URL(example/Default.css);


.NDContent {
    color: #000000; background-color: #FFFFFF;
    padding: 15px 0;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #c0c0c0 #808080 #808080 #c0c0c0;
    margin: 1em 5ex;
    -moz-border-radius: 12px;
    }

    .NDContent p,
    .NDContent li,
    .NDContent td,
    .NDMenu td,
    .NDSummary td,
    .NDIndex td {
        font-size: 10pt;
        line-height: normal;
        }
    .NDContent .CTopic {
        padding-bottom: 0;
        }
    .Prototype td {
        font: 10pt Courier New, monospace;
        }
    .NDIndex .IHeading {
        font-size: 16pt;
        }


.NDMenu {
    font: 9pt Verdana, Arial, sans-serif;
    color: #000000; background-color: #E8E8E8;
    width: 27ex;
    padding: 10px 0;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #808080 #606060 #606060 #808080;
    margin: 1em 0 1em 5ex;
    -moz-border-radius: 12px;
    }


.NDFooter {
    font: 8pt Verdana, Arial, sans-serif;
    color: #909090; background-color: #E8E8E8;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #808080 #606060 #606060 #808080;
    margin: 1em 0 1em 5ex;
    -moz-border-radius: 12px;
    }
.NDFooter td {
	font-size: 8pt;
    padding: 0 2ex;
	}

    .NDFooter a:link,
    .NDFooter a:hover,
    .NDFooter a:visited { color: #909090 }
    .NDFooter a:active { color: #A00000 }


.NDSummary {
    padding: 15px;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #c0c0c0 #808080 #808080 #c0c0c0;
    margin: 1em 5ex;
    -moz-border-radius: 12px;
    }

    .NDSummary .Summary {
        margin-top: 0;
        }


.NDIndex {
    color: #000000; background-color: #FFFFFF;
    padding: 15px;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #c0c0c0 #808080 #808080 #c0c0c0;
    margin: 1em 5ex;
    -moz-border-radius: 12px;
    }