Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
default theme css error
Avatar
Lee H
Coastal New England (USA)
Member
Free Members
Offline
Sep 29, 2011 - 7:35 pm

In default.php

line 145 or so:

#spMainContainer .spGroupForumSection:hover,
#spMainContainer .spForumTopicSection:hover,
#spMainContainer .spTopicListSection:hover;
#spMainContainer .spMemberListSection:hover {
    color: <?php echo($itemListColorHover); ?>;
    background: <?php echo($itemListBackGroundHover); ?>;
    border: <?php echo($itemListBorderHover); ?>;
}

needs semicolon replaced with comma at third line.


line 914 or so:

#spMainContainer .spProfileShowSection hr {
    background: <?php echo($alt5Border); ?>;
    border:    <?php echo($alt5Border); ?>;
    color: <?php echo($alt5Border); ?>;
    height: 2px;
}

Well this one is all messed up 😀

Background and Color don't like the border values at all.


line 1464 or so:

#spMainContainer .spButton:hover[disabled],
#spMainContainer .spSubmit:hover[disabled].
#spMainContainer .spControl:hover[disabled] {
    background: #e0e0f0;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

period on second line needs to be a comma


line 2149 or so:

#spMainContainer .spEditor table,
#spMainContainer .spEditor tr,
#spMainContainer .spEditor td {
    margin; 0;
    padding: 0;
    text-align: left;
    line-height: 1em;
    width: auto;
    border: 0;
}

Need a colon where a semicolon is on the margin line.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Sep 29, 2011 - 9:20 pm

ticket open...  havent looked, but possible the border variable is just a color...of course, it cant take a full border style...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625