Sorry about the delay in getting the new version posted. I've updated the download with the fixes. If you have already installed and edited the skin please apply the below fixes:
Announcement Box Bug
Open: style/Dark-Pun/Dark-Pun.css
Find: Line 176
#brd-announcement {
width:800px;
padding: 0.6em 1em;
margin: 2em auto -3em auto;
border-width:1;
}
Change To:
#brd-announcement {
width:780px;
padding: 0.6em 1em;
margin: 2em auto 2.4em auto;
border-width:1;
}
and... Post Status Indicator Colors
Open: style/Dark-Pun/Dark-Pun_cs.css
Find: Line 411
/* Status indicators
----------------------------------------------------------------*/
.brd .main-content .main-item .icon {
border-color: #EDF1F5 #DDE0E4 #C6CBD3 #BABFC6
}
.brd .main-content .redirect .icon {
border-color: #f4f4f4 #f4f4f4 #f4f4f4 #f4f4f4
}
.brd .main-content .sticky .icon {
border-color: #D7E5F3 #C3CFDC #9FB3C7 #90A2B4
}
.brd .main-content .closed .icon {
border-color: #ACACAC #979797 #898989 #7A7A7A
}
.brd .main-content .sticky .closed {
border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A
}
.brd .main-content .new .icon {
border-color: #2B75AD #235E8C #1F537B #266799
}
Change To:
/* Status indicators
----------------------------------------------------------------*/
.brd .main-content .main-item .icon {
border-color: #FBFBFB #FBFBFB #FBFBFB #CCCCCC
}
.brd .main-content .redirect .icon {
border-color: #FBFBFB #FBFBFB #FBFBFB #000000
}
.brd .main-content .sticky .icon {
border-color: #FBFBFB #FBFBFB #FBFBFB #666666
}
.brd .main-content .closed .icon {
border-color: #FBFBFB #FBFBFB #FBFBFB #999999
}
.brd .main-content .sticky .closed {
border-color: #FBFBFB #FBFBFB #FBFBFB #666666
}
.brd .main-content .new .icon {
border-color: #FBFBFB #FBFBFB #FBFBFB #333333
}
Save & Upload.
Preview
Just to confirm I have tested this skin in the following browsers:
Firefox 3.0.5
Internet Explorer 6
Opera 9.63
AOL Explorer 1.5001.7.1
Google Chrome 1.0.154.43
If anyone has any other problems or finds a bug then please post up here and I'll get on it asap