ALC for Expert - スペースアルクのスタイルを変更するユーザスタイルシート

スペースアルクのトップページには英辞郎 on the WEBさえあればいいという人向け。他のコンテンツは跡形もなくバッサリ消します。

beforeafter

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.alc.co.jp/") {
  /* ページ上部の表示調整 */
  html > body > div > table[height="65"] {
    display: none;
  }
  html > body > div > table > tbody > tr > td[background] {
    display: none;
  }

  /* ページ幅を最大まで広げる */
  html > body > div > table {
    width: 100% !important;
  }
  html > body > div > table > tbody > tr > td[width="550"] {
    width: 100% !important;
  }
  html > body > div > table > tbody > tr > td[width="550"] > table {
    margin: auto;
  }

  /* 右サイドバーを消す */
  html > body > div > table > tbody > tr > td[width="10"],
  html > body > div > table > tbody > tr > td[width="190"] {
    display: none;
  }

  /* コンテンツ部の検索窓以外を消す */
  html > body > div > table > tbody > tr > td > table:first-child,
  html > body > div > table > tbody > tr > td > table[background] {
    display: block;
  }
  html > body > div > table > tbody > tr > td > table {
    display: none;
  }

  /* 検索窓の前後に空白とロゴを追加 */
  html > body > div > table > tbody > tr > td[width="550"] {
    background-image: url(http://www.alc.co.jp/js/img/logo.gif);
    background-repeat: no-repeat;
    background-position: center 20px;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }
  /* クリアボタンを非表示 */
  input.j12[value="クリア"] {
    display: none;
  }

  /* ページ下部の表示調整 */
  html > body > div > table > tbody > tr > td.j10[height="23"],
  html > body > div > table > tbody > tr > td.j10[height="34"],
  html > body > div > table > tbody > tr > td[height="40"] > table,
  html > body > div > table > tbody > tr > td[bgcolor] {
    display: none;
  }
  html > body > div > table > tbody > tr > td[height] {
    height: auto !important;
  }
  html > body > div > table > tbody > tr > td.j10[height="40"],
  html > body > div > table > tbody > tr > td.e10 {
    font-size: small;
  }
}