RetroArch/emscripten/webplayer.css

27 lines
422 B
CSS
Raw Normal View History

2016-08-16 23:35:25 -04:00
/**
* RetroArch Web Player
*
* This provides the basic styling for the RetroArch web player.
*/
textarea.webplayer {
border: none;
font-family: monospace;
font-size: 0.7em;
2016-08-16 23:35:25 -04:00
width: 100%;
overflow: hide;
resize: none;
2016-08-16 23:35:25 -04:00
}
2016-08-16 23:35:25 -04:00
h1 {
text-align: left;
}
div.canvas_border {
background-color:gray;
width:800px; height:600px;
margin-left: auto;
margin-right: auto;
}
canvas.webplayer {
border: 0px none;
}