aboutsummaryrefslogtreecommitdiff
path: root/www/css/debug.css
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-16 01:17:46 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-16 01:17:46 -0400
commita73791f16d10ea0e2c477f29d9049d75516aa774 (patch)
treec5cc7406b5710804600477a45d20fa21815c67a3 /www/css/debug.css
parentb0687c328fcaa4d891b31c2146694654cd4707c9 (diff)
downloadphorkie-a73791f16d10ea0e2c477f29d9049d75516aa774.tar.gz
phorkie-a73791f16d10ea0e2c477f29d9049d75516aa774.zip
Added OpenID Authentication
Diffstat (limited to 'www/css/debug.css')
-rw-r--r--www/css/debug.css85
1 files changed, 85 insertions, 0 deletions
diff --git a/www/css/debug.css b/www/css/debug.css
new file mode 100644
index 0000000..634243a
--- /dev/null
+++ b/www/css/debug.css
@@ -0,0 +1,85 @@
+html, body {
+ background: #ededed;
+ font: 82.5% Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
+ margin: 30px 0 0; padding: 0px; }
+
+h3 {
+ color: #aaa;
+ margin: 0; padding: 0;
+ font-size: 1.3em;
+
+ position: absolute;
+ top: 30px;
+ width: 100%;
+ text-align: center;
+ left: 0;
+}
+
+h3 a {
+ color: #111;
+ text-decoration: none;
+}
+
+h3 a:hover {
+ text-decoration: underline;
+
+}
+
+form {
+ padding: 30px;
+ background: #fff;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
+ width: 400px;
+ margin: 50px auto 0;
+ }
+
+table {
+ font-size: 1.1em !important;
+ font-weight: bold;
+}
+
+td {
+ width: 200px;
+}
+.discover_results {
+ margin: 60px 0 ;
+ padding: 30px;
+ background: #111;
+ text-align: center;
+}
+
+
+.discover_results b {
+ color: #fff;
+ font-size: 2.4em;
+}
+
+.relyingparty_results {
+ width: 100%;
+}
+
+.relyingparty_results table b {
+ display: block;
+ width: 300px;
+ font-size: 1.7em;
+ color: #fff;
+}
+
+
+pre, .relyingparty_results p table {
+ font-size: 1.2em;
+ width: 900px !important;
+ text-align: left;
+ margin: 0 auto;
+
+ color: #ddd;
+ padding: 30px;
+
+}
+
+.relyingparty_results {
+ background: #111;
+ padding: 30px;
+ margin: 60px 0;
+}