Added a Character ovewview screen

This commit is contained in:
Daniel Xie
2017-05-20 02:33:33 -05:00
parent a91f1c5fef
commit 0054ab7222
5 changed files with 48 additions and 9 deletions
+22
View File
@@ -222,3 +222,25 @@ tr:focus {
right: 0;
bottom: 0;
}
/* Character Overview */
#character-overview-container {
position: fixed; /* Stay in place */
right: 0;
top: 0;
height: 100%; /* Full height */
margin: 45% auto;
padding: 5px;
border: 2px solid #66ff33;
width: 20%;
overflow: auto; /* Enable scroll if needed */
background-color: #444; /* Fallback color */
z-index: 1;
}
#character-overview-text {
padding: 4px;
margin: 4px;
color: white;
background-color: #444;
}