@@ -13,15 +13,15 @@ body {
background-size : cover;
}
# backbutton {
font-weight : normal;
# backbutton {
font-weight : normal;
font-size : 1.75em ;
position : fixed;
position : fixed;
display : flex;
top : 38px ;
left : 217px ;
top : 38px ;
left : 217px ;
}
# removeline {
# removeline {
text-decoration : none;
}
@@ -103,7 +103,7 @@ button {
color : white;
}
progress {
. mainProgress {
background-color : crimson;
width : 100% ;
height : 4px ;
@@ -116,7 +116,7 @@ progress {
transition : 0.3s ;
}
progress ::-webkit-progress-value {
. mainProgress ::-webkit-progress-value {
background-color : # dc143c ;
}
@@ -174,13 +174,12 @@ a {
height : 75px ;
width : 75px ;
border-radius : 50% ;
border : 3px solid # dc143c ;
background-color : # 1f1f1f ;
border : 3px solid # dc143c ; background-color : # 1f1f1f ;
}
.piggy : hover ,
.blood : hover {
background-color : rgb (25 , 25 , 25 );
background-color : rgb (22 , 22 , 22 );
}
.blood {
@@ -217,11 +216,15 @@ a {
width : 0 ;
overflow-x : hidden;
overflow : hidden;
transition : 0.3 s ;
transition : 0.5 s ;
}
.needCashMenu p {
white-space : nowrap;
font-size : 1.2em ;
border-top : 2px solid gray;
padding : 0 ;
margin : 0 ;
margin-left : -10px ;
padding-bottom : 15px ;
}
.getCash {
@@ -234,7 +237,7 @@ a {
clip-path : polygon (0 0 , 25px 10px , 25px 90px , 0 100px );
border-radius : 3px ;
background-color : rgba (255 , 255 , 255 , 0.2 );
transition : 0.3 s ;
transition : 0.5 s ;
}
.getCash p {
@@ -247,14 +250,15 @@ a {
.cashGrabItems {
padding : 15px ;
margin-top : 40 vh ;
margin-top : 41 vh ;
transform : translateY (-50% );
}
.needCashMenu li {
list-style : none;
margin : 50px 0 ;
transition : 0.3s ;
margin : 25px 0 0 20px ;
transition : 0.5s ;
margin-left : 5px !important ;
}
.main {
@@ -403,7 +407,7 @@ input {
# donateDiv a {
text-decoration : none;
margin-bottom : 10px ;
background-color :
/* background-color: */
}
.donateInputs {
@@ -421,8 +425,229 @@ input {
display : flex;
flex-direction : column;
}
.mood {
transform : rotate (-90deg );
display : flex;
position : absolute;
top : 75px ;
left : 0 ;
}
.mood span {
transform : rotate (90deg );
width : 44px ;
border-top : 2px solid # dc143c ;
margin-right : -7px ;
}
.mood span i {
font-size : 2em ;
padding : 4px ;
}
.moodProgress {
width : 75px ;
height : 30px ;
margin-top : 6px ;
margin-left : 6px ;
background-color : # dc143c ;
}
.moodProgress ::-webkit-progress-value {
background-color : # dc143c ;
}
/*-=---------------------RESULT-----------------------------------------------------------------------*/
.mainResult {
overflow : hidden;
background-image : url ("../images/food.png" );
background-size : cover;
width : 100vw ;
height : 100vh ;
}
.formFocus {
display : none;
position : fixed;
top : -50px ;
left : -50px ;
width : 120vw ;
height : 120vh ;
background-color : # 000000b0 ;
}
.formFocus i {
position : fixed;
top : 30px ;
right : 30px ;
color : white;
}
.creditForm {
display : none;
width : 400px ;
height : 350px ;
background-color : # 1f1f1f ;
border-radius : 15px ;
border : 7px solid # 313131 ;
display : flex;
flex-direction : column;
position : absolute;
top : 200px ;
left : 50% ;
transform : translateX (-50% );
}
.form {
width : 300px ;
margin : 20px auto;
}
.ccNum {
display : flex;
align-items : flex-end;
}
.ccNum div label {
font-size : 0.7em ;
display : flex;
flex-direction : column;
}
.ccNum div label input {
width : 55px ;
height : 25px ;
margin-left : 0 ;
border-radius : 3px ;
padding-left : 5px ;
}
.ccNum input {
width : 55px ;
height : 25px ;
margin-left : 10px ;
border-radius : 3px ;
padding-left : 5px ;
}
.cardName {
display : flex;
align-items : flex-end;
margin-top : 10px
}
.cardName label {
font-size : 0.7em ;
display : flex;
flex-direction : column;
float : left;
text-align : start;
}
.cardName label input {
width : 280px ;
height : 25px ;
border-radius : 3px ;
padding-left : 5px ;
}
.expirationLabel {
display : flex;
align-items : flex-end;
}
.expirationLabel label {
font-size : 0.7em ;
display : flex;
flex-direction : column;
}
.expirationLabel label select {
width : 50px ;
height : 30px ;
margin-left : 0 ;
border-radius : 3px ;
}
.expWhole select {
margin-left : 5px ;
border-radius : 3px ;
}
.expWhole select {
width : 50px ;
height : 30px ;
border-radius : 3px ;
}
.expWhole {
display : flex;
flex-direction : row;
align-items : flex-end;
}
.ccvForm {
display : flex;
align-items : flex-end;
}
.ccvForm label {
font-size : 0.7em ;
display : flex;
flex-direction : column;
float : left;
text-align : start;
}
.ccvForm label input {
width : 50px ;
height : 25px ;
border-radius : 3px ;
padding-left : 5px ;
}
.expCCV {
display : flex;
flex-direction : row;
justify-content : space-between;
width : 285px ;
margin-top : 15px
}
.card {
width : 350px ;
height : 215px ;
border-radius : 5px ;
margin : -150px auto 0 auto;
background : radial-gradient (circle at 100% 100% , rgb (100 , 1 , 100 ), rgb (197 , 1 , 148 ));
font-family : 'Coda' , cursive;
}
.chip {
background : radial-gradient (circle at 100% 100% , # adadad, # e7e7e7 );
border-top : 1px solid purple;
border-left : 1px solid purple;
border-right : 1px solid rgb (184 , 0 , 184 );
border-bottom : 1px solid rgb (184 , 0 , 184 );
width : 50px ;
height : 35px ;
border-radius : 5px ;
}
.chipDec {
width : 30px ;
height : 17px ;
margin : auto;
border-radius : 5px ;
border : 3px solid grey;
margin-top : 5px ;
}
.topCard {
display : flex;
justify-content : space-between;
padding : 30px 20px ;
align-items : start;
}
.topCard p {
margin : 0 ;
}
.cardNumbers {
display : flex;
margin : 0 30px ;
padding : 0 ;
margin-top : -15px ;
font-size : 1.7em ;
letter-spacing : .11em ;
}
.cardNameonCard {
display : flex;
font-size : 0.8em ;
margin : -30px 25px 0 20px ;
justify-content : space-between;
}
.expOnCard div {
display : flex;
}
.expOnCard {
font-size : 1em ;
display : flex;
justify-content : space-between;
margin : -30px 30px 0 30px ;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
@@ -498,7 +723,7 @@ input {
.getCash {
display : none;
}
progress {
. mainProgress {
left : 119px ;
height : 5px ;
width : calc (100% - 119px );
@@ -623,7 +848,7 @@ input {
.secondaryButton : hover {
border-bottom : 2px solid # dc143c ;
}
/* #resultsDiv {
margin: 0 auto;
}*/
@@ -664,7 +889,7 @@ input {
.getCash {
display : none;
}
progress {
. mainProgress {
left : 119px ;
height : 5px ;
width : calc (100% - 119px );
@@ -707,7 +932,7 @@ input {
hr {
width : 50vw ;
}
footer {
footer {
transform : translateX (-50% );
}
}
@@ -825,7 +1050,7 @@ input {
.getCash {
display : none;
}
progress {
. mainProgress {
left : 119px ;
height : 5px ;
width : calc (100% - 119px );
@@ -868,8 +1093,7 @@ input {
hr {
width : 50vw ;
}
footer {
footer {
transform : translateX (-50% );
}
}