[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 /* 2 $Id: stylesheet.css,v 1.26 2003/06/30 20:03:50 hpdl Exp $ 3 4 osCommerce, Open Source E-Commerce Solutions 5 http://www.oscommerce.com 6 7 Copyright (c) 2002 osCommerce 8 9 Released under the GNU General Public License 10 */ 11 12 /* links */ 13 a:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; } 14 a:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; } 15 a:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; } 16 a:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: underline; } 17 18 a.headerLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; } 19 a.headerLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; } 20 a.headerLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; } 21 a.headerLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: underline; } 22 23 a.menuBoxHeadingLink:link { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; } 24 a.menuBoxHeadingLink:visited { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; } 25 a.menuBoxHeadingLink:active { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; } 26 a.menuBoxHeadingLink:hover { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; } 27 28 a.menuBoxContentLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; } 29 a.menuBoxContentLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; } 30 a.menuBoxContentLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; } 31 a.menuBoxContentLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: underline; } 32 33 a.splitPageLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; } 34 a.splitPageLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; } 35 a.splitPageLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; } 36 a.splitPageLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: underline; background-color: #FFFF33; } 37 38 /* menu box */ 39 .menuBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; background-color: #ffffff; } 40 .menuBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; } 41 42 /* page */ 43 body { background-color: #ffffff; color: #000000; margin: 0px; } 44 .headerBar { background-color: #B3BAC5; } 45 .headerBarContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; padding: 2px; } 46 .columnLeft { background-color: #F0F1F1; border-color: #999999; border-width: 1px; border-style: solid; padding: 2px; } 47 .pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; } 48 49 /* data table */ 50 .dataTableHeadingRow { background-color: #C9C9C9; } 51 .dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; } 52 .dataTableRow { background-color: #F0F1F1; } 53 .dataTableRowSelected { background-color: #DEE4E8; } 54 .dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; } 55 .dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } 56 57 /* info box */ 58 .infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; background-color: #B3BAC5; } 59 .infoBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background-color: #DEE4E8; } 60 61 /* message box */ 62 63 .messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } 64 .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; } 65 .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; } 66 67 /* forms */ 68 CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Arial, sans-serif; font-size: 11px; } 69 FORM { display: inline; } 70 71 /* account */ 72 .formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; } 73 .formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } 74 75 /* attributes */ 76 .attributes-odd { background-color: #f4f7fd; } 77 .attributes-even { background-color: #ffffff; } 78 79 /* miscellaneous */ 80 .specialPrice { color: #ff0000; } 81 .oldPrice { text-decoration: line-through; } 82 .fieldRequired { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } 83 .smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } 84 .main { font-family: Verdana, Arial, sans-serif; font-size: 12px; } 85 .errorText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } 86
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |