diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2014-09-12 12:30:03 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2014-09-12 12:30:03 +1200 |
| commit | efa3e3dde82ed0675d6cb85fdeb089584621e6f2 (patch) | |
| tree | 445393b46650a493b2ea28a4d363b345c2ba8755 /libmproxy/onboarding/static/mitmproxy.css | |
| parent | 0510c9b111aed03d0d3680db63614d50f231745c (diff) | |
| download | mitmproxy-efa3e3dde82ed0675d6cb85fdeb089584621e6f2.tar.gz mitmproxy-efa3e3dde82ed0675d6cb85fdeb089584621e6f2.tar.bz2 mitmproxy-efa3e3dde82ed0675d6cb85fdeb089584621e6f2.zip | |
web -> onboarding
Diffstat (limited to 'libmproxy/onboarding/static/mitmproxy.css')
| -rw-r--r-- | libmproxy/onboarding/static/mitmproxy.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/libmproxy/onboarding/static/mitmproxy.css b/libmproxy/onboarding/static/mitmproxy.css new file mode 100644 index 00000000..b390976a --- /dev/null +++ b/libmproxy/onboarding/static/mitmproxy.css @@ -0,0 +1,48 @@ + +#certbank div { + text-align: center; + + +} + +.fronttable { +} + +.bigtitle { + font-weight: bold; + font-size: 50px; + line-height: 55px; + text-align: center; + display: table; + height: 300px; +} + +.bigtitle>div { + display: table-cell; + vertical-align: middle; +} + +section { + margin-top: 50px; +} + +.example { + margin-top: 10px; + margin-bottom: 10px; +} + +.innerlink { + text-decoration: none; + border-bottom:1px dotted; + margin-bottom: 15px; +} + +.masthead { + padding: 50px 0 60px; + text-align: center; + +} + +.header { + font-size: 1.5em; +} |
