Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
h1 {
2
	color: red;
3
	color: #12f;
4
	color: #12345f;
5
	color: rgb(0, 0, 0);
6
	color: rgb(0%, 0%, 0%);
7
 
8
	color: rgb(300, 0, 0);
9
	color: rgb(-10, 0, 0);
10
	color: rgb(150%, 0%, 0%);
11
	color: rgb(-10%, 0%, 0%);
12
 
13
	color: 123;
14
	color: 123456;
15
	color: 12f;
16
	color: 12345f;
17
	color: 12f456;
18
	color: f00000;
19
}