mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Changed button layout, IRC button removed but not been placed back yet
Redesign of passwordgen page
This commit is contained in:
parent
28363c3721
commit
ca9be0f3c3
7 changed files with 92 additions and 73 deletions
|
@ -167,6 +167,7 @@ a:hover {
|
|||
.rtfmImage {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
border: 2px solid white;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -249,40 +250,41 @@ a:hover {
|
|||
}
|
||||
|
||||
.warning {
|
||||
color: red;
|
||||
font-weight: 100;
|
||||
font-size: 17.5px;
|
||||
color: red;
|
||||
font-weight: 100;
|
||||
font-size: 17.5px;
|
||||
}
|
||||
|
||||
#manualWarn {
|
||||
font-size: 14px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.manual_img {
|
||||
padding: 20px 2px;
|
||||
padding: 20px 2px;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
color: var(--text-color);
|
||||
font-size: 23px;
|
||||
text-align: center;
|
||||
font-weight: 100;
|
||||
margin: 0px;
|
||||
padding-top: 8px;
|
||||
color: var(--text-color);
|
||||
font-size: 23px;
|
||||
text-align: center;
|
||||
font-weight: 100;
|
||||
margin: 0px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.pageHeader {
|
||||
background-color: var(--text-color);
|
||||
height: 45px;
|
||||
max-width: 100%;
|
||||
color: black;
|
||||
margin: 5px 0px 0px 0px;
|
||||
background-color: var(--text-color);
|
||||
height: 45px;
|
||||
max-width: 100%;
|
||||
color: black;
|
||||
margin: 5px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.pageHeader h1 {
|
||||
padding-top: 6px;
|
||||
letter-spacing: 7px;
|
||||
margin: 0px;
|
||||
padding-top: 6px;
|
||||
letter-spacing: 7px;
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.manualUsage {
|
||||
|
@ -291,7 +293,7 @@ a:hover {
|
|||
}
|
||||
|
||||
.manualBody {
|
||||
text-align: justify;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
select {
|
||||
|
@ -302,7 +304,7 @@ select {
|
|||
}
|
||||
|
||||
select:hover {
|
||||
border: 1px solid #99f;
|
||||
border: 1px solid #F2CB05;
|
||||
}
|
||||
|
||||
.userStatus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue