summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/www/html/copper.css
diff options
context:
space:
mode:
authorBryan Sullivan <bs3131@att.com>2015-12-07 22:17:55 -0800
committerBryan Sullivan <bs3131@att.com>2015-12-08 09:48:58 -0800
commit9eb7ca01065b6b51de65d73dd2d9879fcedc5be7 (patch)
tree4b7fed247ff49ed68d58238c0d5052a379e65026 /components/congress/test-webapp/www/html/copper.css
parent7d66dda62aa6a294afd4965046e1ccd30a5f7103 (diff)
Added initial version of Congress test webapp
Corrected errors in index.php, removed include.php, version.php JIRA: COPPER-4 Change-Id: Ifbcf1c274d486b52c86bf86b6e028d9cfe3c3d92 Signed-off-by: Bryan Sullivan <bs3131@att.com>
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;}