This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
toascii/resources/public/css/screen.css

33 lines
552 B
CSS
Raw Normal View History

html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 100%;
}
#logo {
padding-top: 50px;
padding-bottom: 50px;
}
.asciiart {
margin: 0px auto;
width: 340px;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
white-space: pre;
}
.textOutputContainer {
overflow-x: scroll;
}
.htmlOutputContainer pre {
overflow-x: scroll;
word-wrap: normal;
2014-03-30 17:22:59 -04:00
}
#toolsContainer .panel-body .alert {
margin-bottom: auto;
}
.methodCallDisplay .url {
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}