Files
qalbum/gallerystyle.css
2012-03-07 09:32:49 +02:00

236 lines
4.1 KiB
CSS

body {
margin: 5px;
}
.imagebox {
float: left;
text-align: center;
margin-top: 0px;
padding-top: 2px;
padding-left: 8px;
padding-right: 8px;
display: block;
padding-right: 0px;
max-width: 200px;
font-family: sans-serif;
font-size: small;
min-width: 100px;
word-wrap: break-word;
height: 110px;
background-color: white;
cursor: pointer;
}
.pathlink {
word-wrap: break-word;
display: table-cell;
text-align: center;
vertical-align: bottom;
height: 90px;
width: 90px;
}
.pathlinktext {
background-color: white;
opacity: 0.8;
display: block;
}
.pathdetailrow {
float:left;
clear:both;
margin-bottom:1px;
}
.pathdetaillink {
white-space:nowrap;
overflow:hidden;
line-height:80px;
}
.pathdetaillinktext {
background-color: white;
}
.pathsmalllink {
font-size: x-small;
}
.thumbbox {
float: left;
width: 100px;
height: 90px;
}
.pathbox {
float: left;
width: 90px;
height: 90px;
margin-right: 5px;
margin-bottom: 3px;
background-color: #eee;
}
.attachmentbox {
float: left;
clear: both;
}
.thumbimage {
height:90px;
width:90px;
border: 0px;
background-color: #eee;
margin-left: auto;
margin-right: auto;
display: block;
}
#thumbrow {
/*overflow-x:scroll;
overflow-y:hidden;
max-height: 130px;*/
}
#footer {
text-align: center;
font-size: xx-small;
margin-top: 30px;
float: left;
bottom: 0px;
left: 0px;
}
#crumbcontainer {
font-size: x-small;
float: left;
width: 100%;
margin-top: 0px;
margin-bottom:0px;
padding-top: 0px;
padding-bottom: 0px;
}
#pathcontainer {
float: left;
width: 100%;
margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: small;
font-family: sans-serif;
}
#attachmentcontainer {
float: left;
width: 100%;
margin: 100px 10px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: small;
font-family: sans-serif;
}
#listcontainer {
float: left;
width: 100%;
margin: 30px 10px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: small;
font-family: sans-serif;
}
#imagecontainer {
float: left;
width: 100%;
}
#desccontainer {
float: left;
width: 100%;
overflow-y: auto;
height: 40px;
display: none;
text-align: center;
font-family: sans-serif;
font-size: small;
}
#desccontainer a {
text-decoration: none;
color: blue;
}
#thumbcontainer {
float: left;
width: 100%;
}
#preloadcontainer {
display: none;
}
#setupcontainer {
position: absolute;
top: 10px;
left: 10px;
padding: 10px 10px 10px 10px;
z-index:99;
background-color: white;
border: solid 1px black;
}
h1 {
font-size: large;
font-family: sans-serif;
height: 1em;
margin-top:0px;
}
h2 {
font-size: small;
font-family: sans-serif;
height: 1em;
margin-top:0px;
}
.headsmall {
font-size: small;
font-family: sans-serif;
height: 1em;
margin-top:0px;
font-weight: bold;
}
#imagesingle {
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}
.imagebig {
text-align: center;
}
input {
padding: 0px 0px 0px 0px;
}
.rounded {
border: 1px solid #000;
}
.marked {
background-color: #0c0;
}
.markedtext {
cursor: pointer;
}
img {
border: 0px;
}
#arrowleft,#arrowright {
width: 40px;
height: 90px;
text-align:center;
font-size: large;
font-weight: bold;
cursor: pointer;
background-color: #eee;
margin: 2px 2px 2px 2px;
line-height: 40px;
font-family: sans-serif;
}
.thumbmenu {
font-size: small;
margin: 4px 4px 4px 15px;
font-family: sans-serif;
}
.menuitem {
margin: 2px 2px 2px 2px;
cursor: pointer;
background-color: #eee;
}
.arrowtext {
font-size: small;
}
#progressbar {
text-align:left;
color:black;
background-color:black;
border-width:0;
height:1px;
margin-left:0;
margin-bottom: -2px;
margin-top: 2px;
}