You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
456 B
CSS
41 lines
456 B
CSS
body {
|
|
padding: 50px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|
|
.log-i {
|
|
color: green;
|
|
}
|
|
|
|
.log-e {
|
|
color: red;
|
|
}
|
|
|
|
.tag {
|
|
display: inline-block;
|
|
width: 170px;
|
|
}
|
|
|
|
.api {
|
|
display: inline-block;
|
|
width: 300px;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.row button {
|
|
width: 100%;
|
|
height: 100px;
|
|
}
|
|
|
|
.log-row {
|
|
margin: 20px 10px 20px 10px;
|
|
font-size: 30px;
|
|
word-break: break-all;word-wrap: break-word;
|
|
} |