User:Liflon/vector.css

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/* show keyboard shortcuts */
a[accesskey]:after { /* originally ":before"*/
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    border: thin solid;
    font-family: helvetica; /* originally "sans-serif" */
    text-decoration: none; /* originally "underline overline" */
    margin-left: 0.5ex; /* originally "margin-right" */
}

body {
    font-family: helvetica;
}

#wpTextbox1 {
    font-size: 13px;
}

/* keep superscript and subscript text from breaking the line-spacing
#bodyContent sup[style] {
    vertical-align: baseline !important;
    position: relative !important;
    bottom: 0.5em !important;
}

#bodyContent sub[style] {
    vertical-align: baseline !important;
    position: relative !important;
    bottom: -0.5em !important;
}
*/