[ Index ] |
|
Code source de Seagull 0.6.1 |
1 <?php 2 /* Font related vars 3 ------------------------------------------------- */ 4 $fontFamily = 'arial, verdana, helvetica, sans-serif'; 5 $fontFamilyAlt = 'tahoma, serif'; 6 $fontSize = '12px'; 7 8 /* Palette scheme related vars 9 ------------------------------------------------- */ 10 $primaryLightest = '#CFEEFF'; // 11 $primaryLighter = '#CFDDE6'; // 12 $primaryLight = '#9EDDFF'; // 13 $primary = '#339BD3'; // 14 $primaryDark = '#246C94'; // 15 $primaryText = '#333333'; // 16 $primaryBackground = '#e4ecf4'; // 17 18 $secondary = '#99CC00'; // Seagull green 19 20 $tertiaryLightest = '#ffffff'; // 21 $tertiaryLighter = '#f7f7f7'; // 22 $tertiaryLight = '#f7f4ef'; // 23 $tertiaryMedium = '#f1f1f1'; // 24 $tertiary = '#efefef'; // 25 $tertiaryDark = '#afafaf'; // 26 $tertiaryDarker = '#cccccc'; // 27 $tertiaryDarkest = '#666666'; // 28 $tertiaryBg = '#ebe7d4'; 29 30 /* Links related vars 31 ------------------------------------------------- */ 32 $linkColor = $primary; 33 $linkDecoration = 'none'; 34 $linkHoverColor = $primary; 35 $linkHoverDecoration = 'underline'; 36 37 /* Borders related vars 38 ------------------------------------------------- */ 39 $borderDark = $tertiaryDark; 40 $borderLight = $tertiaryLightest; 41 42 /* Block related vars 43 ------------------------------------------------- */ 44 45 /* Table related vars 46 ------------------------------------------------- */ 47 $tableRowLight = $tertiaryLightest; 48 $tableRowDark = $tertiaryLighter; 49 50 $forApproval = '#ff0000'; 51 $approved = '#ff9933'; 52 $published = '#00cc00'; 53 $archived = '#909090'; 54 55 /* Message related vars 56 ------------------------------------------------- */ 57 $infoMessage = '#00ba44'; 58 $warningMessage = '#ffa900'; 59 $errorMessage = '#ff2200'; 60 /* These colors at 61 http://wellstyled.com/tools/colorscheme2/index-en.html?tetrad;66;0;10;-1;-1;1;-0.7;0.25;1;0.5;1;-1;-1;1;-0.7;0.25;1;0.5;1;-1;-1;1;-0.7;0.25;1;0.5;1;-1;-1;1;-0.7;0.25;1;0.5;1;0 62 */ 63 64 ?>
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 |