summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
blob: 11d246281887c48d71f69e0df7b2b51a48eba540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
/*
 * This file is part of NetSurf, http://netsurf.sourceforge.net/
 */

/* Elements ordered as in the HTML 4.01 specification. */

html { display: block; }

head { display: none; }

body { display: block; margin: 5px; }

div { display: block; }
div[align=left] > * { margin-right: auto; }
div[align=center] > * { margin-left: auto; margin-right: auto; }
div[align=right] > * { margin-left: auto; }

h1 { display: block; font-size: xx-large; font-weight: bold; margin: 0.58em 0; }
h2 { display: block; font-size: x-large; margin: 0.69em 0; }
h3 { display: block; font-size: large; font-weight: bold; margin: 0.83em 0; }
h4 { display: block; font-size: medium; font-weight: bold; margin: 1em 0; }
h5 { display: block; font-size: medium; font-style: italic; margin: 1em 0; }
h6 { display: block; font-size: medium; font-style: italic; margin: 1em 0; }

address { display: block; font-style: italic; }

em { font-style: italic; }
strong { font-weight: bold; }
dfn { font-style: italic; text-decoration: underline; }
code { font-family: monospace; }
samp { font-family: monospace; }
kbd { font-family: monospace; font-weight: bold; }
var { font-style: italic; }
cite { font-weight: bold; }
abbr { font-variant: small-caps; }
acronym { font-variant: small-caps; }

blockquote { display: block; margin: 1em; }

q { font-style: italic; }

sub { vertical-align: sub; font-size: 0.8em; }
sup { vertical-align: super; font-size: 0.8em; }

p { display: block; margin-top: 1em; margin-bottom: 1em; }

br[clear=left] { clear: left; }
br[clear=right] { clear: right; }
br[clear=all] { clear: both; }

pre { display: block; font-family: monospace; white-space: pre; }

ins { color: green; text-decoration: underline; }
del { color: red; text-decoration: line-through; }

ul { display: block; padding-left: 0.5em; }
ol { display: block; padding-left: 0.5em; }
li { display: block; padding-left: 1em; margin-bottom: 0.3em; }

dl { display: block; padding-left: 0.5em; }
dt { display: block; font-weight: bold; }
dd { display: block; padding-left: 1em; margin-bottom: 0.3em; }

dir { display: block; padding-left: 0.5em; }
menu { display: block; padding-left: 0.5em; }

table { display: table; }
table[align=left] { float: left; }
table[align=center] { margin-left: auto; margin-right: auto; text-align: left; }
table[align=right] { float: right; text-align: left; }

caption { display: table-caption; }

thead { display: table-header-group; }
tfoot { display: table-footer-group; }
tbody { display: table-row-group; }

colgroup { display: table-column-group; }
col { display: table-column; }

tr { display: table-row; }
th { display: table-cell; font-weight: bold; }
td { display: table-cell; text-align: left; }
th[nowrap], td[nowrap] { white-space: nowrap; }

a:link { color: #00f; text-decoration: underline; }

img { color: #888; }
img[align=left] { float: left; }
img[align=right] { float: right; }

object[align=left] { float: left; }
object[align=right] { float: right; }

applet[align=left] { float: left; }
applet[align=right] { float: right; }

center { display: block; text-align: center; }
center > * { margin-left: auto; margin-right: auto; }
center > * > * { margin-left: auto; margin-right: auto; }

tt { font-family: monospace; }
i { font-style: italic; }
b { font-weight: bold; }
big { font-size: larger; }
small { font-size: smaller; }
strike, s { text-decoration: line-through; }
u { text-decoration: underline; }

font[size="1"] { font-size: x-small; }
font[size="2"] { font-size: small; }
font[size="3"] { font-size: medium; }
font[size="4"] { font-size: large; }
font[size="5"] { font-size: x-large; }
font[size="6"] { font-size: xx-large; }
font[size="7"] { font-size: xx-large; }
font[size="-1"] { font-size: smaller; }
font[size="+1"] { font-size: larger; }

hr { display: block; background-color: #000; height: 1px; }
hr[align=left] { margin-right: auto; }
hr[align=center] { margin-left: auto; margin-right: auto; }
hr[align=right] { margin-left: auto; }

noframes { display: none; }

iframe[align=left] { float: left; }
iframe[align=right] { float: right; }

form { display: block; }
form > * { margin-left: inherit; margin-right: inherit; }

input { background-color: #fff; color: #000; width: 10em;
	height: 1.5em; text-align: left; border-width: 1px;
	border-color: #000; border-style: solid; overflow: hidden;
	padding: 0 2px; }
input[type=button], input[type=reset], input[type=submit], button {
	background-color: #d9d9d9; color: #000; width: auto;
	border-width: medium; border-color: #d9d9d9;
	border-style: outset; height: auto; text-align: center;}
input[type=image] { background-color: #ddd; color: #000; width: auto;
	height: auto; }
input[type=checkbox], input[type=radio] { background-color: transparent;
	padding: 0 0.1em; border: 0; width: 1em; height: 1em; }
input[type=file] { background-color: #d9d9d9; color: #000;
	border-width: medium; border-color: #d9d9d9;
	border-style: inset; width: 10em; height: 1.5em;
	font-style: italic; }
input[align=left] { float: left; }
input[align=right] { float: right; }

select { background-color: #d9d9d9; color: #000; width: 10em;
	height: 1.5em; text-align: left; border-width: medium;
	border-color: #d9d9d9; border-style: inset;
	overflow: hidden; padding: 0 2px; }

textarea { background-color: #fff; color: #000; text-align: left;
	border-width: 1px; border-color: #000; border-style: solid;
	overflow: scroll; padding: 0 2px; }

fieldset { display: block; border: thin solid #888; }


[align=left] { text-align: left; }
[align=center] { text-align: center; }
[align=right] { text-align: right; }