wiki-js-customization/styles/tables.css

56 lines
1001 B
CSS
Raw Normal View History

2024-03-14 18:13:52 +00:00
table {
display: block;
border-collapse: collapse;
color: #697f85!important;
margin-left: 0!important;
margin-right: 0!important;
overflow-x: auto
}
tr {
border: none
}
th {
border: solid .5px #697f85!important;
border-bottom: solid 2px #697f85!important
}
td {
border: solid .5px #697f85!important
}
#bg-white {
color: #575756!important;
background-color: #fff!important
}
#stuve-gruen-text {
color: #6b7b1d!important
}
#stuve-grau-text {
color: #697f85!important
}
#stuve-blau-text {
color: #4abbeb!important
}
#stuve-gruen {
color: #fff!important;
background-color: #a4ba2e!important
}
#stuve-grau {
color: #fff!important;
background-color: #697f85!important
}
#stuve-blau {
color: #fff!important;
background-color: #4abbeb!important
}
#danger {
color: #fff!important;
background-color: red!important
}
#warning {
color: #fff!important;
background-color: orange!important
}
#success {
color: #fff!important;
background-color: green!important
}