ThePolo
11-09-2005, 04:56 PM
So, I've got the install working properly, and really impressed with it so far. However, the Nuke Block is giving me a slight problem...
At my site www.aman-thul.com (http://www.aman-thul.com), the background for pop-ups shows as blue with a blue border, but I swear that the css is set up for black background (000000) and gray border (212121). Am I missing something in another file (the system.css perhaps?) that's controlling these backgrounds?
/* Pop-up Events Setup */
.popupDate {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFCC;
text-align: left;
background-color: #212121;
}
.popupEventTitle {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
padding: 2px;
vertical-align: middle;
}
.popupEventTime {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #CC9900;
font-weight: normal;
background-color: #323232;
border: 1px solid #212121;
padding: 1px;
}
.popupEventDescription {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #CC9900;
font-weight: normal;
background-color: #323232;
border: 1px solid #000000;
padding: 2px;
}
.popupEventDate {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #FFFFCC;
text-align: center;
vertical-align: middle;
background-color: #212121;
border: 1px solid #000000;
padding: 1px;
}
.popupEnd {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #212121;
}
.popupClose {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #FFFFCC;
text-align: right;
background-color: #212121;
}
.popupCloseBrackets {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #000000;
text-align: right;
background-color: #212121;
}
/*
Any help would be appreciated.
At my site www.aman-thul.com (http://www.aman-thul.com), the background for pop-ups shows as blue with a blue border, but I swear that the css is set up for black background (000000) and gray border (212121). Am I missing something in another file (the system.css perhaps?) that's controlling these backgrounds?
/* Pop-up Events Setup */
.popupDate {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFCC;
text-align: left;
background-color: #212121;
}
.popupEventTitle {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
padding: 2px;
vertical-align: middle;
}
.popupEventTime {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #CC9900;
font-weight: normal;
background-color: #323232;
border: 1px solid #212121;
padding: 1px;
}
.popupEventDescription {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #CC9900;
font-weight: normal;
background-color: #323232;
border: 1px solid #000000;
padding: 2px;
}
.popupEventDate {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #FFFFCC;
text-align: center;
vertical-align: middle;
background-color: #212121;
border: 1px solid #000000;
padding: 1px;
}
.popupEnd {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #212121;
}
.popupClose {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #FFFFCC;
text-align: right;
background-color: #212121;
}
.popupCloseBrackets {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
color: #000000;
text-align: right;
background-color: #212121;
}
/*
Any help would be appreciated.