Hier erhältst du Hilfestellung und Support zu folgenden Projekten: Zu anderen Foren Services können wir leider keinen Support geben. Wende dich bitte hierfür an den zuständigen Hoster! |
Bevor du postest, beachte bitte folgende Punkte: Es ist notwendig bei jeder Anfrage die Adresse zu deinem Forum mit anzugeben, da wir sonst nicht weiterhelfen und somit die Anfrage nicht bearbeiten können. Weiters bitten wir dich immer zuerst die "News & Ankündigungen" zu lesen, bevor du postest. Danke :) |
chris hat geschrieben:zu 3) es gibt dafür ein häkchen bei den chat einstellungen. mChat im Index
h1 {
color: #EEEEEE;
font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
font-weight: normal;
font-size: 3.0em;
text-decoration: none;
}
friendly hat geschrieben:Zur Schriftgröße: suche im Theme nach:
- Code: Alles auswählen
h1 {
color: #EEEEEE;
font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
font-weight: normal;
font-size: 3.0em;
text-decoration: none;
}
und ersetz die das 3.0em mit z.B. 12px
/* 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 */
Zurück zu iphpbb3.com - phpbb3
Mitglieder in diesem Forum: 0 Mitglieder und 19 Gäste