cyberman/public/css/cyberpunk.css

83 lines
1.2 KiB
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
}
a.menuBtn {
text-decoration: none;
}
button.menuBtn {
background: none !important;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
cursor: pointer;
}
.menuBtn {
text-transform: lowercase;
}
.menuBtn:hover {
text-decoration: underline;
}
.menuBtnW:before {
content: "[\00a0";
}
.menuBtnW:after {
content: "\00a0] ";
}
div.toolbar form {
display: inline;
}
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
}