User:Bill Flanagan/monobook.css

From OpenWetWare
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.OWWNB1cpYearNavigation,
.OWWNB1cpMonthNavigation{
	background-color:#EEEEEE;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}
.OWWNB1cpDayColumnHeader,
.OWWNB1cpYearNavigation,
.OWWNB1cpMonthNavigation,
.OWWNB1cpCurrentMonthDate,
.OWWNB1cpCurrentMonthDateFilled,
.OWWNB1cpCurrentMonthDateDisabled,
.OWWNB1cpOtherMonthDate,
.OWWNB1cpOtherMonthDateFilled,
.OWWNB1cpOtherMonthDateDisabled,
.OWWNB1cpCurrentDate,
.OWWNB1cpCurrentDateFilled,
.OWWNB1cpCurrentDateDisabled,
.OWWNB1cpTodayText,
.OWWNB1cpTodayTextFilled,
.OWWNB1cpTodayTextDisabled,
.OWWNB1cpText{
	font-family:arial;
	font-size:8pt;
}
TD.OWWNB1cpDayColumnHeader{
	text-align:right;
	border-color:#CCCCCC;
	border-width:0 0 1px 0;
}
.OWWNB1cpCurrentMonthDateFilled,
.OWWNB1cpCurrentMonthDate,
.OWWNB1cpOtherMonthDateFilled,
.OWWNB1cpOtherMonthDate,
.OWWNB1cpCurrentDateFilled,
.OWWNB1cpCurrentDate{
	text-align:right;
	text-decoration:none;
}
.OWWNB1cpCurrentMonthDateDisabled,
.OWWNB1cpOtherMonthDateDisabled,
.OWWNB1cpCurrentDateDisabled{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.OWWNB1cpCurrentMonthDateFilled,
.OWWNB1cpOtherMonthDateFilled,
.OWWNB1cpCurrentDateFilled{
	color:#E0E0E0;
	background-color: #FF0000;
	text-align:right;
}
.OWWNB1cpCurrentMonthDateFilled{
}
.OWWNB1cpCurrentMonthDate{
}
.OWWNB1cpCurrentDate{
	color: #000000;
	font-weight:bold;
}
.OWWNB1cpCurrentDateFilled{
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight:bold;
}
.OWWNB1cpOtherMonthDate{
	color:#808080;
}
.OWWNB1cpOtherMonthDateFilled{
	color:#909090;
}
TD.OWWNB1cpCurrentDate{
	color:#000000;
	background-color: transparent;
	border-width:1px;
	border:solid thin #CCCCCC;
}
TD.OWWNB1cpCurrentDateFilled{
	color:#FF0000;
	background-color: transparent;
	border-width:1px;
	border:solid thin #CCCCCC;
}
TD.OWWNB1cpCurrentDateDisabled{
	border-width:1px;
	border:solid thin #FFAAAA;
}
TD.OWWNB1cpTodayText,
TD.OWWNB1cpTodayTextDisabled,
TD.OWWNB1cpTodayTextFilled{
	border:solid thin #CCCCCC;
	border-width:1px 0 0 0;
}
A.OWWNB1cpTodayText,
A.OWWNB1cpTodayTextFilled,
SPAN.OWWNB1cpTodayTextDisabled{
	height:20px;
}
A.OWWNB1cpTodayText,
A.OWWNB1cpTodayTextFilled{
	font-weight:bold;
}
SPAN.OWWNB1cpTodayTextDisabled{
	color:#D0D0D0;
}
SPAN.OWWNB1cpTodayTextFilled{
	color:#FFFFFF;
        background-color:#000000;
}
.OWWNB1cpBorder{
	border: 0px;
}

.messagebox{
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}

/* top area w/ month title and buttons */
.full-calendar-title {
	text-align: left;
}	
.full-calendar-buttons {
	float: right;
	margin: 0 0 1em;
}	
.full-calendar-buttons button {
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 1em;
}	
.full-calendar-buttons button span {
	padding: 0 10px;
}	
/* To always display the "today" button:
 *
 * .full-calendar-buttons button.today {
 *    visibility: visible !important;
 *    }
 */	
/* table layout & outer border */
.full-calendar-month-wrap {
	clear: both;
	border: 1px solid #ccc; /* outer border color & style */
}	
.full-calendar-month {
	width: 100%;
	overflow: hidden;
}
.full-calendar-month table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* cell styling */	
.full-calendar-month th,
.full-calendar-month td.day {
	padding: 0;
	vertical-align: top;
	border-style: solid;    /* inner border style */
	border-color: #ccc;     /* inner border color */
	border-width: 1px 0 0 1px;
}	
.full-calendar-month th {
	border-top: 0;
	text-align: center;
}	
.full-calendar-month th.first,
.full-calendar-month td.first {
	border-left: 0;
}	
.full-calendar-month td.today {
	background: #FFFFCC;
}	
.full-calendar-month .day-number {
	text-align: right;
	padding: 0 2px;
}	
.full-calendar-month .other-month .day-number {
	color: #bbb;
}	
.full-calendar-month .day-content {
	padding: 2px 2px 0; /* distance between events and day edges */
}
/* FullCalendar automatically chooses a cell's height,
 * but this can be overridden:
 *
 * .full-calendar-month td.day {
 *    height: 100px !important;
 *    }
*/
/* event styling */	
.full-calendar-month .event {
	margin-bottom: 2px;
	font-size: .85em;
	cursor: pointer;
	text-align: left;
}	
.full-calendar-month .ui-draggable-dragging td {
	cursor: move;
}	
.full-calendar-month .event td {
	background: #C1D9EC;
	padding: 0;
}	
.full-calendar-month .event td.ne,
.full-calendar-month .event td.nw,
.full-calendar-month .event td.se,
.full-calendar-month .event td.sw {
	background: none;
	width: 1px;  /* <-- remove if you dont want "rounded" corners */
	height: 1px; /* <--                                           */
}	
.full-calendar-month .nobg td {
	background: none;
}	
.full-calendar-month .event td.c {
	padding: 0 2px;
}	
.full-calendar-month .event-time {
	font-weight: bold;
}	
/* To change the color of events on a per-class basis (such as with the
 * "className" attribute of a CalEvent), do something like this:
 *
 * .full-calendar-month .myclass td {
 *    background: green;
 *    }
*/
/* the rectangle that covers a day when dragging an event */	
.full-calendar-month .over-day {
	background: #ADDBFF;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
}
/* right-to-left support */
.r2l .full-calendar-title {
	text-align: right;
}	
.r2l .full-calendar-buttons {
	float: left;
}	
.r2l .full-calendar-buttons button {
	margin: 0 5px 0 0;
}	
.r2l .full-calendar-month .day-number {
	text-align: left;
}	
.r2l .full-calendar-month .event {
	text-align: right;
}
#loading {
	position: absolute;
	top: 5px;
	right: 5px;
}
#calendar {
	width: 500px;
	margin: 0 auto;
}