Thu, 06 Apr 2017 17:18:24 +0200
finishing first release
body { font-family: Monospace; background-color: #000000; margin: 0px; overflow: hidden; font-size: 10pt; } h2 { font-size: 12pt; } #info { color: #fff; position: absolute; top: 10px; width: 100%; text-align: center; z-index: 100; display:block; } a { color: skyblue } .button { background:#999; color:#eee; padding:0.2em 0.5em; cursor:pointer } .highlight { background:orange; color:#fff; } span { display: inline-block; width: 60px; float: left; text-align: center; } #sortable1, #sortable2 { border: 1px solid #eee; width: 142px; /*min-height: 20px;*/ list-style-type: none; margin: 0; padding: 5px 0 0 0; float: left; margin-right: 10px; } #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 120px; background: rgba(0,0,0,0.5); } .listcontainer { width: 157px; height: 500px; overflow-y: auto; overflow-x: hidden; float: left; } .listcontainer ul { min-height: 420px; } .listcontainer ul li:hover { cursor: pointer; } .listcontainer span { } .infocontainer { width: 300px; float: right; border: 1px solid #eee; color: #fff; background: rgba(0,0,0,0.5); text-align: left; } .infocontainer img { margin-top: 10px; width: 100%; cursor: pointer; } #infocontainer { padding-left: 10px; padding-bottom: 10px; overflow-y: auto; overflow-x: auto; } #infocontainer ul { margin-left: 0; padding: 0; list-style-position: inside; }