source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.GeneratedDocumentation/Help/Styles/TopicDesigner.css@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 1.3 KB
Line 
1body
2{
3 margin: 4px;
4}
5
6/*
7The following rules apply to XML documentation format tags that have the
8"doc" namespace applied in design mode (DocProject adds the namespace
9automatically based on the xmlDocumentationFormatTags attribute in the
10DaveSexton.DocProject.dll.config file). The "doc" namespace is not
11required in source mode.
12*/
13doc\:see
14{
15 display: inline;
16 color: Green;
17 text-decoration: underline;
18}
19
20doc\:c
21{
22 display: inline;
23 font-family: Courier New;
24}
25
26doc\:code
27{
28 display: block;
29 white-space: pre;
30 font-family: Courier New;
31 background-color: #DFDFDF;
32 border: solid 1px Gray;
33}
34
35doc\:note
36{
37 display: block;
38 background-color: #DFDFFF;
39 border: solid 1px Navy;
40}
41
42doc\:para
43{
44 display: block;
45}
46
47doc\:list
48{
49 display: block;
50 border: solid 1px navy;
51 margin: 0;
52 padding: 0;
53}
54
55doc\:item, doc\:listheader
56{
57 display: block;
58 margin: 0;
59 padding: 0;
60}
61
62doc\:term
63{
64 display: table-cell;
65 border: solid 1px Navy;
66}
67
68doc\:description
69{
70 display: list-item;
71 list-style-type: disc;
72 list-style-position: inside;
73}
74
75doc\:paramref
76{
77 display: inline;
78 color: Olive;
79 text-decoration: underline;
80}
81
82doc\:typeparamref
83{
84 display: inline;
85 color: Maroon;
86 text-decoration: underline;
87}
Note: See TracBrowser for help on using the repository browser.