Soshot/public/assets/css/style.css

106 lines
1.2 KiB
CSS

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;
}
#myFooter {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
.w3-main {
margin: 64px auto 64px 270px;
}
.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%;
}
}