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
» kann man noch Blogs hier erstellen?
von Joost Gestern um 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

» Forum löschen, Probleme mit Gründeraccount
von Skouliki Do 21 März 2024 - 9:04

»  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

» Datenback-Dump?
von Skouliki Mo 12 Feb 2024 - 22:02

» Einloggen nicht mehr möglich [erbitte schnelle Rückmeldung!]
von Skouliki Mo 12 Feb 2024 - 8:15

Forenname kursiv zu normal ändern?

2 verfasser

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach unten

Forenname kursiv zu normal ändern? Empty Forenname kursiv zu normal ändern?

Beitrag von pbecker Mi 10 Jun 2009 - 22:15

Hallo,

zurzeit ist folgendes kursiv:

Forenname kursiv zu normal ändern? N7642u125

Ich möchte gerne, dass dies normal wird, also nicht kursiv.

Wäre über eine konstruktive Antwort sehr dankbar Smile
avatar
pbecker
Lehrling
Lehrling

Beiträge : 4
Anmeldedatum : 10.06.09

Nach oben Nach unten

Forenname kursiv zu normal ändern? Empty Re: Forenname kursiv zu normal ändern?

Beitrag von pbecker Do 11 Jun 2009 - 0:56

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 Smile

MfG
avatar
pbecker
Lehrling
Lehrling

Beiträge : 4
Anmeldedatum : 10.06.09

Nach oben Nach unten

Forenname kursiv zu normal ändern? Empty Re: Forenname kursiv zu normal ändern?

Beitrag von Zuckerpuppe Do 11 Jun 2009 - 9:34

Hallo Smile

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 Smile
Zuckerpuppe
Zuckerpuppe
Admin a.D.
Admin a.D.

Weiblich Beiträge : 19539
Anmeldedatum : 24.04.08
keine
phpBB3

Nach oben Nach unten

Forenname kursiv zu normal ändern? Empty Re: Forenname kursiv zu normal ändern?

Beitrag von pbecker Fr 12 Jun 2009 - 17:26

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;
   }

avatar
pbecker
Lehrling
Lehrling

Beiträge : 4
Anmeldedatum : 10.06.09

Nach oben Nach unten

Forenname kursiv zu normal ändern? Empty Re: Forenname kursiv zu normal ändern?

Beitrag von Zuckerpuppe Fr 12 Jun 2009 - 17:43

o.k., dann lösch mal deinen kompletten Code raus und ersetze ihn hiermit: Smile

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
Zuckerpuppe
Admin a.D.
Admin a.D.

Weiblich Beiträge : 19539
Anmeldedatum : 24.04.08
keine
phpBB3

Nach oben Nach unten

Forenname kursiv zu normal ändern? Empty Re: Forenname kursiv zu normal ändern?

Beitrag von pbecker So 14 Jun 2009 - 16:37

Wunderbar, funktioniert nun Einwandfrei, danke dafür.
avatar
pbecker
Lehrling
Lehrling

Beiträge : 4
Anmeldedatum : 10.06.09

Nach oben Nach unten

Forenname kursiv zu normal ändern? Empty Re: Forenname kursiv zu normal ändern?

Beitrag von Zuckerpuppe Mo 15 Jun 2009 - 11:24

Bittschön, gerne geschehen Smile

-closed-
Zuckerpuppe
Zuckerpuppe
Admin a.D.
Admin a.D.

Weiblich Beiträge : 19539
Anmeldedatum : 24.04.08
keine
phpBB3

Nach oben Nach unten

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach oben

- Ähnliche Themen

 
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten