Added Downloads Page, Mod Files and Updated Guides
This commit is contained in:
parent
109955f7f9
commit
9c638c039b
11 changed files with 147 additions and 9 deletions
|
|
@ -350,6 +350,61 @@ code {
|
|||
width: 90%;
|
||||
}
|
||||
|
||||
.download-category {
|
||||
margin: 12px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.download-category-title {
|
||||
margin: 0;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.download-container {
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
width: 70%;
|
||||
background-color: #770505;
|
||||
border-radius: 15px;
|
||||
padding: 8px;
|
||||
font-size: 16px;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.download-link-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.download-link {
|
||||
border-radius: 15px;
|
||||
padding: 16px;
|
||||
border: 4px solid #a00b0b;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.download-title {
|
||||
padding-bottom: 8px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.download-path {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
margin: 0;
|
||||
padding-bottom: 8px;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
@media (orientation: portrait) {
|
||||
.download-container {
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-size: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #a00b0b;
|
||||
border-color: #6d0606;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue