StockMarket and Infiltration implementations

This commit is contained in:
Daniel Xie
2017-07-03 14:42:11 -05:00
parent c0fc4e381d
commit 36e3a3b5d2
19 changed files with 2037 additions and 305 deletions

View File

@@ -32,7 +32,7 @@ h2 {
}
ul {
padding: 6px;
padding: 2px;
list-style-type: none;
}
@@ -252,7 +252,7 @@ tr:focus {
position: absolute; /* Stay in place */
right: 0;
top: 0;
height: 185px; /* Full height */
height: 195px; /* Full height */
/*margin: 50% auto;*/
padding: 5px;
border: 2px solid var(--my-highlight-color);
@@ -264,7 +264,7 @@ tr:focus {
#character-overview-text {
padding: 4px;
margin: 10px;
margin: 8px;
color: white;
background-color: #444;
}
@@ -272,7 +272,7 @@ tr:focus {
#character-overview-save-button,
#character-overview-options-button {
color: #aaa;
font-size: 16px;
font-size: 14px;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;