facilmap/frontend/app/app.css

252 wiersze
3.2 KiB
CSS
Czysty Zwykły widok Historia

2014-04-07 00:33:49 +00:00
html,body {
2014-12-31 14:54:48 +00:00
height: 100%;
margin: 0;
padding: 0;
2014-04-07 00:33:49 +00:00
}
#map {
2014-04-07 00:33:49 +00:00
height: 100%;
}
2014-04-14 01:47:11 +00:00
#map.fp-overFeature {
cursor: pointer;
}
2014-04-07 23:10:53 +00:00
#map.fp-clickHandler {
cursor: crosshair;
}
.fp-map {
position: relative;
}
.fp-map-disabled-cover {
2014-04-07 00:33:49 +00:00
background-color: #888;
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
2014-04-07 00:33:49 +00:00
}
.fp-map-loading {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
padding:10px;
background: #fff;
z-index:100000;
font-size:1.5em;
font-weight:bold;
}
.fp-toolbox {
2014-04-07 00:33:49 +00:00
position: absolute;
top: 10px;
right: 10px;
2016-10-04 12:43:57 +00:00
opacity: .5;
transition: opacity .7s;
}
.fp-toolbox:hover {
opacity: 1;
2014-04-07 00:33:49 +00:00
}
2015-06-11 22:19:50 +00:00
@media print {
.fp-toolbox {
display: none;
}
}
2016-10-04 13:52:16 +00:00
.checkbox.disabled label {
color: #aaa;
2014-12-14 03:43:05 +00:00
}
2014-12-31 18:18:10 +00:00
table th.sort {
cursor: pointer;
}
2016-10-04 13:52:16 +00:00
.td-buttons {
white-space: nowrap;
width: 1px;
}
.modal-fs {
width: 95%;
}
.messages {
2014-04-07 23:10:53 +00:00
position: absolute;
top: 10px;
width: 50%;
left: 25%;
}
textarea {
height: 5em;
2014-04-09 23:27:12 +00:00
}
2014-04-27 17:39:50 +00:00
.fp-popup {
2014-04-09 23:27:12 +00:00
background: #fff;
position:absolute;
width: 350px;
border-radius: 10px;
box-shadow: 0 0 10px #888;
}
2014-04-27 17:39:50 +00:00
.fp-popup-hidden {
display: none;
}
.fp-popup .content {
height: 200px;
2014-04-09 23:27:12 +00:00
overflow: auto;
padding-bottom: 1.5em;
border-radius: 10px;
2014-04-09 23:27:12 +00:00
}
2014-04-27 17:39:50 +00:00
.fp-popup:before {
content: "";
position: absolute;
border: 0;
border-style: solid;
border-color: transparent #fff;
display: block;
width: 0;
}
.fp-popup-bottom {
2014-12-31 02:24:47 +00:00
margin-top: 51px;
2014-04-27 17:39:50 +00:00
}
.fp-popup-bottom:before {
top: -50px;
border-top-width: 50px;
}
.fp-popup-right {
margin-left: -30px;
}
.fp-popup-right:before {
left: 30px;
border-left-width: 15px;
}
.fp-popup-top {
margin-top: -264px;
}
.fp-popup-top:before {
bottom: -50px;
border-bottom-width: 50px;
}
.fp-popup-left {
margin-left: -319px;
}
.fp-popup-left:before {
right: 30px;
border-right-width: 15px;
}
.fp-popup .buttons {
2014-04-09 23:27:12 +00:00
position: absolute;
background: #fff;
bottom: 0;
left: 0;
right: 15px;
padding: 5px 10px;
2014-04-09 23:27:12 +00:00
box-shadow: 0 0 10px #fff;
border-bottom-left-radius: 10px;
2014-04-09 23:27:12 +00:00
}
2014-04-27 17:39:50 +00:00
.fp-popup .close-button {
2014-04-09 23:27:12 +00:00
position: absolute;
top: 10px;
right: 20px;
text-decoration: none;
2014-04-14 02:43:40 +00:00
}
.pos,.distance {
color: #888;
}
#colour-picker {
background: #fafafa;
width: 171px;
padding: 5px;
border: 1px solid #666;
border-radius: 10px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
list-style-type: none;
margin: 0;
position: absolute;
}
#colour-picker li {
display: inline-block;
margin: 2px;
width: 13px;
height: 13px;
padding: 0;
cursor: pointer;
border: 1px solid #aaa;
}
#colour-picker li:hover {
border-color: #000;
2014-04-27 17:39:50 +00:00
}
2014-12-14 18:13:16 +00:00
.olMap .fmControlLoading {
2014-12-27 16:16:54 +00:00
top: auto;
bottom: 7px;
left: 102px;
2014-12-14 18:13:16 +00:00
right: auto;
}
2014-12-30 14:56:16 +00:00
.fp-map-label {
position: absolute;
background-color: #fff;
z-index: 1010;
border: 1px solid #000;
border-radius: 5px;
padding: 3px 6px;
2014-12-30 14:59:57 +00:00
opacity: .7;
2014-12-30 14:56:16 +00:00
font-weight: bold;
}
2014-04-27 17:39:50 +00:00
/********* z-index **************/
/* jQuery popup has a z-index of 100 */
/* OpenLayers Controls have z-index: 1008 (inside the map viewport) */
.fp-map-disabled-cover {
2014-04-27 17:39:50 +00:00
z-index: 10001;
}
.messages {
2014-04-27 17:39:50 +00:00
z-index: 10002;
}
#colour-picker {
2016-10-04 07:37:11 +00:00
z-index: 1500;
2014-04-27 17:39:50 +00:00
}
#map .fp-popup {
z-index: 1007;
2014-12-27 02:47:21 +00:00
}
.fp-toolbox {
z-index: 1020;
2015-06-11 22:19:50 +00:00
}