v0.28.0 Changed - Integrate ACE editor

This commit is contained in:
danielyxie
2017-09-01 09:12:40 -05:00
parent fd2642cfe9
commit b17f89eba7
12 changed files with 20854 additions and 479 deletions

View File

@@ -1,20 +1,20 @@
/** This removes all padding and margins as well as
setting a default font size and family for the page **/
:root{
--my-font-color: #66ff33;
--my-background-color: #000000;
--my-highlight-color: #ffffff;
}
* {
margin: 0;
padding: 0;
font-size: 16px;
font-family: 'Lucida Console', 'Lucida Sans Unicode', 'Fira Mono', 'Consolas', 'Courier New', Courier, monospace, 'Times New Roman';
/*background-color: #252527;*/
}
body {
background-color: var(--my-background-color);
}
@@ -41,6 +41,10 @@ span {
padding: 4px;
}
#entire-game-container {
background-color:transparent;
}
/* Disable border highlight on elements */
input:focus,
textarea:focus,
@@ -346,6 +350,7 @@ a:link, a:visited {
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
height: 22px;
background-color:black;
}
#character-overview-save-button:hover,