79 lines
1.6 KiB
CSS
79 lines
1.6 KiB
CSS
/* pgs/invite/invite.css */
|
|
div.confirm {
|
|
padding: 1em;
|
|
background-color: yellow;
|
|
margin-bottom: 1em;
|
|
}
|
|
li img {
|
|
height: 0.8em;
|
|
}
|
|
.dienste_list_entry div {
|
|
border-bottom: 0;
|
|
border-left: 0.1em solid #000000;
|
|
border-right: 0.1em solid #000000;
|
|
border-top: 1px dashed #d0d0d0;
|
|
width: 100%;
|
|
padding: 0.2em;
|
|
}
|
|
.dienste_list_entry:last-of-type div:last-of-type {
|
|
border-bottom: 0.1em solid #000000;
|
|
width: 100%;
|
|
padding: 0.2em;
|
|
}
|
|
.dienste_list_entry div.dienste_title_row {
|
|
border-top: 0.1em solid #000000;
|
|
background-color: #d0d0d0;
|
|
}
|
|
.dienste_list_entry ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
.dienste_list_entry ul a {
|
|
text-decoration: none;
|
|
color: #000000;
|
|
}
|
|
.dienste_list_entry li {
|
|
display: inline-block;
|
|
padding: 0.2em;
|
|
margin: 0.2em;
|
|
background-color: #eeeeee;
|
|
border-radius: 0.2em;
|
|
}
|
|
.dienste_list_entry div.dienste_title_row li {
|
|
background-color: #ffffff;
|
|
}
|
|
.dienste_list_entry li img {
|
|
height: 0.8em;
|
|
}
|
|
.dienste_list_entry a li {
|
|
border: 1px solid #000000;
|
|
}
|
|
.dienste_list_entry .dienste_list_desc {
|
|
background-color: #ffffff;
|
|
font-weight: bold;
|
|
}
|
|
.dienste_list_entry .dienste_answer_good {
|
|
background-color: green;
|
|
font-weight: bold;
|
|
}
|
|
.dienste_list_entry .dienste_answer_bad {
|
|
background-color: red;
|
|
}
|
|
.dienste_list_entry .dienste_answer_pending {
|
|
background-color: lightblue;
|
|
}
|
|
.dienste_list_entry .dienste_answer_not {
|
|
background-color: white;
|
|
}
|
|
.dienste_list_entry .dienste_answer_lead {
|
|
background-color: orange;
|
|
font-weight: bold;
|
|
}
|
|
.dienste_list_entry .dienste_answer_free {
|
|
background-color: green;
|
|
font-weight: bold;
|
|
}
|
|
.dienste_list_entry .dienste_button {
|
|
/*float:right;*/
|
|
} |