marinesco/src/main/resources/static/styles/styles.css

180 lines
2.3 KiB
CSS
Raw Normal View History

2023-12-29 21:55:47 +03:00
@font-face {
2023-10-05 02:55:39 +03:00
font-family: "Terminus";
src: url('/styles/TerminusBold.ttf');
}
2023-12-29 21:55:47 +03:00
body {
2023-10-05 02:55:39 +03:00
margin-top: 0;
margin-bottom: 0;
2023-12-29 19:59:49 +03:00
margin-right: 0;
margin-left: 0;
2023-12-29 21:55:47 +03:00
font-family: Terminus;
2023-10-05 02:55:39 +03:00
background-color: #212121;
color: #cfcfcf;
}
.validationError {
2023-12-29 21:55:47 +03:00
color: red;
2023-10-05 02:55:39 +03:00
}
2023-12-29 21:55:47 +03:00
2023-10-05 02:55:39 +03:00
.header-container {
2023-12-29 21:55:47 +03:00
text-align: left;
position: relative;
2023-10-05 02:55:39 +03:00
}
2023-12-29 21:55:47 +03:00
.header-container .header-bar {
position: absolute;
right: 10px;
2023-10-05 02:55:39 +03:00
}
2023-12-29 21:55:47 +03:00
table,
th,
td {
border: 1px solid;
border-collapse: collapse;
2023-10-05 02:55:39 +03:00
}
a {
2023-12-29 21:55:47 +03:00
color: #cfcfcf;
2023-10-05 02:55:39 +03:00
text-align: center;
}
2023-12-29 21:55:47 +03:00
2023-10-05 02:55:39 +03:00
a:link {
color: #cfcfcf;
}
a:hover {
color: white;
}
a:visited {
color: #949494;
2023-12-29 19:59:49 +03:00
}
2023-12-29 21:55:47 +03:00
ul {
2023-12-29 19:59:49 +03:00
list-style-type: none;
}
2023-12-29 21:55:47 +03:00
header {
2023-12-29 19:59:49 +03:00
display: block;
}
2023-12-29 21:55:47 +03:00
.header_wrapper {
background: #323833;
2023-12-29 19:59:49 +03:00
color: #a7a691;
vertical-align: top;
2023-12-29 21:55:47 +03:00
width: 100%;
padding: 0px;
2023-12-29 19:59:49 +03:00
margin-bottom: 20px;
display: inline-block;
}
2023-12-29 21:55:47 +03:00
.container {
2023-12-29 19:59:49 +03:00
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
2023-12-29 21:55:47 +03:00
.header_branding {
2023-12-29 19:59:49 +03:00
float: left;
}
2023-12-29 21:55:47 +03:00
#header_right_block {
2023-12-29 19:59:49 +03:00
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;
}
2023-12-29 21:55:47 +03:00
.ul_right_block {
2023-12-29 19:59:49 +03:00
margin: 0 !important;
padding: 0 !important;
}
2023-12-29 21:55:47 +03:00
.li_right_block {
margin-left: 5px;
margin-right: 5px;
2023-12-29 19:59:49 +03:00
height: 100%;
2023-12-29 21:55:47 +03:00
float: left;
position: relative;
2023-12-29 19:59:49 +03:00
}
2023-12-29 21:55:47 +03:00
.header_entry {
2023-12-29 19:59:49 +03:00
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;
2023-12-29 21:55:47 +03:00
color: #74bfbd;
2023-12-29 19:59:49 +03:00
}
2023-12-29 21:55:47 +03:00
.header_entry_link:hover {
2023-12-29 19:59:49 +03:00
color: #b6a795;
}
2023-12-29 21:55:47 +03:00
.block {
2023-12-29 19:59:49 +03:00
display: block;
}
2023-12-29 21:55:47 +03:00
.block_inner {
2023-12-29 19:59:49 +03:00
margin-left: 10px;
margin-right: 10px;
}
2023-12-29 21:55:47 +03:00
a.entry {
2023-12-29 19:59:49 +03:00
text-decoration: none;
}
2023-12-29 21:55:47 +03:00
.header_title {
2023-12-29 19:59:49 +03:00
font-size: 1.5em;
}
2023-12-29 21:55:47 +03:00
hr {
border: 0;
2023-12-29 19:59:49 +03:00
border-bottom: 1px dashed;
background: none;
2023-12-29 21:55:47 +03:00
}
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;
2023-10-05 02:55:39 +03:00
}