LP#1312309: JSPAC remove more css
authorJeff Godin <jgodin@tadl.org>
Sat, 16 May 2015 16:55:06 +0000 (09:55 -0700)
committerJeff Godin <jgodin@tadl.org>
Wed, 19 Aug 2015 17:04:50 +0000 (13:04 -0400)
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/opac/common/css/largefont.css [deleted file]
Open-ILS/web/opac/common/css/mediumfont.css [deleted file]
Open-ILS/web/opac/common/css/smallfont.css [deleted file]
Open-ILS/web/opac/skin/default/xml/common/css_common.xml [deleted file]
Open-ILS/web/opac/theme/default/css/colors.css [deleted file]
Open-ILS/web/opac/theme/reddish/css/colors.css [deleted file]

diff --git a/Open-ILS/web/opac/common/css/largefont.css b/Open-ILS/web/opac/common/css/largefont.css
deleted file mode 100644 (file)
index 18c86dd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-body                           { font-family: Helvetica, Arial, Tahoma, sans-serif; font-size: 1.5em; } 
-body table             { font-size: inherit; }
-
-.org_link { font-size: 92%; }
-.sidebar_extra_item { font-size: 95%; }
-.searchbar_tag { font-size: 90%; } 
-#offset_start { font-weight: 600; }
-#offset_end { font-weight: 600; }
-#result_count { font-weight: 600; } 
-.nav_link_active { font-weight: 600;}
-.copy_count_cell { font-size: 80%; }
-
-
diff --git a/Open-ILS/web/opac/common/css/mediumfont.css b/Open-ILS/web/opac/common/css/mediumfont.css
deleted file mode 100644 (file)
index 925b0ee..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-body { font-family: Helvetica, Arial, Tahoma, sans-serif; font-size: 9pt;} 
-table { font-size: 9pt; }
-table tr { font-size: 9pt; }
-table tr td { font-size: 9pt; }
-
-body table tr td       { font-size: inherit; }
-/*body table tr td     { font-size: 95%;}*/
-
-.org_link { font-size: 9pt; }
-.sidebar_extra_item { font-size: 9pt; }
-.searchbar_tag { font-size: 9pt; } 
-#offset_start { font-weight: 600; font-size: 9pt;}
-#offset_end { font-weight: 600;  font-size: 9pt;}
-#result_count { font-weight: 600;  font-size: 9pt;} 
-.nav_link_active { font-weight: 600; font-size: 9pt;}
-.copy_count_cell { font-size: 8pt; }
-
-#rdetail_copy_info_table { font-size: 9pt; }
-.rdetail_copy_nav_link { font-weight: normal; font-size: 9pt; }
-#rdetail_view_marc { font-size: 9pt; }
diff --git a/Open-ILS/web/opac/common/css/smallfont.css b/Open-ILS/web/opac/common/css/smallfont.css
deleted file mode 100644 (file)
index 594aac1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-body                           { font-family: Helvetica, Arial, Tahoma, sans-serif; font-size: 50%; } 
-body table             { font-size: inherit; }
-
-.org_link { font-size: 92%; }
-.sidebar_extra_item { font-size: 95%; }
-.searchbar_tag { font-size: 90%; } 
-#offset_start { font-weight: 600; }
-#offset_end { font-weight: 600; }
-#result_count { font-weight: 600; } 
-.nav_link_active { font-weight: 600;}
-.copy_count_cell { font-size: 80%; }
-
-
diff --git a/Open-ILS/web/opac/skin/default/xml/common/css_common.xml b/Open-ILS/web/opac/skin/default/xml/common/css_common.xml
deleted file mode 100644 (file)
index c01bb3f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<!-- CSS shared across pages goes here --> 
-
-<link type='text/css' rel='stylesheet' href="<!--#echo var='OILS_SKIN_BASE'-->/default/css/layout.css"/>
-
-<!-- Our font CSS's -->
-<link type='text/css' rel='stylesheet' href='<!--#echo var="OILS_CSS_BASE"-->/mediumfont.css' />
-
-<!-- Our colors -->
-<link type='text/css' rel="stylesheet" href="<!--#echo var='OILS_THEME_BASE'-->/default/css/colors.css" />
-
-<!-- An alternate stylesheet -->
-<link type='text/css' rel="alternate stylesheet" title='&opac.style.reddish;' href="<!--#echo var='OILS_THEME_BASE'-->/reddish/css/colors.css" />
-
-<!-- OpenSearch auto discovery -->
-<link type="application/opensearchdescription+xml"
-       rel='search' title="Evergreen"
-       href="http://<!--#echo var='SERVER_NAME'-->/opac/extras/opensearch/1.1/-/osd.xml" />
-
-<!-- enable Dojo date picker -->
-<style type="text/css">
-       @import '/js/dojo/dojo/resources/dojo.css';
-       @import '/js/dojo/dijit/themes/tundra/tundra.css';
-</style>
diff --git a/Open-ILS/web/opac/theme/default/css/colors.css b/Open-ILS/web/opac/theme/default/css/colors.css
deleted file mode 100644 (file)
index 7bd54cc..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-body a                 { color: black; text-decoration: none;}
-body a:visited { color: black; text-decoration: none;}
-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
- * in this file
- */
-.color_1 { background: #A7EA9D; color: #000000; }
-.color_2 { background: #64EA4F; color: #000000; }
-.color_3 { background: #E0F6E0; color: #000000; }
-.color_4 { background: #E0F0E0; color: #000000; }
-
-.border_1 { border: 1px solid #A7EA9D; }
-.border_2 { border: 1px solid #64EA4F; }
-.border_3 { border: 1px solid #E0F6E0; }
-.border_4 { border: 1px solid #E0F0E0; }
-
-.border_1_2 { border: 2px solid #A7EA9D; }
-.border_2_2 { border: 2px solid #64EA4F; }
-.border_3_2 { border: 2px solid #E0F6E0; }
-.border_4_2 { border: 2px solid #E0F0E0; }
-
-.border_1_3 { border: 3px solid #A7EA9D; }
-.border_2_3 { border: 3px solid #64EA4F; }
-.border_3_3 { border: 3px solid #E0F6E0; }
-.border_4_3 { border: 3px solid #E0F0E0; }
-
-/* 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 */
-.border_5 { border: 1px solid #D0D0D0; }
-.border_6 { border: 1px solid #808080; }
-
-input:focus { background: #E0F0E0; color: #000000;}
-a:focus { background: #E0F0E0; color: #000000;}
-
-
-/* ---------------------------------------------------------------------- */
-
-.canvas { /* main content div for each page */
-    border-left: 3px solid #A7EA9D;
-    border-bottom: 3px solid #A7EA9D;
-       border-top: 3px solid #A7EA9D;
-}
-
-/* border around home search box */
-.home_search { border: 3px solid #A7EA9D; }
-
-/* main nav sidebar */
-.sidebar_item_active { background: #A7EA9D; }
-
-/* record detail summary block */
-.rdetail_desc { border: 1px solid #A7EA9D; }
-.rdetail_item { border: 1px solid #A7EA9D; }
-.rdetail_extras_selected { background: #E0F0E0;} 
-
-
-.data_grid thead tr { background: #E0F0E0; color: #000000; }
-.data_grid thead td { border: 1px solid #808080; }
-.data_grid tbody td { border: 1px solid #E0F6E0; }
-.data_grid_nb thead tr { background: #E0F0E0; color: #000000; }
-.data_grid_nb thead td { border: none; }
-.data_grid_nb tbody td { border: none; }
-
-.light_border { border: 1px solid #E0F6E0; }
-
-.adv_quick_search_submit { border-bottom: 3px solid #E0F6E0;}
-
-.myopac_link_active { background: #E0F6E0; }
-
-.sidebar_extra_link { text-decoration: none; }
-#searchbar_tag_on { color: red; }
-.searchbar_item { color: black; } 
-#login_box { border-top: 1px solid #808080; border-bottom: 1px solid #808080; }
-#next_prev_links_dead { color: #808080; text-decoration: none; }
-
-.nav_link_active {font-weight: bold;}
-
-.search_link { text-decoration: none; }
-.result_table_subtable { border-top: 1px solid #E0E0E0; }
-
-.copy_count_cell { border-right: 1px solid #E0E0E0; } 
-.copy_count_div {      border-left: 2px solid #E0F6E0; border-right: 2px solid #E0F6E0; }
-
-#rdetail_image_cell { border: 1px solid white; border-right: 1px solid #A7EA9D;}
-#rdetail_img_link { display: block; margin-left: 1em; margin-bottom: 1em; }
-
-.x_mark { color: red; }
-.check_mark { color: green; }
-
-#myopac_holds_thaw_date_form { border: 1px solid #E0E0E0; } 
-
-.invalid_field { border: 3px solid red; }
-
-.hold_expire_warning { color:red; }
-
-#result_low_hits { border-top: 2px solid #A7EA9D }
-
-.parts-warning { border: 2px solid red; }
diff --git a/Open-ILS/web/opac/theme/reddish/css/colors.css b/Open-ILS/web/opac/theme/reddish/css/colors.css
deleted file mode 100644 (file)
index 7c49125..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-body a                 { color: black; text-decoration: none;}
-body a:visited { color: black; text-decoration: none;}
-body a:hover   { color: red; text-decoration: underline;}
-
-
-/*
-.color_1 { background: #A7EA9D; color: #000000; }
-.color_2 { background: #64EA4F; color: #000000; }
-.color_3 { background: #CCFFFF; color: #000000; }
-.color_4 { background: #E0F0E0; color: #000000; } E0F6EO?
-*/
-
-.color_1 { background: #FF8000; color: #000000; }
-.color_2 { background: #B35A00; color: #000000; }
-.color_3 { background: #FFDFBF; color: #000000; }
-.color_4 { background: #FFC080; color: #000000; }
-
-.border_1 { border: 1px solid #FF8000; }
-.border_2 { border: 1px solid #B35A00; }
-.border_3 { border: 1px solid #FFDFBF; }
-.border_4 { border: 1px solid #FFC080; }
-
-.border_1_2 { border: 2px solid #FF8000; }
-.border_2_2 { border: 2px solid #B35A00; }
-.border_3_2 { border: 2px solid #FFDFBF; }
-.border_4_2 { border: 2px solid #FFC080; }
-
-.border_1_3 { border: 3px solid #FF8000; }
-.border_2_3 { border: 3px solid #B35A00; }
-.border_3_3 { border: 3px solid #FFDFBF; }
-.border_4_3 { border: 3px solid #FFC080; }
-
-
-
-
-/* general purpose light borders */
-.border_5 { border: 1px solid #D0D0D0; }
-.border_6 { border: 1px solid #808080; }
-
-input:focus { background: #FFDFBF; color: #000000;}
-a:focus { background: #FFDFBF; color: #000000;}
-
-
-/* ---------------------------------------------------------------------- */
-
-.canvas { /* main content div for each page */
-    border-left: 3px solid #FF8000;
-    border-bottom: 3px solid #FF8000;
-       border-top: 3px solid #FF8000;
-}
-
-/* border around home search box */
-.home_search { border: 3px solid #FF8000; }
-
-/* main nav sidebar */
-.sidebar_item_active { background: #FF8000; }
-
-/* record detail summary block */
-.rdetail_desc { border: 1px solid #FF8000; }
-.rdetail_item { border: 1px solid #FF8000; }
-.rdetail_extras_selected { background: #FFC080;} 
-
-
-.data_grid thead tr { background: #FFC080; color: #000000; }
-.data_grid thead td { border: 1px solid #808080; }
-.data_grid tbody td { border: 1px solid #FFDFBF; }
-.data_grid_nb thead tr { background: #FFC080; color: #000000; }
-.data_grid_nb thead td { border: none; }
-.data_grid_nb tbody td { border: none; }
-
-.light_border { border: 1px solid #FFDFBF; }
-
-.adv_quick_search_submit { border-bottom: 3px solid #FFDFBF;}
-
-.myopac_link_active { background: #FFDFBF; }
-
-.sidebar_extra_link { text-decoration: none; }
-#searchbar_tag_on { color: red; }
-.searchbar_item { color: black; } 
-#login_box { border-top: 1px solid #808080; border-bottom: 1px solid #808080; }
-#next_prev_links_dead { color: #808080; text-decoration: none; }
-
-.nav_link_active {font-weight: bold;}
-
-.search_link { text-decoration: none; }
-.result_table_subtable { border-top: 1px solid #E0E0E0; }
-
-.copy_count_cell { border-right: 1px solid #E0E0E0; } 
-.copy_count_div {      border-left: 2px solid #E0F6E0; border-right: 2px solid #E0F6E0; }
-
-#rdetail_image_cell { border: 1px solid white; border-right: 1px solid #A7EA9D;}
-
-
-
-
-