This commit is contained in:
mynah
2020-01-15 23:42:58 -06:00
parent 567e991278
commit 252ec865b3
33 changed files with 1556 additions and 238 deletions

44
public/misc/xpay.css Normal file
View File

@@ -0,0 +1,44 @@
html{font-family:"serif";}
section.title{
/*background-color:#2f2c2c;*/
/*color:white;*/
}
article.title{
}
h2{
}
h1{
}
div#cover{
background: black;
z-index: 85;
position: fixed;
width: 100%;
height: 100%;
transition:opacity .4s linear;
top:0px;
opacity:0;
}
section.cardinfo{
}
div#details{
min-width:504px;
}
form{
text-align:center;
}
label{
text-align:center;
margin:auto;
}
input{
display:block;
margin:auto;
}
button{
}
div#card-element{
}