aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/css/app.css
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-14 02:44:13 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-14 02:44:13 +0200
commit89b8e1ce8c4678e603ab3be50923e632e42bc75b (patch)
tree49dc07e28dee8b2ce7d0390708eda51de8b160a8 /libmproxy/web/static/css/app.css
parente9966428bdf09ed0e3ea82dae1b430789cb2e29c (diff)
downloadmitmproxy-89b8e1ce8c4678e603ab3be50923e632e42bc75b.tar.gz
mitmproxy-89b8e1ce8c4678e603ab3be50923e632e42bc75b.tar.bz2
mitmproxy-89b8e1ce8c4678e603ab3be50923e632e42bc75b.zip
checkin assets
Diffstat (limited to 'libmproxy/web/static/css/app.css')
-rw-r--r--libmproxy/web/static/css/app.css87
1 files changed, 87 insertions, 0 deletions
diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css
new file mode 100644
index 00000000..8ef7842a
--- /dev/null
+++ b/libmproxy/web/static/css/app.css
@@ -0,0 +1,87 @@
+html {
+ box-sizing: border-box;
+}
+*,
+*:before,
+*:after {
+ box-sizing: inherit;
+}
+html,
+body,
+#container {
+ height: 100%;
+ margin: 0;
+ overflow: hidden;
+}
+header,
+footer {
+ display: block;
+}
+#container {
+ padding: 153px 0 25px;
+}
+header {
+ height: 153px;
+ margin-top: -153px;
+}
+#main {
+ height: 100%;
+ display: block;
+ overflow-y: auto;
+}
+footer {
+ height: 25px;
+ line-height: 25px;
+}
+header {
+ background-color: white;
+}
+header .title-bar {
+ line-height: 25px;
+ text-align: center;
+}
+header nav {
+ border-bottom: solid #a6a6a6 1px;
+}
+header nav a {
+ display: inline-block;
+ padding: 3px 14px;
+ margin: 0 2px -1px;
+ border: solid transparent 1px;
+}
+header nav a.active {
+ border-color: #a6a6a6;
+ border-bottom-color: white;
+}
+header nav a:hover {
+ /*
+ @preview: lightgrey;
+ border-top-color: @preview;
+ border-left-color: @preview;
+ border-right-color: @preview;
+ */
+ text-decoration: none;
+}
+header nav a.special {
+ color: white;
+ background-color: #396cad;
+ border-bottom-color: #396cad;
+}
+header nav a.special:hover {
+ background-color: #5386c6;
+}
+header nav:before {
+ content: " ";
+}
+header nav:after {
+ clear: both;
+}
+header .menu {
+ height: 100px;
+ border-bottom: solid #a6a6a6 1px;
+}
+footer {
+ padding: 0 10px;
+}
+
+/*# sourceMappingURL=../css/app.css.map */ \ No newline at end of file