cyberman/public/css/style.css

56 lines
790 B
CSS
Raw Normal View History

2017-07-17 09:48:02 +02:00
* {
2017-08-20 00:45:25 +02:00
margin: 0;
2017-07-17 09:48:02 +02:00
}
body, a {
2017-08-20 00:45:25 +02:00
background-color: black;
font-family: monospace;
color: white;
font-size: 14px;
line-height: 1.6em;
2017-07-17 09:48:02 +02:00
}
p {
2017-08-20 00:45:25 +02:00
margin-bottom: 0.8em;
2017-07-17 09:48:02 +02:00
}
.body {
2017-08-20 00:45:25 +02:00
max-width: 700px;
margin-left: auto;
margin-right: auto;
2017-07-17 09:48:02 +02:00
}
.toolbar {
2017-08-20 00:45:25 +02:00
border: 1px solid white;
2017-07-17 09:48:02 +02:00
}
a.bracketButton {
2017-08-20 00:45:25 +02:00
text-decoration: none;
2017-07-17 09:48:02 +02:00
}
a.bracketButton:hover {
2017-08-20 00:45:25 +02:00
text-decoration: underline;
2017-07-17 09:48:02 +02:00
}
button.textButton {
2017-08-20 00:45:25 +02:00
background: none !important;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
cursor: pointer;
2017-07-17 09:48:02 +02:00
}
button.textButton:hover {
2017-08-20 00:45:25 +02:00
text-decoration: underline;
2017-07-17 09:48:02 +02:00
}
form.login>table>tbody>tr>td>label {
2017-08-20 00:45:25 +02:00
margin-right: 10px;
2017-07-17 09:48:02 +02:00
}
table.domains {
2017-08-20 00:45:25 +02:00
width: 100%;
2017-07-17 09:48:02 +02:00
}
table.domains td:first-child {
2017-08-20 00:45:25 +02:00
width: 50%;
2017-07-17 09:48:02 +02:00
}
.msgBox {
2017-08-20 00:45:25 +02:00
border: 1px solid white;
display: inline-block;
padding: 10px;
2017-07-17 09:48:02 +02:00
}