diff options
Diffstat (limited to 'project/assets')
-rw-r--r-- | project/assets/css/steelman.css | 60 | ||||
-rw-r--r-- | project/assets/img/logo_d_small.png | bin | 0 -> 17031 bytes | |||
-rw-r--r-- | project/assets/img/logo_parasail_small.png | bin | 0 -> 12316 bytes | |||
-rw-r--r-- | project/assets/img/logo_pascal_small.png | bin | 0 -> 31309 bytes | |||
-rw-r--r-- | project/assets/img/logo_rust_small.png | bin | 0 -> 4443 bytes |
5 files changed, 60 insertions, 0 deletions
diff --git a/project/assets/css/steelman.css b/project/assets/css/steelman.css new file mode 100644 index 0000000..4123e75 --- /dev/null +++ b/project/assets/css/steelman.css @@ -0,0 +1,60 @@ + + +table { + margin: 2em auto 2em auto; + max-width: 60em; +} + + + + +table#lang { + min-width: 30em; +} + + +table#lang, table#lang td { + border: none; +} + + + + +table#results, table#results th, table#results td { + border: 1px solid gray; + font: 0.9em/1.1em sans-serif; +} + + +table#results td { + text-align: center; +} + + + + +table#appendix, table#appendix th, table#appendix td { + border: 1px solid gray; + font: 0.9em/1.1em sans-serif; +} + + +table#appendix td { + padding: 0.5em 0.2em 0.5em 0.2em; +} + + +table#appendix td#yn { + text-align: center; + height: 1em; +} + + + + +table#results th, table#appendix th { + font-weight: bold; + text-align: center; + padding: 0.5em 0.5em 0.5em 0.5em; +} + diff --git a/project/assets/img/logo_d_small.png b/project/assets/img/logo_d_small.png Binary files differnew file mode 100644 index 0000000..c0ed68a --- /dev/null +++ b/project/assets/img/logo_d_small.png diff --git a/project/assets/img/logo_parasail_small.png b/project/assets/img/logo_parasail_small.png Binary files differnew file mode 100644 index 0000000..baa9da6 --- /dev/null +++ b/project/assets/img/logo_parasail_small.png diff --git a/project/assets/img/logo_pascal_small.png b/project/assets/img/logo_pascal_small.png Binary files differnew file mode 100644 index 0000000..19430c1 --- /dev/null +++ b/project/assets/img/logo_pascal_small.png diff --git a/project/assets/img/logo_rust_small.png b/project/assets/img/logo_rust_small.png Binary files differnew file mode 100644 index 0000000..aba6e75 --- /dev/null +++ b/project/assets/img/logo_rust_small.png |