252 lines
4.6 KiB
CSS
252 lines
4.6 KiB
CSS
/*
|
|
<link rel="stylesheet" type="text/css" media="screen" href="http://www.funkwelle.org/wp-content/uploads/kalender_css/cal.css" />
|
|
*/
|
|
|
|
/* main structure */
|
|
/*
|
|
body {
|
|
|
|
font-size:12px
|
|
}
|
|
*/
|
|
#nav {
|
|
text-align:center;
|
|
margin:0;
|
|
height:3em;
|
|
z-index:3;
|
|
text-align:left;
|
|
background:white;
|
|
width:100%;
|
|
font-size:10px;
|
|
}
|
|
|
|
#calcms_body {
|
|
/*
|
|
font-size:10px;
|
|
*/
|
|
overflow:auto;
|
|
background:white;
|
|
padding-top:3px;padding-right:5px;
|
|
margin:bottom:1px;
|
|
text-align:left;
|
|
padding:3px;
|
|
}
|
|
|
|
pre {
|
|
text-align:left;
|
|
/*
|
|
font-size:0.7em;
|
|
*/
|
|
font-family:Courier;
|
|
padding:1em;margin:1em;
|
|
border:1px solid black;
|
|
background-color:#eee;
|
|
}
|
|
|
|
|
|
/* end of main structure */
|
|
|
|
|
|
/* search field */
|
|
|
|
#nav form {float:left;}
|
|
#nav form input {
|
|
/*
|
|
font-size:12px;
|
|
*/
|
|
padding:0;margin:1;border:1px solid gray
|
|
}
|
|
|
|
#nav form select {
|
|
/*
|
|
font-size:12px;
|
|
*/
|
|
padding:0;margin:1;border:1px solid gray;width:130px;
|
|
}
|
|
|
|
#nav form option {
|
|
/*
|
|
font-size:12px;
|
|
*/
|
|
padding:0;margin:0
|
|
}
|
|
|
|
/* end of search field */
|
|
|
|
|
|
/* event fields */
|
|
|
|
|
|
.calcms_date {
|
|
background: #ccccff;
|
|
padding:6px;margin:0px;
|
|
font-weight:bold;
|
|
margin-top:1em;
|
|
-moz-border-radius-topleft:6px;
|
|
-moz-border-radius-topright:6px;
|
|
-webkit-border-top-right-radius: 6px;
|
|
-webkit-border-top-left-radius: 6px;
|
|
text-align:left
|
|
}
|
|
|
|
.calcms_title {padding:3px;margin:0px;font-weight:bold;text-align:left;}
|
|
.calcms_excerpt {padding:3px;margin:0px;background-color:#eee;}
|
|
.calcms_content {padding:3px;margin:0px;clear:left;margin:0}
|
|
.calcms_content p {margin-top:10px}
|
|
.calcms_content h1 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
|
.calcms_content h2 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
|
.calcms_content h3 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
|
.calcms_content h4 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
|
.calcms_content li {clear:left;}
|
|
.calcms_content img {text-align:left;font-size:1.5em;float:left;margin-right:10px;}/*width:50;height:50px;*/
|
|
.calcms_event {text-align:left}
|
|
.calcms_day {padding:1px;margin:0px;clear:left;text-align:left}
|
|
|
|
/* hide microformats */
|
|
.dtstart {display:none;visibility:hidden;}
|
|
.dtend {display:none;visibility:hidden;}
|
|
|
|
/* end of event fields */
|
|
|
|
|
|
|
|
/* navigation bar */
|
|
|
|
table#nav{
|
|
padding:0;margin:0;width:100%;
|
|
border-left:1px solid #88f;
|
|
border-top: 1px solid #88f;
|
|
text-align:left;
|
|
}
|
|
table#nav table{
|
|
padding:0;margin:0;
|
|
border-left:0;border-top:0;
|
|
text-align:left;width:100%
|
|
}
|
|
table#nav table td{
|
|
margin:0;text-align:center;
|
|
border-bottom:1px solid #88f;
|
|
border-right: 1px solid #88f;
|
|
}
|
|
table#nav table td,
|
|
table#nav table a{
|
|
padding:1px;
|
|
/*
|
|
font-size:10px;
|
|
*/
|
|
}
|
|
|
|
|
|
/* hover effects */
|
|
|
|
table#nav table td:hover{
|
|
border-bottom:1px solid #88f;
|
|
border-right :1px solid #88f;
|
|
background-color:#f0f0f0;
|
|
}
|
|
|
|
table#nav table td.selected:hover{
|
|
background-color:#eee;
|
|
border-bottom:1px solid #88f;
|
|
border-right: 1px solid #88f;
|
|
}
|
|
|
|
table#nav table a:hover{
|
|
}
|
|
|
|
|
|
/* not selectable columns */
|
|
|
|
table#nav table td.row_type:hover{
|
|
border-bottom:1px solid #88f;
|
|
border-right: 1px solid #88f;
|
|
background-color:#ffffff;
|
|
}
|
|
|
|
.row_type{
|
|
width:100px
|
|
}
|
|
|
|
|
|
/* selected fields */
|
|
#nav .selected, .night, .morning, .noon, .afternoon, .evening{
|
|
background:#ddd;
|
|
border-bottom:1px solid #88f;
|
|
border-right: 1px solid #88f;
|
|
-moz-border-radius-topleft:5px;
|
|
-moz-border-radius-topright:5px;
|
|
-webkit-border-top-right-radius: 5px;
|
|
-webkit-border-top-left-radius: 5px;
|
|
}
|
|
|
|
|
|
/* end of navigation bar */
|
|
|
|
/* calendar weeks */
|
|
|
|
#nav td.week_1,
|
|
#nav td.week_2,
|
|
#nav td.week_3,
|
|
#nav td.week_4,
|
|
#nav td.week_5 {
|
|
border-right:1px solid #88f ;
|
|
}
|
|
/* end of calendar weeks */
|
|
|
|
|
|
/* calendar days */
|
|
|
|
/* replaces the original wp css*/
|
|
|
|
#wp-calendar {}
|
|
#wp-calendar a {padding:2px}
|
|
#wp-calendar table {padding:2px}
|
|
|
|
#wp-calendar td {
|
|
/*
|
|
font-size:8px;
|
|
*/
|
|
text-align:center;
|
|
background-color:#fefeff;
|
|
}
|
|
#wp-calendar td a {
|
|
padding:2px;
|
|
/*
|
|
font-size:8px;
|
|
*/
|
|
font-weight:normal;
|
|
}
|
|
|
|
#wp-calendar a:hover {
|
|
background:#eeeeff;
|
|
}
|
|
|
|
|
|
/* additional css to mark today and all dates matching to the request */
|
|
|
|
#wp-calendar .calcms_today {
|
|
padding:2px;margin:0px;background:#eeeeee;
|
|
}
|
|
|
|
#wp-calendar td.calcms_match {
|
|
background:#ccffcc;
|
|
}
|
|
#wp-calendar td .selected .calcms_match {
|
|
background:#ddeedd;
|
|
}
|
|
|
|
/* end of calendar days */
|
|
|
|
div.update {
|
|
position:absolute;
|
|
bottom:0px;
|
|
}
|
|
|
|
div.update , div.update a{
|
|
text-align:left;
|
|
font-size:6px;
|
|
color:#bbb;
|
|
}
|
|
|
|
|