mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Resize and compress image, add shiny button
This commit is contained in:
@ -74,7 +74,7 @@ mark {
|
||||
/* MODE VIEUXCON=ON */
|
||||
/* background-color: rgb(166, 0, 2) !important; */
|
||||
background-color: rgb(0, 0, 0);
|
||||
background-image: url('/static/wrapped/img/1/bg.png');
|
||||
background-image: url('/static/img/rp_bg.png');
|
||||
}
|
||||
|
||||
html {
|
||||
@ -136,33 +136,32 @@ body {
|
||||
border-color: rgb(255, 0, 101);
|
||||
}
|
||||
|
||||
.btn-outline-dark:nth-child(even) {
|
||||
color: rgba(255, 203, 32, 75%);
|
||||
}
|
||||
|
||||
.btn-outline-dark:nth-child(odd) {
|
||||
.btn-outline-dark-shiny {
|
||||
background-color: #222;
|
||||
border-color: #61605b;
|
||||
color: rgba(255, 0, 101, 75%);
|
||||
}
|
||||
|
||||
.btn-outline-dark {
|
||||
background-color: #222;
|
||||
border-color: #61605b;
|
||||
}
|
||||
|
||||
.btn-outline-dark:hover:nth-child(even),
|
||||
.btn-outline-dark:not(:disabled):not(.disabled).active,
|
||||
.btn-outline-dark:not(:disabled):not(.disabled):active {
|
||||
.btn-outline-dark-shiny:hover,
|
||||
.btn-outline-dark-shiny:not(:disabled):not(.disabled).active,
|
||||
.btn-outline-dark-shiny:not(:disabled):not(.disabled):active {
|
||||
color: rgb(0, 0, 0);
|
||||
background-color: rgb(255, 203, 32);
|
||||
border-color: rgb(255, 0, 101);
|
||||
}
|
||||
|
||||
.btn-outline-dark:hover:nth-child(odd),
|
||||
.btn-outline-dark {
|
||||
background-color: #222;
|
||||
border-color: #61605b;
|
||||
color: rgba(255, 203, 32, 75%);
|
||||
}
|
||||
|
||||
.btn-outline-dark:hover,
|
||||
.btn-outline-dark:not(:disabled):not(.disabled).active,
|
||||
.btn-outline-dark:not(:disabled):not(.disabled):active {
|
||||
color: rgb(0, 0, 0);
|
||||
background-color: rgb(255, 203, 32);
|
||||
border-color: rgb(255, 0, 101);
|
||||
color: rgb(0, 0, 0);
|
||||
background-color: rgb(255, 0, 101);
|
||||
border-color: rgb(255, 203, 32);
|
||||
}
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user