2023-08-05 17:04:44 +01:00
|
|
|
/* General styling */
|
|
|
|
body{
|
2023-08-08 16:17:56 +01:00
|
|
|
background-image: url(../images/backgroundsharkycoin.png);
|
2023-08-08 15:56:21 +01:00
|
|
|
text-align: center;
|
2023-08-05 17:04:44 +01:00
|
|
|
}
|
|
|
|
/* Title bar */
|
|
|
|
#title {
|
2023-08-08 16:08:53 +01:00
|
|
|
display: inline-block;
|
2023-08-05 17:04:44 +01:00
|
|
|
background-color: white;
|
2023-08-08 16:08:53 +01:00
|
|
|
height: auto;
|
2023-08-05 17:04:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#title img {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2023-08-06 17:44:07 +01:00
|
|
|
#password {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#modify {
|
|
|
|
background-color: white;
|
2023-08-08 15:56:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.boxes {
|
|
|
|
margin-left: 20%;
|
|
|
|
margin-right: 20%;
|
2023-08-05 17:04:44 +01:00
|
|
|
}
|