base game code; there's no game here (yet)
This commit is contained in:
53
static/css/seagull.css
Normal file
53
static/css/seagull.css
Normal file
@@ -0,0 +1,53 @@
|
||||
html, body { height: 100% }
|
||||
|
||||
div#root {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div#main-sidebar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
max-width: 265px;
|
||||
/*padding-left: 5px;*/
|
||||
padding-right: 5px;
|
||||
border-right: 0.125em solid rgb(192, 192, 192);
|
||||
}
|
||||
|
||||
div#side-seagull-name {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#side-seagull-name-editor {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#main-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
div#main-log {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
div.log-line {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
div.log-tick {
|
||||
font-size: 0.75em;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
|
||||
div.log-msg {
|
||||
margin-left: 0.2em;
|
||||
}
|
Reference in New Issue
Block a user