summaryrefslogtreecommitdiff
path: root/alarm/node_modules/node-forge/tests/screen.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-10 14:54:04 +0100
committerMinteck <contact@minteck.org>2023-01-10 14:54:04 +0100
commit99c1d9af689e5325f3cf535c4007b3aeb8325229 (patch)
treee663b3c2ebdbd67c818ac0c5147f0ce1d2463cda /alarm/node_modules/node-forge/tests/screen.css
parent9871b03912fc28ad38b4037ebf26a78aa937baba (diff)
downloadpluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.tar.gz
pluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.tar.bz2
pluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.zip
Update - This is an automated commit
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, 0 insertions, 61 deletions
diff --git a/alarm/node_modules/node-forge/tests/screen.css b/alarm/node_modules/node-forge/tests/screen.css
deleted file mode 100644
index 365a39f..0000000
--- a/alarm/node_modules/node-forge/tests/screen.css
+++ /dev/null
@@ -1,61 +0,0 @@
-/* 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;
-}