-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainStyles.css
67 lines (55 loc) · 965 Bytes
/
MainStyles.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
body {
font-family: Helvetica, sans-serif;
background-color:#CFEEFF; /*same as WUVT main site*/
}
#addForm {
width: 50%;
padding: 10px;
border: 5px solid black;
margin: auto;
background-color: #f2faff; /*same as WUVT main site*/
}
#addReleaseTitle {
text-align: center;
}
#header {
text-align: center;
margin: 15px;
}
#pageTitle {
font-size: 40pt;
}
#releaseList {
font-size: 12pt;
}
#release {
/*original styles before ColorThief*/
/*box-shadow: 5px 5px 5px red;*/
/*background-color:rgb(206, 243, 255);*/
width: 90%;
border: 5px solid black;
margin-top: 15px;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 15px;
}
#releaseInfo {
padding: 10px;
}
img.cover {
width: 100%;
}
img.logo {
width: 300px;
vertical-align: middle;
}
ul {
list-style: none;
padding-left: 0;
}
.artist {
font-weight: bold;
}
.title {
font-style: italic;
}