Quote:
Originally Posted by Kiint
Anyone have any ideas on this. I've been searching the templates and testing things out but don't have the knowledge to fix this.
|
Add this for your color change:
in additional.css
.eventbody .eventrow {
background-color: #000000;
}
Or in the Template: calendar_rsvp_form
Code:
<style type="text/css">
.eventbody .eventrow {
background-color: #252525;
}
</style>
<vb:if condition="$bbuserinfo['userid'] AND $expires[0]>=0">
<div class="eventbody"><div class="eventrow">
<vb:if condition="$lv_vb_eventforums_threadid AND THIS_SCRIPT=='showthread'">
<form action="showthread.php?t={vb:var lv_vb_eventforums_threadid}&day={vb:var rsvp_day}" method="post">
<vb:else />
<form action="calendar.php?do=getinfo&e={vb:var eventinfo.eventid}&day={vb:var rsvp_day}" method="post">
</vb:if>
<input type="hidden" name="do" value="getinfo" />
<input type="hidden" name="cdo" value="rsvp" />
<input type="hidden" name="day" value="{vb:var rsvp_day}" />
<input type="hidden" name="e" value="{vb:var eventinfo.eventid}" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<vb:if condition="$expires[unixdate]">
<vb:if condition="$myrsvp">
<b>{vb:phrase calendar_rsvp_yoursvp, {vb:var rsvp_day_formatted}, {vb:var myrsvp}}</b><br />
<vb:if condition="$eventinfo[rsvp_attendeelimit]">{vb:phrase rsvp_attendeelimit, {vb:var rsvp_attendeelimit}, {vb:var eventinfo.spotsopen}}<br/></vb:if>
<font class="smallfont"><i>{vb:phrase calendar_rsvp_maychangeby, {vb:var expires.date}}</i></font>
<vb:else />
<b>{vb:phrase calendar_rsvp_attendquestion {vb:var rsvp_day_formatted}}</b><br />
<vb:if condition="$eventinfo[rsvp_attendeelimit]">{vb:phrase rsvp_attendeelimit, {vb:var eventinfo.rsvp_attendeelimit},{vb:var eventinfo.spotsopen}}<br/></vb:if>
<font class="smallfont"><i>{vb:phrase calendar_rsvp_changeby, {vb:var expires.date}}</i></font>
</vb:if>
<br/>
<vb:else />
<vb:if condition="$myrsvp">
<b>{vb:phrase calendar_rsvp_yoursvp, {vb:var rsvp_day_formatted}, {vb:var myrsvp}}</b><br />
<font class="smallfont"><i>${vb:phrase calendar_rsvp_maychange}</i></font>
<vb:else />
<b><phrase 1="$rsvp_day_formatted">{vb:phrase calendar_rsvp_attendquestion}</b><br />
<font class="smallfont"><i>{vb:phrase calendar_rsvp_changelater}</i></font>
</vb:if>
<br/>
</vb:if>
{vb:raw rsvp_form_responses}<br \>
<vb:if condition="$eventinfo['rsvp_max_guests']">
<i>{vb:rawphrase calendar_rsvp_guests_prompt} <input type="text" name="guests" id="guests" size="3" value="{vb:var myguests}">
{vb:phrase calendar_rsvp_guests}. ({vb:phrase calendar_rsvp_guest_limit, {vb:var eventinfo.rsvp_max_guests}})</i>
</vb:if>
<vb:if condition="$maxlength">
<table>
<tr>
<td><b>{vb:phrase comment}:</b><br \>
<td align="right"><font class="smallfont"><i>({vb:phrase calendar_rsvp_maxlength} = {vb:var maxlength})</i></font></td>
</tr>
<tr>
<td colspan="2">
<textarea name="comment" rows="2" cols="80">{vb:var mycomment}</textarea>
</td>
</tr>
</table><br/>
</vb:if>
<input type="submit" class="button" value="{vb:phrase submit}" />
</form>
</div></div>
</vb:if>
<vb:if condition="$expires[0]<0">
<div class="eventbody"><div class="eventrow"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr><td class="alt2" align="center" valign="center" height="50"><font size="2"><b>{vb:phrase calendar_rsvp_closed}</b></font></td></tr>
</table></div></div>
</vb:if>