2023-04-09 21:38:14 +00:00
|
|
|
.container {
|
|
|
|
max-width: 950px;
|
|
|
|
margin: 20px auto auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tr td div {
|
|
|
|
max-height: 75px;
|
|
|
|
line-height: 25px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
max-width: 575px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
td[name="deleteBtn"] {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
td[name="deleteBtn"] button {
|
|
|
|
border-radius: 50%;
|
|
|
|
border-style: solid;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 65%;
|
|
|
|
}
|
|
|
|
|
|
|
|
form input[name="shortUrl"] {
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
form input[name="shortUrl"]::placeholder {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
2023-04-10 20:20:20 +00:00
|
|
|
div[name="github-link"] {
|
2023-04-09 21:38:14 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0.5%;
|
|
|
|
bottom: 0.5%;
|
2023-04-10 20:20:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pure-table {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pure-table caption {
|
|
|
|
font-size: 22px;
|
|
|
|
text-align: left;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
font-size: 32px;
|
2023-04-09 21:38:14 +00:00
|
|
|
}
|