-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (81 loc) · 1.53 KB
/
style.css
File metadata and controls
96 lines (81 loc) · 1.53 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body {
margin: 30px;
}
div {
margin: auto;
}
h1 {
text-align: center;
font-family: "Trebuchet MS", Helvetica, sans-serif;
margin-top: 50px;
}
#cs441p1_form_wrapper {
font-family: "Trebuchet MS", Helvetica, sans-serif;
text-align: center;
border-style: solid;
border-width: 2px;
border-color: #000000;
padding: 10px;
/* width: 500px; */
background-color: #34D2E0;
margin-top: 100px;
}
#cs441p1_form_wrapper h1 {
color: blue;
font-weight: bold;
font-size: 150%;
}
#cs441p1_form_wrapper table {
border: none;
width: 50%;
margin-left: 25%;
margin-right: 25%;
margin-bottom: 15px;
margin-top: 15px;
}
#cs441p1_form_wrapper td {
padding: 10px;
}
#cs441p1_form_wrapper .cs441p1_tleft {
font-weight: bold;
text-align: right;
width: 25%;
}
#cs441p1_form_wrapper .cs441p1_tright {
text-align: left;
}
#cs441p1_form_wrapper button {
background-color: #000000;
border: none;
min-width: 20%;
padding: 5px;
margin: 5px;
color: #FFFFFF;
font-weight: bold;
}
#cs441p1_form_wrapper a {
color: #blue;
font-weight: bold;
text-decoration: none;
}
#cs441p1_form_wrapper a:hover {
color: #000000;
}
#cs441p1_output {
padding: 20px;
}
#cs441p1_output table {
width: 70%;
margin-left: 15%;
margin-right: 15%;
}
#cs441p1_output .cs441p1_tleft {
width: 50%;
}
#cs441p1_output .cs441p1_tlhead {
color: #FF0538;
width: 50%;
font-weight: bold;
text-align: right;
font-size: 125%;
}