AfRApay/AfRApay.Web/wwwroot/css/site.css
2023-05-19 22:54:07 +02:00

578 lines
13 KiB
CSS

html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 75px;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
a {
color: #0077cc;
}
td {
vertical-align: middle !important;
text-align: center;
}
th {
text-align: center !important;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
.footer {
bottom: 0;
width: 100%;
white-space: normal;
padding: 1em;
}
.container-custom {
margin-left: 1.5%;
margin-right: 1.5%;
}
.fake-card-wrapper {
position: relative;
width: 22em;
height: 13em;
z-index: 1;
-webkit-transition: all 0.4s linear;
/* Saf3.2+, Chrome */
-moz-transition: all 0.4s linear;
/* FF4+ */
-o-transition: all 0.4s linear;
/* Opera 10.5+ */
transition: all 0.4s linear;
-webkit-perspective: 1000;
/* Saf4+, Chrome 12+ */
-moz-perspective: 1000;
/* FF10+ */
-ms-perspective: 1000;
/* IE10+ */
perspective: 1000;
}
.fake-card-wrapper .fake-card {
animation: animatecard 5s ease-in-out 0s infinite normal forwards;
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all 0.4s linear;
/* Saf3.2+, Chrome */
-moz-transition: all 0.4s linear;
/* FF4+ */
-o-transition: all 0.4s linear;
/* Opera 10.5+ */
transition: all 0.4s linear;
}
.fake-card-wrapper .fake-card .face-card {
position: absolute;
display: block;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.fake-card-wrapper .fake-card .face-card.traseira {
display: block;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-box-sizing: border-box;
/* prev iOS4, prev Android 2.3 */
-moz-box-sizing: border-box;
/* FF1+ */
box-sizing: border-box;
/* Chrome, IE8, Opera, Safari 5.1*/
}
.validity {
opacity: 0.85;
display: inline-block;
margin-top: 10px;
font-weight: bold;
}
.fake-card-wrapper .fake-card {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", "Ubuntu", sans-serif;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
border-radius: 15px;
background: #5D54CC;
color: white;
}
.fake-card-wrapper .fake-card .face-card {
border-radius: 15px;
}
.fake-card-wrapper .fake-card .face-card.front {
background: -webkit-linear-gradient(to bottom right, #083465, #554994);
background: -moz-linear-gradient(to bottom right, #0D4C92, #554994);
background: linear-gradient(to bottom right, #18375b, #554994);
}
.fake-card-wrapper .fake-card .face-card.front .chip {
width: 55px;
height: 40px;
position: absolute;
left: 20px;
top: 30px;
border-radius: 3px;
background: -webkit-linear-gradient(to top left, #AACAEF, #FDE7F9);
background: -moz-linear-gradient(to top left, #AACAEF, #FDE7F9);
background: linear-gradient(to top left, #AACAEF, #FDE7F9);
display: flex;
justify-content: center;
align-items: center;
}
.fake-card-wrapper .fake-card .face-card.front .chip div {
padding: 4px 6px;
background: -webkit-linear-gradient(to top left, #AACAEF, #FDE7F9);
background: -moz-linear-gradient(to top left, #AACAEF, #FDE7F9);
background: linear-gradient(to top left, #AACAEF, #FDE7F9);
box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}
.fake-card-wrapper .fake-card .face-card.front .card-number {
font-family: "JetBrains Mono", "Courier New", Courier, monospace;
font-weight: 350;
position: absolute;
top: 85px;
left: 20px;
}
.fake-card-wrapper .fake-card .face-card.front .card-number-long {
font-family: "JetBrains Mono", "Courier New", Courier, monospace;
font-weight: 350;
font-size: 1.5rem;
position: absolute;
top: 99px;
left: 20px;
}
.fake-card-wrapper .fake-card .face-card.front .card-holder {
font-family: "Courier New", Courier, monospace;
font-weight: 600;
position: absolute;
left: 20px;
bottom: 41px;
}
.fake-card-wrapper .fake-card .face-card.front .validity {
position: absolute;
bottom: 20px;
left: 20px;
display: flex;
align-items: center;
}
.fake-card-wrapper .fake-card .face-card.front .validity .small {
font-size: 0.6em;
font-weight: bold;
line-height: 9px;
margin-right: 5px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-bottom-matecard {
position: absolute;
bottom: 33px;
right: 20px;
width: 70px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-bottom-matecard img {
width: 55px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-bottom-matecard img.fake-card-logo-inner {
margin-top: 18px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-rfid {
position: absolute;
top: 25px;
right: 20px;
width: 70px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-rfid img {
width: 55px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-rfid img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-ovc {
position: absolute;
top: 25px;
right: 20px;
width: 70px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-ovc img {
width: 55px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-ovc img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-mifare {
position: absolute;
top: 25px;
right: 20px;
width: 100px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-mifare img {
width: 100px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-mifare img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-itso {
position: absolute;
top: 25px;
right: 20px;
width: 70px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-itso img {
width: 55px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-itso img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-pasmo {
position: absolute;
top: 25px;
right: 20px;
width: 90px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-pasmo img {
width: 75px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-pasmo img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-contactless {
position: absolute;
top: 25px;
right: 20px;
width: 60px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-contactless img {
width: 25px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-contactless img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-suica {
position: absolute;
top: 25px;
right: 20px;
width: 120px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-suica img {
width: 110px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-suica img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-oyster {
position: absolute;
top: 25px;
right: 20px;
width: 120px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-oyster img {
width: 120px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-oyster img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-felica {
position: absolute;
top: 25px;
right: 20px;
width: 70px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-felica img {
width: 55px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-felica img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-apay {
position: absolute;
top: 25px;
right: 20px;
width: 130px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-apay img:nth-of-type(1) {
width: 55px;
margin-right: 15px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-apay img:nth-of-type(2) {
width: 50px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-apay img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-nfc {
position: absolute;
top: 25px;
right: 20px;
width: 70px;
height: 65px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-nfc img {
width: 55px;
filter: invert(100%);
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-top-nfc img.fake-card-logo-inner {
margin-top: 1px;
margin-bottom: 2px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-bottom-matecard img {
width: 55px;
}
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-bottom-matecard img.fake-card-logo-inner {
margin-top: 18px;
}
.ghost-card {
filter:grayscale(100%) blur(4px);
}
.link-card-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
filter: grayscale(0%)
}
.link-card-button-in-progress {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
filter: grayscale(0%);
background-color: rgba(108, 117, 125, 0.65);
border-color: rgba(108, 117, 125, 0.65);
pointer-events: none;
}
.hover-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
transition: .5s ease;
z-index: 2;
}
.fake-card-wrapper:hover .hover-button {
opacity: 1;
visibility: visible;
}
.fake-card-wrapper:hover.blur-true .fake-card{
transition: 0.3s ease;
filter:blur(4px) grayscale(100%);
}
.mw-max-content {
min-width: max-content;
}
.text-blur {
color: transparent;
text-shadow: 0 0 15px #fff;
}
.user-card-container a:link {
text-decoration: none;
}
.user-card {
font-size: 1.5em;
width: 7em;
height: 5em;
margin-left: 0.5rem;
margin-right: 0.5rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.balance-pos {
color: #25be77;
}
.balance-neg {
color: #e02639;
}
.is-hidden {
display: none;
}
.transact-btn {
width: 5em;
height: 3.5em;
margin-right: 0.2em;
margin-left: 0.2em;
margin-top: 0.2em;
margin-bottom: 0.2em;
}