mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-01 18:37:10 +03:00
311c488f5a
Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
html { font-size: medium }
|
|
|
|
address, blockquote, body, br, center, dd, div,
|
|
dl, dt, fieldset, form,
|
|
h1, h2, h3, h4, h5, h6, html,
|
|
object, ol, p, ul,
|
|
hr, menu, pre { display: block }
|
|
/* a, abbr, acronym, b, code,
|
|
em, i, q, s, strong, u, font, span,
|
|
var { display: inline } */
|
|
li { display: /* list-item */ block }
|
|
head { display: none }
|
|
table { display: table }
|
|
tr { display: table-row }
|
|
thead { display: table-header-group }
|
|
tbody { display: table-row-group }
|
|
tfoot { display: table-footer-group }
|
|
col { display: table-column }
|
|
colgroup { display: table-column-group }
|
|
td, th { display: table-cell }
|
|
caption { display: table-caption }
|
|
img { color: #888; }
|
|
|
|
h1 { font-size: xx-large; font-weight: bold; }
|
|
h2 { font-size: x-large; }
|
|
h3 { font-size: large; font-weight: bold; }
|
|
h4 { font-size: medium; font-weight: bold; }
|
|
h5 { font-size: medium; font-style: italic; }
|
|
h6 { font-size: medium; font-style: italic; }
|
|
b, strong { font-weight: bold; }
|
|
i, em { font-style: italic; }
|
|
a { color: #00f; }
|
|
th { font-weight: bold; }
|
|
td { text-align: left; }
|
|
|
|
hr { background-color: #000; height: 1px; }
|
|
|
|
center { text-align: center; }
|
|
small { font-size: smaller; }
|
|
big { font-size: larger; }
|
|
input, select { width: 10em; height: 2em; background-color: #eeeebb; }
|
|
textarea { display: inline-block; width: 20em; height: 4em; background-color: #eeeebb; }
|
|
button { background-color: #ddd; }
|
|
|