inflectived/static/index.css

45 lines
470 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
}
2022-07-23 08:25:06 -04:00
#header {
z-index: 15;
2021-12-26 09:33:45 -05:00
background-color: #56517c;
padding: .4em;
2022-07-23 08:25:06 -04:00
height: 3em;
2021-12-26 09:33:45 -05:00
display: flex;
height: 3em;
2021-12-25 17:30:14 -05:00
}
2022-07-23 08:25:06 -04:00
#search-form {
flex-basis: 100%;
2021-12-25 17:30:14 -05:00
}
2021-12-26 09:33:45 -05:00
#search-widget {
2022-07-23 08:25:06 -04:00
height: 100%;
2021-12-26 09:33:45 -05:00
}
#search-bar {
width: 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;
}