--- /dev/null
+.wikipage h1 {;
+ background-color: #ffffcc;
+ border-color: yellow;
+ border-style: solid;
+ border-width: 0 0 0.3em 0.3em;
+ padding: 0.2em 0.4em;
+ /* cancel browser.css */
+ margin-right: 0;
+}
+
+.wikipage h2 {
+ background-color: #ffffcc;
+ border-color: yellow;
+ border-style: solid;
+ border-width: 0 0 0.2em 0.6em;
+ padding: 0.2em 0.6em;
+}
+
+.wikipage h3 {
+ background-color: #ffffcc;
+ border-color: yellow;
+ border-style: double;
+ border-width: 0 0 0.2em 1em;
+ padding: 0.2em 0.7em;
+}
+
+.wikipage h4 {
+ background-color: #ffffcc;
+ padding: 0.2em 0.6em;
+}
+
+.wikipage h5 {
+ background-color: #ffffcc;
+ border-color: yellow;
+ border-style: solid;
+ border-width: 0 0 0 1em;
+ padding: 0.2em 0.4em;
+}
+
+.wikipage h6 {
+ background-color: #ffffcc;
+ border-color: yellow;
+ border-style: double;
+ border-width: 0 0 0 2em;
+ padding: 0.2em 0.4em;
+}
+
+/* expand edit text area */
+#edit #text {
+ min-height: 20em;
+}
+
+/* Quick search */
+#proj-search {
+ width: 20em;
+}
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:py="http://genshi.edgewall.org/"
py:strip="">
- <!--!
- This file allows customizing the appearance of the Trac installation.
- Add your customizations here and rename the file to site.html. Note that
- it will take precedence over a global site.html placed in the directory
- specified by [inherit] templates_dir.
-
- More information about site appearance customization can be found here:
-
- http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance
- -->
+ <!--! Add site-specific style sheet -->
+ <head py:match="head" py:attrs="select('@*')">
+ ${select('*|comment()|text()')}
+ <link rel="stylesheet" type="text/css"
+ href="/static/htdocs/custom.css" />
+ </head>
</html>