diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-25 10:45:11 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-25 10:45:11 +0200 |
commit | 8b16d303ebe9f1c031dccf92b363a2fc316ff533 (patch) | |
tree | 6b40704e5609168f7a7d05ecf94e0bf43d7e6153 /public | |
parent | cut out part of the css (diff) | |
download | Divid-8b16d303ebe9f1c031dccf92b363a2fc316ff533.tar.gz |
removed code that was put into use.less
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.less | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index b8175a6..55c74a1 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -198,66 +198,6 @@ div.lastactivity .activity .details { text-decoration: none; } -#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 -} - -.infobox { - text-align:center; - /*color:white;*/ - background-color: @grayLighter; - margin:15px; - padding:35px; - height: 220px; - -webkit-border-radius: 15px; - -moz-border-radius: 15px; - border-radius: 15px; -} - -.registrer { -margin-left: 20px; -background-color: #FF9A00; -} - -.infobtn { -} -.showcase { - width:1200px; - height:400px; - margin-top: 20px; - margin-bottom:20px; - padding:10px; - 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; -} - -.logo { -float: left; -padding: -10px -20px -10px; -margin-left: 20; -} - -.marketbtn { -margin: 5px; -position: relative; -} - -.tutorial { - -} @import "use.less"; |