Problem mit einem vbulletin 4.0 Style !!

Dieses Thema im Forum "Webentwicklung" wurde erstellt von KiLlEr!, 11. August 2010 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 11. August 2010
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    Seit ich mein Vbulletin geupgradet(damals auf 4.0.4 jetzt 4.0.5) habe ich folgendes problem(mit diesem Style:http://www.vbteam.info/vb-4-0-free-styles/41397-hio-freeminium-edition-by-vbcreative-update-04-03-10-a.html) :

    Bild

    Ich hab schon garkeine Ahnung wie ich es lösen soll ;( -.-

    hoffe jemand anders weis wie ich es wieder gerade bekommen.

    KiLlEr!
     
  2. 11. August 2010
    AW: Problem mit einem vbulletin 4.0 Style !!

    Poste mal den Link zu deiner Seite
     
  3. 11. August 2010
    AW: Problem mit einem vbulletin 4.0 Style !!

    http://m43.us/
     
  4. 11. August 2010
    AW: Problem mit einem vbulletin 4.0 Style !!

    Ändere in der CSS Datei des Templates folgendes ab.

    Code:
    .navbar {
     position:relative;
     height:72px;
     background:#EABA11 none ;
     margin:10px 0px 0px 0px;
     color:rgb(255, 255, 255);
     font: 11px Arial, Calibri, Verdana, Geneva, sans-serif;
     -moz-border-radius-bottomleft:5px;
     -moz-border-radius-bottomright:5px;
     -webkit-border-bottom-left-radius:5px;
     -webkit-border-bottom-right-radius:5px;
    }
    
    zu

    Code:
    .navbar {
     position:relative;
     height:72px;
     background:#EABA11 none ;
     margin: 0;
     color:rgb(255, 255, 255);
     font: 11px Arial, Calibri, Verdana, Geneva, sans-serif;
     -moz-border-radius-bottomleft:5px;
     -moz-border-radius-bottomright:5px;
     -webkit-border-bottom-left-radius:5px;
     -webkit-border-bottom-right-radius:5px;
    }
    
    Oder wenn du nicht weißt, welche: Durchsuch einfach alle Dateien in dem Templateordner nach ".navbar {"
     
  5. 11. August 2010
    AW: Problem mit einem vbulletin 4.0 Style !!

    finde leider nichts

    habe folgendes bei der suche nach ".navbar {" gefunden:

    stylegenerator.css:
    Code:
    .navbar {
     -moz-background-clip: border;
     -moz-background-inline-policy: continuous;
     -moz-background-origin: padding;
     -moz-border-radius-bottom{vb:stylevar left}: 5px;
     -moz-border-radius-bottom{vb:stylevar right}: 5px;
     -x-system-font: none;
     background: #2F4456 none repeat scroll 0 0;
     color: #FFFFFF;
     font-family: Arial, Calibri, Verdana, Geneva, sans-serif;
     font-size: 11px;
     font-size-adjust: none;
     font-stretch: normal;
     font-style: normal;
     font-variant: normal;
     font-weight: normal;
     height: 35px;
     line-height: normal;
     padding: 0;
     position: relative;
     margin-top:13px;
    }
    vbulletin-chrome.css:
    Code:
    .navbar {
     position:relative;
     height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px;
     background:{vb:stylevar navbar_background};
     margin:{vb:stylevar navbar_margin};
     color:{vb:stylevar navbar_color};
     font:{vb:stylevar navbar_font};
     -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
     -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
     -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
     -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
    }
    HiO Freeminium.xml:
    Code:
    .navbar {
     position:relative;
     height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px;
     background:{vb:stylevar navbar_background};
     padding:{vb:stylevar navbar_padding};
     color:{vb:stylevar navbar_color};
     font:{vb:stylevar navbar_font};
     -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
     -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
     -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
     -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
    }
    ?(
     
  6. 11. August 2010
    AW: Problem mit einem vbulletin 4.0 Style !!

    hey, ich kann dir zwar nicht sagen wo du diese css findest, aber mmn. würde ich den abstand auf alle fälle lassen. zusammen schaut das aus

    vbulletin-chrome.css isses

    //

    alter, nutzen die echt für css-datein nen php-parser? sehr fail.
    naja such:

    Code:
    margin:{vb:stylevar navbar_margin};
    ändern in:
    Code:
    margin:0;
    oder ändere den wert irgendwo in den weiten des vb-acp's.
     
  7. 11. August 2010
    AW: Problem mit einem vbulletin 4.0 Style !!

    Da ist ja schon ein abstand zwischen dem navi(neue beiträge etc.) und dem forum content daher will ich den Abstand zwischen dem header und der navi wieder weg haben !!

    was genau soll ich den da nun ändern ?? ?(
     
  8. 11. August 2010
    AW: Problem mit einem vbulletin 4.0 Style !!

    Jetzt klar? vbulletin-chrome.css direkt oder irgendwo im Administrationscenter.
     
  9. 11. August 2010
    AW: Problem mit einem vbulletin 4.0 Style !!

    Vielen Dank euch beiden, habt mir sehr gut geholfen :]
     
  10. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.