summaryrefslogtreecommitdiff
path: root/impattern/im/imdither/style.css
blob: 2fa5360297da71022c855ef87a125cabf46b2900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#sample
	{
	border-style: outset;
	border-color: gray;
	border-width: 5px;
	}
.master {
	border-width: 5px;
	border-spacing: 3px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: rgb(250, 240, 230);
}
.dithers
	{
	width:40px;
	height:14px;
	cursor:pointer;
	}
#dithertable
	{
	width:50%;
	display:inline-block;
	}
tr
	{
	height:40px;
	}