dann mal vielen Dank für Deine Hilfe. :)
Beiträge von Richard
-
-
ok, verstehe ;-) Was ist denn Deiner Meinung nach sinnvoller, den Kalender auf den IE anzupassen, oder auf den Firefox. Immerhin nutzen, na ich denke, mal 85% der User den IE.
-
Damit ändere ich aber nicht die Schriftgrößen des Datum`s, sondern nur die Schriftgröße des zu wählenden Monats in % und mit .em die Schriftgröße des Events. der Größenunterschied von Firefox zu IE bleibt aber verhältnismäßig.
Grüße Richard -
Das ist die .css Datei:
/* EventCalendar. Copyright (C) 2005, 2006 Alex Tingle. $Revision: 1.13.4.2 $
* This file is licensed under the GNU GPL. See LICENSE file for details.
*/
/***
*** Calendar
***/
#wp-calendar table {
width:80%;
}
#wp-calendar #prev {
text-align:left;
}
#wp-calendar #next {
text-align:right;
}
/* Fix a bug in the default style. */
#wp-calendar #prev a {
font-size:80%;
}
.ec3_eventday a {
color:#a00 !IMPORTANT;
}
#wp-calendar table td,
#wp-calendar table th {
text-align:center;
}
#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
padding:1px;
border:none;
}
#wp-calendar table td:hover,
#wp-calendar table #today {
padding:0px;
border:solid 1px #999;
}
/* The EC graphic. */
.ec3_ec {
display:block;
float:right;
border:none;
width:13px;
height:9px;
}
.ec3_ec span { display:none }/***
*** Popup
***/
.ec3_popup {
margin:0;
padding:0;
border:none;
position:absolute;
border-collapse:collapse;
filter:alpha(opacity=87);
-moz-opacity:.87;
opacity:.87;
z-index:30000;
}
.ec3_popup td {
padding:0;
}
.ec3_popup table {
border:solid #999 1px; /* popup border */
background-color:#eeb; /* popup background colour */
font-size:x-small; /* popup font size */
color:black;
text-align:left;
}
.ec3_popup table td {
padding:1.5px 3px 1.5px 3px;
}
#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
margin:0;
padding:0;
border:none;
width:8px;
background-repeat:no-repeat;
background-position:bottom right;
vertical-align:bottom;
}
#ec3_shadow1 {
margin:0;
padding:0;
border:none;
height:16px;
background-repeat:repeat-x;
}
#ec3_shadow2 div { width:8px; height:32px; }
#ec3_shadow2 {
margin:0;
padding:0;
border:none;
width:8px;
background-repeat:no-repeat;
background-position:bottom left;
vertical-align:bottom;
}
/***
*** Event list
***/
.event_list_day, .event_list_month {
margin-left:-12px;
word-spacing:-1px;
letter-spacing:-0.2px;
color:#800;
}
.event_list_day li, .event_list_month li {
font-size:0.9em !IMPORTANT;
}
.event_list_day li:before, .event_list_month li:before {
content:"" !IMPORTANT;
} -
Es ist der Event Calendar 3. Zu finden ist er hier: http://wp-plugins.net/index.php?PHPS…ilter_search=Go...
Wo denn da genau das Styling von dem Teil ist weiß ich nicht. -
Während mein Eventkalender in Mozilla - Firefox & Opera optimal angezeigt wird, sieht er im IE unmöglich groß aus. (http://www.segelstammtisch.de) Wie kann ich den Kalender so anpassen, daß er auch im IE optinal angezeigt wird? Vielen Dank.
-
Zitat von Woodstock
Du musst in der weathericon.php suchen nach
Code$weather .= $before; $weather .= '<span class="weather_title">' . __('Sunrise:', 'WeatherIcon') . '</span> '; $weather .= '<span class="weather_info">' . date("H:i", $wxInfo['SUNRISE']) . '</span>'; $weather .= $after;
und das ersetzen durch:Code$weather .= $before; $weather .= '<span class="weather_title">' . __('Sonnenaufgang:', 'WeatherIcon') . '</span> '; $weather .= '<span class="weather_info">' . date("H:i", $wxInfo['SUNRISE']) . '</span>'; $weather .= $after;
Und entsprechend dann mit Sunset vorgehen.
In meiner Version vom WeatherIcon ist das ab Zeile 897.
Vielen Dank :-) -
Hallo, ich möchte in meinem [COLOR=#000066]WeatherIcon[/COLOR] die Begriffe Sunrise & Sunset ins deutsche übersetzen. Wie kann ich das machen? Vielen Dank für Eure Hinweise. :D
-
:D Hallo allerseits:D
mein Eventkalender auf segelstammtisch.de zeigt im IE die Sonntage nicht an. Wie und wo kann ich den Kalender soweit verändern, daß er sich ordentlich in die Sidebar einfügt?
Ich benutze Theme vSlider und Wordpress_De 2.0. Bin kompletter Neuling in WordPress!