chris hat geschrieben:falls du diese zeilen nicht in deinem theme findest füge sie bitte hinzu. damit kannst du dann die farben ändern
- Code: Alles auswählen
/* calendar mod additions... */
.edit-all-icon, .edit-all-icon a { background-image: url("{IMG_ICON_CALENDAR_EDIT_ALL_SRC}"); }
.delete-all-icon, .delete-all-icon a { background-image: url("{IMG_ICON_CALENDAR_DELETE_ALL_SRC}"); }
ul.profile-icons li.edit-all-icon { width: {IMG_ICON_CALENDAR_EDIT_ALL_WIDTH}px; height: {IMG_ICON_CALENDAR_EDIT_ALL_HEIGHT}px; }
ul.profile-icons li.delete-all-icon { width: {IMG_ICON_CALENDAR_DELETE_ALL_WIDTH}px; height: {IMG_ICON_CALENDAR_DELETE_ALL_HEIGHT}px; }
.calendar-new-icon span { background: transparent none 0 0 no-repeat; }
.calendar-day-icon span { background: transparent none 0 0 no-repeat; }
.calendar-week-icon span { background: transparent none 0 0 no-repeat; }
.calendar-month-icon span { background: transparent none 0 0 no-repeat; }
.buttons div.calendar-new-icon { width: {IMG_BUTTON_CALENDAR_NEW_WIDTH}px; height: {IMG_BUTTON_CALENDAR_NEW_HEIGHT}px; text-align: left; }
.buttons div.calendar-day-icon { width: {IMG_BUTTON_CALENDAR_DAY_WIDTH}px; height: {IMG_BUTTON_CALENDAR_DAY_HEIGHT}px; text-align: left; }
.buttons div.calendar-week-icon { width: {IMG_BUTTON_CALENDAR_WEEK_WIDTH}px; height: {IMG_BUTTON_CALENDAR_WEEK_HEIGHT}px; text-align: left; }
.buttons div.calendar-month-icon { width: {IMG_BUTTON_CALENDAR_MONTH_WIDTH}px; height: {IMG_BUTTON_CALENDAR_MONTH_HEIGHT}px; text-align: left; }
/* uses border-top-color = .bg3 background-color
(the line between events in the month display) */
hr.hrCal {
border-top-color: #ecf6e5;
}
/* uses color from h1
(calendar header previous and next links) */
.calH1 {
color: #FFFFFF;
font-weight: bold;
font-size:200%
}
/* The from and to times take up a lot of
space in the calendar display.
Use this to shrink them */
.smCalText{font-size:85%}
/* bg4 is just slightly darker then bg3
(used in calendar headers) */
.bg4 { background-color: #D7E0CD; }
/* uses background-color of .bg3
(used to display the numbers and icons for
each day in the month and week view displays ) */
table tbody td.bg3_calMonH{
background-color: #ecf6e5;
font-size:85%
}
/* uses background-color of .bg4
(used to display the numbers and icons for
each day in the month and week view displays ) */
table tbody td.bg4_calMonH{
background-color: #D7E0CD;
font-size:85%
}
/* uses background-color of .bg1
(used to display days in calendar month/week view) */
table.table1 tbody td.bg1_calMon {
background-color: #FFFFFF;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 4px;
padding-right: 4px;
}
/* uses background-color of .bg2
(used to display days in calendar month/week view) */
table.table1 tbody td.bg2_calMon {
background-color: #ecf6e5;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 4px;
padding-right: 4px;
}
/* uses background-color of .bg3
(used to display days in calendar month/week view) */
table.table1 tbody td.bg3_calMon {
background-color: #ecf6e5;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 4px;
padding-right: 4px;
}
/* uses background-color of .bg1
uses border-top-color = .forumbg background-color
(used to display events in calendar day view) */
table.table1 tbody td.bg1_calDay {
background-color: #FFFFFF;
border-top-color: #CFD9E0;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 3px;
padding-right: 3px;
}
/* uses background-color of .bg3
uses border-top-color = .forumbg background-color
(used to display negative space in calendar day view) */
table.table1 tbody td.bg3_calDay {
background-color: #ecf6e5;
border-top-color: #CFD9E0;
}
.calendar-new-icon span { background-image: url("{IMG_BUTTON_CALENDAR_NEW_SRC}") ;}
.calendar-day-icon span { background-image: url("{IMG_BUTTON_CALENDAR_DAY_SRC}") ;}
.calendar-week-icon span { background-image: url("{IMG_BUTTON_CALENDAR_WEEK_SRC}") ;}
.calendar-month-icon span { background-image: url("{IMG_BUTTON_CALENDAR_MONTH_SRC}") ;}
/* calendar mod end */
Das habe ich gefunden, aber ich will nicht die Farben ändern, sondern die Schriftgröße des Datums, das angezeigt wird, wenn man die Monatsansicht sieht. Die Schrift ist bei uns riesig groß.