mirror of
https://github.com/zoogie/TADpole-Online.git
synced 2025-06-18 18:55:41 -04:00
34 lines
551 B
CSS
34 lines
551 B
CSS
body {
|
|
padding: 50px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
font-size: 16px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
h5 {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
input, select {
|
|
max-width: 500px;
|
|
}
|
|
|
|
#p-error {
|
|
color: red;
|
|
font-weight: bold;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.li-browser-good {
|
|
color: green;
|
|
}
|
|
|
|
.li-browser-maybe {
|
|
color: orange;
|
|
}
|
|
|
|
.li-browser-bad {
|
|
color: red;
|
|
}
|