+ Antworten
Seite 1 von 3 1 2 3 LetzteLetzte
Ergebnis 1 bis 10 von 21

Thema: Layout anpassen!

  1. #1
    kiLAa
    Gast

    Frage Layout anpassen!

    £Hi leute,

    ich hab für meine Page www.swissbeatbox.ch das pixelperfect template gekauft von rockettheme. dabei kann der User mit einer kleinen Toolbar das template verändern, darunter auch die breite der Page.

    Nun mein Problem: wenn ein User "Fluid With" wählt, also ganze seitenbreite, sind links und rechts die positionen viel zu breit. Ich möchte also, das zum beispiel links, bei "SBX-Navigation" der Rand ums Menü schmäler wird, also quasi näher an den Text rückt.
    Ich würde dies gern ändern, da ich nun ein neues Forumsystem einbinden möchte, und somit den Platz brauche.

    Allerdings kann ich nichts finden, in den css und php dateien die mir helfen könnten, dies anzupassen. Ich weiss natürlich auch nicht richtig wonach ich suchen soll.

    Falls ich noch Code posten soll, dann mach ich das natürlich, ich möchte nur nicht unnötig den thread überfüllen.

    merci schon mal für eure Hilfe

    mfg

  2. #2
    Gehört zum Inventar Avatar von jacxx
    Registriert seit
    07.03.2005
    Ort
    horsehead nebula
    Beiträge
    9.277
    Bedankte sich
    394
    Erhielt 2.050 Danksagungen
    in 1.939 Beiträgen

    Standard

    Ist das Joomla 1.0.15?

    Modultable und Mainlevel sind auf 100%
    Eventuell das mal ändern..
    Wer Joomla nachmacht oder verfälscht, oder nachgemachte oder verfälschte sich verschafft und in Verkehr bringt, wird mit Typo3 nicht unter zwei Jahren bestraft.
    Joomla Forum
    Joomla braucht Dich!

  3. #3
    kiLAa
    Gast

    Standard

    ne is noch: Joomla! 1.0.12 Stable

    ich weiss ich sollte wahrscheinlich mal updaten, aber trau mich nicht so recht. möchte keine contents verlieren. naja jedenfalls erstmal das layout problem beheben.

  4. #4
    kiLAa
    Gast

    Standard

    jemand ne idee? ich suche hier wirklich unermüdlich, nach diesem Code-Fetzel , doch bisher ohne erfolg! ich kann auch auf die anderen zwei breiten-einstellungen verzichten. hauptsache ganze seitenbreite, und ein schmaleres menü, und auch rechts, beim ipod soll es schmaler werden.

  5. #5
    Gehört zum Inventar Avatar von jacxx
    Registriert seit
    07.03.2005
    Ort
    horsehead nebula
    Beiträge
    9.277
    Bedankte sich
    394
    Erhielt 2.050 Danksagungen
    in 1.939 Beiträgen

    Standard

    http://www.joomlaportal.de/joomla-te...tml#post658416

    Die beiden letzten Beiträge ..
    index.php
    und css..

    damit steuerst du den Content.. klein, mittel und full
    Wer Joomla nachmacht oder verfälscht, oder nachgemachte oder verfälschte sich verschafft und in Verkehr bringt, wird mit Typo3 nicht unter zwei Jahren bestraft.
    Joomla Forum
    Joomla braucht Dich!

  6. #6
    kiLAa
    Gast

    Standard

    ähm, das ist nicht ganz das was ich gemeint habe. ich meine das mit den 3breiten hab ich ja schon, es geht nur um eine kleine Anpassung.
    ich hab mal printscreen gemacht bei Fluid-width:

    http://www.swissbeatbox.ch/watch.jpg

    ich habe den Bereich den ich meine mit einem balken gekennzeichnet und dementsprechend beschriftet. dieser bereich links und rechts soll "einfach" schmaler werden.

  7. #7
    Wohnt hier Avatar von Kubik-Rubik
    Registriert seit
    20.10.2005
    Ort
    Kubik-Rubik.de
    Beiträge
    2.737
    Bedankte sich
    177
    Erhielt 1.059 Danksagungen
    in 793 Beiträgen

    Standard

    Zitat Zitat von kiLAa Beitrag anzeigen
    ähm, das ist nicht ganz das was ich gemeint habe. ich meine das mit den 3breiten hab ich ja schon, es geht nur um eine kleine Anpassung.
    ich hab mal printscreen gemacht bei Fluid-width:

    http://www.swissbeatbox.ch/watch.jpg

    ich habe den Bereich den ich meine mit einem balken gekennzeichnet und dementsprechend beschriftet. dieser bereich links und rechts soll "einfach" schmaler werden.
    EDIT: Damit veränderst du den Abstand zur Modulüberschrift... Sorry!

    Öffne die Datei template_css.css und verändere folgenden Eintrag:

    PHP-Code:
    div.moduletable h3,
    div.moduletable-hilite h3 {
      
    text-transformuppercase;
        
    font-weightnormal;
      
    padding5px
      
    margin-5px 5px -5px;

    in zum Beispiel:
    PHP-Code:
    div.moduletable h3,
    div.moduletable-hilite h3 {
      
    text-transformuppercase;
        
    font-weightnormal;
      
    padding5px
      
    margin-5px -2px -5px;

    Beachte aber, dass sich dadurch die Abstände aller Module ändert.

    Eine Lösung wäre auch, eigenen CSS Eintrag zu machen und sie mittels Module Suffix zuzuweisen.
    Joomla! Extensions by Kubik-Rubik.de
    Keine Beantwortung von Supportanfragen per PN

    Joomla! braucht Dich!

  8. #8
    Kommt häufiger vorbei Avatar von ty2d
    Registriert seit
    30.08.2005
    Ort
    Worms
    Beiträge
    418
    Bedankte sich
    8
    Erhielt 79 Danksagungen
    in 75 Beiträgen

    Standard

    Ich möchte mal an dieser Stelle eine Empfehlung aussprechen:

    Firebug: http://getfirebug.com hat mir schon einige male gerade bei solchen Problemchen geholfen

  9. #9
    kiLAa
    Gast

    Standard

    hmm das kann so nicht gehe, da ich ja noch andere seitenbreiten habe, und die module dann zusammengequetscht werden. ausserdem habe ich auch module in der mitte oben, diese ändern ja dann auch, und dann zerreiss ich mir das ganze layout.

    hier mal der code der template_css.css

    PHP-Code:
    /* custom stuff */

    html {
      
    height100%;
      
    margin-bottom1px;
    }


    body {
        
    margin0;
        
    padding0;
    }

    {
      
    margin-top0;
      
    margin-bottom5px;
    }

    fieldset {
        
    border0;
        
    padding5px 0;
    }

    span.pathway {
        
    displayblock;
        
    vertical-alignmiddle;
        
    margin-top5px;
        
    font-weightnormal;
    }

    span.pathway img {
      
    padding0px 10px;
      
    vertical-alignmiddle;
    }

    span.pathway a {
      
    line-height150%;
    }

    div#pathway {
        
    margin-bottom10px;
        
    padding-left8px;
    }

    a.readon {
      
    line-height300%;
    }

    /*** fonts ***/
    body {
            
    line-height125%;
            
    font-familyTahomaHelveticasans-serif;
    }

    /* size attributes */

    body.f-smaller {
        
    font-size10px;
    }

    body.f-default {
        
    font-size11px;
    }

    body.f-larger {
        
    font-size13px;
    }

    .
    small,
    .
    modifydate,
    .
    createdate,
    div.mosimage_caption {
        
    font-size90%;
    }

    #nav a,
    #inset a {
        
    font-size100%;
    }

    div.moduletable h3,
    div.moduletable-hilite h3,
    td.side h3,
    .
    componentheading {
        
    font-size93%;
        
    line-height100%;
    }

    table.outer .contentheading {
      
    font-size150%;
      
    line-height100%;
      
    font-weightnormal;
      
    padding-top15px;
      
    padding-bottom0px;
    }

    div.componentheading {
      
    text-transformuppercase;
        
    font-weightnormal;
    }


    /* font family */
    h1,
    h2,
    h3,
    h4,
    h5,
    .
    contentheading,
    .
    componentheading,
    .
    sectiontableheader {
        
    font-familyTahomaHelveticasans-serif;
        
    font-weightbold;
    }

    a:link,
    a:visited {
        
    text-decorationnone;
    }

    a:hover {
        
    text-decorationunderline;
    }

    /* component heading */

    .componentheading {
        
    margin-top6px;
        
    margin-bottom10px;
        
    margin-left: -4px;
        
    margin-right: -4px;
        
    padding6px;
    }

    /* module settings */

    div.moduletable h3,
    div.moduletable-hilite h3 {
      
    text-transformuppercase;
        
    font-weightnormal;
      
    padding5px
      
    margin-5px 5px -5px;
    }

    div.moduletable,
    div.moduletable-hilite {
        
    margin-bottom5px;
        
    padding6px 5px;
    }

    td.left div.moduletable-hilite,
    td.right div.moduletable-hilite {
        
    margin-6px;
        
    padding6px 12px;
        
    border-width6px 0;
        
    border-style:  solid;
    }

    /* default menu link styles */
    a.sublevel {

    }

    a.mainlevel:hover {
        
    text-decorationnone;
    }

    td a.sublevel:hover {
        
    text-decorationunderline;
    }

    /** regular joomla menu **/

    a.mainlevel {
        
    displayblock;
        
    padding3px 0px;
        
    text-indent4px;
        
    width100%;
    }

    /* headings */

    h1 {
        
    line-height100%;
        
    font-size200%;
    }

    h2 {
       
    line-height100%;
       
    font-size150%;
    }

    h3 
       
    line-height100%;
       
    font-size120%;
    }

    h4 {
         
    line-height100%;
         
    font-size110%;
    }

    .
    small,
    .
    modifydate,
    .
    createdate {
        
    font-weightnormal;
    }

    .
    modifydate {
        
    height20px;
        
    vertical-alignbottom;
    }

    .
    createdate {
        
    height20px;
        
    vertical-aligntop;
        
    vertical-aligntop;
        
    padding-bottom5px;
        
    padding-top0px;
    }

    /** some joomla class stuff */

    table.contenttoc {
      
    margin5px;
      
    padding5px;
    }

    table.contenttoc td {
      
    padding0 5px;
    }


    td.buttonheading {
         
    vertical-alignbottom;
    }

    td.buttonheading img {
        
    margin-right5px;
    }

    table.outer td.sectiontableheader {
      
    font-weightbold;
      
    padding0 4px;
      
    line-height20px;
    }

    table.outer tr.sectiontableentry1 td
    table.outer tr.sectiontableentry2 td,
    table.outer td.sectiontableentry1
    table.outer td.sectiontableentry2 {
      
    padding4px;
    }

    table.contentpaneopentable.contentpane {
      
    border-collapsecollapse;
      
    padding0;
      
    margin0;
      
    width100%;
    }

    table.contentpaneopen td p {
      
    padding-right10px;
    }

    div.contentpanediv.contentpaneopen {
      
    width100%;
    }

    .
    clr {
        
    clearboth;
    }

    div.mosimage {
      
    margin5px;
    }


    table.adminform textarea {
      
    widthauto;
      
    color#666;
    }

    /** width stuff **/

    .w-wide div.wrapper {
        
    width950px;
    }

    .
    w-thin div.wrapper {
        
    width775px;
    }

    .
    w-fluid div.wrapper {
        
    }

    /** template layout stuff **/

    body {
        
    height100%; 
        
    padding0;
        
    margin-bottom1px;
    }

    div.wrapper {
        
    marginauto;
        
    positionrelative;
    }

    div#outer-border {
        
    border-width:  0 6px 6px 6px;
        
    border-style:  solid;
    }

    table.outer,
    table.nopad {
        
    width100%;
        
    border:  0;
        
    padding:  0;
    }

    table.outer tr,
    table.nopad tr {
        
    vertical-align:  top;
    }

    table.outer td,
    table.nopad td {
        
    padding0;
    }

    table.nopad td {
      
    width33%;
      
    padding-right6px;
    }

    div#top-head {
        
    border-width0 6px;
        
    border-style:  solid;
        
    height92px;
    }

    div#access-bar {
        
    height25px;
    }

    span#logo {
        
    positionabsolute;
        
    z-index10000;
        
    /* change these values below if you want to move your logo */
        
    top16px;
        
    left21px;
        
    /* change these values below if you change your logo image size */
        
    width317px
        
    height68px;
    }

    div#color-insert {
        
    position:  absolute;
        
    z-index1;
        
    top:  32px;
        
    left23px;
        
    width28px;
        
    height50px;    
    }

    div#top-mod {
        
    margin10px 5px 10px 370px;  /* 370 here is to make room for the logo */
        
    height47px;
        
    overflowhidden;
    }

    div#horiz-menu {
        
    border-width6px 6px 0 6px;
        
    border-stylesolid;
        
    height:  22px;
    }


    table.outer td.left {
        
    width:  22%;
        
    border-width:  6px 6px 0 6px;
        
    border-style:  solid;
    }

    table.outer td.middle {
        
    border-width:  6px 6px 0 6px;
        
    border-style:  solid;
    }

    table.outer td.right {
        
    width:  22%;
        
    border-width:  6px 6px 0 6px;
        
    border-style:  solid;
    }

    div.path-padding {
      
    padding0 10px;
    }

    div.padding {
      
    padding0px 10px 20px 10px;
    }

    div.smallpad {
      
    padding-left6px;
    }

    div.sidepad {
      
    padding0 6px;
    }

    div.midbox {
        
    border-width:  6px 0 0 0;
        
    padding-left6px;
        
    border-style:  solid;
      
    margin-bottom6px;
    }

    div.botbox {
        
    border-width:  6px 0 0 0;
        
    padding-left6px;
        
    border-style:  solid;
        
    margin-top15px;
        
    margin-bottom: -1px;
    }

    div#bot-footer{
        
    border-width6px 6px 0 6px;
        
    border-style:  solid;
        
    height38px;
        
    text-aligncenter;
        
    line-height38px;
    }

    div#bot-footer a:hover {
        
    text-decorationunderline;
    }

    #bot-rocket {
        
    text-aligncenter;
    }

    span.rocket {
        
    margin10px auto;
        
    displayblock;
        
    positionrelative;
        
    width137px;
        
    height35px;
    }

    /* accessibility stuff */

    #access {
        
    positionabsolute;
        
    z-index10000;
        
    top4px;
        
    right12px;
        
    width300px;
        
    height16px;
        
    overflowhidden;
    }

    #access span {
        
    background-repeatno-repeat;
    }

    #access a {
        
    text-decorationnone;
    }

    #access .spacer {
        
    display:  block;
        
    float:  right;
        
    width10px;
        
    overflow:  hidden;
    }

    #access #buttons {
        
    floatright;
    }

    #access .button {
        
    displayblock;
        
    floatright;
        
    width16px;
        
    height16px;
        
    margin-left4px;    
        
    background-repeatno-repeat;
    }

    /* some page content things */

    .hide {
        
    displaynone;
    }

    td.left ul,
    td.right ul {
      
    margin0;
      
    padding5px 0px 5px 12px;
    }

    form {
        
    border0;
        
    margin0;
        
    padding0;
    }

    table.blog span.article_seperator {
        
    displayblock;
        
    height20px;
    }

    blockquote {
        
    margin10px 0;
        
    line-height140%;
        
    padding10px;
    }

    pre {
        
    padding10px;
    }

    table.pollstableborder td {
        
    text-alignleft;
        
    padding2px 0;

    das muss irgendwie gehen. merci leute!

  10. #10
    kiLAa
    Gast

    Standard

    kann ich das nicht irgendwie steuern/verändern?

    für alle die gerade erst diesen thread gesehen haben und bisher mein problem noch nicht ganz erkennen.

    wenn ich bei meinem template beim styleswitcher volle seitenbreite wähle, ist der abstand zum menü, zum banner, und auch zur shoutbox rechts einfach zu breit. ich möchte das dies schmaler wird, sodass ich in der mitte mehr platz für den content habe. (www.swissbeatbox.ch)

    ich bin echt verzweifelt! ihr coder kriegt das doch hin?

+ Antworten
Seite 1 von 3 1 2 3 LetzteLetzte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein