summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/wave/www/css/main.css
blob: 7edbb0f3bae170793ae0aadcf0ebb9558ebd3ace (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
h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.site-logo {
  max-width: 300px;
  margin-bottom: 30px;
  margin-left: -15px;
}

.page-description {
  max-width: 700px;
  margin-top: 50px;
}

.field-controls {
  padding-top: 25px;
}

#api-controls {
  margin-top: 15px;
  max-width: 850px;
}

#select-none {
  margin-right: 25px;
}

.test-count-container {
  vertical-align: sub;
  margin-left: 10px;
}

.section-heading {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

.button-group {
  margin-top: 30px;
}

.mb-1 {
  margin-bottom: 10px;
}

.form-group {
  display: inline-block;
}

.form-group--offset {
  margin-left: 25px;
}

.filter-group {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.focused {
  /* box-shadow: inset -3px -3px 0 red, inset 3px 3px 0 red; */
}

.focused:after {
  display: block;
  position: absolute;
  border: solid 3px red;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.2);
}

.button.is-info.is-focused:not(:active),
.button.is-info:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

@media screen and (min-width: 560px) {
  #api-controls {
    columns: 2;
  }
}

@media screen and (min-width: 780px) {
  #api-controls {
    columns: 3;
  }
}