+ Antworten
Ergebnis 1 bis 3 von 3

Thema: siteground60 template bekomme die seitenränder farblich nicht geändert

  1. #1
    Neu an Board
    Registriert seit
    17.12.2009
    Beiträge
    2
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard siteground60 template bekomme die seitenränder farblich nicht geändert

    Hallo Ihr lieben,
    wir haben das siteground60 umgefärbt und auch alle blauen farbcodes die wir in der CSS gefunden haben ins Braune geändert, denoch werden die begrenzungen ab ungefähr der häfte der Seite wieder blau und nun weiss ich ehrlich gesagt nicht weiter vielleicht fällt Euch ja noch was ein. hier erst mal der link zur Seite http://feelthemusik.net/dark/

    und hie rmal die CSS Datei
    body {
    overflow: auto;
    font-size: 10px;
    font-family: "Verdana", Arial, serif;
    color: #AC6D35;
    margin: 0;
    padding: 0;
    background: #000 url(../images/background.jpg) top center repeat-y;
    }
    body.contentpane {
    background: #000;
    }
    td {
    font-family: "Verdana", Arial, serif;
    font-size: 11px;
    color: #A45200;
    }
    ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    li{
    line-height: 20px;
    padding-left: 12px;
    padding-top: 0px;
    }
    a:link, a:visited {
    font-family: "Verdana", Arial, serif;
    color: #A45200;
    text-decoration: underline;
    }
    a:hover {
    text-decoration: none;
    color: #A45200;
    }
    .bg_left {
    width: 50%;
    height: 100%;
    background: url(../images/lefttable.jpg) no-repeat top right;
    }
    .bg_right {
    width: 50%;
    height: 100%;
    background: url(../images/righttable.jpg) no-repeat top left;
    }
    #header {
    background: url(../images/header.jpg) no-repeat;
    height: 202px;
    width:836px;
    }
    #mainbody {
    width: 836px;
    min-width:836px;
    height: 700px;
    }
    .maintable {
    margin: 0 0 0 -1px;
    }
    #sitename {
    width: 836px;
    height: 202px;
    }
    #sitename p {
    text-align: left;
    font-family: "Verdana", Times, serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #AC6D35;
    margin: 0;
    padding: 110px 0 0 50px;
    }
    #menucenter {
    height: 30px;
    width: 836px;
    text-align: center;
    margin: 0 auto;
    }
    #menucenter .menu_m {
    text-align: center;
    height: 30px;
    }
    #topnavi{
    position: relative;
    display: block;
    height: 30px;
    margin: -50px 0 0 0;
    }
    #topnavi ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    }
    #topnavi ul li {
    display: block;
    float: left;
    margin: 0;
    }
    #topnavi ul li a{
    display: block;
    float: left;
    color: #FFF;
    text-decoration: none;
    padding: 8px 8px 0 0;
    height: 30px;
    font-size: 12px;
    font-family: "Verdana", Arial, serif;
    opacity: .5;
    filter: alpha(opacity=50);
    }
    #topnavi ul li a:hover,#topnavi ul li a.current{
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    }
    #leftmenu {
    margin: 10px 20px 0 15px;
    float: left;
    width: 150px;
    }
    #main {
    float: left;
    margin: 0 15px 0 0;
    width: 626px;
    }
    #footer {
    clear: both;
    background: url(../images/footer.jpg) no-repeat;
    width: 836px;
    height: 31px;
    margin: 30% 0 0 0;
    }
    table.moduletable th {
    color: #AC6D35;
    text-align: left;
    padding: 10px 0 10px 0;
    height: 20px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Verdana", Arial, serif;
    }
    a.mainlevel:link, a.mainlevel:visited {
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 4px 0px 2px 0px;
    height: 15px;
    text-decoration: none;
    font-family: "Verdana", Arial, serif;
    color: #6F3700;
    margin: 2px;
    background-image: url(../images/button.jpg);
    background-repeat: no-repeat ;
    }
    a.mainlevel:hover {
    color: #999;
    }
    table.contentpaneopen {
    width: 100%;
    margin: 0 5px 0 0;
    }
    table.contentpaneopen td.contentheading {
    padding: 2px 2px 2px 6px;
    color: #AC6D35;
    text-align: left;
    white-space: nowrap;
    font-family: "Verdana", Arial, serif;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #A45200;
    padding: 15px 0 0 0;
    }
    .button {
    margin: 3px 0 3px 0;
    padding: 0 5px 2px 5px;
    border: 1px solid #A45200;
    background-color: #000;
    color: #A45200;
    font-family: "Verdana", Arial, serif;
    text-align: center;
    font-size: 11px;
    }
    .inputbox {
    font-size: 10px;
    font-family: "Verdana", Arial, serif;
    border: 1px solid #A45200;
    background-color: #000;
    color: #AC6D35;
    }
    input[type="checkbox"] {
    border-style: none;
    }
    .copyright {
    color: #FFF;
    font-family: "Verdana", Arial, serif;
    font-size: 10px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align:center;
    }
    .back_button {
    float: left;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    width: auto;
    padding: 0px 10px;
    line-height: 20px;
    margin: 10px 0 50px 0;
    }
    .componentheading {
    height: 30px;
    margin: 10px 0 0 0;
    padding: 11px 0 0 40px;
    text-align: left;
    white-space: nowrap;
    font-family: "Verdana", Arial, serif;
    font-size: 12px;
    font-weight: bold;
    }
    .wrapper {
    width: 620px;
    height: 550px;
    }
    table.moduletable {

    border-spacing: 0px;
    border-collapse: collapse;
    }

    table.moduletable td {
    padding-left: 7px;
    font-size: 11px;
    }


    /* -------------------------- */
    a.sgfooter:link, a.sgfooter:visited {
    color: #fff;
    font-size: 10px;
    font-family: "Verdana", Arial, serif;
    text-decoration: none;
    }
    a.sgfooter:hover {
    color: #fff;
    font-family: "Verdana", Arial, serif;
    text-decoration: none;
    }
    .sgf {
    font-size: 10px;
    font-family: "Verdana", Arial, serif;
    color: #fff;
    text-decoration: none;
    }
    .sgf1 {
    font-size: 10px;
    font-family: "Verdana", Arial, serif;
    color: #fff;
    text-align: left;
    }

    a.sglink:link, a.sglink:visited {
    color: #fff;
    font-size: 10px;
    font-family: "Verdana", Arial, serif;
    text-decoration: none;
    }
    a.sglink:hover {
    text-decoration: none;
    }





    a img {
    border: 0;
    }
    .pathway {
    border: 0;
    color: #333333;
    font-family: "Verdana", Arial, serif;
    font-weight:bold;
    padding:2px 4px 2px 10px;

    }
    a.pathway:link, a.pathway:visited {
    color: #333333;
    font-size: 11px;
    line-height: 18px;
    font-family: "Verdana", Arial, serif;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    }
    a.pathway:hover {
    color: #fefefe;
    font-family: "Verdana", Arial, serif;
    font-weight:bold;
    background-color:#A45200;
    }
    .pagenav {
    font-size:12px;
    font-weight:normal;
    }
    #topnavigation a.topnavigation:link, a.topnavigation:visited {
    font-family: "Verdana", Arial, serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing : 1px;
    color: #fefefe;
    padding-right:5px;
    text-decoration:none;
    }
    #topnavigation a.topnavigation:hover {
    color: #b9f15d;
    border-bottom: none;
    text-decoration:none;
    }
    #topnavigation a.topnavigation:active {
    color: #B37237;
    text-decoration:none;
    }
    a.toclink:link, a.toclink:visited {
    line-height:normal;
    font-size:11px;
    font-family: "Verdana", Arial, serif;
    color: #000000;
    text-decoration: underline;
    }
    a.toclink:hover {
    text-decoration: none;
    }
    table.contenttoc {
    padding: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    }
    table.contenttoc th {
    background: #99ca37;
    color: #47484a;
    text-align: left;
    padding-top: 2px;
    padding-left: 4px;
    height: 21px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    }
    .sectiontableheader {
    background: #222;
    height: 20px;
    padding-right:3px;
    font-weight :bold;
    }
    table.contentpane td.contentdescription {
    font-size:12px;
    line-height:18px;
    }
    table.contentpane td.componentheading {
    background:#abd851;
    height: 20px;
    padding-left:3px;
    color: #AC6D35;
    text-align: left;
    padding-bottom:3px;
    white-space: nowrap;
    font-family: "Verdana", Arial, serif;
    font-size: 14px;
    font-weight: bold;
    }
    table.contentpane td {
    padding-top:1px;
    padding-bottom:2px;
    font-size:12px;
    }
    table.contentpaneopen td
    {
    line-height:20px;
    font-size:12px;
    }
    a.sublevel:link, a.sublevel:visited {
    font-size: 10px;
    color: #000000;
    text-align: left;
    text-decoration: underline;
    vertical-align:middle;

    }
    a.sublevel:hover {
    text-decoration: none;
    color: #333;
    }
    .height {
    height: 100%;
    }


    Ich hoffe Ihr könnt mir helfen und danke schonmal allen die es versuchen

    Liebe Grüsse Der DJ Erpel

  2. #2
    Gehört zum Inventar Avatar von SirDrake
    Registriert seit
    29.08.2006
    Ort
    Köln
    Beiträge
    5.767
    Bedankte sich
    130
    Erhielt 2.113 Danksagungen
    in 1.926 Beiträgen

    Standard

    Hallo
    das ist die background Grafik vom body
    Code:
    body {
    overflow: auto;
    font-size: 10px;
    font-family: "Verdana", Arial, serif;
    color: #AC6D35;
    margin: 0;
    padding: 0;
    background: #000 url(../images/background.jpg) top center repeat-y;
    }
    }
    Gruß Fred
    Fragen und Antworten rund um Joomla! FAQ
    Code-Bereinigung abschalten

  3. Erhielt Danksagungen von:


  4. #3
    Neu an Board
    Registriert seit
    17.12.2009
    Beiträge
    2
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Danke hab ich völlig übersehn.

+ Antworten

Lesezeichen

Berechtigungen

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