blob: 8d20159068d8a2024dece87dd639c242df316721 [file] [log] [blame]
darinac448292006-01-18 08:56:191/*
2 * The default style sheet used to render HTML.
kociendaf6fe31f2001-08-24 14:24:403 *
darinac448292006-01-18 08:56:194 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
mitz@apple.comf2029f62011-01-13 09:50:335 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
darinac448292006-01-18 08:56:196 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Library General Public License for more details.
16 *
17 * You should have received a copy of the GNU Library General Public License
18 * along with this library; see the file COPYING.LIB. If not, write to
ddkilzere6d89822007-09-26 02:29:5719 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 * Boston, MA 02110-1301, USA.
darinac448292006-01-18 08:56:1921 *
kociendaf6fe31f2001-08-24 14:24:4022 */
23
hyattc593ca52004-01-26 22:33:1924@namespace "http://www.w3.org/1999/xhtml";
25
kociendaf6fe31f2001-08-24 14:24:4026html {
hyatteca875e2004-05-05 00:16:2127 display: block
darin18d73502006-04-03 01:11:2828}
kociendaf6fe31f2001-08-24 14:24:4029
darinac448292006-01-18 08:56:1930/* children of the <head> element all have display:none */
darin18d73502006-04-03 01:11:2831head {
hyatteca875e2004-05-05 00:16:2132 display: none
kociendaf6fe31f2001-08-24 14:24:4033}
darin18d73502006-04-03 01:11:2834
kociendaf6fe31f2001-08-24 14:24:4035meta {
hyatteca875e2004-05-05 00:16:2136 display: none
kociendaf6fe31f2001-08-24 14:24:4037}
38
39title {
hyatteca875e2004-05-05 00:16:2140 display: none
kociendaf6fe31f2001-08-24 14:24:4041}
42
43link {
hyatteca875e2004-05-05 00:16:2144 display: none
kociendaf6fe31f2001-08-24 14:24:4045}
46
47style {
hyatteca875e2004-05-05 00:16:2148 display: none
kociendaf6fe31f2001-08-24 14:24:4049}
50
51script {
hyatteca875e2004-05-05 00:16:2152 display: none
kociendaf6fe31f2001-08-24 14:24:4053}
54
hyatteca875e2004-05-05 00:16:2155/* generic block-level elements */
kociendaf6fe31f2001-08-24 14:24:4056
hyatta6aeb222003-04-04 17:39:4757body {
58 display: block;
hyatteca875e2004-05-05 00:16:2159 margin: 8px
mjs14ceec52002-03-22 00:31:5760}
kociendaf6fe31f2001-08-24 14:24:4061
62p {
hyatteca875e2004-05-05 00:16:2163 display: block;
hyatt@apple.come5f7e412011-01-26 23:10:5764 -webkit-margin-before: 1__qem;
65 -webkit-margin-after: 1__qem;
66 -webkit-margin-start: 0;
67 -webkit-margin-end: 0;
kociendaf6fe31f2001-08-24 14:24:4068}
69
70div {
hyatteca875e2004-05-05 00:16:2171 display: block
kociendaf6fe31f2001-08-24 14:24:4072}
73
kociendaf6fe31f2001-08-24 14:24:4074layer {
hyatteca875e2004-05-05 00:16:2175 display: block
kociendaf6fe31f2001-08-24 14:24:4076}
77
tkent@chromium.orge9b54532010-03-09 06:24:5778article, aside, footer, header, hgroup, nav, section {
mjs@apple.comfa455722009-08-19 05:09:3579 display: block
80}
81
hyattf9dafda2003-10-29 08:57:2082marquee {
83 display: inline-block;
hyattd36138b2006-04-14 22:50:0784 overflow: -webkit-marquee
hyattf9dafda2003-10-29 08:57:2085}
86
kociendaf6fe31f2001-08-24 14:24:4087address {
hyatteca875e2004-05-05 00:16:2188 display: block
kociendaf6fe31f2001-08-24 14:24:4089}
darin18d73502006-04-03 01:11:2890
kociendaf6fe31f2001-08-24 14:24:4091blockquote {
hyatteca875e2004-05-05 00:16:2192 display: block;
hyatt@apple.come5f7e412011-01-26 23:10:5793 -webkit-margin-before: 1__qem;
94 -webkit-margin-after: 1em;
95 -webkit-margin-start: 40px;
96 -webkit-margin-end: 40px;
kociendaf6fe31f2001-08-24 14:24:4097}
98
commit-queue@webkit.orgf10e1492010-12-09 16:40:5399figcaption {
100 display: block
101}
102
103figure {
104 display: block;
hyatt@apple.come5f7e412011-01-26 23:10:57105 -webkit-margin-before: 1em;
106 -webkit-margin-after: 1em;
107 -webkit-margin-start: 40px;
108 -webkit-margin-end: 40px;
commit-queue@webkit.orgf10e1492010-12-09 16:40:53109}
110
hyatteca875e2004-05-05 00:16:21111q {
112 display: inline
mjs14ceec52002-03-22 00:31:57113}
114
hyatteca875e2004-05-05 00:16:21115q:before {
carol.szabo@nokia.com28b08b22011-03-02 19:34:00116 content: open-quote;
mjs14ceec52002-03-22 00:31:57117}
118
hyatteca875e2004-05-05 00:16:21119q:after {
carol.szabo@nokia.com28b08b22011-03-02 19:34:00120 content: close-quote;
mjs14ceec52002-03-22 00:31:57121}
122
hyatteca875e2004-05-05 00:16:21123center {
124 display: block;
125 /* special centering to be able to emulate the html4/netscape behaviour */
hyattd36138b2006-04-14 22:50:07126 text-align: -webkit-center
darin18d73502006-04-03 01:11:28127}
hyatteca875e2004-05-05 00:16:21128
129hr {
130 display: block;
hyatt@apple.come5f7e412011-01-26 23:10:57131 -webkit-margin-before: 0.5em;
132 -webkit-margin-after: 0.5em;
133 -webkit-margin-start: auto;
134 -webkit-margin-end: auto;
hyatteca875e2004-05-05 00:16:21135 border-style: inset;
136 border-width: 1px
hyatt94f0a532003-11-11 01:03:15137}
138
hyatteca875e2004-05-05 00:16:21139map {
140 display: inline
141}
kociendaf6fe31f2001-08-24 14:24:40142
hyatteca875e2004-05-05 00:16:21143/* heading elements */
darin18d73502006-04-03 01:11:28144
hyatteca875e2004-05-05 00:16:21145h1 {
146 display: block;
147 font-size: 2em;
hyatt@apple.come5f7e412011-01-26 23:10:57148 -webkit-margin-before: 0.67__qem;
149 -webkit-margin-after: 0.67em;
150 -webkit-margin-start: 0;
151 -webkit-margin-end: 0;
hyatteca875e2004-05-05 00:16:21152 font-weight: bold
kociendaf6fe31f2001-08-24 14:24:40153}
darin18d73502006-04-03 01:11:28154
tkent@chromium.orgeb3adc42011-03-30 07:00:25155:-webkit-any(article,aside,nav,section) h1 {
156 font-size: 1.5em;
157 -webkit-margin-before: 0.83__qem;
158 -webkit-margin-after: 0.83em;
159}
160
161:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 {
162 font-size: 1.17em;
163 -webkit-margin-before: 1__qem;
164 -webkit-margin-after: 1em;
165}
166
167:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 {
168 font-size: 1.00em;
169 -webkit-margin-before: 1.33__qem;
170 -webkit-margin-after: 1.33em;
171}
172
173:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 {
174 font-size: .83em;
175 -webkit-margin-before: 1.67__qem;
176 -webkit-margin-after: 1.67em;
177}
178
179:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 {
180 font-size: .67em;
181 -webkit-margin-before: 2.33__qem;
182 -webkit-margin-after: 2.33em;
183}
184
hyatteca875e2004-05-05 00:16:21185h2 {
186 display: block;
187 font-size: 1.5em;
hyatt@apple.come5f7e412011-01-26 23:10:57188 -webkit-margin-before: 0.83__qem;
189 -webkit-margin-after: 0.83em;
190 -webkit-margin-start: 0;
191 -webkit-margin-end: 0;
hyatteca875e2004-05-05 00:16:21192 font-weight: bold
kociendaf6fe31f2001-08-24 14:24:40193}
darin18d73502006-04-03 01:11:28194
hyatteca875e2004-05-05 00:16:21195h3 {
196 display: block;
197 font-size: 1.17em;
hyatt@apple.come5f7e412011-01-26 23:10:57198 -webkit-margin-before: 1__qem;
199 -webkit-margin-after: 1em;
200 -webkit-margin-start: 0;
201 -webkit-margin-end: 0;
hyatteca875e2004-05-05 00:16:21202 font-weight: bold
kociendaf6fe31f2001-08-24 14:24:40203}
darin18d73502006-04-03 01:11:28204
hyatteca875e2004-05-05 00:16:21205h4 {
206 display: block;
hyatt@apple.come5f7e412011-01-26 23:10:57207 -webkit-margin-before: 1.33__qem;
208 -webkit-margin-after: 1.33em;
209 -webkit-margin-start: 0;
210 -webkit-margin-end: 0;
hyatteca875e2004-05-05 00:16:21211 font-weight: bold
kociendaf6fe31f2001-08-24 14:24:40212}
213
hyatteca875e2004-05-05 00:16:21214h5 {
215 display: block;
216 font-size: .83em;
hyatt@apple.come5f7e412011-01-26 23:10:57217 -webkit-margin-before: 1.67__qem;
218 -webkit-margin-after: 1.67em;
219 -webkit-margin-start: 0;
220 -webkit-margin-end: 0;
hyatteca875e2004-05-05 00:16:21221 font-weight: bold
kociendaf6fe31f2001-08-24 14:24:40222}
223
hyatteca875e2004-05-05 00:16:21224h6 {
225 display: block;
226 font-size: .67em;
hyatt@apple.come5f7e412011-01-26 23:10:57227 -webkit-margin-before: 2.33__qem;
228 -webkit-margin-after: 2.33em;
229 -webkit-margin-start: 0;
230 -webkit-margin-end: 0;
hyatteca875e2004-05-05 00:16:21231 font-weight: bold
kociendaf6fe31f2001-08-24 14:24:40232}
233
hyatteca875e2004-05-05 00:16:21234/* tables */
kociendaf6fe31f2001-08-24 14:24:40235
hyatteca875e2004-05-05 00:16:21236table {
237 display: table;
238 border-collapse: separate;
hyatteca875e2004-05-05 00:16:21239 border-spacing: 2px;
240 border-color: gray
kociendaf6fe31f2001-08-24 14:24:40241}
hyatt97bb4fe2002-12-15 07:39:56242
hyatteca875e2004-05-05 00:16:21243thead {
244 display: table-header-group;
hyatt66b64e12002-12-20 01:50:10245 vertical-align: middle;
hyatteca875e2004-05-05 00:16:21246 border-color: inherit
kociendaf6fe31f2001-08-24 14:24:40247}
darin18d73502006-04-03 01:11:28248
hyatteca875e2004-05-05 00:16:21249tbody {
250 display: table-row-group;
darin18d73502006-04-03 01:11:28251 vertical-align: middle;
hyatteca875e2004-05-05 00:16:21252 border-color: inherit
kociendaf6fe31f2001-08-24 14:24:40253}
darin18d73502006-04-03 01:11:28254
hyatteca875e2004-05-05 00:16:21255tfoot {
256 display: table-footer-group;
hyatt66b64e12002-12-20 01:50:10257 vertical-align: middle;
hyatteca875e2004-05-05 00:16:21258 border-color: inherit
kociendaf6fe31f2001-08-24 14:24:40259}
260
darinaae2ca52007-05-01 19:59:53261/* for tables without table section elements (can happen with XHTML or dynamically created tables) */
262table > tr {
263 vertical-align: middle;
264}
265
hyatteca875e2004-05-05 00:16:21266col {
267 display: table-column
kociendaf6fe31f2001-08-24 14:24:40268}
269
hyatteca875e2004-05-05 00:16:21270colgroup {
271 display: table-column-group
kociendaf6fe31f2001-08-24 14:24:40272}
273
hyatteca875e2004-05-05 00:16:21274tr {
275 display: table-row;
276 vertical-align: inherit;
277 border-color: inherit
kociendaf6fe31f2001-08-24 14:24:40278}
279
hyatteca875e2004-05-05 00:16:21280td, th {
281 display: table-cell;
282 vertical-align: inherit
kociendaf6fe31f2001-08-24 14:24:40283}
284
hyatteca875e2004-05-05 00:16:21285th {
286 font-weight: bold
kociendaf6fe31f2001-08-24 14:24:40287}
288
hyatteca875e2004-05-05 00:16:21289caption {
290 display: table-caption;
hyattb61521c2006-05-08 08:19:53291 text-align: -webkit-center
kociendaf6fe31f2001-08-24 14:24:40292}
293
darinac448292006-01-18 08:56:19294/* lists */
kociendaf6fe31f2001-08-24 14:24:40295
hyatteca875e2004-05-05 00:16:21296ul, menu, dir {
297 display: block;
298 list-style-type: disc;
hyatt@apple.coma36b0aac2010-11-10 01:46:10299 -webkit-margin-before: 1__qem;
300 -webkit-margin-after: 1em;
301 -webkit-margin-start: 0;
302 -webkit-margin-end: 0;
hyattd36138b2006-04-14 22:50:07303 -webkit-padding-start: 40px
kociendaf6fe31f2001-08-24 14:24:40304}
mjs14ceec52002-03-22 00:31:57305
hyatteca875e2004-05-05 00:16:21306ol {
307 display: block;
308 list-style-type: decimal;
hyatt@apple.coma36b0aac2010-11-10 01:46:10309 -webkit-margin-before: 1__qem;
310 -webkit-margin-after: 1em;
311 -webkit-margin-start: 0;
312 -webkit-margin-end: 0;
hyattd36138b2006-04-14 22:50:07313 -webkit-padding-start: 40px
kociendaf6fe31f2001-08-24 14:24:40314}
315
hyatteca875e2004-05-05 00:16:21316li {
jeremy@chromium.orgc9aebbe2011-06-18 19:52:34317 display: list-item;
318 text-align: -webkit-match-parent;
hyatteca875e2004-05-05 00:16:21319}
320
321ul ul, ol ul {
322 list-style-type: circle
323}
324
325ol ol ul, ol ul ul, ul ol ul, ul ul ul {
326 list-style-type: square
327}
328
329dd {
330 display: block;
hyattd36138b2006-04-14 22:50:07331 -webkit-margin-start: 40px
hyatteca875e2004-05-05 00:16:21332}
333
334dl {
335 display: block;
hyatt@apple.coma36b0aac2010-11-10 01:46:10336 -webkit-margin-before: 1__qem;
337 -webkit-margin-after: 1em;
338 -webkit-margin-start: 0;
339 -webkit-margin-end: 0;
darin18d73502006-04-03 01:11:28340}
kociendaf6fe31f2001-08-24 14:24:40341
hyatteca875e2004-05-05 00:16:21342dt {
343 display: block
kociendaf6fe31f2001-08-24 14:24:40344}
hyatted84c1c2004-04-29 01:19:04345
hyatteca875e2004-05-05 00:16:21346ol ul, ul ol, ul ul, ol ol {
hyatt@apple.coma36b0aac2010-11-10 01:46:10347 -webkit-margin-before: 0;
348 -webkit-margin-after: 0
kociendaf6fe31f2001-08-24 14:24:40349}
350
hyatteca875e2004-05-05 00:16:21351/* form elements */
kociendaf6fe31f2001-08-24 14:24:40352
hyatteca875e2004-05-05 00:16:21353form {
354 display: block;
morrita@google.com4646de82011-02-07 01:40:17355 margin-top: 0__qem;
kociendaf6fe31f2001-08-24 14:24:40356}
357
hyatt0de47952006-09-13 06:23:56358label {
359 cursor: default;
hyatt0de47952006-09-13 06:23:56360}
361
hyatteca875e2004-05-05 00:16:21362legend {
mitz@apple.com177c28f2009-03-09 22:20:50363 display: block;
hyatt@apple.com9136a002010-10-06 12:10:02364 -webkit-padding-start: 2px;
365 -webkit-padding-end: 2px;
hyatteca875e2004-05-05 00:16:21366 border: none
hyatt14633db2003-05-21 07:00:43367}
368
hyatteca875e2004-05-05 00:16:21369fieldset {
hyatt14633db2003-05-21 07:00:43370 display: block;
hyatt@apple.com9136a002010-10-06 12:10:02371 -webkit-margin-start: 2px;
372 -webkit-margin-end: 2px;
373 -webkit-padding-before: 0.35em;
374 -webkit-padding-start: 0.75em;
375 -webkit-padding-end: 0.75em;
376 -webkit-padding-after: 0.625em;
hyatteca875e2004-05-05 00:16:21377 border: 2px groove ThreeDFace
hyatt14633db2003-05-21 07:00:43378}
kociendaf6fe31f2001-08-24 14:24:40379
hyatteca875e2004-05-05 00:16:21380button {
hyattd36138b2006-04-14 22:50:07381 -webkit-appearance: button;
kociendaf6fe31f2001-08-24 14:24:40382}
383
hyatt@apple.com47967762010-09-22 22:11:01384/* Form controls don't go vertical. */
385input, textarea, keygen, select, button, isindex, meter, progress {
386 -webkit-block-flow: tb !important;
387}
388
weinig@apple.com6123cc02011-04-27 00:51:39389input, textarea, keygen, select, button, isindex {
hyatt81905382003-11-17 20:38:09390 margin: 0__qem;
hyatt2ea48012006-08-15 22:37:51391 font: -webkit-small-control;
hyatt70db89e2005-07-20 00:45:49392 color: initial;
hyatt18462302005-10-26 06:08:03393 letter-spacing: normal;
394 word-spacing: normal;
395 line-height: normal;
396 text-transform: none;
397 text-indent: 0;
hyatt45f78ae2007-07-16 21:02:02398 text-shadow: none;
hyatt70db89e2005-07-20 00:45:49399 display: inline-block;
adele389a5c32007-04-06 00:42:03400 text-align: -webkit-auto;
hyattea187832002-11-12 21:44:52401}
402
hyatteca875e2004-05-05 00:16:21403input[type="hidden"] {
404 display: none
kociendaf6fe31f2001-08-24 14:24:40405}
406
adeleedb78062006-12-16 09:56:49407input, input[type="password"], input[type="search"], isindex {
hyattd36138b2006-04-14 22:50:07408 -webkit-appearance: textfield;
adelee843f092006-03-30 01:49:57409 padding: 1px;
410 background-color: white;
411 border: 2px inset;
hyattd36138b2006-04-14 22:50:07412 -webkit-rtl-ordering: logical;
adele34e15472006-04-25 00:30:13413 -webkit-user-select: text;
adele11eb9db2007-04-05 21:26:09414 cursor: auto;
adelee843f092006-03-30 01:49:57415}
416
adeleedb78062006-12-16 09:56:49417input[type="search"] {
418 -webkit-appearance: searchfield;
darin595a3492007-04-23 08:27:18419 -webkit-box-sizing: border-box;
adeleedb78062006-12-16 09:56:49420}
421
tkent@chromium.orga9948822011-06-30 06:30:23422input::-webkit-textfield-decoration-container {
tkent@chromium.orga9948822011-06-30 06:30:23423 display: -webkit-box;
424 -webkit-box-align: center;
425}
426
tkent@chromium.org590a2502011-07-20 07:52:39427input[type="search"]::-webkit-textfield-decoration-container {
428 direction: ltr;
429}
430
adeleedb78062006-12-16 09:56:49431input[type="search"]::-webkit-search-cancel-button {
432 -webkit-appearance: searchfield-cancel-button;
tkent@chromium.orga9948822011-06-30 06:30:23433 display: block;
434 -webkit-box-flex: 0;
adeleedb78062006-12-16 09:56:49435}
436
437input[type="search"]::-webkit-search-decoration {
438 -webkit-appearance: searchfield-decoration;
tkent@chromium.orga9948822011-06-30 06:30:23439 display: block;
440 -webkit-box-flex: 0;
adeleedb78062006-12-16 09:56:49441}
442
443input[type="search"]::-webkit-search-results-decoration {
444 -webkit-appearance: searchfield-results-decoration;
tkent@chromium.orga9948822011-06-30 06:30:23445 display: block;
446 -webkit-box-flex: 0;
adeleedb78062006-12-16 09:56:49447}
448
449input[type="search"]::-webkit-search-results-button {
450 -webkit-appearance: searchfield-results-button;
tkent@chromium.orga9948822011-06-30 06:30:23451 display: block;
452 -webkit-box-flex: 0;
adeleedb78062006-12-16 09:56:49453}
454
tkent@chromium.org17aaf6d2011-05-20 10:47:56455#if defined(ENABLE_DATALIST) && ENABLE_DATALIST
eric@webkit.org923f7042009-10-05 18:05:36456input::-webkit-input-list-button {
457 -webkit-appearance: list-button;
458 display: inline-block;
459}
tkent@chromium.org17aaf6d2011-05-20 10:47:56460#endif
eric@webkit.org923f7042009-10-05 18:05:36461
eric@webkit.org1f8902b2009-12-21 04:57:59462input::-webkit-inner-spin-button {
463 -webkit-appearance: inner-spin-button;
tkent@chromium.orga9948822011-06-30 06:30:23464 display: block;
tkent@chromium.org27805112011-04-07 07:03:22465 position: relative;
466 cursor: default;
tkent@chromium.org287a7442011-05-23 10:10:38467 vertical-align: top;
tkent@chromium.orga9948822011-06-30 06:30:23468 -webkit-box-flex: 0;
tkent@chromium.orgfce8bf92010-04-30 08:45:49469 -webkit-user-select: none;
eric@webkit.org1f8902b2009-12-21 04:57:59470}
471
tkent@chromium.org17aaf6d2011-05-20 10:47:56472#if defined(ENABLE_INPUT_SPEECH) && ENABLE_INPUT_SPEECH
jorlow@chromium.org2082a6d2010-06-24 10:40:28473input::-webkit-input-speech-button {
satish@chromium.orgec9a80a2010-09-29 13:45:15474 -webkit-appearance: -webkit-input-speech-button;
tkent@chromium.orga9948822011-06-30 06:30:23475 display: block;
tkent@chromium.org287a7442011-05-23 10:10:38476 vertical-align: top;
tkent@chromium.orga9948822011-06-30 06:30:23477 -webkit-box-flex: 0;
jorlow@chromium.org2082a6d2010-06-24 10:40:28478}
tkent@chromium.org17aaf6d2011-05-20 10:47:56479#endif
jorlow@chromium.org2082a6d2010-06-24 10:40:28480
morrita@google.com4646de82011-02-07 01:40:17481keygen, select {
482 -webkit-border-radius: 5px;
483}
484
485keygen::-webkit-keygen-select {
486 margin: 0px;
487}
488
adele2d542cb2006-05-17 23:32:38489textarea {
adele6401bff2006-06-21 07:23:06490 -webkit-appearance: textarea;
491 background-color: white;
adele3a2e0432006-06-16 18:27:54492 border: 1px solid;
adele2d542cb2006-05-17 23:32:38493 -webkit-rtl-ordering: logical;
494 -webkit-user-select: text;
495 -webkit-box-orient: vertical;
hyatt1c786862006-07-19 00:16:34496 resize: auto;
adele11eb9db2007-04-05 21:26:09497 cursor: auto;
ojan@chromium.org0484dd02009-04-29 20:31:53498 padding: 2px;
levin@chromium.orgfb47c842009-07-16 05:32:39499 white-space: pre-wrap;
500 word-wrap: break-word;
adele2d542cb2006-05-17 23:32:38501}
502
tkent@chromium.org840b9542011-07-14 02:16:54503::-webkit-input-placeholder {
504 -webkit-text-security: none;
adele@apple.com81be3ce2008-09-30 23:21:50505 color: darkGray;
tkent@chromium.org840b9542011-07-14 02:16:54506 display: block !important;
507 pointer-events: none !important;
508 position: relative !important;
509}
510
511input::-webkit-input-placeholder, isindex::-webkit-input-placeholder {
512 white-space: pre;
513 word-wrap: normal;
514 overflow: hidden;
515 padding-left: 1px;
516 padding-right: 1px;
adele@apple.com81be3ce2008-09-30 23:21:50517}
518
adeleceb356d2006-08-26 00:33:22519input[type="password"] {
adeleef0b4ac2006-08-30 18:32:40520 -webkit-text-security: disc !important;
adeleceb356d2006-08-26 00:33:22521}
522
adeleedb78062006-12-16 09:56:49523input[type="hidden"], input[type="image"], input[type="file"] {
hyattd36138b2006-04-14 22:50:07524 -webkit-appearance: initial;
adelee843f092006-03-30 01:49:57525 padding: initial;
526 background-color: initial;
527 border: initial;
528}
529
aroben226ef412006-09-12 19:59:32530input[type="file"] {
531 -webkit-box-align: baseline;
tkent@chromium.orgcb0c8be2011-09-02 02:12:28532 color: inherit;
simon.fraser@apple.come8e1abb2008-10-03 00:43:39533 text-align: start !important;
aroben226ef412006-09-12 19:59:32534}
535
hyattd36138b2006-04-14 22:50:07536input:-webkit-autofill {
adelea464e9f2006-04-13 01:50:04537 background-color: #FAFFBD !important;
538 background-image:none !important;
commit-queue@webkit.org99404842011-03-15 18:02:55539 color: #000000 !important;
adelea464e9f2006-04-13 01:50:04540}
541
hyatteca875e2004-05-05 00:16:21542input[type="radio"], input[type="checkbox"] {
hyatt21573352005-07-29 23:02:45543 margin: 3px 0.5ex;
adelee843f092006-03-30 01:49:57544 padding: initial;
545 background-color: initial;
546 border: initial;
hyatt21573352005-07-29 23:02:45547}
548
dglazkov@chromium.orgfa74b112011-06-04 17:14:22549input[type="button"], input[type="submit"], input[type="reset"] {
hyattd36138b2006-04-14 22:50:07550 -webkit-appearance: push-button;
hyatt18462302005-10-26 06:08:03551 white-space: pre
hyattf5b9a822005-10-21 21:27:51552}
553
dglazkov@chromium.orgfa74b112011-06-04 17:14:22554input[type="file"]::-webkit-file-upload-button {
555 -webkit-appearance: push-button;
556 white-space: nowrap;
557 margin: 0;
tkent@chromium.org9b641042011-09-01 02:40:01558 font-size: inherit;
dglazkov@chromium.orgfa74b112011-06-04 17:14:22559}
560
aroben226ef412006-09-12 19:59:32561input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
hyattd36138b2006-04-14 22:50:07562 -webkit-box-align: center;
hyatt18462302005-10-26 06:08:03563 text-align: center;
hyatt969dc1e2005-10-22 18:19:27564 cursor: default;
565 color: ButtonText;
hyattcc278a42005-10-28 07:03:26566 padding: 2px 6px 3px 6px;
567 border: 2px outset ButtonFace;
hyattb2650252006-05-08 08:17:07568 background-color: ButtonFace;
darin595a3492007-04-23 08:27:18569 -webkit-box-sizing: border-box
hyatt969dc1e2005-10-22 18:19:27570}
571
adele832cc332006-11-16 01:42:28572input[type="range"] {
573 -webkit-appearance: slider-horizontal;
574 padding: initial;
575 border: initial;
adele832cc332006-11-16 01:42:28576 margin: 2px;
577}
578
tkent@chromium.org3630f912011-06-14 03:46:30579input[type="range"]::-webkit-slider-container {
580 -webkit-box-align: center;
581 -webkit-box-orient: horizontal; /* This property is updated by C++ code. */
582 -webkit-box-sizing: border-box;
583 display: -webkit-box;
584 height: 100%;
585 width: 100%;
586}
587
588input[type="range"]::-webkit-slider-runnable-track {
589 -webkit-box-flex: 1;
590 -webkit-box-sizing: border-box;
591 display: block;
592}
593
adele832cc332006-11-16 01:42:28594input[type="range"]::-webkit-slider-thumb {
595 -webkit-appearance: sliderthumb-horizontal;
tkent@chromium.org3630f912011-06-14 03:46:30596 -webkit-box-sizing: border-box;
dglazkov@chromium.orgb6ebe4e2011-01-11 21:05:33597 display: block;
tkent@chromium.org3630f912011-06-14 03:46:30598 position: relative;
adele832cc332006-11-16 01:42:28599}
600
hyatt@apple.com455fe5a2009-06-22 23:24:23601input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled,
602input[type="file"]:disabled::-webkit-file-upload-button, button:disabled,
weinig@apple.com6123cc02011-04-27 00:51:39603select:disabled, keygen:disabled, optgroup:disabled, option:disabled {
darinac448292006-01-18 08:56:19604 color: GrayText
hyattf5b9a822005-10-21 21:27:51605}
606
weinig01f4fe92007-01-21 17:05:13607input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active::-webkit-file-upload-button, button:active {
hyattcc278a42005-10-28 07:03:26608 border-style: inset
609}
610
weinig01f4fe92007-01-21 17:05:13611input[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, input[type="file"]:active:disabled::-webkit-file-upload-button, button:active:disabled {
hyattcc278a42005-10-28 07:03:26612 border-style: outset
613}
614
adeleaa949792006-07-06 05:47:30615area, param {
hyatteca875e2004-05-05 00:16:21616 display: none
kociendaf6fe31f2001-08-24 14:24:40617}
618
hyatt70db89e2005-07-20 00:45:49619input[type="checkbox"] {
hyattb2650252006-05-08 08:17:07620 -webkit-appearance: checkbox;
darin595a3492007-04-23 08:27:18621 -webkit-box-sizing: border-box;
hyatt70db89e2005-07-20 00:45:49622}
623
hyatt4da232a2005-08-08 21:12:02624input[type="radio"] {
hyattb2650252006-05-08 08:17:07625 -webkit-appearance: radio;
darin595a3492007-04-23 08:27:18626 -webkit-box-sizing: border-box;
hyattb2650252006-05-08 08:17:07627}
628
keishi@webkit.org4e097fd2011-05-26 09:58:25629#if defined(ENABLE_INPUT_COLOR) && ENABLE_INPUT_COLOR
630
631input[type="color"] {
632 -webkit-appearance: square-button;
633 width: 44px;
634 height: 23px;
635}
636
637input[type="color"]::-webkit-color-swatch-wrapper {
638 display:-webkit-box;
639 padding: 4px 2px;
640 -webkit-box-sizing: border-box;
641 width: 100%;
642 height: 100%
643}
644
645input[type="color"]::-webkit-color-swatch {
646 background-color: #000000;
647 border: 1px solid #777777;
648 -webkit-box-flex: 1;
649}
650
651#if defined(ENABLE_DATALIST) && ENABLE_DATALIST
652
653input[type="color"][list] {
654 -webkit-appearance: menulist;
655 width: 88px;
656 height: 23px;
657}
658
659input[type="color"][list]::-webkit-color-swatch-wrapper {
660 padding-left: 8px;
661 padding-right: 24px;
662}
663
664input[type="color"][list]::-webkit-color-swatch {
665 border-color: #000000;
666}
667
668#endif // defined(ENABLE_DATALIST) && ENABLE_DATALIST
669
670#endif // defined(ENABLE_INPUT_COLOR) && ENABLE_INPUT_COLOR
671
morrita@google.com4646de82011-02-07 01:40:17672select {
adele5f40b592006-07-10 07:19:24673 -webkit-appearance: menulist;
darin595a3492007-04-23 08:27:18674 -webkit-box-sizing: border-box;
adele5f40b592006-07-10 07:19:24675 -webkit-box-align: center;
bdashf448ccd2007-04-12 04:45:48676 border: 1px solid;
bdashf448ccd2007-04-12 04:45:48677 white-space: pre;
ap0e96bcc2006-07-24 16:21:36678 -webkit-rtl-ordering: logical;
adelec15bc252006-08-25 23:44:05679 color: black;
adelec15bc252006-08-25 23:44:05680 background-color: white;
adele11eb9db2007-04-05 21:26:09681 cursor: default;
adele5f40b592006-07-10 07:19:24682}
683
684select[size],
685select[multiple],
686select[size][multiple] {
adeled62c9ce2006-09-29 23:13:49687 -webkit-appearance: listbox;
bdashf448ccd2007-04-12 04:45:48688 -webkit-box-align: start;
adeled62c9ce2006-09-29 23:13:49689 border: 1px inset gray;
690 -webkit-border-radius: initial;
691 white-space: initial;
adele5f40b592006-07-10 07:19:24692}
kdecker0c25f702007-03-06 22:38:17693
adele5f40b592006-07-10 07:19:24694select[size="0"],
695select[size="1"] {
696 -webkit-appearance: menulist;
adele5f40b592006-07-10 07:19:24697 -webkit-box-align: center;
adelec15bc252006-08-25 23:44:05698 border: 1px solid;
699 -webkit-border-radius: 5px;
bdashf448ccd2007-04-12 04:45:48700 white-space: pre;
hyatt4da232a2005-08-08 21:12:02701}
702
adeleaa949792006-07-06 05:47:30703optgroup {
704 font-weight: bolder;
705}
706
707option {
708 font-weight: normal;
709}
710
commit-queue@webkit.orga8dec302010-11-05 00:57:50711output {
712 display: inline;
713}
714
tkent@chromium.org9b404a32011-01-14 06:21:51715/* form validation message bubble */
716
717::-webkit-validation-bubble {
tkent@chromium.orgf5853892011-03-29 01:10:49718 display: inline-block;
tkent@chromium.org9b404a32011-01-14 06:21:51719 z-index: 2147483647;
720 position: absolute;
tkent@chromium.orgf5853892011-03-29 01:10:49721 opacity: 0.95;
tkent@chromium.org9b404a32011-01-14 06:21:51722 line-height: 0;
tkent@chromium.orgf5853892011-03-29 01:10:49723 margin: 0;
tkent@chromium.org54e43e72011-01-31 23:50:53724 -webkit-text-security: none;
tkent@chromium.org9b404a32011-01-14 06:21:51725 -webkit-transition: opacity 05.5s ease;
726}
727
728::-webkit-validation-bubble-message {
tkent@chromium.org53fa73d2011-08-08 07:25:35729 display: -webkit-box;
tkent@chromium.orgf5853892011-03-29 01:10:49730 position: relative;
731 top: -4px;
tkent@chromium.org9b404a32011-01-14 06:21:51732 font: message-box;
tkent@chromium.orgf5853892011-03-29 01:10:49733 color: black;
tkent@chromium.org9b404a32011-01-14 06:21:51734 min-width: 50px;
735 max-width: 200px;
tkent@chromium.orgf5853892011-03-29 01:10:49736 border: solid 2px #400;
737 background: -webkit-gradient(linear, left top, left bottom, from(#f8ecec), to(#e8cccc));
tkent@chromium.org9b404a32011-01-14 06:21:51738 padding: 8px;
739 -webkit-border-radius: 8px;
tkent@chromium.orgf5853892011-03-29 01:10:49740 -webkit-box-shadow: 4px 4px 4px rgba(100,100,100,0.6),
741 inset -2px -2px 1px #d0c4c4,
742 inset 2px 2px 1px white;
tkent@chromium.org9b404a32011-01-14 06:21:51743 line-height: normal;
tkent@chromium.orgaae2ffb2011-05-11 09:11:36744 white-space: normal;
tkent@chromium.orgf5853892011-03-29 01:10:49745 z-index: 2147483644;
tkent@chromium.org9b404a32011-01-14 06:21:51746}
747
tkent@chromium.org53fa73d2011-08-08 07:25:35748::-webkit-validation-bubble-text-block {
749 -webkit-box-flex: 1;
750}
751
752::-webkit-validation-bubble-heading {
753 font-weight: bold;
754}
755
tkent@chromium.orgf5853892011-03-29 01:10:49756::-webkit-validation-bubble-arrow {
tkent@chromium.org9b404a32011-01-14 06:21:51757 display: inline-block;
758 position: relative;
tkent@chromium.orgf5853892011-03-29 01:10:49759 left: 32px;
760 width: 16px;
761 height: 16px;
762 background-color: #f8ecec;
763 border-width: 2px 0 0 2px;
tkent@chromium.org9b404a32011-01-14 06:21:51764 border-style: solid;
tkent@chromium.orgf5853892011-03-29 01:10:49765 border-color: #400;
766 box-shadow: inset 2px 2px 1px white;
767 -webkit-transform-origin: 0 0;
768 -webkit-transform: rotate(45deg);
769 z-index: 2147483645;
tkent@chromium.org9b404a32011-01-14 06:21:51770}
771
tkent@chromium.orgf5853892011-03-29 01:10:49772::-webkit-validation-bubble-arrow-clipper {
773 display: block;
774 overflow: hidden;
775 height: 16px;
tkent@chromium.org9b404a32011-01-14 06:21:51776}
777
tkent@chromium.org17aaf6d2011-05-20 10:47:56778#if defined(ENABLE_METER_TAG) && ENABLE_METER_TAG
yael.aharon@nokia.comcf3f3f52010-05-15 16:41:06779/* meter */
780
781meter {
782 -webkit-appearance: meter;
morrita@google.coma8dfaec2011-04-05 02:01:56783 -webkit-box-sizing: border-box;
784 display: inline-box;
yael.aharon@nokia.comcf3f3f52010-05-15 16:41:06785 height: 1em;
786 width: 5em;
787 vertical-align: -0.2em;
788}
789
morrita@google.comc6e4a672011-04-01 15:59:19790meter::-webkit-meter-bar {
morrita@google.com81526f12010-06-18 05:13:19791 background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd), color-stop(0.20, #eee), color-stop(0.45, #ccc), color-stop(0.55, #ccc));
morrita@google.coma8dfaec2011-04-05 02:01:56792 height: 100%;
morrita@google.comb41d4922011-04-23 23:16:23793 width: 100%;
morrita@google.coma8dfaec2011-04-05 02:01:56794 -webkit-box-sizing: border-box;
morrita@google.com81526f12010-06-18 05:13:19795}
796
morrita@google.comc6e4a672011-04-01 15:59:19797meter::-webkit-meter-optimum-value {
morrita@google.com81526f12010-06-18 05:13:19798 background: -webkit-gradient(linear, left top, left bottom, from(#ad7), to(#ad7), color-stop(0.20, #cea), color-stop(0.45, #7a3), color-stop(0.55, #7a3));
morrita@google.coma8dfaec2011-04-05 02:01:56799 height: 100%;
800 -webkit-box-sizing: border-box;
morrita@google.com81526f12010-06-18 05:13:19801}
802
morrita@google.coma8dfaec2011-04-05 02:01:56803meter::-webkit-meter-suboptimum-value {
morrita@google.com81526f12010-06-18 05:13:19804 background: -webkit-gradient(linear, left top, left bottom, from(#fe7), to(#fe7), color-stop(0.20, #ffc), color-stop(0.45, #db3), color-stop(0.55, #db3));
morrita@google.coma8dfaec2011-04-05 02:01:56805 height: 100%;
806 -webkit-box-sizing: border-box;
morrita@google.com81526f12010-06-18 05:13:19807}
808
morrita@google.comc6e4a672011-04-01 15:59:19809meter::-webkit-meter-even-less-good-value {
morrita@google.com81526f12010-06-18 05:13:19810 background: -webkit-gradient(linear, left top, left bottom, from(#f77), to(#f77), color-stop(0.20, #fcc), color-stop(0.45, #d44), color-stop(0.55, #d44));
morrita@google.coma8dfaec2011-04-05 02:01:56811 height: 100%;
812 -webkit-box-sizing: border-box;
morrita@google.com81526f12010-06-18 05:13:19813}
tkent@chromium.org17aaf6d2011-05-20 10:47:56814#endif
morrita@google.com81526f12010-06-18 05:13:19815
tkent@chromium.org17aaf6d2011-05-20 10:47:56816#if defined(ENABLE_PROGRESS_TAG) && ENABLE_PROGRESS_TAG
yael.aharon@nokia.comaae33d52010-03-15 01:00:36817/* progress */
818
819progress {
820 -webkit-appearance: progress-bar;
morrita@google.com1b3b9292011-04-06 17:03:26821 -webkit-box-sizing: border-box;
yael.aharon@nokia.comfc26df22010-03-26 15:42:41822 display: inline-block;
823 height: 1em;
824 width: 10em;
825 vertical-align: -0.2em;
yael.aharon@nokia.comaae33d52010-03-15 01:00:36826}
827
morrita@google.com1b3b9292011-04-06 17:03:26828progress::-webkit-progress-bar {
829 background-color: gray;
830 height: 100%;
morrita@google.comb41d4922011-04-23 23:16:23831 width: 100%;
morrita@google.com1b3b9292011-04-06 17:03:26832 -webkit-box-sizing: border-box;
833}
834
835progress::-webkit-progress-value {
morrita@google.comd7eb3862010-06-28 11:20:33836 background-color: green;
morrita@google.com1b3b9292011-04-06 17:03:26837 height: 100%;
838 width: 50%; /* should be removed later */
839 -webkit-box-sizing: border-box;
yael.aharon@nokia.comaae33d52010-03-15 01:00:36840}
tkent@chromium.org17aaf6d2011-05-20 10:47:56841#endif
yael.aharon@nokia.comaae33d52010-03-15 01:00:36842
darin18d73502006-04-03 01:11:28843/* inline elements */
844
hyatteca875e2004-05-05 00:16:21845u, ins {
846 text-decoration: underline
kociendaf6fe31f2001-08-24 14:24:40847}
darin18d73502006-04-03 01:11:28848
hyatteca875e2004-05-05 00:16:21849strong, b {
850 font-weight: bolder
kociendaf6fe31f2001-08-24 14:24:40851}
darin18d73502006-04-03 01:11:28852
commit-queue@webkit.orge2b62ab2011-08-29 20:06:52853i, cite, em, var, address, dfn {
hyatteca875e2004-05-05 00:16:21854 font-style: italic
kociendaf6fe31f2001-08-24 14:24:40855}
darin18d73502006-04-03 01:11:28856
hyatteca875e2004-05-05 00:16:21857tt, code, kbd, samp {
858 font-family: monospace
kociendaf6fe31f2001-08-24 14:24:40859}
darin18d73502006-04-03 01:11:28860
darin7816d5d2006-03-21 23:52:24861pre, xmp, plaintext, listing {
hyatteca875e2004-05-05 00:16:21862 display: block;
863 font-family: monospace;
864 white-space: pre;
865 margin: 1__qem 0
kociendaf6fe31f2001-08-24 14:24:40866}
hyatt31ff3c22005-11-02 08:52:50867
commit-queue@webkit.org296f65c2010-07-02 19:45:28868mark {
869 background-color: yellow;
870 color: black
871}
872
hyatteca875e2004-05-05 00:16:21873big {
darinac448292006-01-18 08:56:19874 font-size: larger
kociendaf6fe31f2001-08-24 14:24:40875}
darin18d73502006-04-03 01:11:28876
hyatteca875e2004-05-05 00:16:21877small {
darinac448292006-01-18 08:56:19878 font-size: smaller
kociendaf6fe31f2001-08-24 14:24:40879}
880
hyatteca875e2004-05-05 00:16:21881s, strike, del {
882 text-decoration: line-through
kociendaf6fe31f2001-08-24 14:24:40883}
884
hyatteca875e2004-05-05 00:16:21885sub {
886 vertical-align: sub;
887 font-size: smaller
kociendaf6fe31f2001-08-24 14:24:40888}
889
hyatteca875e2004-05-05 00:16:21890sup {
891 vertical-align: super;
892 font-size: smaller
kociendaf6fe31f2001-08-24 14:24:40893}
894
mjs14ceec52002-03-22 00:31:57895nobr {
hyatteca875e2004-05-05 00:16:21896 white-space: nowrap
mjs14ceec52002-03-22 00:31:57897}
898
darinac448292006-01-18 08:56:19899/* states */
hyatteca875e2004-05-05 00:16:21900
901:focus {
hyattd36138b2006-04-14 22:50:07902 outline: auto 5px -webkit-focus-ring-color
hyatteca875e2004-05-05 00:16:21903}
904
hyatt30d22002007-01-12 06:46:27905/* Read-only text fields do not show a focus ring but do still receive focus */
906html:focus, body:focus, input[readonly]:focus {
darin18d73502006-04-03 01:11:28907 outline: none
908}
commit-queue@webkit.org9d33c7d2011-06-15 15:09:29909
910applet:focus, embed:focus, iframe:focus, object:focus {
911 outline: none
912}
darin18d73502006-04-03 01:11:28913
kdecker0c25f702007-03-06 22:38:17914input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
darin18d73502006-04-03 01:11:28915 outline-offset: -2px
916}
917
918input[type="button"]:focus,
919input[type="checkbox"]:focus,
920input[type="file"]:focus,
921input[type="hidden"]:focus,
922input[type="image"]:focus,
darin18d73502006-04-03 01:11:28923input[type="radio"]:focus,
924input[type="reset"]:focus,
925input[type="search"]:focus,
aroben226ef412006-09-12 19:59:32926input[type="submit"]:focus,
weinig01f4fe92007-01-21 17:05:13927input[type="file"]:focus::-webkit-file-upload-button {
darin18d73502006-04-03 01:11:28928 outline-offset: 0
929}
hyatt30d22002007-01-12 06:46:27930
hyattd36138b2006-04-14 22:50:07931a:-webkit-any-link {
932 color: -webkit-link;
hyatt21573352005-07-29 23:02:45933 text-decoration: underline;
mitz@apple.com599e57b2007-11-13 22:14:04934 cursor: auto;
hyatteca875e2004-05-05 00:16:21935}
936
hyattd36138b2006-04-14 22:50:07937a:-webkit-any-link:active {
938 color: -webkit-activelink
hyatteca875e2004-05-05 00:16:21939}
940
rolandsteiner@chromium.org34a7b142009-11-02 01:52:25941/* HTML5 ruby elements */
942
rolandsteiner@chromium.org03de9152009-11-20 05:44:06943ruby, rt {
rolandsteiner@chromium.org7adc98e2010-02-03 05:57:13944 text-indent: 0; /* blocks used for ruby rendering should not trigger this */
hyatt@apple.com99c8e782010-11-19 00:43:29945}
946
947rt {
rolandsteiner@chromium.org7adc98e2010-02-03 05:57:13948 line-height: normal;
mitz@apple.comf2029f62011-01-13 09:50:33949 -webkit-text-emphasis: none;
rolandsteiner@chromium.org03de9152009-11-20 05:44:06950}
951
rolandsteiner@chromium.org34a7b142009-11-02 01:52:25952ruby > rt {
953 display: block;
mitz@apple.com2c547fd2011-02-04 21:18:24954 font-size: 50%;
mitz@apple.com7f2f0f72011-03-01 19:48:04955 text-align: -webkit-auto;
rolandsteiner@chromium.org34a7b142009-11-02 01:52:25956}
957
958ruby > rp {
959 display: none;
960}
961
hyatteca875e2004-05-05 00:16:21962/* other elements */
963
964noframes {
965 display: none
966}
967
968frameset, frame {
969 display: block
mjs14ceec52002-03-22 00:31:57970}
971
hyattf7505692007-03-18 09:21:21972frameset {
973 border-color: inherit
974}
975
hyatt0cf370d2007-03-18 09:33:37976iframe {
977 border: 2px inset
978}
979
luiz@webkit.org1524baf2010-12-06 01:14:39980details {
981 display: block
982}
983
984summary {
985 display: block
986}
987
morrita@google.com29850072011-04-15 21:56:48988summary::-webkit-details-marker {
989 display: inline-block;
990 width: 0.66em;
991 height: 0.66em;
992 margin-right: 0.4em;
993}
994
eric@webkit.orgec4afb22011-09-09 00:34:59995bdi {
996 unicode-bidi: -webkit-isolate;
997}
998
yuzo@google.com06721d02010-06-16 03:23:12999/* page */
1000
1001@page {
1002 /* FIXME: Define the right default values for page properties. */
yuzo@google.comf9c1d522010-06-23 07:30:041003 size: auto;
yuzo@google.comc04f4962010-06-28 01:59:511004 margin: auto;
1005 padding: 0px;
1006 border-width: 0px;
yuzo@google.com06721d02010-06-16 03:23:121007}
1008
tkent@chromium.org1b5d81d2011-05-20 12:26:471009/* noscript is handled internally, as it depends on settings. */
1010