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
»  Missbrauchsmeldung "Sexueller Inhalt" war (wieder) Werbung/Spam/Scam
von Joost Gestern um 18:02

» Forum löschen, Probleme mit Gründeraccount
von Igazus Gestern um 17:57

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

» PN's werden nicht mehr rot eingefärbt
von Ray Sa 16 März 2024 - 16:41

» 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

» Neuer User kann sich anmelden.
von Joost So 11 Feb 2024 - 18:06

» [phpBB3] Suchfunktion ohne Funktion
von Joost Sa 10 Feb 2024 - 19:38

» Die Sturmkriger (WaCa) mit Punktesystem
von Rama Di 6 Feb 2024 - 18:49

» Style funktioniert nicht
von Joost So 4 Feb 2024 - 16:50

» Vergabe von Auszeichnungen
von Eto Sa 3 Feb 2024 - 20:13

[phpBB2] Probleme mit der "Postprofil" Anzeige

2 verfasser

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach unten

Keine Rückmeldung closed [phpBB2] Probleme mit der "Postprofil" Anzeige

Beitrag von TheRollyJoger Fr 23 Sep 2016 - 18:03

Heyo..

Ich bins mal wieder.. ^^'
Ich hab mal wieder ein kleines Problemchen .. Und ich hoffe, mir kann hier jemand helfen ..
Zu meinem Problem:
Ich arbeite seit gestern an meinem Forum und habe bemerkt, dass die "Profilanzeige" nicht sonderlich schön ist ... Jetzt wollte ich sie umändern ( hab mir dazu auch hier schon 2 Tutorials angesehen...) doch es funktioniert irgendwie nicht ...
Egal was ich mache, es verändert sich nichts ...

Bei mir sieht es jetzt so aus:
Spoiler:

Und so hätte ich es gerne:
Spoiler:

Wie gesagt: Tutorials hab ich schon gemacht, hat aber nichts gebracht .. (Es sah danach immer noch so aus, wie vorher...)
( https://hilfe.forumieren.com/t23435-phpbb2-punbb-profilfelder-umranden-rahmen & https://hilfe.forumieren.com/t32785-unterlegte-profilfelderbezeichnungen-profilfeld-hintergrund das sind die beiden Tuts, die ich probiert habe...)

Hier ist noch mein CSS, falls der wichtig ist ..
Code:
#i_logo {
    background: url("http://saved.im/mtg4mjm2exvj/flussderfinsternis.png");
    background-repeat: repeat-xy;
    height: 250px;
    width: 761px;
    opacity:1.00;
    POSITION: relative;
    BOTTOM: -1px !important; LEFT: 0px;
    background-position: center center;
}

#i_logo:hover {
    background: url("http://saved.im/mtg4mjm2exvj/flussderfinsternis.png") !important;
    background-repeat: repeat-xy !important;
    height: 250px;
    width: 761px;
    opacity:1.00;
    POSITION: relative;
    BOTTOM: -1px !important; LEFT: 0px;
    background-position: center center !important;
}

#i_whosonline {
    background-image: url("");
    height: 0px;
    width: 0px;
    opacity: 1.0 !important;
    background-position: center center !important
}

input, textarea, select {
    padding: 0px;
    border: 1px solid #b5b2ad;
}

.bodyline {
    background-image: url('');
    background-repeat: repeat;
    max-width: 750px;
    padding: 0px 0px 0px 0px;
    border: 2px solid #b5b2ad;
}
  
.postbody, td.row1, td.row2, td.row3, td.row3Right, td.row1.over:hover, td.row3.over:hover {
    background-repeat: repeat;
    background-image: url("");
}

body { background-position: center bottom !important; }

.postdetails {
    color: white;
    font-size: 10px;
    font-family: Verdana;
}


.code {
    padding: 15px;
    font-size: 11px !important;
    font: Courier New;
    border: 2px dashed #b5b2ad;
    text-align: center;
}

.quote, .spoiler_content, .spoiler_closed  {
    padding: 15px;
    font-size: 11px !important;
    font: Verdana;
    border: 2px dashed #b5b2ad;
    letter-spacing: 1px;
    text-align: center;
}

a.forumlink:hover {
    color: #47423a !important;
    text-decoration: none !important;
    -moz-transition-property: color;
    -moz-transition-duration: 2s;
    -o-transition-property: color;
    -o-transition-duration: 2s,;
    -webkit-transition-property: color;
    -webkit-transition-duration: 2;
    -ms-transition-property: color;
    -ms-transition-duration: 2s;
}

a.forumlink:link, a.forumlink:active, a.forumlink:visited {
    color: #ffffff;
    font-family: Times New Roman;
    font-style: italic;
    font-size: 18px;
    text-decoration: none;
    padding: 0px;
    margin: 0px 55px;
    background: #bcb8b2;
    display: block;
    text-align: center;
    font-weight: bold;
    border-left: 3px solid #b5b2ad;
    border-right: 3px solid #b5b2ad;
    border-top: 1px solid #b5b2ad;
    border-radius: 0px 0px 50px 50px;
    -o-border-radius: 0px 0px 50px 50px;
    -webkit-radius: 0px 0px 50px 50px;
    -ms-radius: 0px 0px 50px 50px;
    -moz-radius: 0px 0px 50px 50px;
    text-shadow: 0 0 5px #b5b2ad;
}

.mainmenu, a.mainmenu {
    font-size: 11px;
    font-family: Arial !important;
    text-decoration: none;
    color: black !important;
    padding: 3px;
    margin: 3px;
    letter-spacing: 2px;
}

a img:hover {
    opacity:0.30;
    background-color: transparent !important
}

.selectCode {
    color: #47423a !important;
    cursor: pointer;
    float: right;
    font-weight: normal;
    font-size: 11px !important;
    font-family: Arial;
}

.avatar.mini, .avatar.mini img {
    background-color: transparent;
    height: 0px;
    width: 0px;
}

.chatbox_row_1, .chatbox_row_2, .chatbox_row_3, .chatbox_row_1 a, .chatbox_row_2 a, .chatbox_row_3 a  {
    font-family: Verdana;
    font-size: 11px;
}

#chatbox_members .member-title { background-color: #c3c0bb; color: #47423a; }
#chatbox_members { background-color: #b5b2ad; border-right: 1px solid #b5b2ad }
#chatbox p { line-height: 13px; }

.forumline {
    background: transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0px;
    border-spacing: 0px;
}

.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
    border-bottom: 2px dashed #b5b2ad;
    padding: 0px;
}

.editedmessage { font-size: 10px; color: white; font-family: Arial }
.forumdesc { font-size: 0px; color: transparent; font-family: Verdana; }

.sitedesc {
    font-size: 15px;
    font-family: Times New Roman;
    color: white !important
}

.maintitle {
    font-size: 0px;
    letter-spacing: 0px;
    padding: 0;
}

.signature_div {
    border-top: 2px dashed #b5b2ad;
    margin-top: 15px;
    padding: 0;
}

.secondarytitle {
    padding: 15px 0 15px;
    font-family: Times New Roman;
    font-size: 0px;
    letter-spacing: 7px;
    font-variant: normal;
    font-style: italic;
}

.secondarytitle, .secondarytitle h2 { font-size: 0px; color: white; font-weight: 100; }

.mitgliedsliste {
    font-size: 16px;
    font-family: Times New Roman;
    font-weight: bold;
}

th {
    background: #b5b2ad;
    font-size: 10px;
    font-weight: normal !important;
    font-family: Verdana;
    padding: 0px;
    height: 2px !important;
}

th.thBottom, th.thCornerL, th.thCornerR, th.thHead, th.thLeft, th.thRight, th.thSides, th.thTop, td.catHead, th.thHead, td.catBottom, th.thBottom { border-width: 0px 0px 0px 0px !important; }
.nav a.nav img { max-height: 15px; }
td.catLeft, th.thLeft, td.catSides, td.spaceRow, th.thSides, td.catRight, td.row3Right, th.thRight { border-width: 0 0 0 0px; }

.mitgliedsliste {
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 0 0 12px black; 1px 1px 1px black
}

.resizebox .resize_content {
    display: block;
    font-family: Verdana;
    font-size: 10px;
    padding: 0 0 5px;
}


#header {
width: 750px;
background: #C2BFBA;
color: #404d4c;
border: none;
}

.htitel {
background: linear-gradient(to bottom, #9ab3b8, #ebf4f5);
font-family: Oswald;
font-size: 15px;
text-transform: uppercase;
text-align: center;
color: #4040d4c;
}

.hzelle {
padding-bottom: 20px;
padding-top: 5px;
}

.htext {
height: 140px;
padding: 3px;
font-family: Calibri;
font-size: 10px;
text-align: justify;
overflow: auto;
}

#news {
height: 50px;
padding-bottom: 20px;
font-family: Calibri;
font-size: 10px;
text-align: justify;
}

.link {
width: 110px;
margin: auto;
margin-bottom: -8px;
padding: 2px;
background:linear-gradient(to bottom, #c1e3e1, #ebf4f5);
text-align: center;
display: block;
border-left: 3px double #9ab3b8;
border-right: 3px double #9ab3b8;
}

.alink1 a {
color: #404d4c;
text-decoration: none;
text-transform: uppercase;
transition-duration: 0.5s;
transition-property: all;
transition-timing-function: ease;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
}

.alink1 a:hover {
opacity: 0.6;
}

.htext::-webkit-scrollbar {
width: 3px; background: #d0d0d0;
}

.htext::-webkit-scrollbar-thumb {
background: #9ab3b8;
}
.htext::-webkit-scrollbar-corner {
background: #9ab3b8;
}

font-family: 'La Belle Aurore', cursive;
font-family: 'Oswald', sans-serif;

/* Mitgliederliste anpassen BEGINN */
/* Bereich der Anpassung des Avatars in der Mitgliederliste*/
#memberlist_avatar img {
    max-height: 300px;
    max-width: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* Bereich der anpassung des Usernamens in der Mitgliederliste*/
.gen_member , a.gen_member{
    font-family: "Mrs Sheppards",cursive;
    font-size: 39px;
    font-weight: lighter;
    letter-spacing: 6px;
    text-align: center;
    text-shadow: 4px 3px 4px #1f1f29;
    text-decoration: none;
}
/* Bereich der Mitglieder Information in der Mitgliederliste*/
.member_info {
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 0.2em;
    font-family: gisha;
}
/* Bereich der Mitglieder Inforbox in der Mitgliederliste*/
.member_info_box {
    background-color: #e5e5e5;
    border: 1px solid #c7c7c7;
    text-transform: uppercase;
    font-family: gisha;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* Mitgliederliste anpassen END */

#memberlist_avatar img {
    max-height: 300px;
    max-width: 200px;
}

.weristonline {width: 700px;
margin-left: 9px;color:#EDEDED;}

#gruppen {height: 60px;
background-color: #BCB8B2;
text-align: center;
font-family: georia;
text-shadow: 0 0 1px #000;
text-transform: uppercase;
font-size: 10px;}

.box {background-color: rgba(206, 16, 47, 0);width:33%;text-align: justify;padding: 50px 10px 50px 10px;}

#linkweristonline {height: 60px;
background-color: #BCB8B2;
text-align: center;
font-family: georia;
text-shadow: 0 0 1px #000;
text-transform: uppercase;
font-size: 22px;}

a:link{ text-decoration: none !important; -moz-transform: all !important; -o-transform: all !important; -htm-transform: all !important; -webkit-transform: all !important; transition: 1s !important; -moz-transition: 1s !important; -o-transition: 1s !important; -htm-transition: 1s !important; -webkit-transition: 1s !important; -webkit-transition: 180ms linear 0s; -moz-transition: 180ms linear 0s; -o-transition: 180ms linear 0s; transition: 180ms linear 0s; }


 a:link:hover, a:link:focus {text-shadow: -1px 1px 10px #C2BFBA, 1px -1px 10px ##C2BFBA} a:hover {text-decoration: none !important;}



Ich hoffe echt, dass mir jemand helfen kann Crying or Very sad
TheRollyJoger
TheRollyJoger
Lehrling
Lehrling

Beiträge : 16
Anmeldedatum : 03.08.15
keine
Mozilla Firefox phpBB2

Nach oben Nach unten

Keine Rückmeldung closed Re: [phpBB2] Probleme mit der "Postprofil" Anzeige

Beitrag von Keks Sa 24 Sep 2016 - 11:29

Ich nehme mich dem an, ich muss aber gerade noch etwas mit meiner Familie abklären wegen dem Umzug und kann dir erst in einer Stunde helfen.

Ist es sicher PHPBB2? Und bitte einmal den Link zum Forum das ich mir das mal ansehen kann Smile

Edit: Ach ja und bitte mal dein Template zeigen, damit ich verstehe was da nicht funktioniert hat Wink
Keks
Keks
Mod a.D.
Mod a.D.

Weiblich Beiträge : 1394
Anmeldedatum : 08.08.16
keine
Google Chrome phpBB2

Nach oben Nach unten

Keine Rückmeldung closed Re: [phpBB2] Probleme mit der "Postprofil" Anzeige

Beitrag von Keks Mo 26 Sep 2016 - 20:56


Hast du noch Probleme mit dieser Ansicht? Oder kann es geschlossen werden? Denke bitte daran das richtige Icon zu setzen um uns die Arbeit hier zu erleichtern allen helfen zu können wo wir gebraucht werden.
Keks
Keks
Mod a.D.
Mod a.D.

Weiblich Beiträge : 1394
Anmeldedatum : 08.08.16
keine
Google Chrome phpBB2

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