-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCredits.css
88 lines (88 loc) · 1.88 KB
/
Credits.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
#top{
/*Styling the top "header" for the page*/
background-color: royalblue;
text-align: right;
}
#title{
font-size: 3em;
font-weight: bold;
color: white;
text-align: center;
font-family: "Times New Roman", Times, serif;
}
#login{
font-size: 1em;
background-color: azure;
border: solid;
border-width: 1px;
border-color: CornflowerBlue;
border-radius: 10px;
}
#addCredits{
font-size: 1em;
border: solid;
border-width: 1px;
border-color:cornflowerblue;
border-radius: 10px;
background-color:azure;
}
#donate{
font-size: 1.2em;
border: solid;
border-width: 1px;
border-color:cornflowerblue;
border-radius: 10px;
background-color:aliceblue;
}
.earning{
background-color: aliceBlue;
padding-left: 500px;
padding-right: 500px;
font-family: "Courier New", Courier, monospace;
}
.subtitle{
padding-top: 50px;
padding-bottom: 10px;
font-size: 2em;
font-weight: bold;
text-align: center;
}
.explanation{
text-align: center;
font-size: 0.8em;
}
.box{
/*A blue box with rounded corners div*/
border: solid;
border-width: 1px;
border-color: CornflowerBlue;
margin: 0px 2px 15px 2px;
padding: 0px 17px 5px 17px;
border-radius: 25px;
font-family: Verdana, Geneva, sans-serif;
}
.boxTitle{
font-size: 1.2em;
text-align: center
}
.donating{
background-color:azure;
padding-left: 300px;
padding-right: 300px;
font-family: "Courier New", Courier, monospace;
}
.dealing{
background-color: lightcyan;
padding-left: 200px;
padding-right: 200px;
font-family: "Courier New", Courier, monospace;
}
.figure{
padding-left: 300px;
}
#copyright{
background-color: royalblue;
text-align: center;
font-size: 0.8em;
color: white;
}