aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/use.less209
-rw-r--r--public/img/dividlogo.pngbin3881 -> 3891 bytes
-rw-r--r--public/img/dividlogo@2x.pngbin4200 -> 4203 bytes
3 files changed, 184 insertions, 25 deletions
diff --git a/public/css/use.less b/public/css/use.less
index cb208b2..4b8a897 100644
--- a/public/css/use.less
+++ b/public/css/use.less
@@ -1,3 +1,7 @@
+/*#wrapper {
+ width:100%;
+ background-position: center 40%;
+}*/
#vertical(@startColor: #555, @endColor: #333) {
background-color: mix(@startColor, @endColor, 60%);
@@ -10,42 +14,197 @@
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@startColor),argb(@endColor))); // IE9 and down
}
+.content {
+ margin-left:0px;
+}
+
+.pitch {
+ position:relative;
+ margin-left: 10px;
+}
+
+.join {
+ float:left;
+ position:absolute;
+ margin-top:220px;
+ margin-left: 10px;
+}
+
+.sectionleft {
+ float:left;
+ margin-left: 10px;
+ margin-right: 0px;
+}
+.sectionright {
+ float:right;
+ margin-right: 10px;
+ margin-left: 0px;
+}
+
+.tutorial {
+ padding:5px;
+}
+
.infobox {
text-align:center;
- /*color:white;*/
- background-color: @grayLighter;
- margin:15px;
- padding:35px;
- height: 220px;
+ /*background-color: @grayLighter;*/
+ padding:46px;
+ margin-bottom:20px;
+ border: 1px solid white;
+ /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25 );*/
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
+#first:hover {
+color:#ff9a00;
+border: 1px solid @grayLighter;
+text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25);
+}
+#second:hover {
+color:#ff9a00;
+border: 1px solid @grayLighter;
+text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25);
+}
+#third:hover {
+color:#ff9a00;
+border: 1px solid @grayLighter;
+text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25);
+}
+
+.register {
+ color: #ffffff;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ background-image: -moz-linear-gradient(top, #fbb440, #ff9a00);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb440), to(#ff9a00));
+ background-image: -webkit-linear-gradient(top, #fbb440, #ff9a00);
+ background-image: -o-linear-gradient(top, #fbb440, #ff9a00);
+ background-image: linear-gradient(to bottom, #fbb440, #ff9a00);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb440', endColorstr='#ff9a00', GradientType=0);
+ border-color: #ff9a00 #ff9a00 #ad6704;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+ /*
+ margin-left: 20px;
+ color: #ffffff;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ background-image: linear-gradient(to bottom, #FF9A00, #FFB440);
+ background-repeat: repeat-x;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
+ }
-.registrer {
-margin-left: 20px;
-background-color: #FF9A00;
+ .showcase {
+ height:460px;
+ margin-top: 40px;
+ margin-bottom:20px;
+ margin-left:0px;
+ /*background-color: @grayLighter;*/
+ /*background-image: url('/img/people.png');
+ background-repeat:no-repeat;
+ background-attachment:fixed;
+ background-position:center;*/
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
}
-.infobtn {
+.logo {
+ float: left;
}
-.showcase {
- width:1200px;
- height:400px;
- margin-top: 20px;
- margin-bottom:20px;
- padding:10px;
+.devices {
+ float:right;
+ margin: 0px;
+}
+.infoimg{
+
+}
+
+/*
+.last {
+ background-color:@grayLighter;
+}*/
+
+#hvem {
+ margin-top:25px;
+ /*border-top: 2px solid #9fd5df;*/
+ color: #4186D3;
background-color: @grayLighter;
- /*background-image: url('/img/people.png');
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-position:center;*/
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
+ box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ margin: 0 auto;
+ font-size: 18px;
+ line-height: 26px;
+ display: block;
}
-.logo {
-float: left;
-} \ No newline at end of file
+#hvor {
+ margin-top:25px;
+ /*border-top: 2px solid #9fd5df;*/
+ color: #0D56A6;
+ background-color: #4186D3;
+ box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ margin: 0 auto;
+ font-size: 18px;
+ line-height: 26px;
+ display: block;
+}
+
+#hvordan {
+ margin-top:25px;
+ /*border-top: 2px solid #9fd5df;*/
+ color: #4186D3;
+ background-color: #0D56A6;
+ box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ margin: 0 auto;
+ font-size: 18px;
+ line-height: 26px;
+ display: block;
+}
+
+#FAQ {
+ margin-top:25px;
+ /*border-top: 2px solid #9fd5df;*/
+ color: #FF9A00;
+ background-color: #232323;
+ box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ margin: 0 auto;
+ font-size: 18px;
+ line-height: 26px;
+ display: block;
+}
+
+#register {
+ margin-top:25px;
+ /*border-top: 2px solid #9fd5df;*/
+ color: #FFFFFF;
+ background-color: #000000;
+ box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
+ margin: 0 auto;
+ font-size: 18px;
+ line-height: 26px;
+ display: block;
+ }
+
+
+/*#footer {
+ background-color: #0D56A6;
+ width:1170px;
+ height:100px;
+}*/ \ No newline at end of file
diff --git a/public/img/dividlogo.png b/public/img/dividlogo.png
index 5a6c429..eb3d4d6 100644
--- a/public/img/dividlogo.png
+++ b/public/img/dividlogo.png
Binary files differ
diff --git a/public/img/dividlogo@2x.png b/public/img/dividlogo@2x.png
index 7576da0..1507b93 100644
--- a/public/img/dividlogo@2x.png
+++ b/public/img/dividlogo@2x.png
Binary files differ