Changelog


v1.282.0 on Jul/04/2016
    • Revised the content as a consequence of the actions below.
    • Newly created.
    • Newly created.
    • Revised the content.
    • Newly created as a preparation of the above changes.
    • Revised the CSS rule sets as a preparation of the above changes:

      Before the Change After the Change


      ...

      body {
        direction: ltr;
        background-color: #FFFF99; /* rgb(255, 255, 153) */
        color: #000000; /* rgb(0, 0, 0) */
        font-family: sans-serif;
        font-size: 1em;
      }
      ...

      body {
        direction: ltr;
        background-color: #FFFF99; /* rgb(255, 255, 153) */
        color: #000000; /* rgb(0, 0, 0) */
        font-family: sans-serif;
        font-size: 1em;
      }
      +

      div {
      }

      div.computer_comparison {
        overflow-x: auto;
      }

      div.computer_comparison + p {
        margin-top: 1em;
      }

      div.image {
        position: relative;
        margin: 1em auto;
        width: 320px; /* Default value */
        height: 320px; /* Default value */
        text-align: center;
      }

      ...

      p {
      }

      div.image {
        position: relative;
        margin: 1em auto;
        width: 320px; /* Default value */
        height: 320px; /* Default value */
        text-align: center;
      }

      ...

      p {
      }
      +

      p + div {
      }

      p + div.computer_comparison {
        margin-top: 1em;
      }

      p + hr {
        margin-top: 1em;
      }

      ...

      table.computer_vertical {
        empty-cells: show;

      p + hr {
        margin-top: 1em;
      }

      ...

      table.computer_vertical {
        empty-cells: show;
        margin-left: 1em;
        margin-right: 1em;
      }

      ...

      table.computer_vertical > tbody > tr > td {
      }

      ...

      table.computer_vertical > tbody > tr > td {
      +
        white-space: nowrap;
        padding: 0.25em;
      }

      table.computer_vertical > tbody > tr > td:first-child {
        padding: 0.25em;
      }

      table.computer_vertical > tbody > tr > td:first-child {
        white-space: nowrap;
        background-color: #8CC6FF;
        font-weight: bold;
      }

      ...

      #news > div.newsitem > div.newstext {
        margin-left: 1em;
        background-color: #FFDF99;
        border-color: #CC7326;
        border-style: solid;
        border-width: 5px 6px;
        padding: 0.5em;
      }
        background-color: #8CC6FF;
        font-weight: bold;
      }

      ...

      #news > div.newsitem > div.newstext {
        margin-left: 1em;
        background-color: #FFDF99;
        border-color: #CC7326;
        border-style: solid;
        border-width: 5px 6px;
        padding: 0.5em;
      }
      +

      #news > div.newsitem > div.newstext > div {
      }

      #news > div.newsitem > div.newstext > div.computer_comparison {
        margin-left: 1em;
        margin-right: 1em;
      }

      #news > div.newsitem > div.newstext > table {
      }

      /* 2022-03-31, Karl Philipp:
       *
       * Added for backward compatibility until the underlying HTML code of the affected news has been restructured.
       *
       */
      #news > div.newsitem > div.newstext > table.computer_vertical {
        margin-left: 1em;
        margin-right: 1em;
      }

      #news > div.newsitem + div.newsitem {
        margin-top: 1.0em;
      }

      ...

      #news > div.newsitem + div.newsitem {
        margin-top: 1.0em;
      }

      ...

→ Changes in June 2016

Changes in May 2016

→ Changes in April 2016

→ Changes in March 2016

→ Changes in February 2016

Changes in January 2016


Changes in 2015


Changes in 2014


Changes in 2013


Changes in 2012


Changes in 2011


Changes in 2010


Changes in 2009


Changes in 2008


Changes in 2007


Changes in 2006


Return to Beginning