mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Add JS/CSS documentation
This commit is contained in:
parent
6dfb76b669
commit
361949e89a
@ -1,6 +1,33 @@
|
||||
|
||||
.webplayer { padding-right: 0; margin-left: auto; margin-right: auto; display: block; }
|
||||
textarea.webplayer { border: 0px; font-family: 'Share Tech Mono'; font-size: 12px; width: 100%; overflow:hide; resize:none; color:black; }
|
||||
div.webplayer, 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; }
|
||||
/**
|
||||
* RetroArch Web Player
|
||||
*
|
||||
* This provides the basic styling for the RetroArch web player.
|
||||
*/
|
||||
.webplayer {
|
||||
padding-right: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
}
|
||||
textarea.webplayer {
|
||||
border: 0px;
|
||||
font-family: 'Share Tech Mono';
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
overflow:hide;
|
||||
resize:none;
|
||||
color:black;
|
||||
}
|
||||
div.webplayer,
|
||||
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;
|
||||
}
|
||||
|
@ -1,3 +1,8 @@
|
||||
/**
|
||||
* RetroArch Web Player
|
||||
*
|
||||
* This provides the basic JavaScript for the RetroArch web player.
|
||||
*/
|
||||
var dropbox = false;
|
||||
var client = new Dropbox.Client({ key: "il6e10mfd7pgf8r" });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user