66 lines
1.2 KiB
CSS
66 lines
1.2 KiB
CSS
#navbar {
|
|
display: flex;
|
|
background: rgb(2,0,36);
|
|
background: linear-gradient(42deg, rgba(2,0,36,1) 0%, rgba(36,121,9,1) 53%, rgba(49,255,0,1) 100%);
|
|
border-radius: 5px;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width:90%;
|
|
height:15%;
|
|
}
|
|
#navbarContainer{
|
|
display: flex;
|
|
width:100%;
|
|
height:17%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
#navbar > a {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
font-size: 10px;
|
|
text-decoration: none;
|
|
}
|
|
#bigtext{
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
color:#247909;
|
|
}
|
|
#footer{
|
|
color:grey;
|
|
|
|
}
|
|
body{
|
|
/* ask cactus for a nice background color (or if he just wants white) */
|
|
}
|
|
p {
|
|
color: white;
|
|
font-style: "Raleway", "Arial", sans-serif;
|
|
}
|
|
#copyIp{
|
|
display: flex;
|
|
flex-direction: row;
|
|
height:15px;
|
|
}
|
|
#copyIcon{
|
|
font-size:7px;
|
|
z-index: 2;
|
|
}
|
|
#copyButton{
|
|
background-color: #fc9e2a;
|
|
border-radius:3px;
|
|
display:flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height:15px;
|
|
}
|
|
#ip{
|
|
height:15px;
|
|
width: 25px;
|
|
}
|
|
input{
|
|
font-style: "Raleway", "Arial", sans-serif;
|
|
} |