Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
|
|
|
2 |
.cmd { }
|
|
|
3 |
|
|
|
4 |
.cmdType { font-size: 10pt; font-weight: bold; text-align: center; color: red; }
|
|
|
5 |
|
|
|
6 |
.commandDescription { text-align: center; background-color: #DBDBDB; padding: 5px; }
|
|
|
7 |
.descriptionTitle { font-size: 10pt; text-align: center; font-weight: bold; }
|
|
|
8 |
|
|
|
9 |
.optBox { text-align: left; padding: 5px; background-color: #C4C2C2; }
|
|
|
10 |
.optBoxTitle { font-size: 10pt; text-align: center; font-weight: bold; }
|
|
|
11 |
.optBoxItem { font-size: 10pt; text-align: left; background-color: #C4C2C2; }
|
|
|
12 |
.optBoxRequiredItem { font-size: 10pt; text-align: left; color: red; background-color: #C4C2C2; }
|
|
|
13 |
|
|
|
14 |
|