blob: 4cce0a002b04e8301700653476985eac2dc207c6 [file] [log] [blame]
Yohei Yukawaf97da472018-05-22 10:31:28 -07001<!--
2/*
3**
4** Copyright 2011, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19
20body {
21 background-color: #f3f3f3;
22}
23div.placeholder {
24 color: #a0a0a0;
25 font-size: 18px;
26 margin: 0px 0px -34px 0px;
27 padding: 4px 0px 4px 0px
28}
29div.input {
30 border: none;
31 margin: 4px 0px 4px -8px;
32}
33input {
34 color: black;
35 background-color: rgba(0, 0, 0, 0.0);
36 font-size: 18px;
37 line-height: 200%;
38 vertical-align: center;
39 padding-left: 8px;
40 border-top: 1px solid #808080;
41 border-right: 1px solid rgba(0, 0, 0, 0.5);
42 border-bottom: 1px solid #808080;
43 border-left: 1px solid rgba(0, 0, 0, 0.5);
44}
45textarea {
46 color: black;
47 background-color: rgba(0, 0, 0, 0.0);
48 font-size: 18px;
49 line-height: 150%;
50 vertical-align: center;
51 padding-left: 8px;
52 border-top: 1px solid #808080;
53 border-right: 1px solid rgba(0, 0, 0, 0.5);
54 border-bottom: 1px solid #808080;
55 border-left: 1px solid rgba(0, 0, 0, 0.5);
56}