MDN Code Cleaner (for English)

MDN のシステムは2012年初夏に新システム「Kuma」に変更されました。このツールは MDN の古い英語版の文書に残る様々な問題を修正します。

by ethertank

HTML

<p>&raquo; <a href="http://tools.ethertank.jp/MDN/cleaner/en-US/" title="MDN Code Cleaner (for en-US)">MDN Code Cleaner (for en-US)</a></p>

CSS

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Electrolize);

html { overflow-y: scroll; }

body, button, [type="button"] {
    font-family: 'Electrolize', sans-serif;
}

body {
    line-height: 1.5;
    margin: 0; padding: 20px;
    font-size: 13px;
    background-color: #eee;
    background-size: 10px 10px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 9px, #fff 10px), -webkit-linear-gradient(top, #eee 9px, #fff 10px);
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0) 9px, #fff 10px),    -moz-linear-gradient(top, #eee 9px, #fff 10px);
    background-image:      linear-gradient(to right, rgba(255,255,255,0) 9px, #fff 10px),  linear-gradient(to bottomm, #eee 9px, #fff 10px);
}

h1 { font-size: 1.25em; }
h1, h2, button { font-weight: 400; }