From: dbs Date: Fri, 22 Apr 2011 03:29:10 +0000 (+0000) Subject: Bring hrsrh and sjcg skins into line X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ce41805a1ec7f61ebeb03b9f9f5a5ff97926a55d;p=contrib%2FConifer.git Bring hrsrh and sjcg skins into line git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_2_0@1412 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/web/opac/skin/hrsrh/xml/rdetail/rdetail_summary.xml b/web/opac/skin/hrsrh/xml/rdetail/rdetail_summary.xml deleted file mode 100644 index e8b49ce95d..0000000000 --- a/web/opac/skin/hrsrh/xml/rdetail/rdetail_summary.xml +++ /dev/null @@ -1,431 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
-
&opac.image_provided;
- -
-
&common.title; - -
&common.alternate.title; - -
&common.author; - -
&common.author; - -
&common.corporate.author; - -
&common.meeting.name; - -
&common.isbn; - -
&common.issn; - -
&common.edition;
&common.pubdate;
&common.publisher; - -
&common.physical;
&common.format; - - -
&rdetail.detailMain.abstract; - -
&common.subject.600; - -
&common.subject.610; - -
&common.subject.611; - -
&common.subject.630; - -
&common.subject.648; - -
&common.subjects; - -
&common.subject.651; - -
&common.subject.653; - -
&common.subject.654; - -
&common.subject.655; - -
&common.subject.656; - -
&common.subject.657; - -
&common.subject.658; - -
&common.subject.662; - -
&common.general.note; - -
&common.contents.note; - -
&common.usage.restrictions; - -
&common.performer.note; - -
&common.additional.authors; - -
&common.preceding.entry; - -
&common.succeeding.entry; - -
&rdetail.summary.online; - -
- - - -
- diff --git a/web/opac/theme/hrsrh/css/colors.css b/web/opac/theme/hrsrh/css/colors.css index d6d8480272..577097c69e 100644 --- a/web/opac/theme/hrsrh/css/colors.css +++ b/web/opac/theme/hrsrh/css/colors.css @@ -2,6 +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 @@ -29,8 +33,42 @@ body a:hover { color: red; text-decoration: underline;} .border_3_3 { border: 3px solid #00CCCC; } .border_4_3 { border: 3px solid #E0E0F0; } +/* some facet styling */ +.facetClassContainer { margin: 2px; border: 1px solid #E0E0F0; } +.facetClassLabelContainer { background: #E0E0F0; border: 1px solid #FFC211; } +.facetClassLabel { font-weight: bold; text-align: center; } +.facetFieldContainer { background: #E0E0F0; } +.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 #FFC211; color: gray; width: 3em; margin-right: 3px } +.facetField { border-top: 1px solid #FFC211; } +.facetFields { padding-left: 5px; } +.facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; } +.searcherSimpleSearchWrapper {} +.searcherAdvancedSearchWrapper { margin: 2px; border: 1px solid #FFC211; } +.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 */ .border_5 { border: 1px solid #D0D0D0; } diff --git a/web/opac/theme/sjcg/css/colors.css b/web/opac/theme/sjcg/css/colors.css index cb983ba5bc..f7af6d5376 100644 --- a/web/opac/theme/sjcg/css/colors.css +++ b/web/opac/theme/sjcg/css/colors.css @@ -32,8 +32,42 @@ body .sidebar_item_active a { color: white; text-decoration: none;} .border_3_3 { border: 3px solid #D8DCF7; } .border_4_3 { border: 3px solid #E0E0F0; } - - +/* some facet styling */ +.facetClassContainer { margin: 2px; border: 1px solid #492F91; } +.facetClassLabelContainer { background: #492F91; border: 1px solid #492F91; } +.facetClassLabel { font-weight: bold; text-align: center; } +.facetFieldContainer { background: #E0E0F0; } +.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 #492F91; color: gray; width: 3em; margin-right: 3px } +.facetField { border-top: 1px solid #492F91; } +.facetFields { padding-left: 5px; } +.facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; } + +.searcherSimpleSearchWrapper {} +.searcherAdvancedSearchWrapper { margin: 2px; border: 1px solid #492F91; } + +.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 */ .border_5 { border: 1px solid #D0D0D0; }