2023-06-21 11:42:36 +02:00
|
|
|
html {
|
|
|
|
font-family: arial, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 2em;
|
|
|
|
background-color: #ffffffcb;
|
|
|
|
}
|
|
|
|
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3-sidebar {
|
|
|
|
z-index: 3;
|
|
|
|
width: 250px;
|
|
|
|
top: 43px;
|
|
|
|
height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #8AC007;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover,
|
|
|
|
.title:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #8AC007;
|
|
|
|
}
|
|
|
|
|
|
|
|
.centerBlock {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homeForm {
|
|
|
|
width: 49.9%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3-bar {
|
|
|
|
background-color: #333333 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mySidebar {
|
|
|
|
top: inherit;
|
|
|
|
background-color: initial !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mySidebar a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3-bar-block .w3-bar-item {
|
|
|
|
padding: 4px 16px;
|
|
|
|
}
|
|
|
|
|
2023-06-29 11:57:38 +02:00
|
|
|
.w3-bar {
|
|
|
|
background-color: #fff !important;
|
|
|
|
}
|
|
|
|
|
2023-06-21 11:42:36 +02:00
|
|
|
#myFooter {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3-main {
|
2023-06-29 11:57:38 +02:00
|
|
|
margin: 64px auto 46px 270px;
|
2023-06-21 11:42:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.soshot-main {
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
color: #009688;
|
|
|
|
}
|
|
|
|
|
|
|
|
form label {
|
|
|
|
width: 48% !important;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w3-input,
|
|
|
|
.w3-select {
|
|
|
|
display: inline-block;
|
|
|
|
width: 48%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width:768px) {
|
|
|
|
|
|
|
|
#mySidebar {
|
|
|
|
background-color: #ffffffcb !important;
|
|
|
|
width: 100%;
|
|
|
|
height: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|