summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/documentation/stylesheet.css
blob: 3d17af00ca9cb788e88d7436884f086286418f11 (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
@charset "utf-8";
a:link { color: #0000cc; }
body {
  background: #fff; margin: 3px 8px;
  font-family: arial, sans-serif;
}

body { font-size: 83%;}
pre, code, p kbd { font-size: 120%;}

h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }

img { border: 1px solid #ccc; }

pre {
  margin-left: 2em;
  padding: 0.5em;
  border-left: 3px solid #ccc;
}

pre.no-bar {
  padding: 0;
  border-left: 0;
}

table {
  border: 1px solid #999999;
  border-collapse: collapse;
}

th {
  border: 1px solid #999999;
  padding: 0.25em 0.5em;
  background: #ccc;
}

td {
  border-bottom: 1px dotted #999999;
  border-left: 1px dotted #999999;
  text-align: left;
  padding: 0.25em 0.5em;
}

td pre.listing {
  margin: 0.25em 0.25em 0.25em 0;
}

pre.listing {
  padding: 0;
  background-color: #fff;
  border: none;
}

div#toplink {
  font-size: small;
  text-align: right;
  margin-bottom: -2em;
}

.caption {
  font-weight:bold
}

#license {
  color:gray;
  font-size:small;
  border-top:1px solid;
  border-color:gray;
  padding:1em;
  margin-top:3em;
  text-align:center;
}

.technote {
  border:1px solid #999;
  background:#ccc;
  margin:0em 5em;
  padding: 0.25em 0.5em;
}

.notapplicable {
  color:lightgray;
  font-style:italic;
}

pre kbd {
  background:rgb(221, 248, 204);
}

table caption {
  font-style:italic;
  text-align:left;
}

.comment {
  display:none; /* comment this line out if you want to see comments */
  color:red; font-weight:bold;
}