2005-12-03 17:33:38 +00:00
|
|
|
|
|
|
|
/* text color */
|
2008-11-04 01:47:48 +00:00
|
|
|
BODY, H1, H3,
|
2010-11-25 21:26:29 +00:00
|
|
|
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
2008-03-26 00:55:19 +00:00
|
|
|
color:#d0d0d0;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2008-08-22 00:45:03 +00:00
|
|
|
H2, #menubar DT {
|
2010-12-14 06:45:52 +00:00
|
|
|
color: #ffff80;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2007-03-09 23:30:03 +00:00
|
|
|
|
2005-12-03 17:33:38 +00:00
|
|
|
/* backgrounds */
|
|
|
|
|
2011-01-03 20:39:45 +00:00
|
|
|
BODY, H3, #imageToolBar A:hover {
|
2008-03-26 00:55:19 +00:00
|
|
|
background-color: #2f2f2f;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2011-01-03 20:39:45 +00:00
|
|
|
#menubar DL, .content, #imageToolBar, #imageHeaderBar, .header_notes {
|
2008-03-26 00:55:19 +00:00
|
|
|
background-color: #505050;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2008-08-22 00:45:03 +00:00
|
|
|
H2, #menubar DT {
|
2008-03-26 00:55:19 +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 {
|
2008-03-26 00:55:19 +00:00
|
|
|
background-image: none;
|
2011-01-03 20:39:45 +00:00
|
|
|
border: 0;
|
2005-12-10 16:03:53 +00:00
|
|
|
}
|
2006-02-28 04:28:06 +00:00
|
|
|
|
2005-12-03 17:33:38 +00:00
|
|
|
#imageHeaderBar {
|
2008-10-03 23:48:03 +00:00
|
|
|
border-top: 1px solid #000;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
2007-03-09 23:30:03 +00:00
|
|
|
|
2005-12-03 17:33:38 +00:00
|
|
|
/* borders */
|
2008-08-21 01:14:03 +00:00
|
|
|
#menubar DL, .content{
|
2008-10-03 23:48:03 +00:00
|
|
|
border: 1px solid #000;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2006-05-28 01:19:05 +00:00
|
|
|
H2, #menubar DT, #imageToolBar {
|
2008-10-03 23:48:03 +00:00
|
|
|
border-bottom: 1px solid #000;
|
2006-05-28 01:19:05 +00:00
|
|
|
}
|
|
|
|
|
2005-12-03 17:33:38 +00:00
|
|
|
FIELDSET, INPUT, SELECT, TEXTAREA,
|
2011-01-03 20:39:45 +00:00
|
|
|
.content .thumbnailCategory ,
|
|
|
|
.thumbnails .wrap2 {
|
2008-03-26 00:55:19 +00:00
|
|
|
border: 1px solid gray;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
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 {
|
2008-03-26 00:55:19 +00:00
|
|
|
background-color: #faebd7;
|
|
|
|
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
|
|
|
color: black;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
2007-02-16 03:06:41 +00:00
|
|
|
|
2005-12-03 17:33:38 +00:00
|
|
|
/* links */
|
2010-11-25 21:26:29 +00:00
|
|
|
A, INPUT.rateButton {
|
2008-10-03 23:48:03 +00:00
|
|
|
color: #fff;
|
2005-12-03 17:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
A:hover {
|
2010-12-14 06:45:52 +00:00
|
|
|
color: #ffff80;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pwg-icon {
|
2010-12-16 05:44:29 +00:00
|
|
|
background-image: url(../default/s26/outline_ffffff.png);
|
2010-12-14 06:45:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
A:hover .pwg-icon {
|
2010-12-16 05:44:29 +00:00
|
|
|
background-image: url(../default/s26/outline_ffff80.png);
|
2010-12-14 06:45:52 +00:00
|
|
|
}
|
|
|
|
|