-
Notifications
You must be signed in to change notification settings - Fork 22
/
mobile.css
93 lines (76 loc) · 1.37 KB
/
mobile.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
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
body {
font-family: Tahoma, Verdana, Vera-Sans, DejaVu-Sans;
font-size: 11px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
table {
font-size: 11px;
}
a {
color: #336699;
font-weight: bold;
text-decoration: none;
}
h1 {
color: #336699;
}
input, select, textarea {
border: 1px solid #B3B3B3;
font-size: 11px;
}
input[type="submit"],
a.button {
font-weight: normal;
color: #FFFFFF;
width: 100px;
line-height: 20px;
height: 20px;
background-image: url("images/header-blue.png");
border: 0px;
text-align: center;
}
input[type="submit"]:hover,
a.button:hover {
background-image: url("images/header-blue-hover.png");
}
span.footer {
font-size: 10px;
color: #777777;
}
span.footer a {
color: #336699;
}
span.footer a:hover {
color: #993333;
}
/*** table banner ***/
#banner {
width: 100%;
border-bottom: 4px solid #B3B3B3;
}
#banner .back {
width:100%;
}
/*** table main ***/
#main {
border: 1px solid #B3B3B3;
background-color: #F0F0F0;
padding: 20px 20px 20px 20px;
width: 100%;
text-align: center;
}
div.license {
overflow: auto;
height: 300px;
border: 1px solid #B3B3B3;
background-color: #FFFFFF;
padding: 10px 10px 10px 10px;
}
span.required_note,
span.required_note_star {
font-size: 9px;
}
span.required_note_star {
color: #FF0000;
}