diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 01:09:05 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 01:09:05 +0000 |
commit | 07ffef1a601366619755a4f15cf4aa1b2e9ecfa7 (patch) | |
tree | b88600e931428dbe4f0d28ad1d94732f398ede4c /native_client_sdk/src/documentation/stylesheet.css | |
parent | 0f9067badc4ebce72372d06f1e75550cfb8af945 (diff) | |
download | chromium_src-07ffef1a601366619755a4f15cf4aa1b2e9ecfa7.zip chromium_src-07ffef1a601366619755a4f15cf4aa1b2e9ecfa7.tar.gz chromium_src-07ffef1a601366619755a4f15cf4aa1b2e9ecfa7.tar.bz2 |
Adding in (mostly) verbatim landing of nacl sdk.
Dropping large binaries.
Redo of http://crrev.com/110822
checkdeps + checkperms have now beep updated in preparation.
BUG=None
TEST=None
R=noelallen@google.com
TBR
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/documentation/stylesheet.css')
-rw-r--r-- | native_client_sdk/src/documentation/stylesheet.css | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/native_client_sdk/src/documentation/stylesheet.css b/native_client_sdk/src/documentation/stylesheet.css new file mode 100644 index 0000000..3d17af0 --- /dev/null +++ b/native_client_sdk/src/documentation/stylesheet.css @@ -0,0 +1,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; +} |