-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (64 loc) · 1.04 KB
/
style.css
File metadata and controls
76 lines (64 loc) · 1.04 KB
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
/*This is the stylesheet*/
form input {
margin-bottom: 20px;
text-align: center;
font-family: helvetica;
font-size: 30px;
}
form{
font-family: helvetica;
font-size: 30px;
margin-left: 500px;
margin-top: 100px;
}
#title {
font-family: tahoma;
font-color: blue;
text-align: center;
font-size: 75px;
font-weight: bolder;
}
img {
display: inline;
border: 5px solid black;
padding: 20px;
margin-left: 150px;
margin-bottom: 75px;
height:100px;
width:100px;
}
.log_button {
font-family:helvetica;
font-size: 40px;
margin-left: 80px;
color: black;
font-style: none;
text-decoration: none;
}
#refresh {
margin-left: 200px;
font-family: helvetica;
font-weight: bold;
}
#messages table {
width:100%;
border-collapse: collapse;
}
#messages table th {
border-bottom: 2px solid #000000;
}
#messages table td {
text-align: center;
}
div.subject {
margin-bottom: 20px;
text-align: center;
font-family: helvetica;
font-size: 30px;
}
div.body {
margin-bottom: 20px;
text-align: center;
font-family: helvetica;
font-size: 30px;
}