Skip to content

Commit

Permalink
remove duplicate font-family definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldpdl committed Jun 4, 2014
1 parent f56a639 commit 846142e
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions catalog/admin/includes/stylesheet.css
Expand Up @@ -4,65 +4,65 @@
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2010 osCommerce
Copyright (c) 2014 osCommerce
Released under the GNU General Public License
*/

body { font-size: 0.7em; }
body { font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7em; }

/* links */
a { font-family: Verdana, Arial, sans-serif; color: #000000; font-weight: normal; text-decoration: none; }
a { color: #000000; font-weight: normal; text-decoration: none; }
a:hover { text-decoration: underline; }

a.headerLink { font-family: Verdana, Arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink { color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:hover { text-decoration: underline; }

a.menuBoxHeadingLink { color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:hover { }

a.menuBoxContentLink { font-family: Verdana, Arial, sans-serif; color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink { color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:hover { text-decoration: underline; }

a.splitPageLink { font-family: Verdana, Arial, sans-serif; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink { color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:hover { text-decoration: underline; background-color: #FFFF33; }

/* menu box */
.menuBoxHeading { font-family: Verdana, Arial, sans-serif; color: #616060; background-color: #ffffff; }
.menuBoxContent { font-family: Verdana, Arial, sans-serif; color: #616060; }
.menuBoxHeading { color: #616060; background-color: #ffffff; }
.menuBoxContent { color: #616060; }

/* page */
body { background-color: #ffffff; color: #000000; margin: 0px; }
.headerBar { background-color: #B3BAC5; }
.headerBarContent { font-family: Verdana, Arial, sans-serif; color: #ffffff; font-weight: bold; padding: 2px; }
.headerBarContent { color: #ffffff; font-weight: bold; padding: 2px; }
.columnLeft { background-color: #F0F1F1; border-color: #999999; border-width: 1px; border-style: solid; padding: 2px; }
.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 1.5em; color: #727272; font-weight: bold; }
.pageHeading { font-size: 1.5em; color: #727272; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; color: #ffffff; font-weight: bold; }
.dataTableHeadingContent { color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; color: #000000; }
.dataTableContent { color: #000000; }

/* info box */
.infoBoxHeading { font-family: Verdana, Arial, sans-serif; color: #ffffff; background-color: #B3BAC5; }
.infoBoxContent { font-family: Verdana, Arial, sans-serif; color: #000000; background-color: #DEE4E8; }
.infoBoxHeading { color: #ffffff; background-color: #B3BAC5; }
.infoBoxContent { color: #000000; background-color: #DEE4E8; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; background-color: #99ff00; }
.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Arial, sans-serif; }
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { }
FORM { display: inline; }

/* account */
.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold; }
.formAreaTitle { font-family: Tahoma, Helveticy, Verdana, Arial, sans-serif; font-weight: bold; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
Expand All @@ -71,10 +71,10 @@ FORM { display: inline; }
/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family: Verdana, Arial, sans-serif; color: #ff0000; }
.smallText { font-family: Verdana, Arial, sans-serif; }
.main { font-family: Verdana, Arial, sans-serif; }
.errorText { font-family: Verdana, Arial, sans-serif; color: #ff0000; }
.fieldRequired { color: #ff0000; }
.smallText { }
.main { }
.errorText { color: #ff0000; }

/* new messageStack styles */
.secInfo, .secSuccess, .secWarning, .secError {
Expand Down Expand Up @@ -141,7 +141,7 @@ FORM { display: inline; }
}

/* Custom jQuery UI */
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; }
.ui-widget { }

/* buttons */

Expand Down

0 comments on commit 846142e

Please sign in to comment.