Cascading Style Sheets ,,,,, Sprache

      Cascading Style Sheets ,,,,, Sprache

      da das Tsukiboard jetzt eine Individualisierung der Sammlungspage zulässt wollte ich wissen was ich wo Machen muss um ein gutes Ergebnis zu Erhalten ?

      So schaut das aus ?

      /*
      ...
      */

      body {
      margin : 0px; padding : 0px;
      background : #a5c5ff url("http://tsuki-board.fr/pics/back.png");
      border : none;
      font-size : 0.8em; font-family : verdana, arial, sans-serif; color : #404040;
      white-space : normal;
      }

      /*
      Table used for define thumbnails shedules.
      */

      table {
      padding : 0px; margin : 0px;
      border-collapse : collapse;
      }

      td {
      padding : 0px; margin : 0px;
      border : none;
      vertical-align : top;
      }

      /*
      Headline 2 (Default content: "<user>'s Collection").
      */

      .block-middle h2 {
      margin : 0px; padding : 4px;
      font-size : 13px; font-weight : bold; color : white;
      text-align : center;
      background : #8aaa9d url("http://tsuki-board.fr/pics/grad-2.png") repeat-x top left;
      border : 1px solid #8aaa9d;
      line-height : 20px;
      }

      /*
      Headline 4 (Default content: "Owned <nb owned>", "Ordered <nb ordered>", "Wished <nb wished>").
      */

      h4 {
      padding : 2px;
      margin : 2px 0px;
      font-size : 12px; font-weight : normal;
      background-color : transparent;
      color : #404040;
      text-align : center;
      border : none;
      border-bottom : 1px solid #e0e0e0;
      }

      h4 strong {
      font-size : 14px;
      color : black;
      }

      /*
      Main div
      */

      .square {
      margin : 0px 0px 10px 0px; padding : 5px;
      border : 1px solid #a0a0a0;
      border-top : none;
      background : white url("http://tsuki-board.fr/pics/shadow-2.png") repeat-x top left;
      }


      Für mich ist das O=Bahnhoff XD

      Hoffe auf eure Hilfe .