2005-12-03 17:33:38 +00:00
|
|
|
|
|
|
|
/* text color */
|
2006-07-29 09:57:24 +00:00
|
|
|
BODY, H1, H2, H3, DT,
|
2010-11-25 21:26:29 +00:00
|
|
|
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
2008-08-22 00:45:03 +00:00
|
|
|
color:#696969; /* dimgray */
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* backgrounds */
|
2008-08-22 00:45:03 +00:00
|
|
|
BODY, H3 {
|
|
|
|
background-color: #ffffff; /* white */
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2008-08-22 00:45:03 +00:00
|
|
|
H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
|
|
|
|
background-color: #d3d3d3;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2008-05-20 00:27:26 +00:00
|
|
|
#menubar DL, .content, #imageToolBar, .header_notes {
|
2005-12-03 17:33:38 +00:00
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* borders */
|
2008-08-21 01:14:03 +00:00
|
|
|
#menubar DL, .content, #imageToolBar {
|
2005-12-03 17:33:38 +00:00
|
|
|
border: 1px solid #d3d3d3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theImage IMG {
|
2008-08-21 01:14:03 +00:00
|
|
|
border: 3px solid #d3d3d3;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2010-12-26 06:21:26 +00:00
|
|
|
/*I think this rule is never used*/
|
2008-05-20 00:27:26 +00:00
|
|
|
.content UL.thumbnail IMG {
|
2005-12-03 17:33:38 +00:00
|
|
|
border: 1px solid #a0a0a0;
|
|
|
|
}
|
|
|
|
|
|
|
|
FIELDSET, INPUT, SELECT, TEXTAREA,
|
2010-12-23 22:03:35 +00:00
|
|
|
.content .thumbnailCategory {
|
2005-12-03 17:33:38 +00:00
|
|
|
border: 1px solid gray;
|
|
|
|
}
|
|
|
|
|
2010-12-26 06:21:26 +00:00
|
|
|
.thumbnails .wrap2 {
|
2005-12-03 17:33:38 +00:00
|
|
|
border: 1px solid #aaaaaa; /* thumbnails border color and style */
|
|
|
|
}
|
2007-02-13 22:42:27 +00:00
|
|
|
|
2010-12-26 06:21:26 +00:00
|
|
|
.thumbnails .wrap2:hover,
|
|
|
|
.content .thumbnailCategories .thumbnailCategory:hover,
|
|
|
|
.content .thumbnailCategories .thumbnailCategory:hover A {
|
2007-02-16 21:28:50 +00:00
|
|
|
background-color: #faebd7;
|
2005-12-03 17:33:38 +00:00
|
|
|
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
2007-02-13 22:42:27 +00:00
|
|
|
color: black;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* links */
|
2010-11-25 21:26:29 +00:00
|
|
|
A, INPUT.rateButton {
|
2010-12-12 12:22:49 +00:00
|
|
|
color: #005e89;
|
|
|
|
background: transparent;
|
|
|
|
border-bottom: 1px dotted #005e89;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2010-11-25 21:26:29 +00:00
|
|
|
A:hover, INPUT.rateButton:hover {
|
2010-12-16 05:44:29 +00:00
|
|
|
color: #808060;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2010-12-16 05:44:29 +00:00
|
|
|
A.pwg-state-default {
|
|
|
|
border: 0;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
A.navThumb, A.navThumb:hover {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2006-03-01 04:33:52 +00:00
|
|
|
/*calendar elements*/
|
2010-11-22 20:13:09 +00:00
|
|
|
.calItem, .calItemEmpty
|
2006-03-03 01:57:39 +00:00
|
|
|
{
|
|
|
|
border: 1px solid silver;
|
|
|
|
}
|
2006-03-01 04:33:52 +00:00
|
|
|
|
2010-12-16 05:44:29 +00:00
|
|
|
#qsearchInput { color: #005e89; }
|
|
|
|
|
|
|
|
.pwg-icon {
|
|
|
|
background-image: url(../default/s26/outline_005e89.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
A:hover .pwg-icon {
|
|
|
|
background-image: url(../default/s26/outline_808060.png);
|
|
|
|
}
|
|
|
|
|