mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Changed lotsa stuff
This commit is contained in:
parent
91eb5cd839
commit
7bb7b919ae
18 changed files with 457 additions and 447 deletions
|
@ -184,6 +184,7 @@ input {
|
|||
}
|
||||
|
||||
.rtfmImage {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
border: 2px solid white;
|
||||
|
@ -263,6 +264,7 @@ input {
|
|||
}
|
||||
|
||||
.rtfmImage {
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
margin: 0px 10px;
|
||||
}
|
||||
|
@ -377,3 +379,50 @@ select:hover {
|
|||
.actions > span:hover {
|
||||
background-color: var(--hoover-color);
|
||||
}
|
||||
|
||||
.buttonContainer {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
|
||||
margin: 10px 0px;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.buttonContainer > * {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
|
||||
background-color: #f2cb05;
|
||||
border: none;
|
||||
color: black;
|
||||
padding: 5px 10px;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
margin: 8px 2px 2px 2px;
|
||||
cursor: pointer;
|
||||
text-shadow: 1px 1px 8px black;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.buttonContainer > *:active {
|
||||
transform: translateY(2.5px);
|
||||
}
|
||||
|
||||
.buttonContainer > *:hover {
|
||||
text-shadow: 2px 2px 8px black;
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
background-color: #a38c1a;
|
||||
}
|
||||
|
||||
.buttonContainer > .activeButton {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue