aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/static/pathod.css
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-18 13:03:40 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-18 13:03:40 +0100
commitd33d3663ecb166461d9cb5a78a29b44ee7a8fbb7 (patch)
treefe8856f65d1dafa946150c5acbaf6e942ba3c026 /pathod/static/pathod.css
parent294774d6f0dee95b02a93307ec493b111b7f171e (diff)
downloadmitmproxy-d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7.tar.gz
mitmproxy-d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7.tar.bz2
mitmproxy-d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7.zip
combine projects
Diffstat (limited to 'pathod/static/pathod.css')
-rw-r--r--pathod/static/pathod.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/pathod/static/pathod.css b/pathod/static/pathod.css
new file mode 100644
index 00000000..8b23b4d5
--- /dev/null
+++ b/pathod/static/pathod.css
@@ -0,0 +1,56 @@
+
+
+.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;
+}
+
+.terminal {
+ margin-top: 10px;
+ margin-bottom: 10px;
+ background: #000;
+ color: #fff;
+}
+
+.innerlink {
+ text-decoration: none;
+ border-bottom:1px dotted;
+ margin-bottom: 15px;
+}
+
+.masthead {
+ padding: 50px 0 60px;
+ text-align: center;
+
+}
+
+.header {
+ font-size: 1.5em;
+}
+
+.page-header {
+ margin-top: 10px;
+
+
+}