comparison templates/static/style-gitweb.css @ 3478:2896ce093ec4

Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 21 Oct 2006 20:19:46 +0200
parents d5cdf25bab74
children 4272ae760bb1
comparison
equal deleted inserted replaced
3477:9fab252a7545 3478:2896ce093ec4
5 div.page_header a:visited { color:#0000cc; } 5 div.page_header a:visited { color:#0000cc; }
6 div.page_header a:hover { color:#880000; } 6 div.page_header a:hover { color:#880000; }
7 div.page_nav { padding:8px; } 7 div.page_nav { padding:8px; }
8 div.page_nav a:visited { color:#0000cc; } 8 div.page_nav a:visited { color:#0000cc; }
9 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px} 9 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
10 div.page_footer { height:17px; padding:4px 8px; background-color: #d9d8d1; } 10 div.page_footer { padding:4px 8px; background-color: #d9d8d1; }
11 div.page_footer_text { float:left; color:#555555; font-style:italic; } 11 div.page_footer_text { float:left; color:#555555; font-style:italic; }
12 div.page_body { padding:8px; } 12 div.page_body { padding:8px; }
13 div.title, a.title { 13 div.title, a.title {
14 display:block; padding:6px 8px; 14 display:block; padding:6px 8px;
15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000; 15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;