Commit 11b11321 authored by Eric Duminil's avatar Eric Duminil
Browse files

RegionChooser: style

parent ecd73ea1
html.wait, html.wait * { cursor: wait !important; } html.wait, html.wait * { cursor: wait !important; }
:root { :palette0 {
--color1:#fc5185; --color1:#fc5185;
--color2:#f5f5f5; --color2:#f5f5f5;
--color3:#3fc1c9; --color3:#3fc1c9;
...@@ -35,6 +35,29 @@ html.wait, html.wait * { cursor: wait !important; } ...@@ -35,6 +35,29 @@ html.wait, html.wait * { cursor: wait !important; }
--color4:#e0fcff; --color4:#e0fcff;
} }
:palette5{
--color1:#393939;
--color2:#ff7f5b;
--color3:#d2ebcd;
--color4:#fffcef;
}
/* Gray gradient */
:palette6{
--color1:#1e2022;
--color2:#52616b;
--color3:#c9d6df;
--color4:#f0f5f9;
}
/* Blue gradient */
:root{
--color1:#112d4e;
--color2:#3f72af;
--color3:#dbe2ef;
--color4:#f9f7f7;
}
html,body{ html,body{
margin:0; margin:0;
...@@ -71,11 +94,11 @@ a { ...@@ -71,11 +94,11 @@ a {
} }
a:active,a:hover { a:active,a:hover {
color: var(--color3); color: var(--color2);
} }
a:visited, a:selected { a:visited, a:selected {
color: var(--color3); color: var(--color2);
} }
...@@ -91,6 +114,14 @@ div#dataPanel{ ...@@ -91,6 +114,14 @@ div#dataPanel{
box-sizing:border-box; box-sizing:border-box;
-moz-box-sizing:border-box; -moz-box-sizing:border-box;
-webkit-box-sizing:border-box; -webkit-box-sizing:border-box;
word-wrap: break-word;
}
div#dataPanel li {
list-style-type: none;
padding: 2px 0 0 0;
margin: 5px 0;
line-height: 1;
} }
div#side input{ div#side input{
......
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