From 8bb84d46b05b0dbf51c8599b75f84fe0b122dd6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Loi=CC=88?= Date: Thu, 18 Sep 2014 22:18:43 +0200 Subject: [PATCH] fix merdia queries issue, reworked markup, added mq reactive ascii thingies --- html/assets/css/squatconf.css | 30 +++++++++++++++++++++- html/index.html | 48 ++++++++++++++++++++++------------- 2 files changed, 60 insertions(+), 18 deletions(-) diff --git a/html/assets/css/squatconf.css b/html/assets/css/squatconf.css index ac36af1..5e1071b 100644 --- a/html/assets/css/squatconf.css +++ b/html/assets/css/squatconf.css @@ -1,3 +1,31 @@ .btn{background-color: #fff} .leftCol{padding-top: 15px;} -.page-header pre {margin-bottom: 0;} \ No newline at end of file +.page-header pre {margin-bottom: 0;} +.formCont{ + border: 2px solid #000000; + -webkit-box-shadow: 0 0 0 5px, 11px 13px 0 4px black; + -moz-box-shadow: 0 0 0 5px, 11px 13px 0 4px black; + box-shadow: 0 0 0 5px, 11px 13px 0 4px black; + background: #bbbbbb; + padding: 10px 15px; + margin: 10px 5px; + margin-left: -5px; +} +input{width: 100%;} + +/*mq madness*/ +.maxW, .dskW,.tblW{display:none;} + +@media (min-width: 1200px) { + .maxW{display:block;} +} +@media (min-width: 980px) and (max-width: 1199px) { + .dskW{display:block;} +} +@media (min-width: 768px) and (max-width: 979px) {} +@media (max-width: 767px) {} +@media (max-width: 480px) {} +@media (max-width: 979px) { + .tblW{display:block;} +} +@media (min-width: 980px) {} \ No newline at end of file diff --git a/html/index.html b/html/index.html index cd0bb3d..fa2cdf4 100644 --- a/html/index.html +++ b/html/index.html @@ -22,21 +22,21 @@

-
-
- -
-
+
+
+
+ JOIN US + + + + we'll send you info about future events + + +
+
+


@@ -55,7 +55,7 @@

What is SquatConf ?