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

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

import galaxy-central

行番号 
1body
2{
3    background: #023858 url(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: 160%;
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: #ece7f2;
26}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。