Teammitglieder online
Support-Box
Neue Beiträge seit dem letzten Besuch.
Textbausteine des MODERATIONSTOOL
AB > PFAD > GENERATOR
FORUM > PFAD > GENERATOR
Unterstützung Lösungs-Probleme
Auffällige
User
Der Runde
Tisch
HÄUFIG GESTELLTE FRAGEN
Regeln und nützliche Hinweise
Neueste Themen
» Die Heidekriger (WaCa) mit Punktesystem
von Rama So 21 Apr 2024 - 20:44

» Forum löschen, Probleme mit Gründeraccount
von Skouliki Di 9 Apr 2024 - 14:03

» [AwsomeBB] LogIn Farbe Weiß auf weiß
von Skouliki Sa 30 März 2024 - 21:14

» kann man noch Blogs hier erstellen?
von Joost Mi 27 März 2024 - 18:40

» Einstellen der Profilfelder funktioniert nicht
von Skouliki Di 26 März 2024 - 12:54

» Gründer-E-Mail-Adresse ändern
von Skouliki Mo 25 März 2024 - 13:48

» PN's werden nicht mehr rot eingefärbt
von Skouliki Fr 22 März 2024 - 7:44

»  Missbrauchsmeldung "Sexueller Inhalt" war (wieder) Werbung/Spam/Scam
von Skouliki Do 21 März 2024 - 9:03

» [phpBB3] Suchfunktion ohne Funktion
von Skouliki Mi 20 März 2024 - 8:41

» Neuer User kann sich anmelden.
von Skouliki Mi 20 März 2024 - 8:38

» Zugangsdaten vergessen/verloren
von Joost Sa 16 März 2024 - 21:07

» Schwierigkeiten mit BBCode
von Skouliki Fr 15 März 2024 - 11:51

» Entdeckt die neue Option Servimg Premium
von Joost Mi 6 März 2024 - 19:50

» Neues YAMAHA XT660-Forum
von gnadenlos Fr 1 März 2024 - 7:33

» Forum nur noch für Eingeloggte sichtbar?
von Skouliki Di 27 Feb 2024 - 7:53

» [phpBB3] Eine Frage zum Forum selbst.
von Skouliki Di 27 Feb 2024 - 7:52

» Beiträge verschwinden
von Skouliki Do 22 Feb 2024 - 7:47

» [Tutorial - alle Versionen] (De)aktiviert die Anzeige von Signaturen aus Eurem Profil
von Eto Do 15 Feb 2024 - 22:17

Beiträge mit den meisten Reaktionen des Monats
» Beitrag von maddo in [AwsomeBB] LogIn Farbe Weiß auf weiß
( 1 )


Aktuelles Datum und Uhrzeit: Fr 26 Apr 2024 - 21:52

Die Suche hat 3 Ergebnisse ergeben search-box

[phpBB2] [Suche] HTML Codes

Also, im Form gibt es bereits einen CSS Code. Jedoch hab ich null Ahnung davon, noch kann ich kein Englisch. Bevor ich es komplett verhaue lasse ich Profis ran. Es gibt ein paar sachen die ich gerne ändern lassen möchste. Wie Farbe oder andere einstellungen. In Beispiel 1 würde ich gerne das kleine Bild neben dem neuen Beitrag verschwinden lassen. In Beispiel 2 soll zwischen dem Datum, Uhrzeit und so und der Inhalt des Beitrag ein Trennlinie sein.
Zum anderen hätte ich gerne eine ordentliche Steckbriefvorlage

Skyron

CSS Code:


Beispiel 1:


Beispiel 2:



von Skyron
am So 25 Jun 2023 - 8:50
 
Suchen in: Probleme mit Scripten oder Codes - Archiv
Thema: [phpBB2] [Suche] HTML Codes
Antworten: 19
Gesehen: 706

Schriftgröße im Schreibfeld ändern

Hallo Smile
ich fürchte dass wir das Problem nicht gelöst kriegen. Ich habe ein Suchfeld mit CSS ausgeblendet, da das funktioniert, muss CSS ja aktiv sein. Warum die Schriftgrösse sich nicht verändert, verstehe ich absolut nicht. Das wurde in zwischen an mehreren PC's/Smartphones und Browsern ausprobiert. Es funktioniert überall nicht.

Mein ganzer CSS-Code sieht aktuell so aus.

#search-box {
   display: none;
}
.sceditor-container textarea {
font-size: 20px;  
}
#mpage-body-modern {
 font-size: 20px !important;
}

20px sind aktuell testweise vorgegeben, damit sofort auffällt falls es doch funktionieren sollte.

Notfalls schliesst dieses Thema bitte einfach wenn das Problem nicht zu lösen ist.
von Rabe1
am Do 25 Aug 2022 - 10:32
 
Suchen in: Sonstige Probleme - Archiv
Thema: Schriftgröße im Schreibfeld ändern
Antworten: 13
Gesehen: 622

[phpBB3] PN können nicht geöffnet werden

hab ein anderes problem bei mir in dem css system steht nichts mit avatarrahmen oder so was.
ich schick mal den code den ich drin habe, vielleicht hilft das besser >.<

"body {
font-family: Tahoma;
color: #000000;
background-color: #b89feb;
background-image: url('https://i.servimg.com/u/f85/13/95/49/36/bg_gro10.jpg');
background-attachment: scroll;
       background-repeat: repeat-x;
       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;
font-size: 2em;
margin: 3px ;
}
h1.solo {
margin-bottom: 2px;
}
h3, .h3 {
font-family: Tahoma;
text-transform: uppercase;
border-bottom: 2px dotted #6e0799;
font-size: 13px;
margin-bottom: 3px;
padding-bottom: 2px;
font-style: bold;
color: #6e0799;
margin-top: 20px;
}
/* Links-----------------------------------------------------*/
a:link{
color: #6e0799;
text-decoration: none;
}
a:visited{
color: #9201a0;
text-decoration: none;
}
a:active{
color: #6e0799;
text-decoration: underline;
}
a:hover{
color: #ffffff;
text-decoration: none;
}
a.forumtitle {
color: #000000;
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: #6e0799;
}
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: #9201a0;
text-decoration: underline;
}
a.topictitle:active {
color: #9201a0;
}
/* Menu-------------------------------------------------*/
.navbar {
clear: both;
background-color: transparent;
padding:0px 10px;
}
ul.navlinks {
border-bottom: 2px dotted;
       border-color: #000000;
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: #c206f1;
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: #c206f1;
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("https://i.servimg.com/u/f85/13/95/49/36/bgtabe10.jpg");
background-repeat: repeat-x;
color: #9201a0;
}
* 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: #b89feb;
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 #f70000;
line-height: 140%;
overflow: hidden;
margin-top: 1.5em;
color: #f70000;
}
""
von Yuriko
am Mi 29 Jun 2016 - 19:52
 
Suchen in: Sonstige Probleme - Archiv
Thema: [phpBB3] PN können nicht geöffnet werden
Antworten: 14
Gesehen: 2817

Nach oben

Gehe zu: