232 lines
3.3 KiB
CSS
232 lines
3.3 KiB
CSS
/* This just clears away anything that isn't module content */
|
|
|
|
#contentbox
|
|
{
|
|
width: 90% !important;
|
|
}
|
|
|
|
.editBar,
|
|
.liveEditIndicator,
|
|
div[align="center"] > div:first-child,
|
|
div[align="center"] > table,
|
|
#BreadCrumbOwner,
|
|
div[align="center"] > div:last-child
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
body,
|
|
table,
|
|
div[align="center"] > div
|
|
{
|
|
background: none !important;
|
|
}
|
|
|
|
/* END clear all non-module content */
|
|
|
|
|
|
.sidebar,
|
|
.contentMain,
|
|
.header,
|
|
.liveEditControl,
|
|
.moduleContentNew .side a.prevMonth,
|
|
.moduleContentNew .side a.nextMonth,
|
|
.moduleContentNew .side a.selectYear,
|
|
.moduleContentNew .side h4.jump,
|
|
.moduleContentNew .side ol,
|
|
.moduleContentNew .calendar a.button,
|
|
.moduleContentNew .viewMap,
|
|
.eventHeader,
|
|
.viewHeader a.arrow,
|
|
.viewHeader .yearSelect span,
|
|
.weekEventDetails,
|
|
.weekdayTitle a,
|
|
.expandAll,
|
|
.moduleContentNew .viewHeader .monthSelect a span,
|
|
.monthShowMore,
|
|
.eventDetails .viewHeader a,
|
|
.specificDetailFacility
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
*
|
|
{
|
|
background: none !important;
|
|
color: #333 !important;
|
|
}
|
|
|
|
.moduleContentNew .printHeader
|
|
{
|
|
display: block;
|
|
font-size: 15pt;
|
|
margin: 0px 0px 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.listView
|
|
{
|
|
display: block !important;
|
|
}
|
|
|
|
.moduleContentNew
|
|
{
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.moduleContentNew .monthGrid .monthItem
|
|
{
|
|
font-size: .8em !important;
|
|
}
|
|
|
|
.moduleContentNew .contentMain
|
|
{
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.moduleContentNew .side .calendar
|
|
{
|
|
margin-top: .6em;
|
|
}
|
|
|
|
.moduleContentNew .side .calendar table
|
|
{
|
|
border: 1px solid #999;
|
|
}
|
|
|
|
.moduleContentNew .side .calendar thead
|
|
{
|
|
border-bottom: 1px solid #999;
|
|
}
|
|
|
|
.moduleContentNew .side .calendar td a
|
|
{
|
|
border: 1px solid #999;
|
|
}
|
|
|
|
.moduleContentNew .calendars
|
|
{
|
|
margin-left: 270px !important;
|
|
}
|
|
|
|
.moduleContentNew .calendars .calendar h2
|
|
{
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.moduleContentNew .weekView
|
|
{
|
|
float: none;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
.moduleContentNew .weekView .weekdayTitle
|
|
{
|
|
color: #666;
|
|
}
|
|
|
|
.moduleContentNew .viewHeader .weekHeader,
|
|
.moduleContentNew .monthView .viewHeader
|
|
|
|
{
|
|
margin: 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.moduleContentNew .viewHeader .weekSelect,
|
|
.moduleContentNew .viewHeader .yearSelect,
|
|
.moduleContentNew .viewHeader .monthSelect
|
|
{
|
|
padding: 0px 10px;
|
|
width: auto;
|
|
}
|
|
|
|
.moduleContentNew .monthView .viewHeader .yearSelect
|
|
{
|
|
border: none;
|
|
padding: 0px;
|
|
width: auto;
|
|
}
|
|
|
|
.moduleContentNew .weekList,
|
|
.moduleContentNew .weekdayRow,
|
|
.moduleContentNew .weekView .weekdayEvents
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
.moduleContentNew .weekdayTitle
|
|
{
|
|
width: 11%;
|
|
}
|
|
|
|
.moduleContentNew .weekdayEventsRow
|
|
{
|
|
width: 87%;
|
|
}
|
|
|
|
.moduleContentNew .weekList .weekEvent
|
|
{
|
|
width: 75%;
|
|
}
|
|
|
|
.moduleContentNew .weekList .weekTime
|
|
{
|
|
width: 20%;
|
|
}
|
|
|
|
.moduleContentNew .detailDateDesc
|
|
{
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.moduleContentNew .monthBody td {
|
|
padding: 1px 1px !important;
|
|
}
|
|
|
|
.moduleContentNew td.monthHeader
|
|
{
|
|
font-size: 10pt;
|
|
}
|
|
|
|
.specificDetailItem a
|
|
{
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.specificDetailItem a:after
|
|
{
|
|
content: " (" attr(href) ")";
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
text-decoration: none !important;
|
|
cursor: default;
|
|
}
|
|
|
|
.commonToolbar,
|
|
.cpToolbars,
|
|
.cpToolbar,
|
|
.alerttoolbar,
|
|
.detailsTooltip,
|
|
.tooltipInner,
|
|
.miniPopoutTop,
|
|
.miniPopoutBtm,
|
|
.footer
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
body > div[align="center"],
|
|
body > div[align="left"],
|
|
body > div[align="right"]
|
|
{
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
body.printPreview
|
|
{
|
|
min-width: 800px;
|
|
}
|