diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..323d302 --- /dev/null +++ b/style.css @@ -0,0 +1,87 @@ +#case_search { + background-color: #cccccc; +} + +.results_table { + font-size: x-small; +} + +.results_table th a { + text-decoration: none; +} + +.sort_asc { + color: #e6e600; + margin-right: 5px; +} + +.sort_desc { + color: #29a329; +} + +#search_again { + color: blue; +} + + +td { + border: 1px solid #000000; + padding: 3px 7px 2px 7px; +} + +th { + font-size: 1.1em; + padding: 3px 7px 2px 7px; + text-align: left; + color: #ffffff; +} + +tr.tablehead { + background-color: #000000; +} + +tr.alt { + background-color: #eeeeee; +} + +.case_num { width: 5em; } + +#search_cases div { + margin-bottom: 1ex; +} + +label { + display: inline-block; + width: 25ex; +} + +#content { + text-align: center; +} + +#search_form { + display: inline-block; + text-align: left; +} + +#form_submit { + text-align: center; + margin-top: 2em; +} + +#search_cases #name, #charge, #disposition, #docket { + width: 40ex; +} + +label { vertical-align: top; } + +#export { + margin-bottom: 1ex; +} + +#export a { + color: blue; +} + +.pull { margin-bottom: 2em; } +.pull_count { margin-left: 1em; } |
