inflectived/static/index.css

41 lines
439 B
CSS

.pos {
font-size: .5em;
font-weight: normal;
}
#ajax-content {
margin-top: 2em;
background-color: white;
}
#search-form {
z-index: 10;
background-color: #56517c;
padding: .4em;
display: flex;
height: 3em;
}
#search {
width: 3em;
}
#search-widget {
flex-basis: 100%;
}
#search-bar {
width: 100%;
height: 100%;
border: 1px solid lightgray;
padding: .3em;
}
h1, h2, h3 {
margin: .5em 0;
}
body {
font-family: serif;
}