2019-04-16 17:04:51 +00:00
|
|
|
body{
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
2019-02-02 03:49:11 +00:00
|
|
|
}
|
2019-04-16 17:04:51 +00:00
|
|
|
|
2019-02-02 03:49:11 +00:00
|
|
|
.hidden{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
p{
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
#webpassWindow{
|
|
|
|
background-color: black;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 2;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry{
|
2019-04-16 17:04:51 +00:00
|
|
|
color: green;
|
2019-02-02 03:49:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#feed{
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 25%;
|
|
|
|
margin-top: 1em;
|
|
|
|
border: 2px solid black;
|
|
|
|
padding: 5px;
|
|
|
|
min-height: 50px;
|
2019-04-16 17:04:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.successBtn{
|
|
|
|
min-width: 100px;
|
2019-02-02 03:49:11 +00:00
|
|
|
}
|