summaryrefslogtreecommitdiff
path: root/scripts/audio_tuning/frontend/audio.css
blob: 36ee14b9e4ade9b0218ae695f73c59f7ffb70fcc (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
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

body {
    font-family: sans-serif;
    text-align: center;
}

#audio_source_url {
    border: 1px solid rgb(144,184,222);
    font-size: large;
}

.nbox
{
    border: 1px solid rgb(144,184,222);
    text-align:right;
    position:relative;
    padding: 2px;
}

.nslider
{
    width: 175px;
    margin-left: 6px;
}

.drc_data
{
    border: solid 1px gray;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    margin: 6px;
    width: 370px;
}

.eq_data {
    border: solid 1px black;
    display: inline-block;
    padding: 10px;
    margin: 6px;
}

.drc_curve {
    border: 1px solid blue;
    width: 240px;
    height: 180px;
}

.eq_curve {
    border: 1px solid blue;
    width: 960px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
}

.eq_curve_parent {
    width: 960px;
    height: 270px;
    margin: 0 auto;
    position: relative;
}

.enable_check {
    float: right;
    margin: -6px -6px;
}

.eq_table {
    display: inline-block;
    margin-right: 6px;
}

#config_file {
    border: 1px solid rgb(144,184,222);
    padding: 2px;
}

.biquad_type_select {
    background: transparent;
    border: 1px solid rgb(144,184,222);
    padding: 2px;
}