summaryrefslogtreecommitdiff
path: root/alarm/node_modules/node-forge/tests/screen.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-10-18 08:59:09 +0200
committerMinteck <contact@minteck.org>2022-10-18 08:59:09 +0200
commit2c4ae43e688a9873e86211ea0e7aeb9ba770dd77 (patch)
tree17848d95522dab25d3cdeb9c4a6450e2a234861f /alarm/node_modules/node-forge/tests/screen.css
parent108525534c28013cfe1897c30e4565f9893f3766 (diff)
downloadpluralconnect-2c4ae43e688a9873e86211ea0e7aeb9ba770dd77.tar.gz
pluralconnect-2c4ae43e688a9873e86211ea0e7aeb9ba770dd77.tar.bz2
pluralconnect-2c4ae43e688a9873e86211ea0e7aeb9ba770dd77.zip
Update
Diffstat (limited to 'alarm/node_modules/node-forge/tests/screen.css')
-rw-r--r--alarm/node_modules/node-forge/tests/screen.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/alarm/node_modules/node-forge/tests/screen.css b/alarm/node_modules/node-forge/tests/screen.css
new file mode 100644
index 0000000..365a39f
--- /dev/null
+++ b/alarm/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;
+}