From 28cf2223e6678b689ad01a99decb3371f8a15bcd Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Tue, 30 Apr 2013 08:26:15 +0200 Subject: added mouseover for app store links --- public/css/use.less | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'public/css') diff --git a/public/css/use.less b/public/css/use.less index 7788aa2..4f2dbb9 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -168,20 +168,6 @@ margin:60px; display: block; } -#android:hover { -background-image: url('/img/androidA'); -} -img.apple { -background-image: url('/img/iphone'); -z-index:2; -} -img.apple:hover { -background-image: url('/img/iphoneA'); -z-index:1; -} -#windows:hover { -background-image: url('/img/winA'); -} /* #register { height:460px; -- cgit v1.2.3 From a3d3af7a06369c5584ba4a94b8a79c936515de62 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Tue, 30 Apr 2013 08:57:00 +0200 Subject: test --- public/css/use.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css') diff --git a/public/css/use.less b/public/css/use.less index 4f2dbb9..21fd841 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -137,6 +137,9 @@ margin:60px; line-height: 26px; display: block; } + +#dildo +{} #hvor { height:460px; margin-top: 25px; -- cgit v1.2.3 From 344f400be5acfc28059a90834487081251b7cc67 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Tue, 30 Apr 2013 09:06:05 +0200 Subject: moved #vertical and removed use.less completely from shame.less --- public/css/shame.less | 12 +++++++++++- public/css/use.less | 14 +------------- 2 files changed, 12 insertions(+), 14 deletions(-) (limited to 'public/css') diff --git a/public/css/shame.less b/public/css/shame.less index 04e4aa6..997409b 100644 --- a/public/css/shame.less +++ b/public/css/shame.less @@ -239,5 +239,15 @@ div.lastactivity .activity .details { } } +#vertical(@startColor: #555, @endColor: #333) { + background-color: mix(@startColor, @endColor, 60%); + background-image: -moz-linear-gradient(top, @startColor, @endColor); // FF 3.6+ + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor)); // Safari 4+, Chrome 2+ + background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+ + background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10 + background-image: linear-gradient(to bottom, @startColor, @endColor); // Standard, IE10 + background-repeat: repeat-x; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@startColor),argb(@endColor))); // IE9 and down +} + -/*@import "use.less";*/ diff --git a/public/css/use.less b/public/css/use.less index 21fd841..329f56d 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -2,18 +2,6 @@ width:100%; background-position: center 40%; }*/ - -#vertical(@startColor: #555, @endColor: #333) { - background-color: mix(@startColor, @endColor, 60%); - background-image: -moz-linear-gradient(top, @startColor, @endColor); // FF 3.6+ - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor)); // Safari 4+, Chrome 2+ - background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+ - background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10 - background-image: linear-gradient(to bottom, @startColor, @endColor); // Standard, IE10 - background-repeat: repeat-x; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@startColor),argb(@endColor))); // IE9 and down -} - .content { margin-left: 0px; } @@ -191,4 +179,4 @@ margin:60px; background-color: #0D56A6; width:1170px; height:100px; -}*/ \ No newline at end of file +}*/ -- cgit v1.2.3 From 305e189956e8c4834300c8b5b38509590e70be7f Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Tue, 30 Apr 2013 12:16:39 +0200 Subject: changes in divid home and use.less --- public/css/use.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'public/css') diff --git a/public/css/use.less b/public/css/use.less index 329f56d..7512bfb 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -37,6 +37,7 @@ padding: 5px; } .infobox { + display: inline-block; text-align: center; /*background-color: @grayLighter;*/ @@ -104,6 +105,7 @@ margin-top:45px; .scenario { margin:60px; +text-align: center; } /* @@ -111,12 +113,8 @@ margin:60px; background-color:@grayLighter; }*/ #hva { - height:460px; margin-top: 25px; /*border-top: 2px solid #9fd5df;*/ - - color: #000000; - background-color: #eeeeee; 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); -- cgit v1.2.3 From a5dc6c364609f9d26d9086cc6f792d8cee934283 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Tue, 30 Apr 2013 12:34:05 +0200 Subject: changes in use.less --- public/css/use.less | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'public/css') diff --git a/public/css/use.less b/public/css/use.less index 7512bfb..740818f 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -1,10 +1,10 @@ /*#wrapper { width:100%; background-position: center 40%; -}*/ +} .content { margin-left: 0px; -} +}*/ .pitch { position: relative; margin-left: 10px; @@ -25,13 +25,11 @@ float: left; margin-top: 20px; margin-left: 10px; - margin-right: 0px; + margin-right: 20px; } .sectionright { float: right; - margin-top: 20px; - margin-right: 10px; - margin-left: 0px; + margin: 20px; } .tutorial { padding: 5px; @@ -77,7 +75,7 @@ margin-top:45px; } .showcase { - height: 460px; + /*height: 460px;*/ margin-top: 40px; margin-bottom: 20px; margin-left: 0px; @@ -113,12 +111,14 @@ text-align: center; background-color:@grayLighter; }*/ #hva { + /*height: 460px;*/ + /*margin: 0 auto;*/ margin-top: 25px; /*border-top: 2px solid #9fd5df;*/ 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; @@ -127,7 +127,7 @@ text-align: center; #dildo {} #hvor { - height:460px; + /*height:460px;*/ margin-top: 25px; /*border-top: 2px solid #9fd5df;*/ @@ -136,13 +136,13 @@ text-align: center; 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; + /*margin: 0 auto;*/ font-size: 18px; line-height: 26px; display: block; } #hvordan { - height:460px; + /*height:460px;*/ margin-top: 25px; /*border-top: 2px solid #9fd5df;*/ @@ -151,7 +151,7 @@ text-align: center; 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; + /*margin: 0 auto;*/ font-size: 18px; line-height: 26px; display: block; @@ -168,7 +168,7 @@ text-align: center; 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; + /*margin: 0 auto;*/ font-size: 18px; line-height: 26px; display: block; -- cgit v1.2.3