You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.1 KiB
64 lines
1.1 KiB
/* JSF-Styles soweit nicht schon oben vorhanden |
|
/*Inhalt*/ |
|
#content_max_portal { |
|
background-color:#DEE2EB; |
|
margin-left: 17% |
|
padding: 0.2em; |
|
margin: 0.2em 0.2em 0.2em 17%; |
|
border-left: 5px solid white; |
|
width: 80%; |
|
} |
|
|
|
#content_max_portal a { |
|
color:#467AA7; |
|
font-weight:bold; |
|
text-decoration:none; |
|
} |
|
|
|
#content_max_portal table { |
|
background-color:#E9E8F4; |
|
border-collapse:collapse; |
|
clear:both; |
|
empty-cells:show; |
|
margin:2em 0pt 0.2em 20px; |
|
table-layout:fixed; |
|
width:97%; |
|
} |
|
|
|
#content_max_portal table th { |
|
background-color:#F1F1E1; |
|
border:2px solid #DEE2EB; |
|
color:#505050; |
|
font-size:110%; |
|
font-weight:bold; |
|
height:3em; |
|
padding:2px 20px 2px 7px; |
|
text-align:left; |
|
} |
|
|
|
#content_max_portal table td { |
|
background-color:#F1F1F1; |
|
border:2px solid #DEE2EB; |
|
color:#404040; |
|
font-size:100%; |
|
font-weight:normal; |
|
height:3em; |
|
padding:2px 7px; |
|
text-align:left; |
|
} |
|
|
|
#content_max_portal .cartvalueline { |
|
margin:0em 0pt 0.2em 20px; |
|
} |
|
|
|
/* Dialogfläche */ |
|
#content_max_portal .panel { |
|
padding: 1em; |
|
} |
|
|
|
/* Label für Eingabefeld */ |
|
#content_max_portal .label { |
|
font-weight:bold; |
|
padding-right: 15px; |
|
padding-left: 15px; |
|
}
|
|
|