Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)."
[chromium-blink-merge.git] / native_client_sdk / src / documentation / stylesheet.css
blob3d17af00ca9cb788e88d7436884f086286418f11
1 @charset "utf-8";
2 a:link { color: #0000cc; }
3 body {
4 background: #fff; margin: 3px 8px;
5 font-family: arial, sans-serif;
8 body { font-size: 83%;}
9 pre, code, p kbd { font-size: 120%;}
11 h1 { font-size: x-large; }
12 h2 { font-size: large; }
13 h3 { font-size: medium; }
14 h4 { font-size: small; }
16 img { border: 1px solid #ccc; }
18 pre {
19 margin-left: 2em;
20 padding: 0.5em;
21 border-left: 3px solid #ccc;
24 pre.no-bar {
25 padding: 0;
26 border-left: 0;
29 table {
30 border: 1px solid #999999;
31 border-collapse: collapse;
34 th {
35 border: 1px solid #999999;
36 padding: 0.25em 0.5em;
37 background: #ccc;
40 td {
41 border-bottom: 1px dotted #999999;
42 border-left: 1px dotted #999999;
43 text-align: left;
44 padding: 0.25em 0.5em;
47 td pre.listing {
48 margin: 0.25em 0.25em 0.25em 0;
51 pre.listing {
52 padding: 0;
53 background-color: #fff;
54 border: none;
57 div#toplink {
58 font-size: small;
59 text-align: right;
60 margin-bottom: -2em;
63 .caption {
64 font-weight:bold
67 #license {
68 color:gray;
69 font-size:small;
70 border-top:1px solid;
71 border-color:gray;
72 padding:1em;
73 margin-top:3em;
74 text-align:center;
77 .technote {
78 border:1px solid #999;
79 background:#ccc;
80 margin:0em 5em;
81 padding: 0.25em 0.5em;
84 .notapplicable {
85 color:lightgray;
86 font-style:italic;
89 pre kbd {
90 background:rgb(221, 248, 204);
93 table caption {
94 font-style:italic;
95 text-align:left;
98 .comment {
99 display:none; /* comment this line out if you want to see comments */
100 color:red; font-weight:bold;