summaryrefslogtreecommitdiffstats
path: root/common/_static/my-styles.css
blob: 5ba021542491b3af5f7faebc50c92946f8c8dfe2 (plain) (blame)
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
31
.rtemsdefine {
    padding: 0 0 0 2em;
}

.rtemscommand {
    padding: 0 0 0 2em;
}

.rtemsoption {
    padding: 0 0 0 2em;
}

.rtemsdefine dt {
	color: #408090;
}

.rtemsdefine dd {
	margin: 3;
	color: #408090;
}

.rtemscommand {
	border: 1px solid #808b89;
	border-radius: 5px;
	background: #d2e3e0;
	color: #5e6664
}

.rtemsoption dt {
	color: #a87892;
}