]> Creatis software - creaWT.git/blob - wt/data/reosurcesXTK/styleWT.css
#Fast CGI configuration
[creaWT.git] / wt / data / reosurcesXTK / styleWT.css
1 .yellow-box {
2     background-color: #ffffb4;
3     border: 1px solid black;
4     margin-top: 1ex;
5     margin-bottom: 1ex;
6 }
7
8 .green-box {
9     background-color: #c4ffb4;
10     min-height: 30px;
11     text-align: center;
12     padding: 3px;
13 }
14
15 .blue-box {
16     background-color: #65dae8;
17     min-height: 30px;
18     text-align: center;
19     padding: 3px;
20 }
21
22 .black-box {
23     background-color: #000000;
24     min-height: 30px;
25     text-align: center;
26     padding: 3px;
27 }