Support Forum
default theme css error
Lee H
Coastal New England (USA)
Member
Free Members
OfflineIn 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.
ticket open... havent looked, but possible the border variable is just a color...of course, it cant take a full border style...
Visit Cruise Talk Central and Mr Papa's World
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
Stefano Prete: 325
Carlos: 291
Member Stats:
Guest Posters: 621
Members: 17382
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10142
Posts: 79667
Support Forum
All RSS