Add CSS files
This commit is contained in:
327
modules/EcmCalendars/style.css
Executable file
327
modules/EcmCalendars/style.css
Executable file
@@ -0,0 +1,327 @@
|
||||
.headerDashlet {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
background-color: #003366;
|
||||
border: 1px solid #A6BCFF;
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.weekDashlet {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
background-color: #CAD8FF;
|
||||
border: 1px solid #A6BCFF;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.sundayDashlet {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
background-color: #CAD8FF;
|
||||
border: 1px solid #A6BCFF;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.dayDashlet {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #003366;
|
||||
text-decoration: none;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #A6BCFF;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
}
|
||||
.actDashlet {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #003366;
|
||||
text-decoration: none;
|
||||
background-color: #E2CFE2;
|
||||
border: 1px solid #A6BCFF;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.actsundayDashlet {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
background-color: #990000;
|
||||
border: 1px solid #A6BCFF;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.actheaderDashlet {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #003366;
|
||||
text-decoration: none;
|
||||
background-color: #B687B6;
|
||||
border: 1px solid #A6BCFF;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
.monthDashlet {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
.hourLabelDayView {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000099;
|
||||
text-decoration: none;
|
||||
background-color: #CCD9FF;
|
||||
width: 40px;
|
||||
text-align: center;
|
||||
height: 24px;
|
||||
border-bottom: 2px solid #C1C1FF;
|
||||
}
|
||||
.hourDayView {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
color: #000099;
|
||||
text-decoration: none;
|
||||
background-color: #FFFFFF;
|
||||
height: 20px;
|
||||
border-bottom: 2px solid #C1C1FF;
|
||||
}
|
||||
|
||||
.activityBox {
|
||||
background-color: #D0D9E8;
|
||||
border: 1px solid #5327AD;
|
||||
}
|
||||
|
||||
.activityBoxHeld {
|
||||
background-color: #E1E1E1;
|
||||
border: 1px solid #999999;
|
||||
}
|
||||
|
||||
.activityBoxExpired {
|
||||
background-color: #FCCDCD;
|
||||
border: 1px solid #FF6262;
|
||||
}
|
||||
.divDashlet {
|
||||
overflow: auto;
|
||||
width: 300px;
|
||||
max-height: 150px;
|
||||
}
|
||||
.divTableDashletCell {
|
||||
height: 10px;
|
||||
font-size: 12px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
div.outTable {
|
||||
width: 100%;
|
||||
display: table;
|
||||
}
|
||||
div.rowTable {
|
||||
display: table-row;
|
||||
}
|
||||
div.cellTable {
|
||||
display: table-cell;
|
||||
}
|
||||
* html div.outTable {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
* html div.rowTable {
|
||||
display: inline;
|
||||
}
|
||||
* html div.cellTable {
|
||||
display: inline;
|
||||
float: left;
|
||||
height: auto;
|
||||
}
|
||||
a.dashletLink:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.dashletLink:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.dashletLink:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.dashletLink:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.dashletLinkHeld:link {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
}
|
||||
a.dashletLinkHeld:hover {
|
||||
text-decoration: none;
|
||||
color: #666666;
|
||||
}
|
||||
a.dashletLinkHeld:visited {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
}
|
||||
a.dashletLinkHeld:active {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
}
|
||||
a.dashletLinkNameHeld:link {
|
||||
text-decoration: line-through;
|
||||
color: #000000;
|
||||
}
|
||||
a.dashletLinkNameHeld:hover {
|
||||
text-decoration: line-through;
|
||||
color: #666666;
|
||||
}
|
||||
a.dashletLinkNameHeld:visited {
|
||||
text-decoration: line-through;
|
||||
color: #000000;
|
||||
}
|
||||
a.dashletLinkNameHeld:active {
|
||||
text-decoration: line-through;
|
||||
color: #000000;
|
||||
}
|
||||
a.dashletLinkExpired:link {
|
||||
text-decoration: none;
|
||||
color: red;
|
||||
}
|
||||
a.dashletLinkExpired:hover {
|
||||
text-decoration: none;
|
||||
color: #CC0000;
|
||||
}
|
||||
a.dashletLinkExpired:visited {
|
||||
text-decoration: none;
|
||||
color: red;
|
||||
}
|
||||
a.dashletLinkExpired:active {
|
||||
text-decoration: none;
|
||||
color: red;
|
||||
}
|
||||
.hourDashletHeld {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
}
|
||||
.hourDashletExpired {
|
||||
text-decoration: none;
|
||||
color: red;
|
||||
}
|
||||
.divTableDay {
|
||||
padding: 5px;
|
||||
border: 1px solid #C1C1FF;
|
||||
}
|
||||
.linkClassThrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
a.boxLink:link {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
a.boxLink:hover {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
a.boxLink:visited {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
a.boxLink:active {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
a.boxLinkHeld:link {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
a.boxLinkHeld:hover {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: #666666;
|
||||
}
|
||||
a.boxLinkHeld:visited {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
a.boxLinkHeld:active {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
a.boxLinkNameHeld:link {
|
||||
text-decoration: line-through;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
a.boxLinkNameHeld:hover {
|
||||
text-decoration: line-through;
|
||||
font-size: 11px;
|
||||
color: #666666;
|
||||
}
|
||||
a.boxLinkNameHeld:visited {
|
||||
text-decoration: line-through;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
a.boxLinkNameHeld:active {
|
||||
text-decoration: line-through;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
a.boxLinkExpired:link {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: red;
|
||||
}
|
||||
a.boxLinkExpired:hover {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: #CC0000;
|
||||
}
|
||||
a.boxLinkExpired:visited {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: red;
|
||||
}
|
||||
a.boxLinkExpired:active {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: red;
|
||||
}
|
||||
.hourBoxHeld {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
.hourBoxExpired {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user