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 )
Forenname kursiv zu normal ändern?
2 verfasser
Das Forum der Foren :: Hilfe und Unterstützung :: Aussehens des Forums anpassen :: Aussehen des Forums anpassen - Archiv
Seite 1 von 1 • Teilen
Re: Forenname kursiv zu normal ändern?
Also nun hab ich herausgefunden (dank an Mini) dass es höchstwahrscheinlich mit dem Style (Theme) zusammenhängt. Dies lässt sich wohl nicht mehr ändern.
Nunja geb ich mich damit zufrieden auch wenns mich nicht glücklich macht
MfG
Nunja geb ich mich damit zufrieden auch wenns mich nicht glücklich macht
MfG
pbecker- Lehrling
- Beiträge : 4
Anmeldedatum : 10.06.09
Re: Forenname kursiv zu normal ändern?
Hallo
das ist wahrscheinlich bei dir übers CSS so eingestellt und wieder änderbar...kannst du mir bitte mal den Code aus dem CSS Stylesheet geben?
Den findest du im Adminbereich unter:
Anzeige/ Logos&Bilder/ Farben
dort auf den Reiter CSS klicken und den Code aus dem großen Feld bitte mal kopieren und hier in [code ][/code] Tags setzen
das ist wahrscheinlich bei dir übers CSS so eingestellt und wieder änderbar...kannst du mir bitte mal den Code aus dem CSS Stylesheet geben?
Den findest du im Adminbereich unter:
Anzeige/ Logos&Bilder/ Farben
dort auf den Reiter CSS klicken und den Code aus dem großen Feld bitte mal kopieren und hier in [code ][/code] Tags setzen
Zuckerpuppe- Admin a.D.
- Beiträge : 19539
Anmeldedatum : 24.04.08
Re: Forenname kursiv zu normal ändern?
- Code:
body {
font-family: Tahoma;
color: #000000;
background-color: #6bc62f ;
background-image: url('http://i83.servimg.com/u/f83/13/73/51/58/bgtabe11.jpg');
background-attachment: scroll;
background-repeat: repeat-x;
font-size: 10px;
height: auto;
padding: 10px 0px;
}
#wrap {
width: 90%;
margin: 0px auto;
background-color: transparent;
padding: 5px;
min-width: 768px;
}
/* Tags-------------------------------------------------*/
h1.page-title {
font-family: Tahoma;
font-weight: normal;
color: #0b4d05;
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: #0b4d05;
font-size: 2em;
margin: 3px ;
}
h1.solo {
margin-bottom: 2px;
color: #000000;
}
h3, .h3 {
font-family: Tahoma;
text-transform: uppercase;
border-bottom: 2px dotted #000000;
font-size: 13px;
margin-bottom: 3px;
padding-bottom: 2px;
font-style: italic;
color: #000000;
margin-top: 20px;
}
/* Links-----------------------------------------------------*/
a:link{
color: #0b4d05;
text-decoration: none;
}
a:visited{
color: #0b4d05;
text-decoration: none;
}
a:active{
color: #0b4d05;
text-decoration: underline;
}
a:hover{
color: #ffffff;
text-decoration: none;
}
a.forumtitle {
color: #0b4d05;
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: #0b4d05;
}
a.topictitle {
font-family: Tahoma;
font-size: 1.1em;
font-weight: bold;
color: #0b4d05;
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: #0b4d05;
}
/* Menu-------------------------------------------------*/
.navbar {
clear: both;
background-color: #6bc62f;
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: #a8dd85;
background-image: url('http://i83.servimg.com/u/f83/13/73/51/58/bgtabe10.jpg');
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: #6bc62f;
background-image: url('http://i83.servimg.com/u/f83/13/73/51/58/bgtabe12.jpg');
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://i83.servimg.com/u/f83/13/73/51/58/bgtabe12.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: #b0e460;
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 #000000;
line-height: 140%;
overflow: hidden;
margin-top: 1.5em;
color: #000000;
}
/* Fieldset polls---------------------------------------------*/
fieldset.polls {
font-family: Tahoma;
font-color: #000000;
}
fieldset.polls dl {
margin-top: 5px;
border-top: 2px dotted #000000;
padding: 5px 0 0 0;
line-height: 120%;
color: #000000;
}
fieldset.polls dt {
text-align: left;
float: left;
display: block;
width: 30%;
border-right: none;
padding: 0;
margin: 0;
font-size: 1.1em;
}
fieldset.polls dd {
float: left;
width: 10%;
border-left: none;
padding: 0 5px;
margin-left: 0;
font-size: 1.1em;
}
pbecker- Lehrling
- Beiträge : 4
Anmeldedatum : 10.06.09
Re: Forenname kursiv zu normal ändern?
o.k., dann lösch mal deinen kompletten Code raus und ersetze ihn hiermit:
- Code:
body {
font-family: Tahoma;
color: #000000;
background-color: #6bc62f ;
background-image: url('http://i83.servimg.com/u/f83/13/73/51/58/bgtabe11.jpg');
background-attachment: scroll;
background-repeat: repeat-x;
font-size: 10px;
height: auto;
padding: 10px 0px;
}
#wrap {
width: 90%;
margin: 0px auto;
background-color: transparent;
padding: 5px;
min-width: 768px;
}
/* Tags-------------------------------------------------*/
h1.page-title {
font-family: Tahoma;
font-weight: normal;
color: #0b4d05;
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: #0b4d05;
font-size: 2em;
margin: 3px ;
}
h1.solo {
margin-bottom: 2px;
color: #000000;
}
h3, .h3 {
font-family: Tahoma;
text-transform: uppercase;
border-bottom: 2px dotted #000000;
font-size: 13px;
margin-bottom: 3px;
padding-bottom: 2px;
color: #000000;
margin-top: 20px;
}
/* Links-----------------------------------------------------*/
a:link{
color: #0b4d05;
text-decoration: none;
}
a:visited{
color: #0b4d05;
text-decoration: none;
}
a:active{
color: #0b4d05;
text-decoration: underline;
}
a:hover{
color: #ffffff;
text-decoration: none;
}
a.forumtitle {
color: #0b4d05;
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: #0b4d05;
}
a.topictitle {
font-family: Tahoma;
font-size: 1.1em;
font-weight: bold;
color: #0b4d05;
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: #0b4d05;
}
/* Menu-------------------------------------------------*/
.navbar {
clear: both;
background-color: #6bc62f;
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: #a8dd85;
background-image: url('http://i83.servimg.com/u/f83/13/73/51/58/bgtabe10.jpg');
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: #6bc62f;
background-image: url('http://i83.servimg.com/u/f83/13/73/51/58/bgtabe12.jpg');
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://i83.servimg.com/u/f83/13/73/51/58/bgtabe12.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: #b0e460;
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 #000000;
line-height: 140%;
overflow: hidden;
margin-top: 1.5em;
color: #000000;
}
/* Fieldset polls---------------------------------------------*/
fieldset.polls {
font-family: Tahoma;
font-color: #000000;
}
fieldset.polls dl {
margin-top: 5px;
border-top: 2px dotted #000000;
padding: 5px 0 0 0;
line-height: 120%;
color: #000000;
}
fieldset.polls dt {
text-align: left;
float: left;
display: block;
width: 30%;
border-right: none;
padding: 0;
margin: 0;
font-size: 1.1em;
}
fieldset.polls dd {
float: left;
width: 10%;
border-left: none;
padding: 0 5px;
margin-left: 0;
font-size: 1.1em;
}
Zuckerpuppe- Admin a.D.
- Beiträge : 19539
Anmeldedatum : 24.04.08
Re: Forenname kursiv zu normal ändern?
Wunderbar, funktioniert nun Einwandfrei, danke dafür.
pbecker- Lehrling
- Beiträge : 4
Anmeldedatum : 10.06.09
Re: Forenname kursiv zu normal ändern?
Bittschön, gerne geschehen
-closed-
-closed-
Zuckerpuppe- Admin a.D.
- Beiträge : 19539
Anmeldedatum : 24.04.08
Ähnliche Themen
» Forenname ändern.
» Forenname ändern
» Forenname im Tab des Browsers ändern
» Forenname in der Tableiste ändern
» [PunBB] Kursiv-Darstellung Farbe ändern
» Forenname ändern
» Forenname im Tab des Browsers ändern
» Forenname in der Tableiste ändern
» [PunBB] Kursiv-Darstellung Farbe ändern
Das Forum der Foren :: Hilfe und Unterstützung :: Aussehens des Forums anpassen :: Aussehen des Forums anpassen - Archiv
Seite 1 von 1
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten