source:
npl/webapps/Trac/defaults/site.html
@
13a1b25
Last change on this file since 13a1b25 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 529 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | <html xmlns="http://www.w3.org/1999/xhtml" |
2 | xmlns:py="http://genshi.edgewall.org/" py:strip=""> | |
3 | <!--! Custom match templates go here --> | |
4 | <head py:match="head" py:attrs="select('@*')"> | |
5 | ${select('*|comment()|text()')} | |
6 | <style> | |
7 | h1 | |
8 | { | |
9 | font-weight:bold; | |
10 | background-color: #0072E5; | |
11 | color:#FFFFFF; | |
12 | } | |
13 | h2 | |
14 | { | |
15 | border-bottom: 1px; | |
16 | border-bottom-style: solid; | |
17 | border-color: #555555; | |
18 | } | |
19 | h1 :visited, h1 :link | |
20 | { | |
21 | color:#ffffff; | |
22 | } | |
23 | </style> | |
24 | </head> | |
25 | </html> |
Note: See TracBrowser
for help on using the repository browser.