Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
@charset "utf-8";
2
/* CSS Document */
3
	.lightgray		{color: #000000; background-color: #EEEEEE; text-decoration:underline;}
4
	.darkgray		{color: #000000; background-color: #CCCCCC; text-decoration:none;}
5
	.status_off		{color: #000000; text-decoration:none;}
6
	.status_red		{color: #FFFFFF; background-color: #FF0000; text-decoration:underline;}
7
	.status_yellow	{color: #000000; background-color: #FFFF00; text-decoration:underline;}
8
	.status_blue	{color: #FFFFFF; background-color: #0000FF; text-decoration:underline;}
9
	.status_green	{color: #000000; background-color: #00FF00; text-decoration:underline;}
10
	.status_white	{color: #000000; background-color: #FFFFFF; text-decoration:underline;}
11
	.darkgray 		{text-decoration:none;}
12
@media print {
13
  #noprint { display:none; }
14
}
15
.onprint {
16
    display:block;
17
}
18
 
19
/* ------- Rechnungsbuch ------- */
20
.rechnungsbuch img,
21
.rechnungsbuch .lupe,
22
.rechnungsbuch .optionsleiste {
23
    display: none;
24
}
25
 
26
.rechnungsbuch a {
27
    text-decoration: none;
28
}
29
/* ------- /Rechnungsbuch ------- */
30
 
31
/* ------- Bestandskennzeichnung ------- */
32
.bestandskennzeichnung {
33
	background-color: #fff;
34
}
35
/* ------- /Bestandskennzeichnung ------- */