marinesco/target/classes/static/styles/styles.css
Dmitry Isaenko bc5a711a60 Unify UI
2023-12-29 21:55:47 +03:00

180 lines
2.3 KiB
CSS

@font-face {
font-family: "Terminus";
src: url('/styles/TerminusBold.ttf');
}
body {
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
font-family: Terminus;
background-color: #212121;
color: #cfcfcf;
}
.validationError {
color: red;
}
.header-container {
text-align: left;
position: relative;
}
.header-container .header-bar {
position: absolute;
right: 10px;
}
table,
th,
td {
border: 1px solid;
border-collapse: collapse;
}
a {
color: #cfcfcf;
text-align: center;
}
a:link {
color: #cfcfcf;
}
a:hover {
color: white;
}
a:visited {
color: #949494;
}
ul {
list-style-type: none;
}
header {
display: block;
}
.header_wrapper {
background: #323833;
color: #a7a691;
vertical-align: top;
width: 100%;
padding: 0px;
margin-bottom: 20px;
display: inline-block;
}
.container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.header_branding {
float: left;
}
#header_right_block {
list-style-type: none;
list-style-image: none;
font-family: sans-serif;
height: 100%;
margin-right: 0;
right: 0;
float: right;
padding: 0%;
font-size: 0.9em;
}
.ul_right_block {
margin: 0 !important;
padding: 0 !important;
}
.li_right_block {
margin-left: 5px;
margin-right: 5px;
height: 100%;
float: left;
position: relative;
}
.header_entry {
height: 65px;
line-height: 65px;
display: block;
border-left: 0;
border-top: 0;
text-decoration: none;
font-variant: small-caps;
text-shadow: -1px -1px 0 #1e1e1e, 1px -1px 0 #1e1e1e, -1px 1px 0 #1e1e1e, 1px 1px 0 #1e1e1e;
color: #74bfbd;
}
.header_entry_link:hover {
color: #b6a795;
}
.block {
display: block;
}
.block_inner {
margin-left: 10px;
margin-right: 10px;
}
a.entry {
text-decoration: none;
}
.header_title {
font-size: 1.5em;
}
hr {
border: 0;
border-bottom: 1px dashed;
background: none;
}
button {
margin: 1em 0;
font-family: sans-serif;
font-style: normal;
font-weight: normal;
text-align: center;
font-variant: small-caps !important;
background-color: #b0c6af !important;
border: none;
border-radius: 2px;
padding: 5px 25px 5px 25px;
color: #4a3c3c;
}
button:hover {
background-color: #c2dac0 !important;
}
.sign {
width: 25%;
}
.base {
background: #283338;
padding: 20px;
box-shadow: 0 0 8px -3px #37474e;
border-radius: 3px;
width: 100%;
flex: 1;
}
.center{
margin-left: auto;
margin-right: auto;
width: 25em;
}