rautafarmi/css/style.css
2022-09-11 19:01:14 +03:00

54 lines
790 B
CSS

body {
background-color: #D0D0D0;
font-family: monospace;
}
table, th, td {
border: 1px solid #000000;
background-color: #EEEEEE;
font-size: 10pt;
margin: auto;
}
.logotable {
border: 0px;
background-color: #D0D0D0;
}
.center {
margin: auto;
}
.text-center {
text-align: center !important;
}
.navbar {
border: 1px solid #000000;
background-color: #EEEEEE;
padding: 3px;
}
a {
text-decoration: none;
}
span#id {
color: #2c49c9 !important;
}
span#name{
color: #1c8757;
}
span#date {
color: #727272;
}
span#message {
color: #000000;
white-space: pre-line;
text-overflow: ellipsis;
overflow-wrap: break-word;
max-width: 100%;
}
div#message {
background-color: #EEEEEE;
border: 1px solid #000000;
padding: 5px;
width: fit-content;
max-width: 100%;
display: block;
}