[293] | 1 | 367ac3 base colour
|
---|
| 2 | 4a8bd0 subtiele highlight
|
---|
| 3 | 78abe2 heftige highlight
|
---|
| 4 | 00569b Buttons
|
---|
| 5 | 0762a8 Buttons hover
|
---|
| 6 |
|
---|
| 7 | lichte gradient:
|
---|
| 8 | background-image: linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
|
---|
| 9 | background-image: -o-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
|
---|
| 10 | background-image: -moz-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
|
---|
| 11 | background-image: -webkit-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
|
---|
| 12 | background-image: -ms-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
|
---|
| 13 |
|
---|
| 14 | background-image: -webkit-gradient(
|
---|
| 15 | linear,
|
---|
| 16 | left bottom,
|
---|
| 17 | right top,
|
---|
| 18 | color-stop(0.44, rgb(54,122,195)),
|
---|
| 19 | color-stop(0.72, rgb(74,139,208))
|
---|
| 20 | );
|
---|
| 21 |
|
---|
| 22 | heftige gradient:
|
---|