diff options
author | Grail Finder <wohilas@gmail.com> | 2025-03-29 11:12:53 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-03-29 11:12:53 +0300 |
commit | 3921db6166e2da895257496bb76dd115556699d3 (patch) | |
tree | 1be4f739121761085f69cb7706c60dbbe98a93e9 /assets/style.css |
init
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..d71d3fd --- /dev/null +++ b/assets/style.css @@ -0,0 +1,47 @@ +body{ + background-color: #0C1616FF; + color: #8896b2; + max-width: 800px; + min-width: 0px; + margin: 2em auto !important; + margin-left: auto; + margin-right: auto; + line-height: 1.5; + font-size: 16px; + font-family: Open Sans,Arial; + text-align: center; + display: block; +} +a{ + color: #00a2e7; +} +a:visited{ + color: #ca1a70; +} +table{ + border-collapse: separate !important; + border-spacing: 10px 10px; + border: 1px solid white; +} +tr{ + border: 1px solid white; +} +#usertable{ + display: block ruby; +} +.actiontable{ + display: inline flow-root; + margin-inline: 10px; +} +.action_name{ + border: none; + display: inline; + font-family: inherit; + font-size: inherit; + padding: none; + width: auto; +} +#errorbox{ + border: 1px solid black; + background-color: darkorange; +} |