All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pagedump.galen-pagedump.css Maven / Gradle / Ivy

There is a newer version: 1.6.4
Show newest version
* {
    margin: 0;
    padding: 0;
}

html, body {
    font-size: 1em;
    font-family: helvetica;
    width: 100%;
    height: 100%;
}

body {
    margin-left: 400px;
}

.wrapper {
    padding: 10px;
}
#sidebar {
    position: fixed;
    background: #fafafa;
    z-index: 11;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    overflow: scroll;
    margin-bottom: 210px;
    border-right: 1px solid #ccc;
}
.bottombarstub {
    display: block;
    height: 210px;
}
#bottombar {
    position: fixed;
    background: #fafafa;
    z-index: 12;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    overflow: scroll;
    border-top: 1px solid #ccc;
}

h1, h2, h3 {
    color: #111;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 2em;
}

a {
    color: #1271C4;
}
.image {
    display: inline-block;
    position: relative;
    margin: 20px;
    padding: 10px;
    box-shadow: 0px 0px 10px #999;
}
.image img {
}
.image .canvas {
    position: absolute;
    z-index: 10;
}
.image .canvas .brick {
    position: absolute;
    display: block;
    opacity: 0.3;
    border-radius: 3px;
    box-shadow:inset 1px 1px 2px #000, 1px 1px 2px #000;
}
.image .canvas .brick:hover {
    opacity: 0.6;
}
.image .canvas .brick.selected {
    opacity: 1.0;
    color: #FC8200;
    border: 1px solid #FC8200;
    box-shadow: none;
}
.canvas .brick span{
    display: inline-block;
    background: #00A4FC;
    color: white;
    white-space: nowrap;
    color: white;
    position:absolute;
    padding: 3px;
    font-size: 0.8em;
    top: -22px;
    border-radius:5px;
}
.image .canvas .brick.selected span {
    background: #FC8200;
}



#object-list {
}
#object-list ul {
    list-style: none;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
}
#object-list ul li {
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    cursor: hand;
}
#object-list ul li:hover {
    background: #0095FF;
    color: white;
}
#object-list ul li.selected {
    background: #FFA200;
    color: white;
}
#object-list ul li.selected:hover {
    background: #FF9100;
    color: white;
}


.field-name {
    font-size: 0.8em;
    display: block;
    border-bottom: 1px solid #C0E8FC;
    color: #1698D9;
    margin-bottom: 5px;
}
.field-value {
    display: block;
    margin-bottom: 20px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy