2005-12-03 17:33:38 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
/* text color */
|
|
|
|
BODY, H1, H3, DT {
|
|
|
|
color:#e0e0e0;
|
|
|
|
}
|
|
|
|
|
|
|
|
H2, #menubar DT, .throw {
|
2005-12-10 16:03:53 +00:00
|
|
|
color: #fff48e;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content .navigationBar {
|
2005-12-10 16:03:53 +00:00
|
|
|
color: #aaaaaa;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
#content .pageNumberSelected {
|
2005-12-10 16:03:53 +00:00
|
|
|
color: #000000;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* backgrounds */
|
|
|
|
BODY {
|
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
H2, H3, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .throw {
|
|
|
|
background-color: #3f3f3f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menubar DL, #content, #imageToolBar {
|
|
|
|
background-color: #5f5f5f;
|
|
|
|
}
|
|
|
|
|
|
|
|
H2, #menubar DT, .throw {
|
2005-12-10 16:03:53 +00:00
|
|
|
background-image: url(images/tableh1_bg.png);
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2005-12-10 16:03:53 +00:00
|
|
|
#imageHeaderBar H2 {
|
|
|
|
background-image: none;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2005-12-03 17:33:38 +00:00
|
|
|
#imageHeaderBar {
|
2005-12-10 16:03:53 +00:00
|
|
|
background-image: url(images/tableh2_bg.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: center;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* borders */
|
|
|
|
#menubar DL, #content, #imageToolBar, #theImage IMG,
|
|
|
|
#comments DIV.comment BLOCKQUOTE {
|
|
|
|
border: 1px solid #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theImage IMG {
|
|
|
|
border-width: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content UL.thumbnail IMG {
|
2005-12-10 16:03:53 +00:00
|
|
|
border: 1px solid #a0a0a0;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
FIELDSET, INPUT, SELECT, TEXTAREA,
|
|
|
|
#content DIV.comment A.illustration IMG, #infos {
|
|
|
|
border: 1px solid gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comments DIV.comment BLOCKQUOTE {
|
|
|
|
border-left: 2px solid #696969;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content UL.thumbnails SPAN.wrap2 {
|
|
|
|
border: 1px solid #aaaaaa; /* thumbnails border color and style */
|
|
|
|
-moz-border-radius: 4px; /* round corners with Geko */
|
|
|
|
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
|
|
|
|
}
|
|
|
|
#content UL.thumbnails SPAN.wrap2:hover {
|
|
|
|
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
|
|
|
}
|
|
|
|
|
|
|
|
H2, #menubar DT, #imageHeaderBar {
|
2005-12-10 16:03:53 +00:00
|
|
|
border-bottom: 1px solid #000000;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* links */
|
|
|
|
A {
|
2005-12-10 16:03:53 +00:00
|
|
|
color: #FFFFFF;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
A:hover {
|
2005-12-10 16:03:53 +00:00
|
|
|
color: #FFF48E;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#imageToolBar A, #imageToolBar A:hover {
|
2005-12-10 16:03:53 +00:00
|
|
|
border-bottom: none;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
A.navThumb, A.navThumb:hover {
|
2005-12-10 16:03:53 +00:00
|
|
|
border-bottom: none;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* others */
|
|
|
|
.pleaseNote {
|
2005-12-10 16:03:53 +00:00
|
|
|
background: #9c9c9c;
|
|
|
|
color: #ffff99;
|
|
|
|
padding: 1ex;
|
|
|
|
font-weight: bold;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
#the_page {
|
2005-12-10 16:03:53 +00:00
|
|
|
border: 1px solid #e0e0e0;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom:30px;
|
|
|
|
text-align:center;
|
|
|
|
display:block;
|
|
|
|
background:#3f3f3f;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|