Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimatChamp authored Oct 9, 2023
1 parent 8db00ca commit a0764b6
Showing 1 changed file with 33 additions and 35 deletions.
68 changes: 33 additions & 35 deletions themes/mainroad/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1225,56 +1225,54 @@ textarea {

/* Files */
.fileinfo {
min-width: 80%;
max-width: 100%;
color: black;
padding: 0;
position: relative;
text-decoration: none;
transition: background 0.2s ease-in-out;
text-align: center;
font-size: 1.5rem;
box-shadow: 0 1px 2px grey;
border-radius: 3px;
margin: 0 1rem 1rem;
line-height: 1.4;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans";
float: left;
color: black;
padding: 0;
position: relative;
text-decoration: none;
transition: background 0.2s ease-in-out;
text-align: center;
font-size: 1.5rem;
box-shadow: 0 1px 2px grey;
border-radius: 3px;
margin: 0 1rem 1rem;
line-height: 1.4;
float: left;
}

.fileinfo__header {
position: relative;
background-color: #d88e4a;
border-radius: 3px 3px 0 0;
padding: 10px;
line-height: 1.2rem;
position: relative;
background-color: #d88e4a;
border-radius: 3px 3px 0 0;
padding: 10px;
line-height: 1.2rem;
}

.fileinfo__body {
background-color: #bdc5c5;
position: relative;
border-radius: 0 0 3px 3px;
border-top: 1px solid #d5dedd;
margin: 0;
display: grid;
grid-gap: 1px;
grid-auto-flow: column;
grid-template-rows: 1fr 1fr;
grid-auto-columns: 1fr;
background-color: #bdc5c5;
position: relative;
border-radius: 0 0 3px 3px;
border-top: 1px solid #d5dedd;
margin: 0;
display: grid;
grid-gap: 1px;
grid-auto-flow: column;
grid-template-rows: 1fr 1fr;
grid-auto-columns: 1fr;
}

.link-boosted {
grid-column-end: span 2;
grid-row-end: span 2;
grid-column-end: span 2;
grid-row-end: span 2;
}

.link-boosted:hover {
background-color: #a9aeb1;
background-color: #a9aeb1;
color: #97533f;
}

.link:hover {
background-color: #a9aeb1;
background-color: #a9aeb1;
color: #97533f;
}

/* News */
Expand Down

1 comment on commit a0764b6

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to publish to Pages. Check Action logs for more details.

Please sign in to comment.