

/* Custom CSS for Confluence Space "FS Polarstern - Scientific Devices"
SImmoor 2018
*/

/* Table styles */
.wiki-content .confluenceTable {
	width: 100%;
}
.wiki-content table.tablesorter > thead > tr > th {
	background-color: white;
}

/* Image block */
.wiki-content div.sensorweb-image-bar {
    display:block;
    overflow:auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Last image div */
img.sensorweb-image:last-child {
     margin-right: 0;
}

/* Image with shadow box and auto-scaling to 200x200 */
img.sensorweb-image {
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 1px rgba(180, 180, 180, 0.5);
    border-radius: 4px;
    padding: 7px;
    margin: 4px;
    object-fit: scale-down; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 200px;
    width: 200px;
    float: left;
    box-sizing: border-box;
}

/* Highlighting when mouse hovers above image */
img.sensorweb-image:hover {
    box-shadow: 0 0 4px 2px rgba(51, 51, 153, 0.5);
}

/* Documentation / resources list */
ul.resources {
    list-style: none;
}

/* Add file symbol as list bullet */
ul.resources li:before {
    content: "\1f4c4";
    font-size: 1.2em;
    display: block;
    float: left;
    color: #3572b0;
    padding-right: 0.5em;
}

ul.resources li {
	padding-bottom: 0.4em;
	padding-top: 0.4em;
        font-weight: normal;
}

#likes-and-labels-container {
	margin-top: 50px;
	border-top: 1px solid rgb(51,51,153);    /* Color from "Polarstern Handbuch" */
}

