-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.page.css
124 lines (105 loc) · 1.32 KB
/
index.page.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body
{
font-size: 6.25em;
font-weight: bold;
font-family: arial;
padding-top: .4em;
}
input
{
font-size: inherit;
font-weight: inherit;
font-family: inherit;
background-color: #FFFF99;
width: 100%;
}
input:hover
{
cursor: pointer;
cursor: hand;
}
input[type=button]
{
height: 3em;
margin: .1em;
width: 99%;
}
input[type=checkbox]
{
height: .7em;
width: .7em;
}
input#btnApplySettings
{
height: 2.7em;
}
input#btnResetUsername
{
height: 2em;
font-size: .7em;
}
input[type=number]
{
width: 3em;
height: 80%;
text-align: center;
}
hr
{
height: 2px;
background-color: black;
}
div.numSetting
{
text-align: center;
}
div.debug
{
font-size: .4em;
margin-bottom: 0;
}
div.credit
{
font-size: .4em;
color: gray;
text-align: center;
padding-top: .7em;
}
div#terms_of_use
{
font-size: .4em;
text-align: left;
}
div#username_container
{
text-align: center;
}
div.container
{
width: 99%;
}
.debug
{
display:none;
}
textarea
{
font-size: .7em;
width:80%;
}
table
{
width: 99%;
border: 1px solid black;
margin-left: auto;
margin-right: auto;
}
table td
{
width: 50%;
border: 1px solid black;
}
table th
{
background-color: #f9d2f9;
}