2017-01-30 21:36:44 +01:00
|
|
|
/* μlogger
|
2013-06-19 13:27:14 +02:00
|
|
|
*
|
2017-01-30 21:36:44 +01:00
|
|
|
* Copyright(C) 2017 Bartek Fabiszewski (www.fabiszewski.net)
|
2013-06-19 13:27:14 +02:00
|
|
|
*
|
|
|
|
* This is free software; you can redistribute it and/or modify it under
|
2017-04-07 00:05:28 +02:00
|
|
|
* the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
2013-06-19 13:27:14 +02:00
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but
|
|
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* General Public License for more details.
|
|
|
|
*
|
2017-04-07 00:05:28 +02:00
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
2013-06-19 13:27:14 +02:00
|
|
|
*/
|
2017-04-09 23:35:55 +02:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background-color: #666;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
a {
|
2019-04-13 19:45:51 +02:00
|
|
|
cursor: pointer;
|
2019-12-31 22:58:10 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: #bce;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
:link, :visited {
|
|
|
|
color: #bce;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
select {
|
|
|
|
font-weight: normal;
|
2019-12-31 22:58:10 +01:00
|
|
|
width: 150px;
|
2013-06-19 13:27:14 +02:00
|
|
|
padding-top: 0.2em;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-22 19:34:56 +01:00
|
|
|
#container {
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
2017-04-14 17:24:09 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#main {
|
2019-12-22 19:34:56 +01:00
|
|
|
flex-grow: 1;
|
|
|
|
order: 1;
|
2013-06-19 13:27:14 +02:00
|
|
|
height: 100%;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#map-canvas {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#menu {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-family: "Open Sans", Verdana, sans-serif;
|
2017-04-15 13:41:21 +02:00
|
|
|
font-size: 0.7em;
|
2013-06-19 13:27:14 +02:00
|
|
|
font-weight: bold;
|
|
|
|
float: right;
|
2019-12-31 22:58:10 +01:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
order: 2;
|
2013-06-19 13:27:14 +02:00
|
|
|
width: 165px;
|
|
|
|
height: 100%;
|
2019-12-31 22:58:10 +01:00
|
|
|
color: white;
|
2013-06-19 13:27:14 +02:00
|
|
|
background-color: #666;
|
2019-12-31 22:58:10 +01:00
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#menu-content {
|
2017-04-14 19:40:29 +02:00
|
|
|
padding: 10px 0 3em 10px;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#footer {
|
2019-12-31 22:58:10 +01:00
|
|
|
line-height: 3em;
|
2013-06-19 13:27:14 +02:00
|
|
|
position: fixed;
|
2019-12-31 22:58:10 +01:00
|
|
|
bottom: 0;
|
2017-04-14 19:40:29 +02:00
|
|
|
width: 165px;
|
|
|
|
padding-left: 10px;
|
2013-06-19 13:27:14 +02:00
|
|
|
color: lightgray;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: rgba(102, 102, 102, 0.9);
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-22 19:34:56 +01:00
|
|
|
#menu-button {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-size: 28px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 28px;
|
2013-06-26 19:58:55 +02:00
|
|
|
position: absolute;
|
2019-12-31 22:58:10 +01:00
|
|
|
z-index: 1900;
|
2019-12-22 19:34:56 +01:00
|
|
|
top: 5px;
|
|
|
|
right: 0;
|
|
|
|
width: 30px;
|
|
|
|
height: 35px;
|
2019-12-31 22:58:10 +01:00
|
|
|
cursor: pointer;
|
2019-12-22 19:34:56 +01:00
|
|
|
text-align: center;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-width: 1px 0 1px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #bce;
|
2013-06-26 19:58:55 +02:00
|
|
|
border-radius: 11px 0 0 11px;
|
2019-12-22 19:34:56 +01:00
|
|
|
background-color: #666;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-22 19:34:56 +01:00
|
|
|
#menu-button a {
|
|
|
|
color: white;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
|
|
|
#menu-button a::after {
|
2019-12-22 19:34:56 +01:00
|
|
|
content: "»";
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-22 19:34:56 +01:00
|
|
|
#menu.menu-hidden {
|
|
|
|
width: 0;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-22 19:34:56 +01:00
|
|
|
#menu.menu-hidden #menu-button {
|
|
|
|
font-weight: normal;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-color: white;
|
|
|
|
background-color: rgba(0, 60, 136, 0.3);
|
2019-12-22 19:34:56 +01:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
|
|
|
#menu.menu-hidden #menu-button a::after {
|
2019-12-22 19:34:56 +01:00
|
|
|
content: "«";
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-22 19:34:56 +01:00
|
|
|
#menu input,
|
|
|
|
#login input {
|
|
|
|
width: 150px;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
|
|
|
#menu input[type="submit"],
|
|
|
|
#login input[type="submit"] {
|
2019-12-22 19:34:56 +01:00
|
|
|
color: white;
|
|
|
|
border: 1px solid white;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: black;
|
2019-12-22 19:34:56 +01:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
|
|
|
#menu input[type="checkbox"] {
|
2019-12-22 19:34:56 +01:00
|
|
|
width: auto;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-22 19:34:56 +01:00
|
|
|
.menu-link {
|
|
|
|
display: block;
|
2019-12-31 22:58:10 +01:00
|
|
|
margin-top: 0.2em;
|
2013-06-26 19:58:55 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-04-13 19:45:51 +02:00
|
|
|
label[for=user] {
|
|
|
|
display: block;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding-top: 1em;
|
2019-04-13 19:45:51 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-04-13 19:45:51 +02:00
|
|
|
.section {
|
|
|
|
display: block;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding-bottom: 10px;
|
2019-04-13 19:45:51 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-04-13 19:45:51 +02:00
|
|
|
.section:first-child {
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-06-29 12:54:32 +02:00
|
|
|
#input-file {
|
2019-04-13 19:45:51 +02:00
|
|
|
display: none;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-05-22 13:39:40 +02:00
|
|
|
#summary div {
|
2019-12-31 22:58:10 +01:00
|
|
|
padding-top: 0.3em;
|
2017-04-09 14:03:43 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-05-22 13:39:40 +02:00
|
|
|
#summary div img {
|
2017-04-09 14:03:43 +02:00
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#login {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-family: "Open Sans", Verdana, sans-serif;
|
|
|
|
font-size: 0.8em;
|
2013-06-19 13:27:14 +02:00
|
|
|
position: relative;
|
|
|
|
top: 10%;
|
|
|
|
width: 30%;
|
|
|
|
min-width: 200px;
|
|
|
|
margin: auto;
|
|
|
|
padding: 30px;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: #444;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#title {
|
|
|
|
font-size: 1.3em;
|
|
|
|
padding-top: 0.6em;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding-bottom: 0.5em;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#subtitle {
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#error {
|
|
|
|
padding-top: 1.2em;
|
|
|
|
color: yellow;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-04-15 13:41:21 +02:00
|
|
|
#popup {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-family: "Open Sans", Verdana, sans-serif;
|
2019-12-31 17:14:13 +01:00
|
|
|
max-width: 25em;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: #666;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#pheader {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-size: 0.9rem;
|
2017-04-09 14:03:43 +02:00
|
|
|
float: left;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding-bottom: 0.5rem;
|
2019-12-31 17:14:13 +01:00
|
|
|
color: #bce;
|
2017-04-09 14:03:43 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-04-09 14:03:43 +02:00
|
|
|
#pheader div {
|
|
|
|
float: left;
|
|
|
|
padding-right: 2em;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-31 17:14:13 +01:00
|
|
|
#pheader div img {
|
|
|
|
background-image: radial-gradient(circle closest-side, #bfbfbc, #666);
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-04-09 14:03:43 +02:00
|
|
|
#pbody {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-size: 0.8rem;
|
|
|
|
line-height: 1.3rem;
|
2017-04-09 14:03:43 +02:00
|
|
|
clear: both;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding-top: 0.2rem;
|
2017-04-09 14:03:43 +02:00
|
|
|
white-space: nowrap;
|
2019-12-31 22:58:10 +01:00
|
|
|
color: #e6e2e2;
|
|
|
|
border-top: 1px solid #bce;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-07-25 23:34:13 +02:00
|
|
|
#pcomments {
|
2016-10-29 14:05:13 +02:00
|
|
|
clear: both;
|
2019-12-31 17:14:13 +01:00
|
|
|
padding: 1em;
|
|
|
|
text-align: center;
|
2019-12-31 22:58:10 +01:00
|
|
|
white-space: normal;
|
|
|
|
color: #e6e6e6;
|
2019-12-31 17:14:13 +01:00
|
|
|
border-radius: 10px;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: #777676;
|
2013-07-25 23:34:13 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-07-27 19:38:00 +02:00
|
|
|
#pimage {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-07-27 19:38:00 +02:00
|
|
|
#pimage img {
|
|
|
|
max-width: 100%;
|
2019-12-31 17:14:13 +01:00
|
|
|
max-height: 25em;
|
2019-12-30 23:33:07 +01:00
|
|
|
cursor: pointer;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-radius: 10px;
|
2019-12-30 23:33:07 +01:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-30 23:33:07 +01:00
|
|
|
#pimage img:hover {
|
|
|
|
opacity: 0.7;
|
2019-07-27 19:38:00 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-04-09 14:03:43 +02:00
|
|
|
#pleft, #pright {
|
|
|
|
display: inline-block;
|
2013-06-19 13:27:14 +02:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-31 17:14:13 +01:00
|
|
|
#pleft img {
|
|
|
|
background-image: radial-gradient(circle closest-side, #bfbfbc, #666);
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-31 17:14:13 +01:00
|
|
|
#pright img {
|
|
|
|
background-image: radial-gradient(circle closest-side, #000, #666);
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-05-22 13:39:40 +02:00
|
|
|
#pbody .smaller {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-size: 0.9em;
|
2019-12-31 17:14:13 +01:00
|
|
|
color: #cacaca;
|
2017-05-22 13:39:40 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#pfooter {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-size: 0.6rem;
|
2013-06-19 13:27:14 +02:00
|
|
|
padding-top: 20px;
|
2019-12-31 17:14:13 +01:00
|
|
|
color: #f0f8ff;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2020-01-13 22:57:13 +01:00
|
|
|
#pfooter div:first-child {
|
|
|
|
width: 40%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pfooter div:last-child {
|
|
|
|
width: 40%;
|
|
|
|
float: right;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2013-06-19 13:27:14 +02:00
|
|
|
#bottom {
|
2020-01-30 23:15:25 +01:00
|
|
|
position: relative;
|
2013-06-21 11:15:09 +02:00
|
|
|
z-index: 10000;
|
2019-12-31 22:58:10 +01:00
|
|
|
display: none;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2016-10-29 14:05:13 +02:00
|
|
|
#chart {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-family: "Open Sans", Verdana, sans-serif;
|
2020-01-30 23:15:25 +01:00
|
|
|
position: absolute;
|
2019-12-16 12:10:33 +01:00
|
|
|
right: 0;
|
2019-12-31 22:58:10 +01:00
|
|
|
bottom: -15px;
|
|
|
|
left: 0;
|
2013-06-19 13:27:14 +02:00
|
|
|
height: 200px;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding: 0 10px;
|
2013-06-19 13:27:14 +02:00
|
|
|
opacity: 0.8;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: white;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-06-29 12:54:32 +02:00
|
|
|
#chart-close {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-size: 0.8em;
|
2020-01-30 23:15:25 +01:00
|
|
|
position: absolute;
|
2013-06-21 11:15:09 +02:00
|
|
|
z-index: 10001;
|
2020-01-30 23:15:25 +01:00
|
|
|
right: 15px;
|
2019-12-31 22:58:10 +01:00
|
|
|
bottom: 160px;
|
2019-04-13 19:45:51 +02:00
|
|
|
cursor: pointer;
|
2019-12-31 22:58:10 +01:00
|
|
|
color: #5070af;
|
2013-06-19 13:27:14 +02:00
|
|
|
}
|
2017-01-30 21:36:44 +01:00
|
|
|
|
|
|
|
.mi {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-style: italic;
|
|
|
|
padding-right: 0.1em;
|
|
|
|
color: white;
|
2017-01-30 21:36:44 +01:00
|
|
|
}
|
2017-02-17 16:41:39 +01:00
|
|
|
|
|
|
|
#modal {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-family: "Open Sans", Verdana, sans-serif;
|
2017-02-17 16:41:39 +01:00
|
|
|
position: fixed;
|
|
|
|
z-index: 10010;
|
|
|
|
top: 0;
|
2019-12-31 22:58:10 +01:00
|
|
|
left: 0;
|
|
|
|
display: block;
|
|
|
|
overflow: auto;
|
2017-02-17 16:41:39 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding-top: 10%;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: black; /* fallback */
|
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
2017-02-17 16:41:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#modal-header {
|
|
|
|
position: relative;
|
2019-12-31 22:58:10 +01:00
|
|
|
top: 20px;
|
2017-02-17 16:41:39 +01:00
|
|
|
width: 40%;
|
|
|
|
min-width: 300px;
|
2019-12-31 22:58:10 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
text-align: right;
|
2017-02-17 16:41:39 +01:00
|
|
|
}
|
|
|
|
|
2017-04-07 22:26:47 +02:00
|
|
|
#modal-header button {
|
|
|
|
border: none;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: rgba(0, 0, 0, 0);
|
2017-04-07 22:26:47 +02:00
|
|
|
}
|
|
|
|
|
2017-02-17 16:41:39 +01:00
|
|
|
#modal-body {
|
|
|
|
font-size: 0.9em;
|
|
|
|
width: 40%;
|
|
|
|
min-width: 300px;
|
2019-12-31 22:58:10 +01:00
|
|
|
margin: 0 auto 15% auto;
|
2017-04-06 19:14:58 +02:00
|
|
|
padding: 1em;
|
2019-12-31 22:58:10 +01:00
|
|
|
color: white;
|
|
|
|
border: 1px solid #888;
|
2017-04-06 19:14:58 +02:00
|
|
|
-moz-border-radius: 10px;
|
|
|
|
-webkit-border-radius: 10px;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-radius: 10px;
|
|
|
|
background-color: rgba(102, 102, 102, 0.9);
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2017-04-06 19:14:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#modal-body .buttons {
|
|
|
|
padding-top: 1em;
|
2017-02-17 16:41:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#modal input[type=text], #modal input[type=password] {
|
2019-12-31 22:58:10 +01:00
|
|
|
display: inline-block;
|
|
|
|
box-sizing: border-box;
|
2017-02-17 16:41:39 +01:00
|
|
|
width: 100%;
|
|
|
|
margin: 0.8em 0;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding: 0.4em;
|
2017-02-17 16:41:39 +01:00
|
|
|
border: 1px solid #ccc;
|
2017-04-06 19:14:58 +02:00
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-radius: 5px;
|
2017-04-06 19:14:58 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-30 23:33:07 +01:00
|
|
|
#modal.image {
|
2019-12-31 22:58:10 +01:00
|
|
|
overflow: hidden;
|
2019-12-30 23:33:07 +01:00
|
|
|
padding-top: 0;
|
|
|
|
background-color: rgba(45, 45, 45, 0.95);
|
|
|
|
}
|
|
|
|
|
|
|
|
#modal.image #modal-body img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
2019-12-31 22:58:10 +01:00
|
|
|
max-height: 87vh;
|
2019-12-30 23:33:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#modal.image #modal-body {
|
|
|
|
width: 90%;
|
|
|
|
text-align: center;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: rgb(45, 45, 45);
|
2019-12-30 23:33:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#modal.image #modal-header {
|
|
|
|
width: 90%;
|
|
|
|
}
|
2017-04-06 19:14:58 +02:00
|
|
|
|
2017-04-09 23:35:55 +02:00
|
|
|
button {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 5px;
|
2017-04-06 23:23:25 +02:00
|
|
|
cursor: pointer;
|
2019-12-31 22:58:10 +01:00
|
|
|
color: white;
|
2017-04-15 13:41:21 +02:00
|
|
|
border: 1px solid white;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #434343;
|
2017-04-06 23:23:25 +02:00
|
|
|
}
|
|
|
|
|
2019-05-15 11:32:36 +02:00
|
|
|
button > * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2017-05-19 10:59:27 +02:00
|
|
|
#cancel {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
2017-04-12 20:16:39 +02:00
|
|
|
.red-button {
|
|
|
|
float: right;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding: 0.1em 0.4em;
|
|
|
|
color: white;
|
2017-04-12 20:16:39 +02:00
|
|
|
-moz-border-radius: 10px;
|
|
|
|
-webkit-border-radius: 10px;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-radius: 10px;
|
|
|
|
background-color: red;
|
2017-04-12 20:16:39 +02:00
|
|
|
}
|
|
|
|
|
2019-12-22 19:34:56 +01:00
|
|
|
#user-menu {
|
2017-04-06 23:23:25 +02:00
|
|
|
position: absolute;
|
2019-12-31 22:58:10 +01:00
|
|
|
display: block;
|
2017-04-06 23:23:25 +02:00
|
|
|
width: 130px;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding: 1em;
|
2017-04-06 23:23:25 +02:00
|
|
|
border: 1px solid #888;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: gray;
|
2017-04-06 23:23:25 +02:00
|
|
|
}
|
|
|
|
|
2019-12-29 13:33:05 +01:00
|
|
|
#user-menu.menu-hidden, a.menu-hidden {
|
2019-12-22 19:34:56 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#user-menu a {
|
2017-04-06 23:23:25 +02:00
|
|
|
display: block;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding-top: 0.5em;
|
|
|
|
padding-bottom: 0.5em;
|
2017-04-06 23:23:25 +02:00
|
|
|
}
|
|
|
|
|
2019-12-31 17:14:13 +01:00
|
|
|
.icon {
|
2019-12-31 22:58:10 +01:00
|
|
|
height: 1.4em;
|
2019-12-31 17:14:13 +01:00
|
|
|
margin-right: 4px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
2017-05-10 14:54:38 +02:00
|
|
|
|
2019-12-31 22:58:10 +01:00
|
|
|
.menu-title {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2017-05-10 14:54:38 +02:00
|
|
|
|
|
|
|
.loader {
|
|
|
|
animation: blink 1s linear infinite;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes blink {
|
2019-12-31 22:58:10 +01:00
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
|
|
|
|
2019-06-29 12:54:32 +02:00
|
|
|
/* chart */
|
|
|
|
.ct-point {
|
|
|
|
transition: 0.3s;
|
2019-12-31 22:58:10 +01:00
|
|
|
stroke-width: 5px !important;
|
2019-06-29 12:54:32 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-06-29 12:54:32 +02:00
|
|
|
.ct-point:hover {
|
|
|
|
cursor: pointer;
|
2019-12-31 22:58:10 +01:00
|
|
|
stroke-width: 10px !important;
|
2019-06-29 12:54:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ct-point-hilight {
|
|
|
|
stroke-width: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ct-point-selected {
|
|
|
|
stroke-width: 10px !important;
|
|
|
|
stroke: #f4c63d !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ct-line {
|
2019-12-31 22:58:10 +01:00
|
|
|
stroke-width: 2px !important;
|
2019-06-29 12:54:32 +02:00
|
|
|
}
|
|
|
|
|
2019-12-16 12:10:33 +01:00
|
|
|
.ct-axis-title {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
/* openlayers 3 popup */
|
|
|
|
.ol-popup {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 12px;
|
|
|
|
left: -50px;
|
|
|
|
min-width: 280px;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding: 15px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 10px;
|
|
|
|
background-color: #666;
|
|
|
|
-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
|
|
|
|
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
|
|
|
.ol-popup::after, .ol-popup::before {
|
|
|
|
position: absolute;
|
2017-09-11 22:10:24 +02:00
|
|
|
top: 100%;
|
|
|
|
width: 0;
|
2019-12-31 22:58:10 +01:00
|
|
|
height: 0;
|
|
|
|
content: " ";
|
2017-09-11 22:10:24 +02:00
|
|
|
pointer-events: none;
|
2019-12-31 22:58:10 +01:00
|
|
|
border: solid transparent;
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
|
|
|
.ol-popup::after {
|
2017-09-11 22:10:24 +02:00
|
|
|
left: 48px;
|
|
|
|
margin-left: -10px;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-width: 10px;
|
|
|
|
border-top-color: #666;
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
|
|
|
.ol-popup::before {
|
2017-09-11 22:10:24 +02:00
|
|
|
left: 48px;
|
|
|
|
margin-left: -11px;
|
2019-12-31 22:58:10 +01:00
|
|
|
border-width: 11px;
|
|
|
|
border-top-color: #ccc;
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-popup-closer {
|
|
|
|
position: absolute;
|
2019-12-31 17:14:13 +01:00
|
|
|
top: -5px;
|
|
|
|
right: -10px;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
background-image: url(../images/close.svg) !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-31 17:14:13 +01:00
|
|
|
.ol-overlay-container {
|
|
|
|
background-color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Google Maps InfoWindow */
|
|
|
|
.gm-style .gm-style-iw-c {
|
|
|
|
background-color: #666 !important;
|
2019-12-31 22:58:10 +01:00
|
|
|
overflow: visible !important;
|
2019-12-31 17:14:13 +01:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-31 17:14:13 +01:00
|
|
|
.gm-style .gm-style-iw-t::after {
|
2019-12-31 22:58:10 +01:00
|
|
|
background: linear-gradient(45deg, rgb(102, 102, 102) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) !important;
|
2019-12-31 17:14:13 +01:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-31 17:14:13 +01:00
|
|
|
.gm-style-iw button {
|
|
|
|
background-image: url(../images/close.svg) !important;
|
|
|
|
background-repeat: no-repeat !important;
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2019-12-31 17:14:13 +01:00
|
|
|
.gm-style-iw button img {
|
|
|
|
visibility: hidden;
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#switcher {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 12px;
|
|
|
|
left: 10px;
|
2019-12-31 22:58:10 +01:00
|
|
|
display: none;
|
2017-09-11 22:10:24 +02:00
|
|
|
min-width: 200px;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-layerswitcher {
|
2019-12-31 22:58:10 +01:00
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: bold;
|
2017-09-11 22:10:24 +02:00
|
|
|
margin: 1px;
|
2019-12-31 22:58:10 +01:00
|
|
|
padding: 0.5em;
|
2017-09-11 22:10:24 +02:00
|
|
|
color: #fff;
|
|
|
|
border: none;
|
|
|
|
border-radius: 2px;
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: rgba(0, 60, 136, 0.5);
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-layerswitcher:hover {
|
2019-12-31 22:58:10 +01:00
|
|
|
background-color: rgba(0, 60, 136, 0.7);
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-layerswitcher label {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
2019-12-31 22:58:10 +01:00
|
|
|
margin: 0.5em 0;
|
2017-09-11 22:10:24 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-layerswitcher label:hover {
|
|
|
|
color: #c8dcf2;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-layerswitcher input {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
label.ol-datalayer {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-datalayer ~ .ol-datalayer {
|
2019-12-31 22:58:10 +01:00
|
|
|
margin-top: 0.5em;
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-switcher-button {
|
|
|
|
top: 6.6em;
|
2019-12-31 22:58:10 +01:00
|
|
|
left: 0.5em;
|
2017-09-11 22:10:24 +02:00
|
|
|
}
|
2019-12-31 22:58:10 +01:00
|
|
|
|
2017-09-11 22:10:24 +02:00
|
|
|
.ol-touch .ol-switcher-button {
|
|
|
|
top: 10em;
|
2019-12-31 22:58:10 +01:00
|
|
|
}
|