Teammitglieder online
Regeln und nützliche Hinweise
Neueste Themen
» Das Plauderforum ist zurück!von Eto Mo 25 Nov 2024 - 17:59
» Style-Wechsel funktioniert nicht mehr
von Miho Mo 25 Nov 2024 - 11:05
» Profil in beiträgen nur im blog deaktivieren.
von Skouliki Mo 25 Nov 2024 - 10:16
» [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
Beiträge mit den meisten Reaktionen des Monats
» Beitrag von Agorass in Passwort für meinen Adminbereich vergessen. ( 2 )
» Beitrag von Keks in [phpBB2] Unterforen Nebeneinander
( 1 )
[phpBB2] Probleme mit der "Postprofil" Anzeige
2 verfasser
Seite 1 von 1 • Teilen
[phpBB2] Probleme mit der "Postprofil" Anzeige
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:
Und so hätte ich es gerne:
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 ..
Ich hoffe echt, dass mir jemand helfen kann
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
TheRollyJoger- Lehrling
- Beiträge : 16
Anmeldedatum : 03.08.15
Re: [phpBB2] Probleme mit der "Postprofil" Anzeige
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
Edit: Ach ja und bitte mal dein Template zeigen, damit ich verstehe was da nicht funktioniert hat
Ist es sicher PHPBB2? Und bitte einmal den Link zum Forum das ich mir das mal ansehen kann
Edit: Ach ja und bitte mal dein Template zeigen, damit ich verstehe was da nicht funktioniert hat
Keks- Mod a.D.
- Beiträge : 1394
Anmeldedatum : 08.08.16
Re: [phpBB2] Probleme mit der "Postprofil" Anzeige
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- Mod a.D.
- Beiträge : 1394
Anmeldedatum : 08.08.16
Ähnliche Themen
» [phpBB2] Probleme mit index_body/Wer-ist-online?-Anzeige
» [phpBB2] Postprofil (Blog) im Forum
» [phpBB2] Postprofil-Leiste anpassen (Hintergrundbild?)
» Probleme bei der Anzeige
» Probleme mit der Anzeige des FAVICON
» [phpBB2] Postprofil (Blog) im Forum
» [phpBB2] Postprofil-Leiste anpassen (Hintergrundbild?)
» Probleme bei der Anzeige
» Probleme mit der Anzeige des FAVICON
Seite 1 von 1
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten