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
» [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

» [Klassische Version]  Gründer/Admin Passwort vergessen / Forum löschen
von Skouliki Di 17 Sep 2024 - 11:14

[phpBB2] Problem mit einen CSS Code

2 verfasser

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach unten

Erledigt [phpBB2] Problem mit einen CSS Code

Beitrag von SeRenity89 Mi 6 Apr 2016 - 17:41

Hallo zusammen,

es geht um einen CSS Code, der einen farblichen Balken um die Profilinformationen macht, die unter dem Avatar zu sehen sind.
Und zwar hatte ich den vorher im Forum, doch plötzlich geht er nicht mehr , ist vielleicht was am Code falsch gelaufen? Wäre super wenn mir jemand da helfen könnte, habe zwei Bilder angehängt um zu verstehen was ich meine, und natürlich auch meinen CSS Stylesheet, vielleicht findet jemand ja den Fehler.
Hier einmal mit den Farblichen Balken von jemanden der diese Funktion auch nutzt:
https://i.servimg.com/u/f86/18/52/96/99/farbli10.png

Und einmal wie es bei mir aussieht:
https://i.servimg.com/u/f86/18/52/96/99/ohne_b10.png


Und hier meinm CSS Stylesheet:
Code:
.avatar.mini, .avatar.mini img {
height:300px;
width:200px;
}

.nav a.nav img{
max-width: 0px;
}

body





.forumline {-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
padding: 7px;
}


a.forumlink{
color:#000000;
background-color:#000000;
display:block;
width: 400px;
height: 13px;
text-align:left;
padding-top:5px;
text-transform: uppercase;
font-size: 10px;
font-weight:bolder;}

a.forumlink:hover{
background-color:#000000;}


.postbody {padding-left:40px;}

.postbody {padding-right:40px;}

/*---Text justifie par default---*/
.postbody {
text-align:justify;
}
/*---fin de section textdecoration fix---*/

/* Avatar für Gäste verbergen */
.avatar_hide img {
  display: none;
}
.avatar_hide a img {
  display: inline;
}

.avatar.mini, .avatar.mini img {
height:300px;
width:200px;
}

.nav a.nav img{
max-width: 0px;
}

body


.forumline {-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
padding: 20px;
}


a.forumlink:hover{
background-color:#000000;}


/*---Text justifie par default---*/
.postbody {
text-align:justify;
}
/*---fin de section textdecoration fix---*/

.avatar.mini, .avatar.mini img {
height:300px;
width:200px;
}

.nav a.nav img{
max-width: 0px;
}

body



.forumline {-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
padding: 7px;
}


a.forumlink{
color:#000000;
background-color:#000000;
display:block;
width: 100%;
height: 13px;
text-align: center;
padding-top:1px;
text-transform: uppercase;
  font-style: oblique;
font-size: 11px;
font-weight:bolder;}

a.forumlink:hover{
background-color:#000000;}


/*---Text justifie par default---*/
.postbody {
text-align:justify;
}
/*---fin de section textdecoration fix---*/

/* Avatar für Gäste verbergen */
.avatar_hide img {
  display: none;
}
.avatar_hide a img {
  display: inline;
}

/* Profilfeld-Namen */
.postdetails.poster-profile span.label {
    display: block;
    font-size: 15px;
    background-color: #5b8e8f;
    text-align: center;
}

/* Profilfeld-Inhalte */
.postdetails {
      display: inline-block;
    font-size: 11px;
    text-align: justify;
}

.online43{
background-color:#575757;
border-bottom-color:#363636;
border-style:solid;
border-bottom-width 3px;
border-left-color:#363636;
border-left-width:3px;
border-right-color:#363636;
border-right-width:3px;
border-top-color:#363636;
border-top-width 3px;
margin-bottom:3px;
padding: 3px 3px 3px 3px;
}

.postdetails.poster-profile a img {
  border: 6px solid #9e9e9e;
}


.signature_div {
    text-align: center;
}

.postbody {padding-left:90px;}

.postbody {padding-right:90px;}


a:hover {
  text-transform: uppercase;
font-size: 15px;
font-weight:bolder;
  font-style: oblique;
}

a[href] span strong {
   font-size: 13px !important;
  text-transform:uppercase !important;
    font-style: oblique
  }

/*** LASTPOST AVATAR ***/
.lastpost-avatar {
float: right;
padding: 15px;
}
.
.lastpost-avatar img {
width: 38px;
height: 38px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-10/cur970.cur), progress !important;}

}
.maintitle, .maintitle h1{
 font-weight: bold;
 font-size: 50px !important;
 font-family: Bad Script;
    margin-bottom: -25px;
}
th{font-variant: normal;}
th.thCornerL, th.thTop, th.thCornerR{border:0px;}

td.bodyline{border:5px dotted;}
td.spaceRow{border:10px; background-color: transparent; }
td.row1,td.row2,td.row3 {filter:Alpha(Opacity=50);}

.overlay {
    margin-top:-180px;
    width:130px;
    height:180px;
    background-color:black;
    opacity:0;
}
body {
background-repeat: repeat;
  text-align:center;
    font-style: italic;
}

.name:hover {
font-family: Verdana;
  font-size: 9px;
  text-transform: lowercase;
 letter-spacing: 1px;
  font-weight: lighter;
    background-image:url(\'\')
}





.forumlink {
font:14px arial;
font-style: italic;
text-align: center;
text-transform: lowercase;
letter-spacing: 1px;
line-height:150%;
text-shadow: 1px 1px 0px #;
}


a.mainmenu{
text-decoration: none;
text-transform: uppercase;
font: 12px calibri;  
text-shadow: 1px 1px 0px #;
color :
   border-top-left-radius: 7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 8px;
}

a.mainmenu:hover {
  font-style: italic;
background: transparent;
background: url() repeat;
/* TRANSISITION */
transition: background 1000ms;
-webkit-transition: background 1000ms;
-moz-transition: background 1000ms;
-o-transition: background 1000ms;
}

a.cattitle {
display:block;
font: 18px Bad Script;
font-style: bold;
font-weight: normal;
text-align: center;
text-transform: lowercase;
letter-spacing: 1px;
line-height:25%;
text-shadow: 1px 1px 0px #;
}



.bodyline{
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

a.gen, a.genmed, a.gensmall {
text-decoration: none;
text-transform: uppercase;
font: 12px calibri;  
text-shadow: 1px 1px 0px #;

}

a.gen, a.genmed, a.gensmall:hover {
  background-image:url(\'\');
  font-style: italic;
}

a.topictitle{
text-decoration: initial;
font: 12px orator std;
text-transform: lowercase;}

@font-face {
  font-family: \'Bad Script\';
  font-style: normal;
  font-weight: 400;
  src: local(\'Bad Script Regular\'), local(\'BadScript-Regular\'), url(http://themes.googleusercontent.com/static/fonts/badscript/v2/rL_b2ND61EQmMOJ8CRr1fhsxEYwM7FgeyaSgU71cLG0.woff) format(\'woff\');
}

body
{
  opacity: 0.9
    
}


Zuletzt von SeRenity89 am Do 7 Apr 2016 - 0:03 bearbeitet; insgesamt 1-mal bearbeitet
SeRenity89
SeRenity89
Lehrling
Lehrling

Beiträge : 26
Anmeldedatum : 14.10.14
keine
Google Chrome phpBB2

Nach oben Nach unten

Erledigt Re: [phpBB2] Problem mit einen CSS Code

Beitrag von inde Mi 6 Apr 2016 - 18:58

Die Adresse Deines Forums lautet? Bitte auch einmal in Deinem Profil aktualisieren!

Ein Link zu einem Post, bei dem man auch als Gast das Beitrags-Profil einsehen kann wäre nützlich. Anhand eines Screenshots können wir leider noch keine Codes ausarbeiten bzw. überprüfen.

LG inde
avatar
inde
Admin a.D.
Admin a.D.

Männlich Beiträge : 5658
Anmeldedatum : 20.10.11
keine
Mozilla Firefox phpBB3

Nach oben Nach unten

Erledigt Re: [phpBB2] Problem mit einen CSS Code

Beitrag von SeRenity89 Mi 6 Apr 2016 - 19:08

Tut mir Leid das hab ich vergessen Sad
Behind the Walls
Und hier ein Beitrag, den man als Gast sehen kann [url=:http://behind-the-walls.forumieren.com/t479-blackliste-xxx#1528]:http://behind-the-walls.forumieren.com/t479-blackliste-xxx#1528[/url]
SeRenity89
SeRenity89
Lehrling
Lehrling

Beiträge : 26
Anmeldedatum : 14.10.14
keine
Google Chrome phpBB2

Nach oben Nach unten

Erledigt Re: [phpBB2] Problem mit einen CSS Code

Beitrag von inde Mi 6 Apr 2016 - 19:36

Nun Du hast ja auch Änderungen an Deinen Templates vorgenommen und dort eine eigene Class eingesetzt. Dann solltest Du ja auch in der Lage sein weitere Änderungen vorzunehmen.
Schaue Dir bitte einmal die nachfolgende von Dir eingesetzte Class etwas genauer an.
Code:
.infosposttt {
    border: 1px solid #ff0000;
}
Wozu Du eine Class vergibst, ohne ihr Eigenschaften zu geben bleibt uns wohl ein Rätsel. scratch

LG inde
avatar
inde
Admin a.D.
Admin a.D.

Männlich Beiträge : 5658
Anmeldedatum : 20.10.11
keine
Mozilla Firefox phpBB3

Nach oben Nach unten

Erledigt Re: [phpBB2] Problem mit einen CSS Code

Beitrag von SeRenity89 Mi 6 Apr 2016 - 20:13

Ich hab keine Änderrungen an den Templates vorgenommen o.O
Das Forum hatte damals mir und zwei anderen gehört, die Admina ist aber weg und wenn dann hat sie damals in den Templates was gemacht, aber ich war das nicht, ich hab von Templates nämlich keine Ahnung. Ich möchte das wirklich hin kriegen, wo finde ich diese Class in den Templates und was muss ich da verändern?

LG
SeRenity89
SeRenity89
Lehrling
Lehrling

Beiträge : 26
Anmeldedatum : 14.10.14
keine
Google Chrome phpBB2

Nach oben Nach unten

Erledigt Re: [phpBB2] Problem mit einen CSS Code

Beitrag von inde Mi 6 Apr 2016 - 21:32

inde schrieb:Bitte auch einmal in Deinem Profil aktualisieren! Exclamation Exclamation Exclamation

Dann hast Du also auch gar keinen Zugriff auf den Gründeraccount sondern nur einfache Admin-Rechte? Ohne Zugriff auf den Gründeraccount kannst Du ohnehin keine Templates bearbeiten.

Wie lange ist eure Admina denn schon weg? Vielleicht könntest Du dann ja schon das Forum übernehmen.

Trage bitte einmal den von mir erwähnten Code in das persönliche CSS ein, dann können wir uns das Morgen einmal anschauen.

LG inde
avatar
inde
Admin a.D.
Admin a.D.

Männlich Beiträge : 5658
Anmeldedatum : 20.10.11
keine
Mozilla Firefox phpBB3

Nach oben Nach unten

Erledigt Re: [phpBB2] Problem mit einen CSS Code

Beitrag von SeRenity89 Mi 6 Apr 2016 - 21:41

Ich bin schon der Gründer des Forums, aber hab das was Templates angeht, immer der anderen Admina überlassen, da mein Forum lange auf Eis war, und sie ist irgendwann von allein gegangen und wurde gelöscht, deswegen stehe ich momentan mit allem ein wenig allein da. Im Charakter Search Bord, wurde mir ein neuer CSS Code komplett geschickt, da sie meinten, das da viele Fehler drin waren der sieht jetzt so aus, nachdem ich den da rein gemacht habe, den man mir geschickt hat

Code:
a.forumlink{
color:#000000;
background-color:#000000;
display:block;
width: 400px;
height: 13px;
text-align:left;
padding-top:5px;
text-transform: uppercase;
font-size: 10px;
font-weight:bolder;}

a.forumlink:hover{
background-color:#000000;}


.postbody {padding-left:40px; padding-right:40px; text-align:justify;}

/* Avatar für Gäste verbergen */
.avatar_hide img {
  display: none;
}
.avatar_hide a img {
  display: inline;
}

.avatar.mini, .avatar.mini img {
height:300px;
width:200px;
}

.nav a.nav img{
max-width: 0;
}

.forumline {-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
padding: 20px;
}

/* Profilfeld-Namen */
.postdetails.poster-profile span.label {
    display: block;
    font-size: 15px;
    background-color: #5b8e8f;
    text-align: center;
}

/* Profilfeld-Inhalte */
.postdetails {
      display: inline-block;
    font-size: 11px;
    text-align: justify;
}

.online43{
background-color:#575757;
border-bottom-color:#363636;
border-style:solid;
border-bottom-width: 3px;
border-left-color:#363636;
border-left-width:3px;
border-right-color:#363636;
border-right-width:3px;
border-top-color:#363636;
border-top-width: 3px;
margin-bottom:3px;
padding: 3px 3px 3px 3px;
}

.postdetails.poster-profile a img {
  border: 6px solid #9e9e9e;
}


.signature_div {
    text-align: center;
}

.postbody {padding-left:90px; padding-right:90px;}

a:hover {
  text-transform: uppercase;
font-size: 15px;
font-weight:bolder;
  font-style: oblique;
}

a[href] span strong {
  font-size: 13px !important;
  text-transform:uppercase !important;
    font-style: oblique;
  }

/*** LASTPOST AVATAR ***/
.lastpost-avatar {
float: right;
padding: 15px;
}

.lastpost-avatar img {
width: 38px;
height: 38px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-10/cur970.cur), progress !important;}

.maintitle, .maintitle h1{
 font-weight: bold;
 font-size: 50px !important;
 font-family: Bad Script;
    margin-bottom: -25px;
}
th{font-variant: normal;}
th.thCornerL, th.thTop, th.thCornerR{border:0;}

td.bodyline{border:5px dotted;}
td.spaceRow{border:10px; background-color: transparent; }
td.row1,td.row2,td.row3 {filter:Alpha(Opacity=50);}

.overlay {
    margin-top:-180px;
    width:130px;
    height:180px;
    background-color:black;
    opacity:0;
}
body {
background-repeat: repeat;
  text-align:center;
    font-style: italic;
}

.name:hover {
font-family: Verdana;
  font-size: 9px;
  text-transform: lowercase;
 letter-spacing: 1px;
  font-weight: lighter;
    background-image:url();
}

.forumlink {
font:14px arial;
font-style: italic;
text-align: center;
text-transform: lowercase;
letter-spacing: 1px;
line-height:150%;
text-shadow: 1px 1px 0 #000000;
}


a.mainmenu{
text-decoration: none;
text-transform: uppercase;
font: 12px calibri;
text-shadow: 1px 1px 0 #000000;
border-top-left-radius: 7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 8px;
}

a.mainmenu:hover {
  font-style: italic;
background: transparent;
background: url() repeat;
/* TRANSISITION */
transition: background 1000ms;
-webkit-transition: background 1000ms;
-moz-transition: background 1000ms;
-o-transition: background 1000ms;
}

a.cattitle {
display:block;
font: 18px Bad Script;
font-weight: bold;
text-align: center;
text-transform: lowercase;
letter-spacing: 1px;
line-height:25%;
text-shadow: 1px 1px 0 #000000;
}



.bodyline{
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

a.gen, a.genmed, a.gensmall {
text-decoration: none;
text-transform: uppercase;
font: 12px calibri;
text-shadow: 1px 1px 0px #000000;

}

a.gen, a.genmed, a.gensmall:hover {
  background-image:url();
  font-style: italic;
}

a.topictitle{
text-decoration: initial;
font: 12px orator std;
text-transform: lowercase;}

@font-face {
  font-family: 'Bad Script';
  font-style: normal;
  font-weight: 400;
  src: local('Bad Script Regular'), local('BadScript-Regular'), url(http://themes.googleusercontent.com/static/fonts/badscript/v2/rL_b2ND61EQmMOJ8CRr1fhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

body
{
  opacity: 0.9;

}

Und dann hatte da noch jemand das selbe erwähnt:
Gomorrah schrieb:also ich kenn mich mit phpbb bzw forumieren nich so aus. aber der quelltext sagt mir, dass das feld mit den classen "infosposttt" und "label" definiert werden. ich find aber in deinem css keine definition dafür. zumindest nicht nur die erste classe. bin ich nur blind, oder könnts daran liegen?

Wie kann ich das denn beheben? Leider bin ich mit dem allen nicht so vertraut, und suche ja nach zwei neuen Admins die mich bei sowas unterstützen können, doch bisher hab ich niemanden gefunden Sad
SeRenity89
SeRenity89
Lehrling
Lehrling

Beiträge : 26
Anmeldedatum : 14.10.14
keine
Google Chrome phpBB2

Nach oben Nach unten

Erledigt Re: [phpBB2] Problem mit einen CSS Code

Beitrag von inde Do 7 Apr 2016 - 8:58

Lese Dir bitte das hier einmal durch. Das bedeutet soviel wie wenn man Lust dazu verspürt jemandem zu helfen, dann kann man dies tun - muss man aber nicht.
Auch hatte ich Dich darum gebeten den oben erwähnten Code einmal in das CSS einzutragen, was Du nicht getan hast.
Dann holst Du Dir, außer bei uns hier, auch noch anscheinend Rat von Dritten, die sich dann auch noch in Deinem Forum anmelden um dort zu helfen.
[phpBB2] Problem mit einen CSS Code  Techni10

Nun habt ihr das Problem wohl auch gemeinsam lösen können. Und Du hältst es nicht einmal für nötig uns das hier mitzuteilen.


Tacheles oder auch "Butter bei die Fische".
Solch eine Ignoranz wie Du sie an den Tag legst, ist mir schon lange nicht mehr untergekommen. Zu viele Köche verderben den Brei, deshalb habe ich mich gestern Abend auch ganz bewusst dabei raus gehalten.
Grenzwertig frech finde ich ohnehin eine Anfrage hier und auch gleichzeitig noch woanders zu stellen. Meine Freizeit kann ich auch anders gestalten und verspüre daher auch keine Lust mehr Dir in irgendeiner Weise jemals wieder zu helfen.

Da ich kein Mitglied des Teams hier bin, habe ich die Möglichkeit meine persönliche Ignorierliste zu führen, diese hat sich soeben um einen Member (Dich) bereichert.

LG inde
avatar
inde
Admin a.D.
Admin a.D.

Männlich Beiträge : 5658
Anmeldedatum : 20.10.11
keine
Mozilla Firefox phpBB3

Nach oben Nach unten

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach oben


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