2008-10-06 21:44:05 +00:00
|
|
|
|
|
|
|
/* Maybe some cleanup has to be done there TODO */
|
2008-09-14 00:33:53 +00:00
|
|
|
#imageHeaderBar {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
margin-top: 4px;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#imageHeaderBar .browsePath {
|
|
|
|
float: left;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#imageHeaderBar .imageNumber {
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#imageHeaderBar H2 {
|
|
|
|
text-align: center;
|
|
|
|
padding: 0;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
#imageToolBar {
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
clear: both;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#imageToolBar {
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
#imageToolBar A, #imageToolBar IMG {
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
margin: 0; padding: 0;
|
|
|
|
}
|
|
|
|
#imageToolBar A { width: 48px; }
|
|
|
|
#imageToolBar IMG { margin: 2px auto; }
|
|
|
|
#imageToolBar .randomButtons A { float: left; }
|
|
|
|
#imageToolBar .navButtons A { float: right; }
|
|
|
|
|
|
|
|
#theImage {
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theImage>IMG {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theImage IMG {
|
|
|
|
border-width: 3px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navThumb {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
#thumbPrev {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#thumbNext {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#linkPrev {
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#linkNext {
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
TABLE.infoTable .value {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
TABLE.infoTable .label {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
TABLE.infoTable TD.value UL {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 0 1.5em;
|
|
|
|
list-style-type: square;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comments {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comments .comment {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comments P {
|
|
|
|
margin: 0 0.5em 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comments .author {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#thePicturePage #comments BLOCKQUOTE {
|
|
|
|
margin: 0.5em 1em 1em 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comments P.userCommentDelete {
|
|
|
|
float: right;
|
|
|
|
margin: 0 0.5em 0 0;
|
|
|
|
}
|