Stefan: Transparenter HIntergrund? Nicht möglich?

Beitrag lesen

Hi.

Zeig mal den CSS-Code.

Hier ist der Code:

html {
           color : #ffffff;
           background : #000000 url(../img/bg.jpg);
           font : 100.01%/175% "Myriad Web", "Times New Roman", Times, serif;
      }
     body {
           margin : 1em 1em 8em;
           padding : 1em;
           font-size : 1.22em;
           text-align : center;
      }
     h1 {
           text-align : center;
      }
     h2 {
           font-size : 1.1em;
           font-weight : bold;
           margin-bottom : 0.99em;
           margin-top : 2em;
           padding-bottom : 0.2em;
           text-transform : uppercase;
           letter-spacing : 0.099em;
           background : #000000;
           color : #ffffff;
      }
     h3 {
           margin-bottom : 0.8em;
           letter-spacing : 0.1em;
           font-size : 0.99em;
           background : #000000;
           color : #ffffff;
      }
     h4 {
           margin-bottom : 0.99em;
           margin-top : 0.8em;
           font-size : 0.99em;
           text-decoration : underline;
           letter-spacing : 0.099em;
           background : #000000;
           color : #ffffff;
      }
     h5 {
           margin-bottom : 0.99em;
           margin-top : 0.8em;
           font-size : 0.99em;
           font-variant:small-caps;
           text-decoration : underline;
           letter-spacing : 0.099em;
           background : #000000;
           color : #ffffff;
      }
     address {
           font-weight : bold;
           font-style : normal;
           letter-spacing : 0.099em;
           margin-top : 0.8em;
      }
     blockquote {
           background : #000000;
           color : #666666;
           margin-top : 0;
      }
     p {
           font-style : normal;
           font-weight : normal;
           font-variant : normal;
           text-decoration : none;
           letter-spacing : 0.005em;
      }
     q {
           font-style : italic;
           font-weight : bold;
      }
     span {
           font-weight : bold;
           font-style : normal;
           background : #000000;
           color : red;
      }
     strong {
           font-weight : bold;
           font-style : normal;
      }
     a {
           color : #999999;
           background : #000000;
           text-decoration : none;
      }
     a img {
           color : #ffffff;
           font-weight : bold;
           background : #000000;
           text-decoration : none;
           border : 0;
      }
     ul {
           text-align : center;
           list-style : none;
           padding : 0;
           margin : 0;
           letter-spacing : 0;
      }
     ol {
           text-align : center;
           list-style : upper-roman;
           letter-spacing : 0;
           font-weight : normal;
           font-size : 0.99em;
      }
      hr {
           margin-top : 1.5em;
           margin-bottom : 0.99em;
           background : #000000 url(../img/c.png) no-repeat;
           color : #ffffff;
           background-position : top center;
           border : 0;
           height : 20px;
      }
     table {
           margin : 0 auto;
      }
     td {
           padding : 0.5em;
      }
     td img {
           border : 1px solid #ffffff;
      }
     h1 + p {
           margin-top : 0;
           margin-bottom : 0;
           font-weight : bold;
           font-size : 0.9em;
           text-align : center;
           padding : 0;
           text-transform : uppercase;
      }
      h1 + p a {
           text-decoration : none;
           font-weight : bold;
           color : #ffffff;
           background : #000000;
           margin-left : 0.5em;
      }

#footer  {
           text-decoration : none;
           font-weight : bold;
           color : #333333;
           background : #000000;
           padding-top: 0.4em;
           margin-top: 200px;
           display: none;
      }
      #footer a {
           text-decoration : none;
           font-weight : bold;
           color : #333333;
           background : #000000;
      }
     .info {
           display : none;
      }

MfG,
Stefan