mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
April update
This commit is contained in:
parent
4748c23769
commit
ce63911b68
18 changed files with 1046 additions and 253 deletions
|
@ -2,7 +2,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.motd {
|
||||
.msg {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
|||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
margin-top: 18px;
|
||||
margin-bottom: 30px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
@ -95,3 +94,41 @@
|
|||
.loadMoreButton:hover {
|
||||
background-color: var(--hoover-color);
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.header > * {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.leaderBoard {
|
||||
font-size: 16px;
|
||||
padding: 2px;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.leaderBoard > div:first-child {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.leaderBoard > div {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.leaderBoard:hover {
|
||||
background-color: var(--hoover-color);
|
||||
}
|
||||
|
||||
.selfRow {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.description {
|
||||
font-size: 12px;
|
||||
padding: 4px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue