-
Notifications
You must be signed in to change notification settings - Fork 2
/
tinrepo.css
executable file
·99 lines (91 loc) · 1.24 KB
/
tinrepo.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
body {
background: #d5d4d1;
text-align: left;
font-family: Century Gothic;
width: 600px;
margin: auto;
}
div {
margin: 0em;
padding: 0em;
}
.background_div {
margin: auto;
padding: 0px 0px;
height: 0px;
font-size: 14em;
text-align: center;
color: #d5d4d1;
z-index: -1;
font-family: serif;
}
.sevenEM {
font-size: 6em;
line-height: 1.8;
}
.section {
background: white;
padding: 0.1em 0em 1em 1em;
margin: 1em;
font-size: 1.3em;
}
.label {
text-align: right;
width: 150px;
}
.grey{
background:#cfc;
}
.grey2{
background:#cfd;
}
.label_heading {
font-weight: bold;
font-size: 1.2em;
text-align: left;
}
table {
width: 100%;
}
input, select {
border: solid #A3BFB1 2px;
width: 90%;
min-height: 50px;
}
select, input{
font-size: 1.1em;
font-weight:bold;
}
.required {
border-color: #BF7777;
background-color: #F2cccc;
}
.buttonHolder {
text-align: center;
}
.button {
border-color: #AFA3BF;
max-width: 180px;
font-size: 1.5em;
font-weight: bold;
min-width: 120px;
min-height: 60px;
}
.button:hover {
background-color: #DDCEF2;
}
.disabled_button
{
background-color: #ccc;
border-color: #ccc;
color: #ddd;
}
.disabled_button:hover {
background-color: #ccc;
}
.displayNone {
display: none;
}
.errorText{
color:red;
}