mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
update user menu style
This commit is contained in:
parent
1495378a4b
commit
e9375f9127
3 changed files with 59 additions and 198 deletions
|
|
@ -43,7 +43,7 @@ h1 {
|
|||
|
||||
h2 {
|
||||
color: #ccc;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
input,
|
||||
|
|
|
|||
|
|
@ -81,7 +81,11 @@ a.text-color-white:hover {
|
|||
color: #5785b7;
|
||||
}
|
||||
|
||||
.text-color-night {
|
||||
.text-color-night,
|
||||
a.text-color-night,
|
||||
a.text-color-night:active,
|
||||
a.text-color-night:visited,
|
||||
a.text-color-night:hover {
|
||||
color: #838695;
|
||||
}
|
||||
|
||||
|
|
@ -228,15 +232,15 @@ a:visited.background-color-hover-night-light:hover {
|
|||
font-weight: 200
|
||||
}
|
||||
|
||||
.font-size-10 {
|
||||
.font-size-10-px {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.font-size-12 {
|
||||
.font-size-12-px {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.font-size-22 {
|
||||
.font-size-22-px {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
|
|
@ -342,10 +346,18 @@ a:visited.background-color-hover-night-light:hover {
|
|||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.margin-8-px {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.margin-l-8-px {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.margin-16-px {
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
.margin-l-16-px {
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
|
@ -371,8 +383,8 @@ a:visited.background-color-hover-night-light:hover {
|
|||
margin-left: 96px;
|
||||
}
|
||||
|
||||
.margin-l--196-px {
|
||||
margin-left: -196px;
|
||||
.margin-l--56-px {
|
||||
margin-left: -56px;
|
||||
}
|
||||
|
||||
.margin-y-8-px {
|
||||
|
|
@ -461,10 +473,6 @@ a:visited.background-color-hover-night-light:hover {
|
|||
width: 80px;
|
||||
}
|
||||
|
||||
.width-180-px {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.min-width-120-px {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue