-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathstyle_git.css
More file actions
77 lines (71 loc) · 1.1 KB
/
style_git.css
File metadata and controls
77 lines (71 loc) · 1.1 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
body{
padding-bottom:20px;
}
span{
font-size: 1.2rem;
font-family: Arial;
}
#Grade,#Credit{
text-align: center;
color:black;
font-weight: bold;
font-family: 'Courgette', cursive;
}
.subjects th{
background: #fdb913;
}
.subject{
background:#3c3130;
font-family: 'Courgette', cursive;
padding-left:5px;
padding-right: 5px;
}
#submit_button{
padding:8px;
font-size: 20px;
font-weight: bold;
width:150px;
color:#24e14f;
}
#submit_button:hover{
color:white;
}
.gpa_button{
background:transparent;
border:1px #df7330 solid;
color:#ecb18d;
padding:10px;
font-weight: bold;
border-radius: 4px;
font-size: 18px;
}
.gpa_button:hover{
background: #df7330;
color:black;
}
.gpa_submit_button{
padding:2px;
font-size: 15px;
background:white;
font-weight: bolder;
width:100px;
color:#278b3e;
border:2px #278b3e solid;
}
.gpa_submit_button:hover{
color:white;
background:#278b3e;
}
.back_to_home{
color:#5e3c28;
background:transparent;
border:1px #5e3c28 solid;
padding:8px;
font-weight:bold;
border-radius:4px;
font-size: 16px;
}
.back_to_home:hover{
background:#5e3c28;
color:white;
}