aboutsummaryrefslogtreecommitdiff
path: root/pyenc/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/static/css/style.css')
-rw-r--r--pyenc/static/css/style.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/pyenc/static/css/style.css b/pyenc/static/css/style.css
new file mode 100644
index 0000000..6510ceb
--- /dev/null
+++ b/pyenc/static/css/style.css
@@ -0,0 +1,35 @@
+td {
+ padding-right: 1ex;
+}
+
+h2 {
+ font-family: mono;
+ font-size: 14pt;
+}
+
+dt {
+ font-weight: bold;
+}
+
+dd ul {
+ padding-left: 0;
+}
+
+.hosts {
+ display: flex;
+ flex-wrap: wrap;
+}
+
+.host {
+ display: block;
+ border: 1px solid black;
+ padding: 1em;
+}
+
+.flashes li {
+ display: block;
+ max-width: 100%;
+ padding: 2em;
+ background-color: yellow;
+ border: 2px solid orange;
+}