Problem mit WBB-Design

06/12/2013 21:06 olieg#1
Hallo Com, ich habe ein neues Forum-Design auf WBB-Lite. Nun aber ist es irgendwie nicht so wie es sein sollte, normalerweise steht vorne der Name des Forums und der letzte Beitrag aus dem jeweiligen Forum wird hinten angezeigt, doch bei mir wird es unten dran angezeigt. Hier ein Screenshot:

[Only registered and activated users can see links. Click Here To Register...]


Wie bringe ich es hin, dass der jeweils letzte Beitrag wieder hinten angezeigt wird?


Danke im Voraus

Gruss
06/12/2013 21:08 αωєѕσмє#2
Wie ich sehe benutzt du das Curse-World-Design und dies ist meines Wissens nach nur mit Wbb 3 kompatibel , könnte daran liegen !

Ansonsten kannst/musst du das via CSS anpassen

Mfg
06/12/2013 21:15 olieg#3
Hm habe sonst eigentlich keine anderen Probleme damit auch nicht obwohl es nur auf Lite läuft. Wo in der CSS anpassen habe sowas noch nie gemacht.
06/12/2013 21:17 .Tobias#4
Nehm ein anderes Design, wirst du eh nicht hinkriegen.
06/12/2013 21:23 Coniesan#5
hahahahah xD genialer Kommentar Tobi xD
sowas is ne Arbeit von 2min xD aber epic <3
06/12/2013 21:26 αωєѕσмє#6
Quote:
Originally Posted by .Tobias View Post
Nehm ein anderes Design, wirst du eh nicht hinkriegen.
Nur weil du sowas nicht hinkriegst ? :rolleyes::D

Hatte das Problem noch nicht und kenne den CSS-Code gerade nicht aus dem Kopf , google am besten mal "Wbb letzter beitrag position" oder sowas

Mfg
06/12/2013 21:29 Coniesan#7
achwas, easy Mode -> Firefox Element untersuchen -> id/class raus suchen -> margin bzw padding oder width verändern evtl direkt im Firefox und wenns passt, in die CSS übernehmen ;)
06/12/2013 21:47 αωєѕσмє#8
Quote:
Originally Posted by .Tobias View Post
Sagt der eine, von 50.000 Arbeitslosen Designern.
Was für Quellen besitzt du haha ?

Habe momentan 2 Aufträge und auserdem Designe ich nicht ich Code :facepalm:

B2T: Besteht das Problem noch ?

Mfg
06/12/2013 21:55 .Tobias#9
Quote:
Originally Posted by αωєѕσмє View Post
Was für Quellen besitzt du haha ?

Habe momentan 2 Aufträge und auserdem Designe ich nicht ich Code :facepalm:

B2T: Besteht das Problem noch ?

Mfg
AC Designs - Ich Designe nicht, ich Code :awesome:
2 Aufträge, hast fast nen Wikipedia Eintrag verdient.
Achja, und Coden lernt man in ~2 Stunden.

B2T:

Geh im Style mal auf die Zusätlichen CSS Deklarationen, uns such dort mal nach etwas ähnlichem wie Last Post oder LastPost or so, dort solltest du dann die Position verändern können.
06/12/2013 22:11 #CHaCKi#10
Wieso macht Ihr es denn so umständlich? Er muss lediglich die Zeilen wieder anpassen im css dec. so wie diese bei WBB3.1.x sind.

@Threadersteller ich schicke dir eine PM mit meinen CSS Codes.

edit = ist wohl je nach Design anders. Frage mal bei den Autoren des Designs nach
06/12/2013 22:39 olieg#11
Ok, danke allen bis jetzt für die mehr oder weniger hilfreichen Antworten, doch welche css genau muss ich bearbeiten und wo befindet sie sich?
06/12/2013 22:47 Coniesan#12
Uiii wir sind Gott, kennen dein Script auswändig und wissen daher direkt zu sagen, wo sich der "Fehler" befindet, und können dir ne Lösung nennen, ohne uns das Script 1x angesehen zu haben..... NIECHT! :D (u know what I mean?!)
06/12/2013 22:54 olieg#13
Jedes WBB ist (fast) gleich aufgebaut, also wenigstens den Pfad hättest du schreiben können anstatt wieder jemanden darauf aufmerksam zu machen, dass du keine magische Glaskugel besitzt.

Habe hier irgendwas gefunden:

PHP Code:
@charset "UTF-8";
/* CSS Document */

a:focus {
    
outlinenone;
}

.
mainMenu .mainMenuInner {
    
border-style:none;
}

#mainMenu {
    
positionabsolute;
    
top160px;
    
z-index99;
    
height65px;
    
padding-right5px;
    
padding-left0px;
    
border0px;
    
margin-left:11px;
    
width:630px;
}

.
mainMenu a {
    
float:left;
    
font-size:1.0em;
    
font-weight:bold;
    
height:65px;
    
line-height:90px;
    
text-align:center;
    
text-decoration:none;
    
border:none!important;
    
padding0px 0px 0px 0px;
    
background:transparent url('../images/menu1.png'no-repeat center bottom;
    
width:103px;
    
text-transformuppercase;
}

.
mainMenu .active a, .mainMenu .firstActive a, .mainMenu .lastActive a {
    
background:transparent url('../images/menu3.png'no-repeat center bottom;
}

.
mainMenu a:hover {
    
background:transparent url('../images/menu2.png'no-repeat center bottom;
}

.
mainMenu li  {
    
margin-left3px;
}

selecttextareainput[type="text"], input[type="password"] {
    
background-imageurl("../images/inputBG.png");
    
background-positionleft top;
    
background-repeatrepeat-x;
}

.
boardTitle 
    
text-shadow0 1px 0 #1b1b1b; 
}

.
largeButtons a:hover span {
    
text-shadow0 1px 0 #000; 
}

.
largeButtons a span {
    
text-shadow0 1px 0 #000; 
}

.
mainMenu a {
    
text-shadow0 1px 0 #000;
}

.
mainMenu .active a, .mainMenu .firstActive a, .mainMenu .lastActive a {
    
text-shadow0 1px 0 #000;
}

.
mainMenu a:hover {
    
text-shadow0 1px 0 #000;
}

.
infoBox h3 {
    
font-size:1.1emtext-shadow-1px 0 #000;
}

h1 {
    
text-shadow-1px 1px #000;
}

h2h2 a {
    
text-shadow-1px #000;
}

.
pageOptions span, .breadCrumbs span {
    
text-shadow-1px #000;
}


.
galleryAlbumCover img {
    -
webkit-box-shadow0 3px 7px #000; 
    
-moz-box-shadow0 3px 7px #000;
}

.
galleryIndex li.floatedElement .thumbnail img, .galleryIndex li.floatedElement:hover, .squared .thumbnail img {
    -
webkit-box-shadow0 1px 3px #000; 
    
-moz-box-shadow0 1px 3px #000;
}

.
galleryPhoto img {
    -
webkit-box-shadow0 3px 7px #000; 
    
-moz-box-shadow0 3px 7px #000; 
    
margin10px;
}

.
imageViewerCurrentImage {
    -
webkit-box-shadow0 3px 23px #000; 
    
-moz-box-shadow0 3px 23px #000;
}

.
containerHead, .containerHead a {
    
text-shadow-1px 0 #000;
}

.
smallButtons a span {
    
text-shadow-1px 0 #2A160E;
}

.
smallButtons a:hover span {
    
text-shadow-1px 0 #2A160E; 
}

.
subTabMenu a span {
    
text-shadow-1px 0 #000;
}

.
memberList li span {
    
text-shadow-1px 0 #fff;
}

.
galleryPhotoEdit img, .galleryAlbumCover img {
    -
webkit-box-shadow0 3px 7px #000; 
    
-moz-box-shadow0 3px 7px #000;
    
box-shadow0 3px 7px #000;
}

.
galleryIndex li.floatedElement .thumbnail img, .squared .thumbnail img {
    -
webkit-box-shadow0 1px 3px #000;
    
-moz-box-shadow0 1px 3px #000;
    
box-shadow0 1px 3px #000;
}

.
galleryIndex li.floatedElement:hover, .avatarSelect li label:hover {
    -
webkit-box-shadow0 1px 3px #000; 
    
-moz-box-shadow0 1px 3px #000;
    
box-shadow0 1px 3px #000;
}

.
galleryPhoto img {
    -
webkit-box-shadow0 3px 7px #000;
    
-moz-box-shadow0 3px 7px #000; 
    
box-shadow0 3px 7px #000; 
    
margin10px;
}

.
imageViewerCurrentImage {
    -
webkit-box-shadow0 3px 23px #000; 
    
-moz-box-shadow0 3px 23px #000;
    
box-shadow0 3px 23px #000;
}

.
info, .success, .warning, .error {
    -
webkit-border-radius8px
    -
moz-border-radius8px;
    
border-radius8px;
}

.
copyright:after 
    
content" | made by Kai M. & cls-design"
}

.
tabMenu li:first-child, .tabMenu li:first-child a {
    -
webkit-border-top-left-radius5px
    -
moz-border-radius-topleft5px;
    
border-top-left-radius5px;
}

.
tabMenu li:last-child, .tabMenu li:last-child a {
    -
webkit-border-top-right-radius5px
    -
moz-border-radius-topright5px;
    
border-top-right-radius5px;
}

.
loginPopup input#quickLoginPassword {
    
-webkit-border-top-left-radius0
    -
webkit-border-bottom-left-radius0
    -
moz-border-radius-topleft0
    -
moz-border-radius-bottomleft0;
    
border-top-left-radius0;
    
border-bottom-left-radius0;
}

input#searchInput {
    
-webkit-border-radius12px
    -
moz-border-radius12px;
    
border-radius12px;
}

textareaselectinput[type="text"], input[type="password"], .loginPopup input#quickLoginPassword  {
    
-webkit-border-radius5px
    -
moz-border-radius5px;
    
border-radius5px;
}

.
optionButtons li {
    -
webkit-border-radius3px
    -
moz-border-radius3px;
    
border-radius3px;
}

.
quoteBoxfieldset {
    -
webkit-border-radius5px
    -
moz-border-radius5px;
    
border-radius5px;

...und:
PHP Code:
@charset "UTF-8";
/* CSS Document */

#tplIndex .mainHeadline {
    
position:absolute;
    
top:239px;
    
margin-left:10px;
    
width:900px;
}

#main > ul.breadCrumbs {
    
padding-left:18px;
    
position:absolute;
    
top:250px;
    
z-index:99;
}

.
loginPopup {
    
margin-top0px;
    
margin-left225px;
}

.
smallButtons li a {
    
padding:3px 8px 3px 7px;
}

.
smallButtons .extraButton a {
    
padding:3px 4px 3px 6px;
}

.
smallButtons .extraButton {
    
margin-left4px !important;
}

.
message .messageInner {
    
bordernone !important;
}

.
message .messageContent, .message .messageContentInner {
    
bordernone !important;
    
background-colortransparent !important;
}

.
message .messageInner {
    
background#0a0a0a url('../images/postBG.jpg') top left no-repeat;
}

.
threadStarterPost .messageLeft, .threadStarterPost .messageRight, .threadStarterPost .messageFramedLeft, .threadStarterPost .messageFramedRight, .threadStarterPost .messageTop, .threadStarterPost .messageFramedTop {
    
background:transparent url('../images/threadstarterBG.jpg');
    
background-positionleft top;
    
background-repeatno-repeat;
    
background-color:#0a0a0a;
}

#userNote {
    
positionabsolute;
    
left43px;
    
padding-top:1px;
    
font-size:1.2em;
    
text-shadow0 1px 0 #000;
    
color:#fff;
}

#userNote a {
    
color:#FFAB03;
}

#userMenu {
    
positionabsolute;
    
top20px;
    
left43px;
    
padding-left:0px;
    
padding-top:3px;
}

#userAvatar {
    
displayblock !important;
    
max-width30px;
    
clip:rect(0px30px34px0px);
    
position:absolute;
}

#userAvatar img {
    
heightauto !important;
    
max-width30px;
    
float:right;
    
padding-top:4px;
}

#userPanel {
    
top163px;
    
margin-left:665px;
    
width:275px;
    
positionabsolute;
    
z-index:98;
}

#userPanel a {
    
color:#fff;
    
text-shadow-1px 0 #374200;
}

#userPanel a:hover {
    
color:#F1FFB5;
}
#userMenu img {
    
display:none;    
}

#userMenu .new span {
    
color:#FFAB03;
}

#userMenu span {
    
text-decorationnone;
}

.
container-1, .container-2, .container-
    
margin-bottom:0px !important
    
border-bottom1px #333 solid !important; 
}

.
border, .error, .info, .inlineCalendarFooter, .inlineCalendarHeader, .inlineCalendarTable, .message, .quoteBox, .searchContainer, .success, .warningfieldset {
    
border-width:0px;
}

.
tabMenu li, .border {
     
border-width:0px !important;
}

.
tabMenu li.activeTabMenu a {
    
padding-bottom3px;
    
border-bottom-width0px;


.
tabMenu li a, .tabMenu li.disabled a:hover {
    
padding-bottom2px;
}

.
tabMenu .activeTabMenu a, .tabMenu .activeTabMenu a span {
    
padding-bottom1px;
}

.
subTabMenu .containerHead li {
    
margin-top3px;margin-bottom3px;
}

.
tabMenu li {
    
padding-bottom1px;
}

.
subTabMenu {border-width!important;}

#mainContainer, #headerContainer, #footerContainer {
    
width:998px;
}

.
userName a span {
    
text-shadow-1px 0 #000;
}

.
tabMenuContent .marked .messageInner *, .marked .messageSidebar *, .tableList tr.marked td, .tableList tr.marked td a, .tableList tr.marked td a:hover, .tableList tr.marked td .light, .tableList tr.marked td .light a, .tableList tr.marked:hover .columnTopic .topic a .tableList tr.marked:hover .columnTitle a .tableList tr.marked:hover .columnUsername a {
    
color:#FFCC00;
}
.
mainMenu .mainMenuInner {
    
border-style:none;
}

.
boardTitle 
    
font-weightbold
}

.
dynBox .dynBoxInner {
    
background-color#2A170E;
}

#logo a.pageLogo {
    
height140px;
}

#search {
    
top50px;
    
right0px;
}

#search .searchContainer {
    
text-aligncenter;
    
background-colortransparent;
    
background-imageurl("../images/searchBG.png");
    
background-repeatno-repeat;
    
background-positionright top;
    
padding-left40px;
    
min-height24px;
}

#searchInput {
    
border0px;
    
background-colortransparent !important;
    
width:168px;
    
color#E9BD7F;
}

#boardlist .container-1, .container-1, #boardlist .container-2, .container-2, .layout-3 .first, .layout-2 .second,.pmUsage, .layout-3 .first, .layout-2 .second   {
    
background-imageurl("../images/lineBG.png");
    
background-color#26150D;
    
background-repeatrepeat-y;
    
background-positionleft top;
}

#headerContainer {
    
margin-leftauto;
    
margin-rightauto;
    
backgroundurl("../images/headerBG.png");
    
background-repeatno-repeat;
    
background-positionleft top;
    
bordernone !important;
}

#header{
    
padding-left:30px;
    
padding-right:30px;
}

#mainContainer {
    
margin-leftauto;
    
margin-rightauto;
    
backgroundurl("../images/mainBG.png");
    
background-repeatrepeat-y;
    
background-positionleft top;
}

#mainMenu span {
dispalynone;
}

#main {
    
padding3px 13px 10px 13px;
}

#footer {
    
padding0px 15px;
    
background-image:url("../images/footerBG.png");
    
background-repeatno-repeat;
    
background-positionright top;
    
border-top0px;
    
height200px;
}

#footerContainer {
    
margin-leftauto;
    
margin-rightauto;
    
height200px;
    
padding-bottom0px;
    
background-image:url("../images/footerContainerBG.png");
    
background-repeatrepeat-x;
    
background-positionleft top;
    
margin-leftauto;
    
margin-rightauto;
}

#header, #logo, .mainMenu , .mainMenu a {
        
border!important;
        
background-colortransparent !important;
}

.
boardlistCols-{
    
width55%;
}

.
boardlistLastPost {
    
width33%;
}

.
boardlistStats {
    
width12%;
}

.
containerHead {
    
padding5px 5px;
    
font-weight:bold;
}

.
containerHead h3 {
    
font-weight:bold;
}

.
boardlistLastPost b 
    
color#F7CA04; 
}

#userMenu span, .pageOptions a span, a, .breadCrumbs li a span, .messageFooter .breadCrumbs li a, .footerMenuInner a span, .stylePicker a  span, div.pageMenu .twoRows a span, .galleryIndex li.floatedElement a span, .friendsConnection a .avatarCaption  {
    
text-decoration:none !important;
}

.
threadStarterPost .poll .container-{
    
backgroundurl("../images/small1.png"repeat-x right top
}

.
threadStarterPost .poll .container-3, .threadStarterPost .poll .container-3 a {
    
color:#292B30;
}

.
largeButtons a {
    
line-height1
    
background-imageurl("../images/largeButtons.png"); 
    
background-positionright 0
    
background-repeatno-repeat;
    
padding0 7px 0 0;
}

.
largeButtons a img {
    
margin-top5px
    
margin-left7px
    
positionabsolute;
}

.
largeButtons a span {
    
background-imageurl("../images/largeButtons.png"); 
    
background-positionleft 0;
    
background-repeatno-repeat
    
padding9px 3px 0 36px
    
displayblock
    
height25px
    
cursorpointer;
}

.
largeButtons a:hover {
    
background-positionright -86px;
}

.
largeButtons a:hover span {
    
background-positionleft -86px;
}
.
recentActivityBox .tableList td {
border-width0;

06/13/2013 00:24 #CHaCKi#14
Coniesan, du kannst deine dummen Kommentare echt lassen..

Am besten Adde mich mal in Skype, ich erkläre dir alles. Dann brauchst du dir hier
keine Klugscheißer Kommentare zu geben
06/13/2013 01:03 Coniesan#15
er weiß im Grunde genau, dass er mich nur in Skype anschreiben muss (er hat mich ja) xD
Außerdem, schonmal was von Ironie gehört?^^

#Edit: schick mal Link zum Forum per pn, dann könnt ichs dir evtl zeigen ;)