-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
95 changed files
with
8,291 additions
and
1,697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,5 @@ | ||
.procal code {font-weight:bold;} | ||
.procal h3 {font-weight:bold;font-size:1.2em;letter-spacing:-1px;} | ||
.procal hr {height:0;line-height:0;border:0;border-top:1px solid #bbb;width:100%;margin:10px 0;padding:0;} | ||
|
||
.modify_content {color:#333;border:1px solid #000;} | ||
.procal .show_calendar {float:right;width:215px;margin-bottom:20px;} | ||
.procal .calendarmod {border-collapse:collapse;background:#fff;width:100%;font-size:12px;font-family:arial,helvetica,sans-serif;border:1px solid #bbb;} | ||
.procal .calendarmod a {text-decoration:none;display:block;} | ||
.procal .calendarmod td {height:20px;text-align:center;line-height:20px;border:1px solid #bbb;} | ||
|
||
.procal .arrows {float:left;width:50%;} | ||
.procal tr.calendarmod-header td {text-align:center;font-weight:bold;background:#f0f0f0;} | ||
.procal tr.calendarmod-header td a {display:block;height:20px;line-height:20px;background:#c7e5c7;} | ||
.procal tr.calendarmod-header td a:hover {background:#a5d5a5 !important;} | ||
.procal td.calendar_weekday {background:#f0f0f0;width:30px;} | ||
.procal td.calendar_emptyday:hover {background:#c7e5c7;} | ||
.procal td.calendar_markday {background:#ffdfe0;font-weight:bold;} | ||
.procal td.calendar_markday:hover {background:#ffc3c5;} | ||
.procal td.calendar_noday {background:#fff;} | ||
.procal td.procal_today {border:2px solid #ff0000;} | ||
|
||
.procal .actionlist { margin:20px 0;} | ||
.procal .actionlist_table {width:100%;background:#f0f0f0;} | ||
.procal .actionlist tr {background:#f0f0f0;height:22px;line-height:1.8;width:100%;} | ||
.procal .actionlist tr:hover {background:#eaeff6;} | ||
.procal .actionlist td {border-top:1px solid #f9f9f9;border-bottom:1px solid #f9f9f9;padding:0 10px;height:22px;line-height:22px;} | ||
.procal .actionlist h2 {font-size:14px;text-align:center;font-weight:bold;margin:0;letter-spacing:normal;} | ||
.procal .actionlist_header {font-weight:bold;background:none !important;} | ||
|
||
.procal .event_details {width:100%;border-top:1px solid #ccc;padding-top:15px;clear:both;} | ||
|
||
.procal input {font-size:11px;padding:2px;} | ||
|
||
.procal .double_field_line {height:60px;line-height:1.5;} | ||
.procal .triple_field_line {height:90px;line-height:1.5;} | ||
.procal .line_box {height:30px;width:212px;float:left;} | ||
.procal .edit_label td {width:10px;} | ||
|
||
.procal .edit_field, | ||
.procal .edit_description {width: 50%;} | ||
.procal .edit_select {width: 50%;padding:0 0 0 2px;} | ||
.procal .edit_select_short {width:290px;padding:0 0 0 2px;} | ||
.procal .edit_field_short {width:280px;} | ||
.procal .edit_date, | ||
.procal .edit_time {width:80px;} | ||
|
||
.procal #buttonrow {width:100%;margin-bottom:15px;} | ||
.procal .edit_button, | ||
.procal .mod_procalendar_edit_css {padding:1px 5px;width:125px;font-size:11px;} | ||
.procal .float_right {float:right;} | ||
|
||
.procal .customfields textarea {width:98%;height:80px;margin-bottom:20px;} | ||
|
||
/* | ||
Needed css for DatePicker calendar. | ||
DON'T CONVERT CaPITaLS TO LOWERCaSE! Datepicker will not function if set to lowercase! | ||
*/ | ||
table.jCalendar {border-bottom:#000 1px solid;border-left:#000 1px solid;border-spacing:2px;border-collapse:separate;background:#aaa;border-top:#000 1px solid;border-right:#000 1px solid;} | ||
table.jCalendar TH {background:#333;color:#fff;font-weight:bold;padding:3px 5px;} | ||
table.jCalendar td {text-align:center;background:#ccc;color:#000;padding:3px 5px;} | ||
table.jCalendar td.other-month {background:#ddd;color:#aaa;} | ||
table.jCalendar td.today {background:#666;color:#fff;} | ||
table.jCalendar td.dp-hover.selected {background:#f33;color:#fff;} | ||
|
||
div.dp-popup {position:relative;line-height:1.2em;width:186px;font-family:arial, sans-serif;background:#ccc;font-size:10px;padding:2px;} | ||
div#dp-popup {z-index:199;position:absolute;} | ||
div.dp-popup H2 {text-align:center;font-size:12px;margin:2px 0;padding:0;} | ||
|
||
a#dp-close {text-align:center;display:block;font-size:11px;padding:4px 0;} | ||
a#dp-close:hover {text-decoration:underline;} | ||
|
||
div.dp-popup a {color:#000;text-decoration:none;padding:3px 2px 0;} | ||
div.dp-popup div.dp-nav-prev {position:absolute;width:100px;top:2px;left:4px;} | ||
div.dp-popup div.dp-nav-prev a {float:left;cursor:pointer;} | ||
div.dp-popup div.dp-nav-next a {cursor:pointer;float:right;} | ||
div.dp-popup div.dp-nav-next {position:absolute;width:100px;top:2px;right:4px;} | ||
div.dp-popup a.disabled {color:#aaa;cursor:default;} | ||
div.dp-popup td {cursor:pointer;} | ||
|
||
input.dp-applied {width:120px;float:left;} | ||
|
||
a.dp-choose-date {text-indent:-2000px;width:16px;display:block;background:url('./js/calendar.png') no-repeat;float:left;height:16px;overflow:hidden;margin:3px;padding:0;} | ||
a.dp-disabled.dp-choose-date {cursor:default;} | ||
|
||
#calendar-me {margin:20px;} | ||
|
||
table.jCalendar td.selected, | ||
table.jCalendar tr.selectedWeek td {background:#f66;color:#fff;} | ||
table.jCalendar td.dp-hover, | ||
table.jCalendar tr.activeWeekHover td {background:#fff;color:#000;} | ||
table.jCalendar td.disabled, | ||
table.jCalendar td.dp-hover.disabled,table.jCalendar td.unselectable, | ||
table.jCalendar td.unselectable:hover, | ||
table.jCalendar td.dp-hover.unselectable {background:#bbb;color:#888;} | ||
|
||
div.dp-popup div.dp-nav-prev a.disabled, | ||
div.dp-popup div.dp-nav-next a.disabled, | ||
div.dp-popup td.disabled {cursor:default;} | ||
/*----------------------------------------------------------------------------------------*/ | ||
.procal #start_time, | ||
.procal #end_time {vertical-align:top;} | ||
|
||
.procal .procal_hidden {display:none;} | ||
.procal .rec_rep_count {vertical-align:top;} | ||
|
||
.procal .field_area, | ||
.procal .field_line, | ||
.procal .field_link { margin: 0.225em 0; position: relative; } | ||
/* | ||
.field_line {min-height: 2.125em; line-height: 1.5;} | ||
.field_area {min-height:4.525em; line-height:2.5;} | ||
*/ | ||
.procal .field_title { float:left; width:20%; font-weight: bold; text-align: right; padding-right: 0.925rem; white-space-collapsing: discard; } | ||
|
||
.clearfix::before, | ||
.clearfix::after { | ||
content: " "; | ||
display: table; | ||
} | ||
|
||
.clearfix::after { | ||
clear: both; | ||
} | ||
|
||
.clearfix { | ||
*zoom: 1; /* Für den IE6 und IE7 */ | ||
} | ||
@charset "utf-8"; | ||
@import url('themes/default/css/default.css'); | ||
@import url('themes/default/css/3/w3.css'); | ||
|
||
select {width:initial;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.