Upgrade to Pro — share decks privately, control downloads, hide ads and more …

frontinvale.pdf

guiSouza
September 28, 2015
42

 frontinvale.pdf

guiSouza

September 28, 2015
Tweet

Transcript

  1. Do.

  2. DSS

  3. Wikipedia <style type="text/css"> <?php /* Include the style sheet */

    require_once("sheet.dcss.php"); ?> </style>
  4. Drupal body { background-color: <?php print 'red'; ?>; } body

    { background-color: <?php print dcss('background-color'); ?>; font-family: <?php print dcss('font-family-sans-serif'); ?>; font-size: <?php print dcss('font-m'); ?>; }
  5. DSS