diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 19:32:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 19:34:27 +0300 |
commit | da39917917f03bd709eb7807cc5d900ddeb1e48c (patch) | |
tree | 639229837faa8777569cb817980340c44895f436 /www/packages-body.css | |
parent | 5c5838e2a47ed242000949cc2395b8fee69bdce7 (diff) |
Rename package-search.css to packages.css
Diffstat (limited to 'www/packages-body.css')
-rw-r--r-- | www/packages-body.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/www/packages-body.css b/www/packages-body.css new file mode 100644 index 0000000..df77d14 --- /dev/null +++ b/www/packages-body.css @@ -0,0 +1,41 @@ +/* + * Search form (based on form-table) + */ +#search-txt, #search-txt input {width: 100%;} +#search-btn {padding-left: .4em;} + +/* + * Package count. + */ +#count +{ + font-size: 1.32em; + line-height: 1.4em; + color: #555; + + margin: 1.2em 0 0 0; +} + +/* + * Version table. + */ +.package +{ + margin-top: .8em; + margin-bottom: .8em; + + padding-top: .4em; + padding-bottom: .4em; +} +.package:nth-child(even) {background-color: rgba(0, 0, 0, 0.07);} + +.package th {width: 6.4em;} + +.package tr.name td .value, +.package tr.depends td .value, +.package tr.requires td .value +{ + /* <code> style. */ + font-family: monospace; + font-size: 0.94em; +} |