Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: documentation/stylesheet.css

Issue 12088091: Remove legacy docs and gallery (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « documentation/modules.dox ('k') | documentation/stylesheet-dox.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @charset "utf-8";
2 a:link { color: #0000cc; }
3 body {
4 background: #fff; margin: 3px 8px;
5 font-family: arial, sans-serif;
6 }
7
8 body { font-size: 83%;}
9 pre, code, p kbd { font-size: 120%;}
10
11 h1 { font-size: x-large; }
12 h2 { font-size: large; }
13 h3 { font-size: medium; }
14 h4 { font-size: small; }
15
16 img { border: 1px solid #ccc; }
17
18 pre {
19 margin-left: 2em;
20 padding: 0.5em;
21 border-left: 3px solid #ccc;
22 }
23
24 pre.no-bar {
25 padding: 0;
26 border-left: 0;
27 }
28
29 table {
30 border: 1px solid #999999;
31 border-collapse: collapse;
32 }
33
34 th {
35 border: 1px solid #999999;
36 padding: 0.25em 0.5em;
37 background: #ccc;
38 }
39
40 td {
41 border-bottom: 1px dotted #999999;
42 border-left: 1px dotted #999999;
43 text-align: left;
44 padding: 0.25em 0.5em;
45 }
46
47 td pre.listing {
48 margin: 0.25em 0.25em 0.25em 0;
49 }
50
51 pre.listing {
52 padding: 0;
53 background-color: #fff;
54 border: none;
55 }
56
57 div#toplink {
58 font-size: small;
59 text-align: right;
60 margin-bottom: -2em;
61 }
62
63 .caption {
64 font-weight:bold
65 }
66
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;
75 }
76
77 .technote {
78 border:1px solid #999;
79 background:#ccc;
80 margin:0em 5em;
81 padding: 0.25em 0.5em;
82 }
83
84 .notapplicable {
85 color:lightgray;
86 font-style:italic;
87 }
88
89 pre kbd {
90 background:rgb(221, 248, 204);
91 }
92
93 table caption {
94 font-style:italic;
95 text-align:left;
96 }
97
98 .comment {
99 display:none; /* comment this line out if you want to see comments */
100 color:red; font-weight:bold;
101 }
OLDNEW
« no previous file with comments | « documentation/modules.dox ('k') | documentation/stylesheet-dox.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698