inflectived/static/index.css

45 lines
469 B
CSS
Raw Normal View History

2021-12-26 09:33:45 -05:00
.pos {
font-size: .5em;
font-weight: normal;
2021-12-25 17:30:14 -05:00
}
2021-12-26 09:33:45 -05:00
#ajax-content {
margin-top: 2em;
background-color: white;
2021-12-25 17:30:14 -05:00
}
2021-12-26 09:33:45 -05:00
#search-form {
z-index: 10;
background-color: #56517c;
padding: .4em;
display: flex;
height: 3em;
2021-12-25 17:30:14 -05:00
}
2021-12-26 09:33:45 -05:00
#search {
width: 3em;
2021-12-25 17:30:14 -05:00
}
2021-12-26 09:33:45 -05:00
#search-widget {
flex-basis: 100%;
}
#search-bar {
width: 100%;
height: 100%;
border: 1px solid lightgray;
padding: .3em;
2021-12-25 17:30:14 -05:00
}
2021-12-26 09:33:45 -05:00
h1, h2, h3 {
margin: .5em 0;
2021-12-25 17:30:14 -05:00
}
2021-12-26 09:33:45 -05:00
body {
font-family: serif;
2021-12-25 17:30:14 -05:00
}
2021-12-30 11:50:39 -05:00
li {
margin-top: .2em;
}