Rev 0.1 - 9-Jan-2008 warren@sfu.ca https://cgi.sfu.ca/~bookings/ ----- [These are only a guide for the new version, many changes must now be made in mrbs.css.php- you should also choose a theme (e.g. classic126.inc) and copy and modify it. padding: 0px; ] Derek's Quick MRBS Customization Notes - [ ] day.php, week.php, month.php, year.php - [ ] day.php: comment out area display code (we only have one area) start: #Show all available areas comment out echo statements and single-line if statements - [ ] change date format #Show current date echo "
| tag just below $t = mktime( 12, 0, 0, $month, $day+$j, $year); - [ ] edit_entry.php - [ ] "Use Control-Click to select more than one room": change to Command-Click on MacOS; Control-Click on Windows - [ ] add tags between radio buttons and checkboxes -- Derek's MRBS CSS - begin -- H3 { color:#440000; font-size: 200%; } /* DMW - make the titles big and blood^H^H^H^H^HSFU red! */ BODY {color:black; font-size: 10pt; font-family:helvetica,sans-serif; /* DMW - Helvetica, not Arial--repeat throughout this file*/ background-color:#ffffff} A:link {color:#2B3976; font-weight: bold; text-decoration: none} /* DMW - new link colour */ A:visited {color:#5B69A6; font-weight: bold; text-decoration: none} A:hover {color:red; text-decoration:underline} H1 {color:black; font-family:helvetica,sans-serif; font-size:16pt} H2 {color:black; font-family:helvetica,sans-serif; font-size:14pt} H3 {font-family:helvetica,sans-serif} TD {font-size:10pt; font-family:helvetica,sans-serif; border-width:1; vertical-align:top} TD.header {color:black; font-family:helvetica,sans-serif; border-width:0; background-color:#ffffdd; font-size:26pt} TD.CR { vertical-align: middle; text-align: right} TD.CL { vertical-align: middle; text-align: left} TD.BR { vertical-align: baseline; text-align: right} TD.BL { vertical-align: baseline; text-align: left} TD.TR { vertical-align: top; text-align: right} TD.TL { vertical-align: top; text-align: left} td form { margin:0; } /* Prevent IE from displaying margins around forms in tables. */ TD.unallocated {color:gray} TD.allocated {color:black} A:link.unallocated {color:#9BA9E6} A:link.allocated {color:#5B69A6} A:hover.unallocated {color:red} A:hover.allocated {color:red} A.blue {color:blue} A:visited.blue {color:blue} A:hover.blue {color:red} TH {color:#eeeeee; font-size:10pt; font-family:helvetica,sans-serif; background-color:#eeeeee; /* DMW - white background */ border-width:1; border-color:#999999; vertical-align:top} TD.banner {vertical-align:middle; background-color:#eeeeee} /* DMW - white background */ TD.blue {background-color:#F0F0FF} TD.red { background-color: #FFFF8F; color: #000; } /* DMW - new colour */ TD.green {background-color:#DDFFDD} TD.A {background-color:#ddffff} /* DMW - new colour */ TD.B {background-color:#99CCCC} TD.C {background-color:#FF9999} TD.D {background-color:#FFFF99} TD.E {background-color:#C0E0FF} TD.F {background-color:#FFCC99} TD.G {background-color:#FF6666} TD.H {background-color:#66FFFF} TD.I {background-color:#DDFFDD} TD.J {background-color:#CCCCCC} TD.white {background-color:#FFFFFF} TD.calendar { border:0px; font-size: 8pt} TD.calendarHeader {border:0px; font-size: 10pt} FONT.calendarHighlight {color: red} TD.even_row {background-color:#FFFFFF} /* Even rows in the day view */ TD.odd_row {background-color:#e0e0e0} /* Odd rows in the day view */ TD.highlight {background-color:#AABBFF; border-style:solid; border-width:1; border-color:#0000AA;} /* The highlighted cell under the cursor */ .naked { margin: 0; padding: 0; border-width:0} /* Invisible tables used for internal needs */ .sitename {font-size: 18px; font-style: normal; font-weight: bold; text-transform: none; color:#ffffff; position: absolute; left:30; top:12} TD.month {font-size: 8pt; background-color:#FFFFFF} .monthday {font-size: 12pt; vertical-align: top; text-align: left} -- Derek's MRBS CSS - end -- |
|---|