From: dbs Date: Wed, 13 Apr 2011 19:43:13 +0000 (+0000) Subject: Get faceting CSS into place for LU skin X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=36a68ce1f8a7192fa72ccc621620cdc9de220dd5;p=contrib%2FConifer.git Get faceting CSS into place for LU skin git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_2_0@1349 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/web/opac/theme/lul/css/colors.css b/web/opac/theme/lul/css/colors.css index 05ad023056..a7884d2863 100644 --- a/web/opac/theme/lul/css/colors.css +++ b/web/opac/theme/lul/css/colors.css @@ -2,7 +2,10 @@ body a { color: black; text-decoration: none;} body a:visited { color: black; text-decoration: none;} body a.search_link:visited { color: #003399; text-decoration: none; font-weight: bold; } body a:hover { color: red; text-decoration: underline;} - +/* +.NoveListSelect a { color: blue; text-decoration: underline;} +.NoveListSelect a:visited { color: purple; text-decoration: underline;} +*/ /* the idea is to have 4 complimentary colors that * are used throughout the opac. Edit those colors @@ -30,6 +33,42 @@ body a:hover { color: red; text-decoration: underline;} .border_4_3 { border: 3px solid #E0E0F0; } +/* some facet styling */ +.facetClassContainer { margin: 2px; border: 1px solid #64EA4F; } +.facetClassLabelContainer { background: #A7EA9D; border: 1px solid #A7EA9D; } +.facetClassLabel { font-weight: bold; text-align: center; } +.facetFieldContainer { background: #E0F6E0; } +.facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; } +.extraFacetFieldsWrapper { } +.toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; } +.facetFieldLineCount { display: inline-block; border-right: 1px solid #A7EA9D; color: gray; width: 3em; margin-right: 3px } +.facetField { border-top: 1px solid #A7EA9D; } +.facetFields { padding-left: 5px; } +.facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; } + +.searcherSimpleSearchWrapper {} +.searcherAdvancedSearchWrapper { margin: 2px; border: 1px solid #64EA4F; } + +.searcherClassedSearchesContainer { margin: 5px; } +.searcherClassedSearches {} +.searcherClassedSearchesLabel { font-weight: bold; } + +.searcherClassedSearchesAddContainer { width: 50%; text-align: center; } + +.searcherFacetedSearchesContainer { margin: 5px; border-top: 1px solid black; } +.searcherFacetedSearches {} +.searcherFacetedSearchesLabel { font-weight: bold; } + +.searcherFilterModifierContainer { margin: 5px; border-top: 1px solid black; } + +.searcherFiltersLabel { font-weight: bold; } +.searcherFilterContainer {} + +.searcherModifiersLabel { font-weight: bold; } +.searcherModifierContainer {} + +.searcherGoContainer { width: 50%; text-align: right; } +.searcherDeckSwapContainer {} /* general purpose light borders */ @@ -100,3 +139,4 @@ a:focus { background: #E0E0F0; color: #000000;} .hold_expire_warning { color:red; } +#result_low_hits { border-top: 2px solid #A7EA9D }