Calendar Administration
for Calendar:
Perfusion_System
CSS Settings
CSS File:
Specify the URL for the CSS file. It can be an absolute URL, or one relative to the server's document root. E.g.
http://my.domain.com/css/calcium.css
or just
/css/calcium.css
Inline CSS:
.BlankColumn { border-style: solid; border-width: 1px; border-color: coral; background-color: coral; } .EventCells{ border-style: solid; border-width: 4px; border-color: coral; }
Specify CSS to send back inline. Any valid CSS is ok, e.g.
.SectionHeader {color: gold; background-color: darkblue;} .InlineHelp {font-style: italic;}