source: Doc/New interface mockups/other/colours tiles.txt @ 532

Last change on this file since 532 was 293, checked in by tjcschipper, 13 years ago
File size: 781 bytes
Line 
1367ac3 base colour
24a8bd0 subtiele highlight
378abe2 heftige highlight
400569b Buttons
50762a8 Buttons hover
6
7lichte gradient:
8background-image: linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
9background-image: -o-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
10background-image: -moz-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
11background-image: -webkit-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
12background-image: -ms-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
13
14background-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
22heftige gradient:
Note: See TracBrowser for help on using the repository browser.