root/galaxy-central/static/light_hatched_style/green/masthead.css @ 2

リビジョン 2, 432 bytes (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1body
2{
3    background: #025838 url(/static/style/masthead_bg.png) bottom;
4    color: white;
5    padding: 0;
6    border: 0;
7    margin: 3px;
8    margin-right: 10px;
9    margin-left: 10px;
10}
11
12div.pageTitle
13{
14    font-size: x-large;
15    font-weight: bold;
16}
17
18div.pageTitle a:link, div.pageTitle a:visited, div.pageTitle a:active, div.pageTitle a:hover
19{
20    text-decoration: none;
21}
22
23a:link, a:visited, a:active
24{
25    color: #ecf2e7;
26}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。