~chipaca/unity-lens-video/custom-user-agent

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
102
103
104
105
body {
    margin: 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: black;
    background-color: white;
    min-width: 800px;
}

a {
    color: #888;
    text-decoration: none;
}

a.comingsoon {
    color: #ddd;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0px;
}

.hr {
    border-bottom: 2px solid black;
    margin: 1em;
}

#content {
    margin: 10px 190px;
}

#content h2 {
    text-align: center;
}

.oneliner pre {
    line-height: 1.3em;
    margin: 1em;
    padding: 1em;
    white-space: normal;
    font-family: "Courier New", Courier, monospace;
    background: #fff7f0;
    border: 1px solid #ccc;
}

code {
    line-height: 1.3em;
    padding: 0 .5em;
    font-family: "Courier New", Courier, monospace;
    background: #ddf;
    border: 1px solid #aaf;
    font-weight: medium;
    color: blue;
}

.oneliner .summary, .oneliner .explanation, .oneliner .caveats {
    margin: 1.5em;
}

.oneliner .eof {
    font-family: "Courier New", Courier, monospace;
    color: #a0a3af;
    font-weight: bold;
    text-align: center;
}

form .error {
    color: red;
}

form ul {
    list-style: none;
}

form ul li {
    padding: 0;
    margin: 0;
}

form ul li label {
    font-weight: bold;
}

form ul li input {
    margin: 1em;
}

form dl dt {
    font-weight: bold;
}

p.author {
    line-height: 16px;
    text-align: right;
    font-style: italic;
    color: silver;
}


/* eof */