phpDocumentor layout
[ class tree: layout ] [ index: layout ] [ all elements ]

Source for file Css.php

Documentation is available at Css.php

  1. <?
  2. /**
  3. * The CSS Layout resources for this site
  4. *
  5. * @package layout
  6. * @filesource
  7. * @see HTML_LAYOUT_RESOURCE_PATH/Css.php
  8. * @copyright (c) http://Finn-Rasmussen.com
  9. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  10. * @author http://Finn-Rasmussen.com
  11. * @version 1.9
  12. * @since 21-oct-2005
  13. */
  14.  
  15. /**
  16. * CSS Components
  17. */
  18. define('CSS_BRANDING' ,'layoutBranding');
  19. define('CSS_CANVAS' ,'layoutCanvas');
  20. define('CSS_COMPANY' ,'layoutCompany');
  21. define('CSS_CUSTOMER' ,'layoutCustomer');
  22. define('CSS_FIRMA' ,'layoutFirma');
  23. define('CSS_ENIRO_BANNER' ,'layoutEnirobanner');
  24. define('CSS_FOOTER' ,'layoutFooter');
  25.  
  26. define('CSS_LINE' ,'layoutLine');
  27. define('CSS_LINE_BANNER' ,'layoutLineBanner');
  28. define('CSS_LINE_LOCATOR' ,'layoutLineLocator');
  29.  
  30. define('CSS_NON_VOWELS' ,'layoutNonVowels');
  31. define('CSS_VOWELS' ,'layoutVowels');
  32. define('CSS_TOP' ,'layoutTop');
  33.  
  34. /**
  35. * Banner
  36. */
  37. if (!defined('CSS_BANNER')) {
  38. define('CSS_BANNER', DEFAULT_CSS_BANNER);
  39. }
  40. if (!defined('CSS_BANNERIF')) {
  41. define('CSS_BANNERIF', DEFAULT_CSS_BANNERIF);
  42. }
  43. if (!defined('CSS_COPYRIGHT')) {
  44. define('CSS_COPYRIGHT', DEFAULT_CSS_COPYRIGHT);
  45. }
  46. if (!defined('CSS_LOCATOR')) {
  47. define('CSS_LOCATOR', DEFAULT_CSS_LOCATOR);
  48. }
  49.  
  50. define('CSS_COMPONENT_BACKGROUND' ,'ccc');
  51.  
  52. define('CSS_BANNER_COLOR' ,CSS_NORMAL_COLOR);
  53. define('CSS_BANNER_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  54. define('CSS_BANNERIF_COLOR' ,CSS_NORMAL_COLOR);
  55. define('CSS_BANNERIF_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  56.  
  57. /**
  58. * CSS Define Component CSS Color/Background
  59. */
  60. $DEFINE_COMPONENT_CSS_COLOR [CSS_BANNER] = CSS_BANNER_COLOR;
  61. $DEFINE_COMPONENT_CSS_BACKGROUND[CSS_BANNER] = CSS_BANNER_BACKGROUND;
  62.  
  63. define('CSS_LINE_COLOR' ,CSS_NORMAL_COLOR);
  64. define('CSS_LINE_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  65. define('CSS_LINE_BANNER_COLOR' ,CSS_NORMAL_COLOR);
  66. define('CSS_LINE_BANNER_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  67. define('CSS_LINE_LOCATOR_COLOR' ,CSS_NORMAL_COLOR);
  68. define('CSS_LINE_LOCATOR_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  69. // Branding
  70. define('CSS_VOWELS_COLOR' ,'f00');
  71. define('CSS_VOWELS_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  72. define('CSS_NON_VOWELS_COLOR' ,'00f');
  73. define('CSS_NON_VOWELS_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  74. define('CSS_BRANDING_COLOR' ,CSS_NORMAL_COLOR);
  75. define('CSS_BRANDING_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  76.  
  77. define('CSS_CANVAS_COLOR' ,CSS_NORMAL_COLOR);
  78. define('CSS_CANVAS_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  79. define('CSS_COMPANY_COLOR' ,CSS_NORMAL_COLOR);
  80. define('CSS_COMPANY_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  81. define('CSS_CUSTOMER_COLOR' ,CSS_NORMAL_COLOR);
  82. define('CSS_CUSTOMER_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  83. define('CSS_FIRMA_COLOR' ,CSS_NORMAL_COLOR);
  84. define('CSS_FIRMA_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  85. define('CSS_FOOTER_COLOR' ,CSS_NORMAL_COLOR);
  86. define('CSS_FOOTER_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  87.  
  88. define('CSS_ENIRO_BANNER_COLOR' ,CSS_NORMAL_COLOR);
  89. define('CSS_ENIRO_BANNER_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
  90.  
  91. define('CSS_COPYRIGHT_COLOR' ,CSS_NORMAL_COLOR);
  92. define('CSS_COPYRIGHT_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  93. define('CSS_LOCATOR_COLOR' ,CSS_NORMAL_COLOR);
  94. define('CSS_LOCATOR_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  95. define('CSS_TOP_COLOR' ,CSS_NORMAL_COLOR);
  96. define('CSS_TOP_BACKGROUND' ,CSS_COMPONENT_BACKGROUND);
  97.  
  98. ?>

Documentation generated on Thu, 22 Dec 2005 17:04:16 +0100 by phpDocumentor 1.3.0RC3