summaryrefslogtreecommitdiff
path: root/vendor/vstsdk2.4/doc/sdkdoc.css
blob: 4d616a946e2dad5e94f8edb8c1cd7ba95f7f03fe (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
*------------------------------------------------------------------------
	Created:	Maik Oppermann, 1.3.2000
	Modified:	Matthias Juwan, 07/2002
/*------------------------------------------------------------------------*/

body
{
	background: white; color:black;
	font-family:Tahoma; font-size:8pt; font-weight:normal;
}

p {	margin-left:8pt; }

div, p /* netscape ignores body font settings */
{
	font-family:Tahoma; font-size:8pt; font-weight:normal;
}

td { font-size:8pt; font-family:Tahoma; font-weight:normal; }
th { font-size:8pt; font-family:Tahoma; text-weight:bold; text-align:left; color:black; background:lightgrey; }

a:link    { color:darkblue; font-weight:normal; }
a:visited { color:darkblue; font-weight:normal; }
a:active  { color:blue; font-weight:normal; }

.subgroup
{
	margin-top:5pt; margin-bottom: 5pt;
	margin-left:5pt;
}

/*------------------------------------------------------------------------*/
/* "framework" header box                                                 */
/*------------------------------------------------------------------------*/

.framehead
{
	margin-left:0pt; /* for netscape */
	padding:2px;
	background: darkblue; color:white;
	border-color: darkblue; border-style:solid; border-width:0.1px;
	font-family:Arial,"sans-serif"; font-size:12pt; font-weight:bold; font-style:italic;
}

/* even links are white in the header */

.framehead a:link    { color:white; text-decoration:none; }
.framehead a:visited { color:white; text-decoration:none; }
.framehead a:active  { color:white; text-decoration:none; }


/*------------------------------------------------------------------------*/
h1
{
	font-size:16.5pt; font-weight:bold;
}

h2
{
	margin-top:5pt; margin-bottom: 10pt;
	margin-left:5pt;
	font-size:12.5pt; font-weight:bold;
}

h3  /* class name heading */
{
	margin-top:5pt; margin-bottom: 10pt;
	margin-left:5pt;
	color: darkblue;
	font-size:12.5pt; font-weight:bold;
}

h4  /* heading with colored background (Inheritance, Description, ...) */
{
	margin-top:5pt; margin-bottom: 10pt;
	margin-left:5pt;
	border-color:lightblue; border-style:solid; border-width:0px;
	/*background: lightsteelblue; color:black;*/
	font-size:10pt; font-weight:bold;
}

.include /* include file name */
{
	background:lightgrey;
	color:black;
	border-color:black; border-style:solid; border-width:1px;
	padding:4pt;
	margin-left:10pt;
	margin-right:10pt;
	white-space:pre;
}

/*------------------------------------------------------------------------*/
/* a span tag inside a method can be used to format method names         */
/*------------------------------------------------------------------------*/
div.methods span  
{
	/*font-style:italic;*/
	color: darkblue;
}

/*------------------------------------------------------------------------*/
/* box for c++ (or other) source code                                     */
/*------------------------------------------------------------------------*/
.cpp
{
	background:lightyellow;
	color:black;
	border-color:black; border-style:solid; border-width:1px;
	padding:4pt;
	margin-left:10pt;
	margin-right:10pt;
	font-family:"Courier New",monospace; font-size:8pt;
	white-space:pre;
}


/*------------------------------------------------------------------------*/
/* menu frame */
/*------------------------------------------------------------------------*/

body.menu
{
	background: white; color:black;
	font-family:Arial,"sans-serif"; font-size:11pt; font-weight:normal;
}

.menu a:link    { font-weight:normal; }
.menu a:visited { font-weight:normal; }
.menu a:active  { font-weight:normal; }