-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
94 lines (82 loc) · 1.63 KB
/
styles.css
File metadata and controls
94 lines (82 loc) · 1.63 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
html {
font-family: Calibri;
}
td {
width: 20%;
}
.patch-notes {
background-image: url(https://user-images.githubusercontent.com/40473939/189208424-84144cc8-4892-4a14-92cc-ee1e2e891d32.png);
background-size: 100%;
background-attachment: fixed;
}
.version {
margin-bottom: 4%;
text-align: center;
}
.patch-notes-container {
margin-top: 0.5%;
margin-bottom: 0.5%;
margin-left: 30%;
margin-right: 30%;
align-items: center;
background-color: rgba(0, 0, 0, 0.170000);
border-radius: 5px;
}
.category {
margin-left: 10px;
margin-bottom: 10px;
font-size: xx-large;
}
.element {
font-size: x-large;
margin-bottom: 7px;
margin-left: 20px;
}
.note {
margin-left: 20px;
font-size: large;
color: rgba(0, 0, 0, 0.7);
}
.project-logo {
width: 64px;
height: 64px;
margin-top: 18px;
margin-left: 40px;
float: left;
}
.title {
color: white;
margin-left: 20%;
font-style: italic;
padding-top: 30.5px;
float: left;
}
.title-container {
margin-top: 1%;
background-color: rgb(16, 28, 36);
font-size: xx-large;
margin-left: 20%;
margin-right: 20%;
height: 100px;
}
.link-to-patch {
background-color: black;
color: white;
text-decoration: none;
display: inline-block;
cursor: pointer;
border: 1px solid transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
width: 100%;
user-select: none;
text-align: center;
padding-top: 20%;
padding-bottom: 20%;
}
.links-container {
margin-top: 5%;
margin-left: 25%;
margin-right: 25%;
}