45 lines
482 B
CSS
45 lines
482 B
CSS
|
|
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{
|
||
|
|
}
|