@import url("Style.css");
.Hidden-bar {
display: none;
}
.Hidden-bar button {
display: block;
margin-top: -50px;
float: right;
width: fit-content;
border:2px solid;
border-color: #000000;
background-color: #008000;
color: #ffffff;
border-radius: 10px;
border-color: #000000;
font-size: medium;
}
.Hidden-bar button:hover {
background-color: #0000ff;
color: #ffffff;
}
.Options {
display: none;
background-color: #000000;
width: auto;
border: 3px solid;
border-radius: 10px;
border-color: #ffffff;
width: auto;
}
.Options a {
display:block;
color:#ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: larger;
text-align: center;
animation: joggle,2s,infinite;
}
.Cards {
display: block;
padding: 12px 14px 10px;
margin-left: 30px;
}
.Cards a {
text-decoration: none;
}
.Cards button {
display: block;
margin-left: auto;
margin-right: auto;
height: 40px;
min-width: 60px;
max-width: 100px;
margin-top: 125px;
color: #ffffff;
}
.Cards button:hover {
background-color: #0000ff;
color: #ffffff;
}
.Cards img {
height: 80px;
width: 80px;
}
#Username, #Website, #Phone, #Ports {
display: inline-block;
margin-left: 10px;
border: 3px solid;
height: fit-content;
width: 300px;
border-color: #000000;
border-radius: 10px ;
}
#Username {
background-color: #00a2ffa4;
}
#Website {
background-color: #00800060;
}
#Phone {
background-color: #935bfaf6;
}
#Ports {
background-color: #0d4a4ec7;
}
.Footer {
display:none;
margin-left: auto;
margin-right: auto;
animation: dissolvent 1s 1;
}
.Footer a {
text-decoration: none;
}
.Footer img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
height: 70px;
width: auto;
}
#Exc {
height: 80px;
width: auto;
}
#Arrow {
margin-top: 10px;
width: 0px;
height: 0px;
display: block;
margin-left: auto;
margin-right: auto;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-width: 30px;
border-top: 30px solid #000000;
}
.part {
margin-top: 5px;
margin-left: -4px;
display: inline-block;
background-color: #846e6e5e;
border: 3px solid black;
width: 100%;
border-radius: 20px;
}
.part p{
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
color: #000000;
font-size: x-large;
}
.part img{
height: 130px;
width: auto;
border-radius: 30px;
}
#Arrow:hover {
animation: arrow 2s infinite;
}
@keyframes arrow {
0%{border-top:30px solid #000000;}
50%{border-top:30px solid #0000ff;}
100%{border-top:30px solid #000000;}
}
@media only screen and (min-width: 712px) and (max-width: 1024px) {
.Hidden-bar {
display: none;
}
.Cards {
display: block;
padding: 10px 10px 8px;
margin-left: 20px;
}
#Username , #Website, #Phone, #Ports {
display: inline-block;
margin-left: 10px;
border: 3px solid;
height: fit-content;
width: 200px;
border-radius: 10px ;
}
}
@media only screen and (min-width: 200px) and (max-width: 711px) {
.Hidden-bar {
display: block;
animation: dissolvent 2s 1;
}
.Hidden-bar:hover .Options {
display: block;
animation: dissolvent 2s 1;
}
.Cards {
display: none;
}
.languages {
display: none;
}
.part img{
height: 90px;
width: auto;
border-radius: 30px;
}
}