summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/www/html/copper.css
diff options
context:
space:
mode:
Diffstat (limited to 'components/congress/test-webapp/www/html/copper.css')
-rw-r--r--components/congress/test-webapp/www/html/copper.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/components/congress/test-webapp/www/html/copper.css b/components/congress/test-webapp/www/html/copper.css
new file mode 100644
index 0000000..017bd89
--- /dev/null
+++ b/components/congress/test-webapp/www/html/copper.css
@@ -0,0 +1,15 @@
+body { font-family: sans-serif; }
+@media screen and (min-width: 200px) { body { font-size:100%; } }
+@media screen and (min-width: 400px) { body { font-size:120%; } }
+@media screen and (min-width: 600px) { body { font-size:150%; } }
+
+p { font-size: 100%; }
+span { font-size: inherit; }
+table { font-size: inherit; }
+td { font-size: inherit; }
+input { font-size: inherit; display: table;}
+td { font-size: inherit; }
+button { font-size: inherit; color: white; background-color:darkslategray;
+border-style:none; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
+margin-top:5px; margin-bottom:5px;}
+textarea {width: 50%; resize:both;}