Commit aed4fcd539af2169e0779c493c93170a7a6c2f7b

Authored by Sergio Oliveira
1 parent d1458bd9

Adding trac rules for diazo

Showing 1 changed file with 18 additions and 0 deletions   Show diff stats
src/proxy/diazo/trac.xml 0 → 100644
... ... @@ -0,0 +1,18 @@
  1 +<rules
  2 + xmlns="http://namespaces.plone.org/diazo"
  3 + xmlns:css="http://namespaces.plone.org/diazo/css"
  4 + xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  5 +
  6 + <replace css:theme-children="#main-content" css:content-children="#main" />
  7 + <before theme-children="/html/head">
  8 + <link rel="stylesheet" href="/chrome/common/css/trac.css" type="text/css" /><link rel="stylesheet" href="/chrome/common/css/wiki.css" type="text/css" /><link rel="stylesheet" href="/chrome/tags/css/tractags.css" type="text/css" />
  9 + </before>
  10 + <after theme-children="/html/head">
  11 + <style>
  12 + .nav ul { font-size: 14px; text-align: left; }
  13 + .nav li { border: 0; padding: 0; }
  14 + :link, :visited { border: 0; color: rgb(66, 139, 202); }
  15 + </style>
  16 + </after>
  17 +
  18 +</rules>
... ...