Commit 0d2d562c authored by Eric Duminil's avatar Eric Duminil
Browse files

RegionChooser: Colors

parent e5cd3d8e
html.wait, html.wait * { cursor: wait !important; } html.wait, html.wait * { cursor: wait !important; }
:root {
--color1:#6ba083;
--color2:#222831;
--color3:#6ba083;
--color4:#eeeeee;
}
html,body{ html,body{
margin:0; margin:0;
padding:0; padding:0;
width:100%; width:100%;
height:100%; height:100%;
font-family:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif;
background-color: #222831; background-color: var(--color2);
} }
form.pay{ form.pay{
...@@ -23,7 +30,7 @@ div#map{ ...@@ -23,7 +30,7 @@ div#map{
height:80%; height:80%;
float:left; float:left;
outline: 0; outline: 0;
background-color: #eeeeee; background-color: var(--color4);
} }
div#side{ div#side{
width:30%; width:30%;
...@@ -31,11 +38,11 @@ div#side{ ...@@ -31,11 +38,11 @@ div#side{
} }
div#dataPanel{ div#dataPanel{
background-color: #eeeeee; background-color: var(--color4);
width:90%; width:90%;
height:80%; height:80%;
overflow:auto; overflow:auto;
border:2px solid #DDDDDD; border:2px solid var(--color3);
font-family: Consolas,monaco,monospace; font-family: Consolas,monaco,monospace;
font-size: 12px; font-size: 12px;
box-sizing:border-box; box-sizing:border-box;
...@@ -65,17 +72,16 @@ div ul li{ ...@@ -65,17 +72,16 @@ div ul li{
div ul li.title{ div ul li.title{
font-size:22px; font-size:22px;
color:#6ba083; color: var(--color1);
} }
div#header{ div#header{
color:#888;
font-size:14px; font-size:14px;
padding-left:20px; padding-left:20px;
} }
span.instruction{ span.instruction{
font-weight:bold; font-weight:bold;
} }
.message-box { text-align: center; padding: 5px; color:#545454; width:80%; margin:5px auto; font-size:12px;} .message-box { text-align: center; padding: 5px; color:#545454; width:80%; margin:5px auto; font-size:12px;}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment