forked from w3c/media-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mse.css
22 lines (16 loc) · 1.34 KB
/
mse.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.nonnormative { color: green; margin: 2em 0 2em 0em; padding: 0.5em 1em; border: none; background: #DDFFDD; }
.nonnormative h3 { color: inherit; background: inherit; }
.nonnormative:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This section is non-normative.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
table.old-table { border-collapse: collapse; border-style: hidden hidden none hidden; }
table.old-table thead, table tbody { border-bottom: solid; }
table.old-table tbody th:first-child { border-left: solid; }
table.old-table tbody th { text-align: left; }
table.old-table td, table th { border-left: solid; border-right: solid; border-bottom: solid thin; vertical-align: top; padding: 0.2em; }
dl.switch { padding-left: 2em; }
dl.switch > dt { text-indent: -1.5em; }
dl.switch > dt:before { content: '\21AA'; padding: 0 0.5em 0 0; display: inline-block; width: 1em; text-align: right; line-height: 0.5em; }
p + * > li, dd li { margin: 1em 0; }
@media screen { code :link, code :visited { color: inherit; } }
/* fix bug entry form styling */
body > form { padding: 4px; border: 1px solid red; background-color: white; }
#bug-assist-form { position: fixed; width: 10em; top: 5em; right: 1em; font-family: Tahoma, sans-serif; font-size: 11px; opacity: 0.8; text-align: right; }