Teammitglieder online
Regeln und nützliche Hinweise
Neueste Themen
» Profil in beiträgen nur im blog deaktivieren.von derforumde Gestern um 16:54
» [Invision] Editor über den Bildrand ziehbar + Schriftgrößenproblem
von Skouliki Mi 20 Nov 2024 - 8:06
» Passwort für meinen Adminbereich vergessen.
von Joost Sa 9 Nov 2024 - 10:13
» [Invision] Signatur wird nicht immer eingefügt
von Skouliki Mo 4 Nov 2024 - 16:33
» [Invision] Schriftgröße Navigationsleiste, Links und Forenbeschreibungen
von Skouliki So 27 Okt 2024 - 13:29
» [Invision] Transparent Logohintergrund/Struktur
von Joost So 27 Okt 2024 - 12:58
» png wird im servimg in ein jpg umgewandelt
von Skouliki Mi 23 Okt 2024 - 20:26
» Passwort Vergessen (SilentHowl)
von Joost Do 17 Okt 2024 - 17:14
» [Invision] Hintergrundbild fixieren
von Skouliki Mo 14 Okt 2024 - 11:30
» Paßwort vergessen
von Joost So 13 Okt 2024 - 17:58
» Anti-Spam-Prüfung
von Hana19 Sa 12 Okt 2024 - 16:59
» Private Nachrichten bleiben im Postausgang hängen
von Skouliki Fr 11 Okt 2024 - 11:11
» [phpBB3] Mittelteil des Forums verschoben
von Eto Mo 7 Okt 2024 - 20:50
» [phpBB3] Farbpalette ändern
von Skouliki Mo 7 Okt 2024 - 10:08
» [Klassische Version] Account löschen
von Joost Sa 5 Okt 2024 - 21:05
» Chatbox einloggen nicht möglich
von Joost So 29 Sep 2024 - 8:01
» [phpBB2] Admin Passwort nicht korrekt
von Joost Do 26 Sep 2024 - 19:20
» Grid-Layout für alle Forumversionen verfügbar
von Joost Mi 18 Sep 2024 - 16:54
Beiträge mit den meisten Reaktionen des Monats
» Beitrag von Alastor in [Invision] Transparent Logohintergrund/Struktur ( 2 )
» Beitrag von Agorass in Passwort für meinen Adminbereich vergessen.
( 2 )
» Beitrag von Keks in [phpBB2] Unterforen Nebeneinander
( 1 )
» Beitrag von Alastor in [Invision] Schriftgröße Navigationsleiste, Links und Forenbeschreibungen
( 1 )
Standart Schfriftgröße in den Beiträgen
2 verfasser
Seite 1 von 1 • Teilen
Standart Schfriftgröße in den Beiträgen
www.midnightbreed.forumieren.de:
Gründer/Admin:
phpBB2:
Firefox:
Persönliches CSS Ja:
Templateänderungen Nein:
Hallo liebes Team
Ich habe ein Problem mit der Schriftgröße in den Beiträgen. Sie ist Standartmäßig zu klein und ich verzweifle grade dran sie größer zu bekommen damit meine User sie nicht bei jedem Beitrag manuell vergrößern müssen.
Ich habe auch einige Codes ausprobiert aber irgendwie will nichts helfen. Mit dem CSS kenne ich mich nicht wirklich aus und es wurde durch das Aussehen des Forums von Hitskin so übernommen.
Deswegen habe ich keine Ahnung ob der Fehler vll da liegt?
Liebe Grüße Andrina
Gründer/Admin:
phpBB2:
Firefox:
Persönliches CSS Ja:
Templateänderungen Nein:
Hallo liebes Team
Ich habe ein Problem mit der Schriftgröße in den Beiträgen. Sie ist Standartmäßig zu klein und ich verzweifle grade dran sie größer zu bekommen damit meine User sie nicht bei jedem Beitrag manuell vergrößern müssen.
Ich habe auch einige Codes ausprobiert aber irgendwie will nichts helfen. Mit dem CSS kenne ich mich nicht wirklich aus und es wurde durch das Aussehen des Forums von Hitskin so übernommen.
Deswegen habe ich keine Ahnung ob der Fehler vll da liegt?
- Code:
.bodyline {
padding-left: 0px !important;
padding-right: 0px !important;
box-shadow: 0px 0px 3px #000;
height: 100%;
border-left: 3px solid #000000;
border-right: 3px solid #000000;
}
titreforum {
width: 300px;
margin-left: 220px;
border-left : 2px solid #000000;
border-right : 2px solid #000000;
border-top : 2px solid #000000;
font-size: 40px;
text-align: center;
color: #ffffff;
letter-spacing: 3px;
font-variant: small-caps;
font-weight: bold;
background-color : #C2C4CC;
-moz-border-radius-topleft:50px;
-moz-border-radius-topright:50px;
padding-bottom: 5px;
padding-top:10px;
box-shadow: 0px 0px 3px #000000;
.descri {
overflow: auto;
width: 460px;
height: 78px;
-moz-border-radius: 15px;
margin-left: 20px;
margin-right: 20px
font-size: 10px;
-moz-box-shadow: 0px 0px 2px #000000;
padding-left: 5px;
padding-right: 5px;
padding-top:5px;
border: 1px solid #ffffff;
margin-bottom: 3px;
}
.descri:hover {
filter:alpha(opacity=100);
-moz-opacity:1;opacity: 1;
}
}
.barrenavigation{
background: #000000;
font-variant: small-caps;
box-shadow: 0px 0px 3px #000;
margin-top: -50px;
text-shadow: 1px 1px 0px #000;
padding-bottom: 3px;
font-weight: bold;
}
.barrenavigation:hover{
font-variant: small-caps;
font-weight: bold;
margin-top: -50px;
text-shadow: 1px 1px 0px #000;
padding-bottom: 3px;
}
/* TITRES DES CATEGORIE */
/*QEEL */
.texte {
font-size: 18px;
font-variant: small-caps;
text-shadow: 1px 1px 0px #000;
padding-bottom: 3px;
font-weight: bold;
margin-left: -5px;
margin-left: 380px;
margin-top: 30px;
}
.texte2 {
font-size: 18px;
font-variant: small-caps;
text-shadow: 1px 1px 0px #000;
padding-bottom: 3px;
font-weight: bold;
margin-left: -5px;
margin-left: 380px;
margin-top: 5px;
}
.groupe {
width: 280px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-moz-box-shadow: 0px 0px 3px #000000;
-webkit-box-shadow: 0px 0px 3px #00000;
box-shadow: 0px 0px 3px #000000;
background-color : #C2C4CC;
border : 3px solid #000000;
margin-left: 350px;
padding:5px;
}
.QEEL {
width: 350px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-moz-box-shadow: 0px 0px 3px #000000;
-webkit-box-shadow: 0px 0px 3px #00000;
box-shadow: 0px 0px 3px #000000;
background-color : #C2C4CC;
border : 3px solid #000000;
margin-left: 350px;
margin-top: 0px;
padding:5px;
font-size: 12px;
}
/*FIN QEEL */
u{border-bottom: 1px double;border-color#E8AA1A;
-moz-border-radius:6px; text-shadow: #524f4f 1px 1px 2px; }
I{border-bottom:none; text-decoration: none; text-shadow: #524f4f 1px 1px 2px;
}
a.forumlink:link, a.forumlink:visited {
border-bottom: 2px solid #000000;
font-size: 20px;
color: #ffffff;
text-align : center ;
font-variant: small-caps;
font-weight: bold;
letter-spacing: 1px;
padding-left: 20px;
padding-right: 3px;
padding-bottom: 3px;
padding-top: 3px;
margin-left:12px;
margin-right:12px;
display: block;
text-shadow: 1px 1px 0px #000000;
}
a.forumlink:hover {
color: #000000;
letter-spacing: 2px;
text-shadow: 0px 0px 0px #000000;
}
.mon_onglet{
float: left;
padding: 2px;
margin-right: 4px;
margin-bottom: -1px;
color: #000;
background: #ffffff;
border: 1px solid #ff0000;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
cursor: pointer;
width: 18%;
list-style: none;}
.mon_onglet_selected{
float: left;
padding: 2px;
margin-right: 4px;
margin-bottom: -1px;
color: #000;
background: #ffffff;
border-top: 1px solid #ff0000;
border-right: 1px solid #ff0000;
border-left: 1px solid #ff0000;
border-bottom: none !important;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
cursor: pointer;
width: 18%;
list-style: none;}
.mon_onglet:hover{
background: #b8efa1;}
.clear{
clear: both;}
.mon_contenu{
color: #000;
background: #ffffff;
border: 1px solid #ff0000;
padding: 10px;
list-style: none;}
#mes_contenus, #mes_onglets{
width: 100%;}
.groupes{
border: 1px #51535b dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;
text-shadow: 1px 1px 1px black;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-size:15px;
font-weight: bold;
text-align: center;
text-decoration: none !important;
margin-left: 5px;}
body
{background-position: top center;
}
u{border-bottom: 1px double;border-color#E8AA1A;
-moz-border-radius:6px; text-shadow: #524f4f 1px 1px 2px; }
I{border-bottom:none; text-decoration: none; text-shadow: #524f4f 1px 1px 2px;
}
a.forumlink:link, a.forumlink:visited {
font-family: serif;
text-transform : uppercase;
text-align: center;
font-size: 100%;
border-bottom: 2px solid #A1A1A1;
color: #A1A1A1;
letter-spacing: 10px;
display: block;
-moz-border-radius:10px;
}
a.forumlink:hover, a.forumlink:hover:visited {
background-image: url("");
color: #E8AA1A;
text-align: center;
display: block;
border-bottom: 5px solid #E8AA1A;
-moz-border-radius:10px;
}
a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
.quote{
font-family: Tahoma;
font-size: 12px;
color: #000000;
line-height: 80%;
background-image: url("http://img7.imagebanana.com/img/e2wxwkw7/thumb/qoute_code.jpg");
border: #000000;
border-style: solid;
border: 1px #000000;
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}
.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #000000;
background-image: url("http://img7.imagebanana.com/img/e2wxwkw7/thumb/qoute_code.jpg");
border: #000000;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border: 1px #000000;
dotted;
-moz-border-radius:6px;}
input,textarea, select {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
}
a.mainmenu:link, a.mainmenu:visited{
font-family :Georgia;
text-align:left;}
.boxtitle{
font-family: serif;
text-align: center;
background-image: url("http://img7.imagebanana.com/img/e2wxwkw7/thumb/qoute_code.jpg");
font-size:15px;
border-bottom: 3px double #000000;
color: #000000;
display: block;}
.box {
background-image: url("http://img7.imagebanana.com/img/e2wxwkw7/thumb/qoute_code.jpg");
color:#000000;
font-size:11px;
margin:0;
padding:3px 10px;
}
.main
{font-family: serif;
text-transform : uppercase;
text-align: center;
font-size: 100%;
background-color: #000000;
border-bottom: 2px solid #000000;
color: #FCFCFC;
letter-spacing: 1px;
display: block;}
.main:hover
{background-color: #000000;
text-align: center;
display: block;
border-bottom: 2px solid #000000;
}
a.imginfo {
position: relative;
color: #000000;
text-decoration: none;
border-bottom: 0px #000000 solid;
}
a.imginfo span {
display: none;
}
a.imginfo:hover {
background: none;
z-index: 999;
cursor: help;
}
a.imginfo:hover span {
display: inline;
position: absolute;
white-space: nowrap;
top: 2px;
left: 2px;
background: #000000;
color: #000000;
padding: 3px;
border: 0px solid grey;
border-left: 5px solid #000000;
border-right: 3px solid #000000;
border-top: 3px solid #000000;
border-bottom: 5px solid #000000;
.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:2px;
-moz-border-radius-bottomright:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-topright:2px;
border: 5px solid #000000;
}
}
.abc {border-bottom: 2px solid #ffffff}
.def {
background-color: #ffffff;
-moz-border-radius:2px;
padding-right: 2px;
padding-left: 2px;
padding-bottom: 2px;
text-transform:uppercase;}
tr.post span.gensmall { display: none; }
th {
-moz-border-radius-topleft: 20%;
-moz-border-radius-topright: 20%;
border-top-left-radius: 20%;
border-top-right-radius: 20%;
}
a.imginfo {
border-bottom:0 solid #couleur;
color:#couleur;
position:relative;
text-decoration:none;
}
a.imginfo span {
display:none;
}
a.imginfo:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
cursor:help;
z-index: 999;
}
a.imginfo:hover span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
border-color:#couleur;
border-style:solid;
border-width:3px 3px 5px 5px;
display:inline;
left:2px;
padding:3px;
position:absolute;
top:15px;
white-space:nowrap;
}
.lettrine {
float: left;
PROPRIÉTÉS CSS
}
a:hover {
color:#ffffff;
text-shadow: 1px 2px 7px #000;
text-transform: lowercase;
text-decoration: none;
}
[href="/u1"]{
text-shadow: #9494FF 0 0 10px;
}
[href="/u4"]{
text-shadow: #D650EB 0 0 10px;
}
[href="/u3"]{
text-shadow: #905A9E 0 0 10px;
}
Liebe Grüße Andrina
Zuletzt von MrsDavishalder am Sa 19 Jan 2019 - 13:53 bearbeitet; insgesamt 1-mal bearbeitet
MrsDavishalder- Lehrling
- Beiträge : 35
Anmeldedatum : 18.05.13
Re: Standart Schfriftgröße in den Beiträgen
Hallo MrsDavishalder,
wenn ich Deine Beiträge untersuche, wird mir eine Schriftgröße von 14px angezeigt, was in Deinem CSS aber auch gar nicht vertreten ist, sowie sehe ich keinen Code, der sich auf die Schriftgröße des postbody auswirken sollte. Daher würde ich gerne wissen, was für eine Schriftgröße Du als Standardeinstellung hast, abseits vom CSS.
Administraions-Bereich -> Anzeige -> Bilder und Farben -> Farben -> Textfarbe und -größe -> 1. Schriftgröße (Schriftgröße der Hauptschrift) :
Mit diesem Code in den CSS könntest Du alternativ eine andere Schriftgröße erzwingen:
Liebe Grüße,
Nyan
wenn ich Deine Beiträge untersuche, wird mir eine Schriftgröße von 14px angezeigt, was in Deinem CSS aber auch gar nicht vertreten ist, sowie sehe ich keinen Code, der sich auf die Schriftgröße des postbody auswirken sollte. Daher würde ich gerne wissen, was für eine Schriftgröße Du als Standardeinstellung hast, abseits vom CSS.
Administraions-Bereich -> Anzeige -> Bilder und Farben -> Farben -> Textfarbe und -größe -> 1. Schriftgröße (Schriftgröße der Hauptschrift) :
Mit diesem Code in den CSS könntest Du alternativ eine andere Schriftgröße erzwingen:
- Code:
/*Schriftgröße Beiträge*/
.postbody{
font-size: ZAHLpx;
}
Liebe Grüße,
Nyan
Nyan- Mod a.D.
- Beiträge : 331
Anmeldedatum : 20.03.16
Re: Standart Schfriftgröße in den Beiträgen
Hallo Nyan,
danke das du dir das alles angesehen hast.
In den Einstellungen habe ich die Schriftgröße 14. Wenn ich diese ändere, ändert sich nur die Schriftgröße in den Angaben unter dem Profilbild aber die Beiträge bleiben davon unberührt.
Aber der Code für den CSS hat funktioniert. Danke danke danke
Lg Andrina
danke das du dir das alles angesehen hast.
In den Einstellungen habe ich die Schriftgröße 14. Wenn ich diese ändere, ändert sich nur die Schriftgröße in den Angaben unter dem Profilbild aber die Beiträge bleiben davon unberührt.
Aber der Code für den CSS hat funktioniert. Danke danke danke
Lg Andrina
MrsDavishalder- Lehrling
- Beiträge : 35
Anmeldedatum : 18.05.13
Re: Standart Schfriftgröße in den Beiträgen
Hallo MrsDavishalder,
super, freut mich, dass es geklappt hat!
Dann wünsche ich Dir noch ein angenehmes Wochenende.
Liebe Grüße,
Nyan
super, freut mich, dass es geklappt hat!
Dann wünsche ich Dir noch ein angenehmes Wochenende.
Liebe Grüße,
Nyan
Nyan- Mod a.D.
- Beiträge : 331
Anmeldedatum : 20.03.16
Ähnliche Themen
» Standart Buttons
» Standart Avatare!!!
» Standart-Avatar
» Als Standart festlegen?
» Standart Beiträge.
» Standart Avatare!!!
» Standart-Avatar
» Als Standart festlegen?
» Standart Beiträge.
Seite 1 von 1
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten