2016-08-16 23:35:25 -04:00
|
|
|
/**
|
|
|
|
* RetroArch Web Player
|
|
|
|
*
|
|
|
|
* This provides the basic styling for the RetroArch web player.
|
|
|
|
*/
|
|
|
|
textarea.webplayer {
|
2016-08-17 14:17:26 -04:00
|
|
|
border: none;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 0.7em;
|
2016-08-16 23:35:25 -04:00
|
|
|
width: 100%;
|
2016-08-17 14:17:26 -04:00
|
|
|
overflow: hide;
|
|
|
|
resize: none;
|
2016-08-16 23:35:25 -04:00
|
|
|
}
|
2016-08-17 14:17:26 -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;
|
|
|
|
}
|