Schrift ist plötzlich viel zu groß

IS at 17h54
22
Aug
2010
Ich brauche dringenst Hilfe:

Seit etwa 1:00 Uhr ist die Schrift im Forum extrem groß und ich weiß nicht, woran es liegt.



Wenn ich den Zoom für den Explorer zurücknehme geht es:



Die Schriftgröße ist normal eingestellt, da habe ich schon nachgesehen (10 px).
Ich habe die Schriftgröße geändert, aber kleiner geworden ist die Schrift dadurch nicht.
Über das Problem haben sich viele User mit verschiedenen Explorern (IE, FF, ..) beschwert.
Die anderen forumieren-Foren werden aber normal angezeigt.

Ich weiß nicht weiter, finde aber in einem anderen Thread keine Hilfe.

Das Forum ist dieses hier: http://sonnenstein.rpg-board.net/forum.htm

Schon im Voraus!

LG

das Team vom IS
1 Gast, am 22/08/2010 at 18h23
Hallo,
kannst du mal das CSS unter Anzeige/Logos & Bilder/Farben/SS-Stylesheet hier im [code]-Tag posten?

LG Smile
2 IS, am 22/08/2010 at 18h44
Klar ^^

Code:
body {
   font-family: Tahoma;
   color: #ffffff; #000000;
   background-color: #b60000;
   background-image: url('http://i11.servimg.com/u/f11/14/61/76/05/hinter14.jpg');
   background-attachment: fixed;
        background-repeat: no-repeat;
        background-align: center;
   font-size: 10px;
   height: auto;
   }


#wrap {
   width: 85%;
   margin: 0px auto;
   background-color: transparent;
   padding: 5px;
   min-width: 768px;
   }

/* Tags-------------------------------------------------*/
h1.page-title {
   font-family: Tahoma;
   font-weight: normal;
   color: transparent;
   font-size: 2em;
   margin: 0.8em 0 0.2em 0;
   }
h1.gallery-title {
   display: inline;
   font-size: 11px;
   text-align: center;
   font-weight: bold;
        margin: 2px;
   }
h2 {
   
/* Keeping old styles for h2 for legacy */
font-family: Tahoma;
   font-weight: normal;
   color: #ffffff; #000000;
   font-size: 2em;
   margin: 3px ;
   }
h1.solo {
   margin-bottom: 2px;
   }
h3, .h3 {
   font-family: Tahoma;
   text-transform: uppercase;
   border-bottom: 2px dotted #ffffff; #000000;
font-size: 13px;
   margin-bottom: 3px;
   padding-bottom: 2px;
font-style: italic;
   color: #ffffff; #000000;
   margin-top: 20px;
   }
/* Links-----------------------------------------------------*/
a:link{
    color: #000000;
    text-decoration: none;
    }
a:visited{
    color: #000000;
    text-decoration: none;
    }
a:active{
    color: #000000;
    text-decoration: underline;
    }
a:hover{
    color: #000000;
    text-decoration: none;
    }
a.forumtitle {
   color: #ffffff;
   font-family: Verdana;
   font-size: 1.2em;
   font-weight: bold;
   text-decoration: none;
   }
a.forumtitle:hover {
   color: #ffffff;
   text-decoration: underline;
   }
a.forumtitle:active {
    color: #ffffff;
    }
a.topictitle {
   font-family: Tahoma;
   font-size: 1.1em;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
   }
div.topic-title-container {
   display: inline;
   }
.topic-title {
   display: inline;
   font-size: 12px;
   text-align: left;
   }
.topic-title-post {
   }
a.topictitle:hover {
   color: #ffffff;
   text-decoration: underline;
   }
a.topictitle:active {
    color: #ffffff;
    }
/* Menu-------------------------------------------------*/
.navbar {
   clear: both;
   background-color: transparent;
   padding:0px 10px;
   }
ul.navlinks {
   border-bottom: 2px dotted;
   font-weight: bold;
   text-align: center;
   }
ul.borderless {
   border-bottom: 1;
   }
ul.linklist li {
   list-style-type: none;
   width: auto;
   font-size: 1.1em;
   line-height: 2.2em;
   display: inline;
   }
ul.linklist li a img {
   vertical-align: left;
   }
.search-box {
   margin-top: 3px;
   margin-left: 5px;
   float: left;
   }
#search-box {
   margin-top: 10px;
   margin-right: 5px;
   float: right;
   white-space: nowrap;
}
/* Table-------------------------------------------------*/
.forabg {
   margin-bottom: 4px;
   clear: both;
   background-color: #b60000;
   background-repeat: repeat-x;
   background-position: 0 0;
   padding: 0px 0px;
   }
* html .forabg {
   position: relative;
   height: 1%;
   }
*+ html .forabg {
   min-height: 1px;
   }
.forumbg {
   background-color: #b60000;
   background-repeat: repeat-x;
   background-position: 0 0;
   border: 0px solid #;
   padding: 0px 0px;
   margin-bottom: 4px;
   clear: both;
   }
* html .forumbg {
   height: 1%;
   }
*+ html .forumbg {
   min-height: 1px;
   }
.forumbg table.table1 {
   margin: 0 -2px -1px -1px;
   }
ul.topiclist {
   list-style-type: none;
   margin: 0;
   background-image: url("http://i11.servimg.com/u/f11/14/61/76/05/bgtabe10.jpg");
   background-repeat: repeat-x;
   color: #000000;
   }
* html ul.topiclist {
   height: 1%;
   }
*+ html ul.topiclist {
   min-height: 1px;
   }
ul.topiclist li {
   display: block;
   margin: 0;
   }
* html ul.topiclist li {
    position: relative;
    }
ul.topiclist li.row dl {
   padding: 2px 0;
   }
ul.forums li.row dl {
   min-height: 0px;
   }
* html ul.forums li.row dl {
   height: 0px;
   }
ul.topiclist dt,ul.topiclist dd.dterm {
   display: block;
   float: left;
   width: 60%;
   font-size: 1.1em;
   padding-left: 5px;
   padding-right: 5px;
   }
ul.topiclist dfn {
   display: none;
   }
ul.topics li.header dl.icon dt {
   padding-right: 50px;
   }
ul.topics dt,ul.topics dd.dterm {
   padding-left: 45px;
   display: block;
   float: left;
   width: 50%;
   }
ul.topics dd {
   display: block;
   float: left;
   }
ul.forums {
   background-color: #960001;
   background-image: none;
   }
li.header dl.icon {
   min-height: 0;
   }
li.header dl.icon dt {
   padding-left: 0;
   }
li.header dt {
   font-weight: bold;
   }
li.header dd {
   margin-left: 1px;
   }
dl.icon {
   min-height: 35px;
   background-position: 10px 50%;
   background-repeat: no-repeat;
   height: auto !important;
   height: 35px;
   }
dl.icon dt,dl.icon dd.dterm {
   background-repeat: no-repeat;
   background-position: 5px 50%;
   
}
/* Signature-------------------------------------------------*/
.signature {
   font-size: 1.1em;
   border-top: 2px doted #aad2e2;
   line-height: 140%;
   overflow: hidden;
   margin-top: 1.5em;
   color: #aad2e2;
   }
3 #Frank, am 23/08/2010 at 08h22
1. Hast du den Style gewechselt?
und
2. wenn nicht, wer hat diese ganzen Einträge in dein Persönliches CSS geschrieben?
4 IS, am 23/08/2010 at 11h53
Also der Style wurde selbst gemacht.
Und zwar über das, wo man Farben etc. einstellen kann usw.
Beim CSS wurde nur minimal etwas geändert, wei ein Bild nicht weggehen wollte.
Das CSS passt sich dementsprechend an, nehme ich mal an ^^

Den Style hat der andere Admin erstellt, aber ich hatte sie eben gefragt und ich finde in dem CSS-Code auch keine Fehler irgendwie. Ich kenne mich da ja selbst etwas aus.

Bis jetzt (schon fast ein dreiviertel Jahr) gab es damit auch keinerlei Probleme, also glaube ich auch nicht, dass es daran liegen kann, denn von allein ändert sich ein Code doch nicht :/
Deshalb bin ich so verwirrt :?
5 #Frank, am 23/08/2010 at 12h39
Ich denke ich weiß woran es Liegt.
Du hast gestern etwas bei "Nachricht auf der Startseite" eingetragen.
Schau mal bitte nach dort wo du eingetragen hast:
"ZEIT: 19:00 - Gibt gleich verspätetes Abendessen"
Dort scheint der Fehler zu liegen.
Dort ist der Befehl <font> nicht richtig abgeschlossen.
Schau da bitte mal nach.
6 IS, am 23/08/2010 at 12h51
Ja, jetzt geht es wieder Very Happy
Es fehlte ein / bei FONT ^^° Daran hatte ich aber auch so gar nicht geacht ^^°
Wieder was gelernt Smile
Vielen Dank für eure schnelle Hilfe Very Happy

LG

das Team von IS
7 #Frank, am 23/08/2010 at 13h00
Ich gebe den Dank an Loui weiter, der mir hier den Tipp gegeben hat.
Similar topics
Hallo! Ich hab ein Problem! Im Admin-Bereich ist die Schrift so winzig wie hier! Mann kann sie gar nicht lesen. Ich hab es schon mit der Bildschirmlupe versucht, aber die vergrößert nur unscharf. Ich hab es schon mit 2 verschiedenen Browsern versucht.
Allerdings sehe nicht nur ich das so - sondern auch ander User ...Aber nicht alle ! Die Schrift in der Navigation - bei den neusten Themen usw . alles miniformat Kann es sein - das es mit der aktualisierung des Firefox zu tun hat ?
guten morgen ihr lieben in meinem forum ist aufeinmal die schrift viel kleiner....kann mir da jemand helfen?? gruss cindy www.tierhilfe-mit-herz.de
Antworten 1 zu 7 auf 7 für "Schrift ist plötzlich viel zu groß"
Siehe auch
more_less
Informations

7 Antworten For the topic :
"Schrift ist plötzlich viel zu groß"

This topic has been viewed 562 times.

Last message :
22/08/2010 at 17h54 von "IS"