[ Index ] |
|
Code source de Seagull 0.6.1 |
1 <?php 2 $fontFamily = 'arial, sans-serif'; 3 $fontFamilyAlt = 'arial'; 4 $fontSize = 'small'; 5 6 $primary = '#99CC00'; // lime green 7 $primaryDark = '#66A326'; // 8 $primaryLight = '#EEF7D4'; // 9 10 $secondary = '#0099CC'; // blue 11 $secondaryDark = '#2666A3'; // 12 $secondaryDarker = '#184a84'; // darker blue 13 $secondaryLight = '#E5F8FF'; // 14 15 $tertiary = '#CC0099'; // cyan 16 $tertiaryDark = '#A32666'; // 17 $tertiaryLight = '#FFE5F8'; // 18 19 $grey = '#BBBBBB'; // grey 20 $greyDark = '#666666'; // 21 $greyDarkest = '#000000'; // 22 $greyLight = '#EEEEEE'; // 23 $greyLightest = '#FFFFFF'; // 24 25 /* Columns widths set in px 26 ------------------------------------------------- */ 27 $mainWrapperWidth = 900; 28 $leftColWidth = 180; 29 $rightColWidth = 180; 30 /* middle col width will be calculated */ 31 32 $contentMinHeight = '320px'; 33 34 /* Messages and errors 35 ------------------------------------------------- */ 36 $error = '#FF3300'; // 37 38 /* Links related vars 39 ------------------------------------------------- */ 40 $linkColor = $secondary; 41 $linkDecoration = 'none'; 42 $linkHoverColor = $secondary; 43 $linkHoverDecoration = 'underline'; 44 45 /* Borders related vars 46 ------------------------------------------------- */ 47 $borderDark = $greyDark; 48 $borderLight = $greyLightest; 49 50 /* Block related vars 51 ------------------------------------------------- */ 52 $blocksBorderBody = $greyLightest; 53 $blocksBorderTitle = $greyLightest; 54 $blocksBackgroundBody = $greyLightest; // not used yet 55 $blocksBackgroundTitle = $greyLightest; 56 $blocksColorBody = $greyLightest; // ^ ^ ^ 57 $blocksColorTitle = $greyLightest; // | | | 58 59 /* Table related vars 60 ------------------------------------------------- */ 61 $tableRowLight = $greyLightest; 62 $tableRowDark = $grey; 63 64 /* Button related vars 65 ------------------------------------------------- */ 66 $button = '#ffffff #333333 #333333 #ffffff'; 67 $buttonAlt = '#333333 #ffffff #ffffff #333333'; 68 69 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |