diff options
author | Minteck <contact@minteck.org> | 2023-02-23 19:34:56 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-23 19:34:56 +0100 |
commit | 3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 (patch) | |
tree | 75be5fba4368472fb11c8015aee026b2b9a71888 /includes/external/school/node_modules/node-forge/tests/screen.css | |
parent | 8cc1f13c17fa2fb5a4410542d39e650e02945634 (diff) | |
download | pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.tar.gz pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.tar.bz2 pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.zip |
Updated 40 files, added 37 files, deleted 1103 files and renamed 3905 files (automated)
Diffstat (limited to 'includes/external/school/node_modules/node-forge/tests/screen.css')
-rw-r--r-- | includes/external/school/node_modules/node-forge/tests/screen.css | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/node-forge/tests/screen.css b/includes/external/school/node_modules/node-forge/tests/screen.css new file mode 100644 index 0000000..365a39f --- /dev/null +++ b/includes/external/school/node_modules/node-forge/tests/screen.css @@ -0,0 +1,61 @@ +/* CSS for Forge tests */ +body { + background: white; + color: black; + margin: 0; + padding: 0; +} +.warning { + border: thin solid red; + background: #7FF; +} +div.nav { + background: white; + border-bottom: thin solid black; + padding: .5em; + padding-top: .2em; + padding-bottom: .2em; +} +div.header { + border-bottom: thin solid black; + padding: .5em; +} +div.content { + padding: .5em; + background: #DDD; +} +div.footer { + border-top: thin solid black; + font-size: 80%; + padding: .5em; +} +canvas { + background: black; +} +table, td, th { + border: thin solid black; + border-collapse: collapse; +} +td, th { + padding: .2em; +} +span.sp-state-on { + font-weight: bold; +} +table#feedback { + width: 100%; +} +table#feedback th, table#feedback td { + width: 33%; +} +fieldset.section { + margin: .5em; + border: 2px solid black; + background: #FFF; +} +fieldset.section legend { + padding: .2em; + border: 2px solid black; + background: #DDF; + font-weight: bold; +} |