forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			511 lines
		
	
	
	
		
			8.2 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			511 lines
		
	
	
	
		
			8.2 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
html, body {
 | 
						|
    height: 100%;
 | 
						|
    margin: 0;
 | 
						|
    padding: 0;
 | 
						|
}
 | 
						|
 | 
						|
body {
 | 
						|
    font-family: 'Helvetica Neue', Arial, sans-serif;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
#leafletDiv {
 | 
						|
    height: 100%;
 | 
						|
}
 | 
						|
 | 
						|
#geolocate-button {
 | 
						|
    position: absolute;
 | 
						|
    bottom: 25px;
 | 
						|
    right: 50px;
 | 
						|
    z-index: 999; /*Just below leaflets zoom*/
 | 
						|
    background-color: white;
 | 
						|
    border-radius: 5px;
 | 
						|
    border: solid 2px #0005;
 | 
						|
    cursor: pointer;
 | 
						|
    width: 43px;
 | 
						|
    height: 43px;
 | 
						|
}
 | 
						|
 | 
						|
#geolocate-button img {
 | 
						|
    width: 31px;
 | 
						|
    height: 31px;
 | 
						|
    margin: 6px;
 | 
						|
}
 | 
						|
 | 
						|
#geolocate-button > .uielement {
 | 
						|
    display: block;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
#help-button-mobile {
 | 
						|
    display: none;
 | 
						|
}
 | 
						|
 | 
						|
#layer-selection {
 | 
						|
    position: absolute;
 | 
						|
    bottom: 1em;
 | 
						|
    left: 1em;
 | 
						|
    z-index: 9000; 
 | 
						|
    background-color: white;
 | 
						|
    border-radius: 1em;
 | 
						|
    cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
/**************** GENERIC ****************/
 | 
						|
 | 
						|
 | 
						|
.alert {
 | 
						|
    background-color: #fee4d1;
 | 
						|
    font-weight: bold;
 | 
						|
    border-radius: 1em;
 | 
						|
    margin: 0.25em;
 | 
						|
        text-align: center;
 | 
						|
    padding: 0.15em 0.3em;
 | 
						|
}
 | 
						|
 | 
						|
    .question form {
 | 
						|
        display: inline-block;
 | 
						|
        max-width: 90vw;
 | 
						|
        width: 100%;
 | 
						|
    }
 | 
						|
 | 
						|
    .invalid {
 | 
						|
        box-shadow: 0 0 10px #ff5353;
 | 
						|
        display: block;
 | 
						|
        height: min-content;
 | 
						|
    }
 | 
						|
 | 
						|
    .shadow {
 | 
						|
        box-shadow: 0 0 10px #00000066;
 | 
						|
    }
 | 
						|
 | 
						|
    .title-font span {
 | 
						|
        font-size: xx-large !important;
 | 
						|
        font-weight: bold;
 | 
						|
    }
 | 
						|
 | 
						|
    .soft {
 | 
						|
        background-color: #e5f5ff;
 | 
						|
        font-weight: bold;
 | 
						|
        border-radius: 1em;
 | 
						|
        margin: 0.25em;
 | 
						|
        text-align: center;
 | 
						|
        padding: 0.15em 0.3em;
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
    .subtle {
 | 
						|
        color: #999;
 | 
						|
    }
 | 
						|
 | 
						|
    .bold {
 | 
						|
        font-weight: bold;
 | 
						|
    }
 | 
						|
 | 
						|
    .thanks {
 | 
						|
        background-color: #43d904;
 | 
						|
        font-weight: bold;
 | 
						|
        border-radius: 1em;
 | 
						|
        margin: 0.25em;
 | 
						|
        text-align: center;
 | 
						|
        padding: 0.15em 0.3em;
 | 
						|
    }
 | 
						|
 | 
						|
    .clickable {
 | 
						|
        pointer-events: all;
 | 
						|
    }
 | 
						|
 | 
						|
    .page-split {
 | 
						|
        display: flex;
 | 
						|
        height: 100%;
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
    .activate-osm-authentication {
 | 
						|
        cursor: pointer;
 | 
						|
        color: blue;
 | 
						|
        text-decoration: underline;
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
 | 
						|
#searchbox {
 | 
						|
    display: inline-block;
 | 
						|
    text-align: left;
 | 
						|
    background-color: white;
 | 
						|
    transition: all 500ms linear;
 | 
						|
    pointer-events: all;
 | 
						|
    border-radius: 1.3em;
 | 
						|
    margin: 0 0 0.5em;
 | 
						|
    width: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.search {
 | 
						|
    position: relative;
 | 
						|
    float: left;
 | 
						|
    height: 2em;
 | 
						|
    margin-right: 0.5em;
 | 
						|
}
 | 
						|
 | 
						|
#searchbox {
 | 
						|
    width: 100%
 | 
						|
}
 | 
						|
 | 
						|
#searchbox .form-text-field {
 | 
						|
    position: relative;
 | 
						|
    float: left;
 | 
						|
    margin-top: 0.2em;
 | 
						|
    margin-left: 1em;
 | 
						|
    width: calc(100% - 4em)
 | 
						|
}
 | 
						|
 | 
						|
#searchbox input[type="text"] {
 | 
						|
    background: transparent;
 | 
						|
    border: none;
 | 
						|
    font-size: large;
 | 
						|
    width: 100%;
 | 
						|
    box-sizing: border-box;
 | 
						|
}
 | 
						|
 | 
						|
.search-go {
 | 
						|
    position: relative;
 | 
						|
    float: right;
 | 
						|
    height: 1.2em;
 | 
						|
    border: 2px solid black;
 | 
						|
    border-radius: 2em;
 | 
						|
    padding: 0.4em;
 | 
						|
    margin-left: 0.5em;
 | 
						|
    margin-right: 0;
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
    #userbadge {
 | 
						|
        width: 100%
 | 
						|
    }
 | 
						|
 | 
						|
    #userbadge p {
 | 
						|
        margin: 0;
 | 
						|
        padding-top: 0.2em;
 | 
						|
        padding-bottom: 0.2em;
 | 
						|
    }
 | 
						|
 | 
						|
    .add-popup-all-buttons {
 | 
						|
        max-height: 50vh;
 | 
						|
        display: inline-block;
 | 
						|
        overflow-y: auto;
 | 
						|
        width: 100%;
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
 | 
						|
/**************************************/
 | 
						|
 | 
						|
 | 
						|
#topleft-tools {
 | 
						|
    display: block;
 | 
						|
    position: absolute;
 | 
						|
    z-index: 5000;
 | 
						|
    transition: all 500ms linear;
 | 
						|
    overflow: hidden;
 | 
						|
    pointer-events: none;
 | 
						|
    /* Shadow offset */
 | 
						|
    padding: 0.5em 10px 0 0.5em;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.collapse-button {
 | 
						|
    position: absolute;
 | 
						|
    background-color: #e5f5ff;
 | 
						|
    width: 3.5em;
 | 
						|
    border-top-left-radius: 2em;
 | 
						|
    border-bottom-left-radius: 2em;
 | 
						|
    display: inline-block;
 | 
						|
    height:100%;
 | 
						|
    box-shadow: -10px 0 10px -10px #0006;
 | 
						|
}
 | 
						|
 | 
						|
.collapse-button .collapse-button-img{
 | 
						|
    background-color: #e5f5ff;
 | 
						|
}
 | 
						|
 | 
						|
.open-button {
 | 
						|
    width: 2em;
 | 
						|
    border-top-left-radius: 2em;
 | 
						|
    border-bottom-left-radius: 2em;
 | 
						|
    margin-bottom: 10px;
 | 
						|
}
 | 
						|
 | 
						|
.open-button .collapse-button-img {
 | 
						|
    border-radius: 50%;
 | 
						|
    box-sizing: border-box;
 | 
						|
    display: inline-block;
 | 
						|
    padding: 1em;
 | 
						|
    background-color: white; 
 | 
						|
    box-shadow: 0 0 10px #0006;
 | 
						|
}
 | 
						|
 | 
						|
.collapse-button-img {
 | 
						|
    border-radius: 50%;
 | 
						|
    box-sizing: border-box;
 | 
						|
    display: inline-block;
 | 
						|
    padding: 1em;
 | 
						|
    background-color: white;
 | 
						|
    box-shadow: none;
 | 
						|
    margin: 0;
 | 
						|
    
 | 
						|
}
 | 
						|
 | 
						|
.collapse-button-img img{
 | 
						|
    width: 1.5em;
 | 
						|
    margin: 0;
 | 
						|
    padding: 0;
 | 
						|
}
 | 
						|
 | 
						|
#welcomeMessage {
 | 
						|
    display: inline-block;
 | 
						|
    margin-left: 3.5em;
 | 
						|
    border-radius: 0 2em 2em 0;
 | 
						|
    max-width: 40em;
 | 
						|
    width: 45vw;
 | 
						|
    max-height: calc(100vh - 15em);
 | 
						|
    overflow-y: auto;
 | 
						|
}
 | 
						|
 | 
						|
#messagesbox {
 | 
						|
    /*Only shown on big screens*/
 | 
						|
    position: relative;
 | 
						|
    padding: 0;
 | 
						|
    pointer-events: all;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
#centermessage {
 | 
						|
    position: absolute;
 | 
						|
    top: 30%;
 | 
						|
    
 | 
						|
    left: 25%;
 | 
						|
    width: 50%;
 | 
						|
 | 
						|
    font-size: large;
 | 
						|
 | 
						|
    padding: 2em;
 | 
						|
    border-radius: 2em;
 | 
						|
    z-index: 4000;
 | 
						|
    pointer-events: none;
 | 
						|
 | 
						|
    opacity: 1;
 | 
						|
    background-color: white;
 | 
						|
 | 
						|
    transition: opacity 500ms linear;
 | 
						|
 | 
						|
 | 
						|
    text-align: center;
 | 
						|
    horiz-align: center;
 | 
						|
    font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.imgWithAttr {
 | 
						|
    max-height: 20em;
 | 
						|
 | 
						|
    position: relative;
 | 
						|
    overflow: hidden;
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
.attribution {
 | 
						|
    background-color: rgba(0, 0, 0, 0.5);
 | 
						|
    color: white;
 | 
						|
    font-weight: bold;
 | 
						|
    font-size: smaller;
 | 
						|
 | 
						|
    position: absolute;
 | 
						|
    bottom: 0;
 | 
						|
    left: 6em; /* Offset for the go left button*/
 | 
						|
    padding: 0.25em;
 | 
						|
    margin-bottom: 0.25em;
 | 
						|
    border-radius: 0.5em;
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
    .attribution-author {
 | 
						|
        display: inline-block;
 | 
						|
    }
 | 
						|
 | 
						|
    .license {
 | 
						|
        font-size: small;
 | 
						|
        font-weight: lighter;
 | 
						|
    }
 | 
						|
 | 
						|
    .attribution a {
 | 
						|
        color: white;
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
    /***************** Info box (box containing features and questions ******************/
 | 
						|
 | 
						|
    .leaflet-popup-content {
 | 
						|
        width: 40em !important;
 | 
						|
        max-height: 80vh;
 | 
						|
        overflow-y: auto;
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
    .featureinfoboxtitle span {
 | 
						|
        width: unset !important;
 | 
						|
    }
 | 
						|
 | 
						|
    .question .form-text-field > input {
 | 
						|
        width: 100%;
 | 
						|
        box-sizing: border-box;
 | 
						|
    }
 | 
						|
 | 
						|
    .osm-logo path {
 | 
						|
        fill: #7ebc6f;
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
 | 
						|
.infoboxcontents {
 | 
						|
    margin: 1em 0.5em 0.5em;
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.infobox-information {
 | 
						|
    width: 100%;
 | 
						|
    margin-top: 1em;
 | 
						|
}
 | 
						|
 | 
						|
.question {
 | 
						|
    margin-top: 1em;
 | 
						|
    background-color: #e5f5ff;
 | 
						|
    padding: 1em;
 | 
						|
    border-radius: 1em;
 | 
						|
    font-size: larger;
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
.question-text{
 | 
						|
    font-size: larger;
 | 
						|
    font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
.question-text img {
 | 
						|
    max-width: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.question-subtext{
 | 
						|
    font-size: medium;
 | 
						|
    font-weight: normal;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/**** The save button *****/
 | 
						|
 | 
						|
.save {
 | 
						|
    display: inline-block;
 | 
						|
    border: solid white 2px;
 | 
						|
    background-color: #3a3aeb;
 | 
						|
    color: white;
 | 
						|
    padding: 0.2em 0.6em;
 | 
						|
    font-size: x-large;
 | 
						|
    font-weight: bold;
 | 
						|
    border-radius: 1.5em;
 | 
						|
}
 | 
						|
 | 
						|
.login-button-friendly {
 | 
						|
    display: inline-block;
 | 
						|
    border: solid white 2px;
 | 
						|
    background-color: #3a3aeb;
 | 
						|
    color: white;
 | 
						|
    padding: 0.2em 0.6em;
 | 
						|
    font-size: large;
 | 
						|
    font-weight: bold;
 | 
						|
    border-radius: 1.5em;
 | 
						|
    box-sizing: border-box;
 | 
						|
    width: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.save-non-active {
 | 
						|
    display: inline-block;
 | 
						|
    border: solid lightgrey 2px;
 | 
						|
    color: grey;
 | 
						|
    padding: 0.2em 0.3em;
 | 
						|
    font-size: x-large;
 | 
						|
    font-weight: bold;
 | 
						|
    border-radius: 1.5em;
 | 
						|
}
 | 
						|
 | 
						|
/****** ShareScreen *****/
 | 
						|
 | 
						|
.literal-code {
 | 
						|
    display: inline-block;
 | 
						|
    background-color: lightgray;
 | 
						|
    padding: 0.5em;
 | 
						|
    word-break: break-all;
 | 
						|
    color: black;
 | 
						|
    box-sizing: border-box;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.iframe-escape {
 | 
						|
    background-color: white;
 | 
						|
    border-radius: 2em;
 | 
						|
    display: block;
 | 
						|
    width: min-content;
 | 
						|
}
 | 
						|
 | 
						|
.iframe-escape img {
 | 
						|
    padding: 1em;
 | 
						|
    width: 2em;
 | 
						|
    height: 2em;
 | 
						|
}
 | 
						|
 | 
						|
/** Switch layout **/
 | 
						|
.subtle-button {
 | 
						|
    display: flex;
 | 
						|
    flex-wrap: nowrap;
 | 
						|
    flex-direction: row;
 | 
						|
    font-size: large;
 | 
						|
    margin: 0.5em;
 | 
						|
    background-color: #e5f5ff;
 | 
						|
    border-radius: 1em;
 | 
						|
    align-items: center;
 | 
						|
    text-decoration: none;
 | 
						|
    color: black;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.subtle-button a {
 | 
						|
    text-decoration: unset !important;
 | 
						|
    color: unset !important;
 | 
						|
    display: block ruby;
 | 
						|
}
 | 
						|
 | 
						|
.round-button .subtle-button {
 | 
						|
    width: 2em;
 | 
						|
    height: 2em;
 | 
						|
    border-radius: 1em;
 | 
						|
    display: block !important;
 | 
						|
    margin: 0;
 | 
						|
    padding: 0.5em;
 | 
						|
}
 | 
						|
 | 
						|
.small-button .subtle-button {
 | 
						|
    height: 2em;
 | 
						|
}
 | 
						|
 | 
						|
.small-button .subtle-button img {
 | 
						|
    max-height: 1.8em;
 | 
						|
}
 | 
						|
 | 
						|
.subtle-button img {
 | 
						|
    max-width: 3em;
 | 
						|
    height: 3em;
 | 
						|
    margin-right: 0.5em;
 | 
						|
    padding: 0;
 | 
						|
    padding-bottom:0.2em;
 | 
						|
}
 | 
						|
 | 
						|
 |