forked from compat-table/compat-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.css
53 lines (40 loc) · 2.5 KB
/
master.css
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
body { font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif; margin: 0; }
th { text-align: center; padding-left: 1em; padding-right: 1em; padding-bottom: 1em ; }
td { background: #eee; padding-left: 0.5em; }
td a { text-decoration: none; font-size: 14px; }
table { margin-bottom: 2em; }
p { margin-bottom: 0.5em; margin-top: 0; }
code { font-family: "Courier New", Courier, monospace; }
#body { padding-left: 1em; position: relative; min-width: 1250px; }
#header { background: #454545; margin-bottom: 0.5em; }
.non-standard #header { background: #0094c0; }
#header a { color: #eee; text-decoration: none; }
.non-standard #header a { color: #fff; }
#header h1 { margin: 0 0 0 0.5em; color: #eee; padding: 0.5em; font-size: 1.25em; }
.non-standard #header h1 { color: #fff; }
#footnotes { margin-left: 1.75em; margin-bottom: 1em; font-size: 0.9em; }
.yes a, .no a { color: #fff; font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif; }
.yes, .no { text-align: center; font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-size: 0.8em; padding: 0.25em 0.5em; color: #fff; }
.yes { background: green; }
.no { background: red; }
.test-name { width: 260px; }
.warning { background: #ffc; display: inline-block; margin: 0 0 1.5em 0; padding: 0.25em; }
.separator { padding: 0; height: 0.5em; }
.this-browser { background-color: #eef; color: #55f; text-transform: uppercase; padding: 4px 5px; width: 110px;
font-size: 13px; vertical-align: top; }
.hide-old-browsers .safari3,
.hide-old-browsers .ie7,
.hide-old-browsers .firefox3,
.hide-old-browsers .chrome5,
.hide-old-browsers .chrome6,
.hide-old-browsers .opera10_10 { display: none; }
#show-old-browsers-wrapper { position: absolute; top: 5px; right: 20px; background: #eef; display: inline-block; }
.also-see { font-size:15px;display:inline-block;background:#ddf;padding:4px 6px;position:absolute;top:0;left:50%;margin-left:-174px; color: #333; }
.also-see a { color: blue !important; font-weight: normal; margin-left: 10px; }
.info { color: #eee; float: right; margin-right: 5px; background: #999; display: inline-block;
width: 15px; height: 15px; line-height: 15px; text-align: center; border-radius: 20px;
font-size: 12px; cursor: default; font-family: monospace }
.info:hover { background: #555 }
.info-tooltip { position: absolute; padding: 15px; background: #fff; border: 2px solid #555; box-shadow: rgba(0,0,0,0.6) 1px 1px 10px; z-index: 10000 }
.FlattrButton { margin-right: 15px }