root/galaxy-central/static/june_2007_style/tool_menu.css.tmpl @ 2

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

import galaxy-central

行番号 
1body
2{
3    background: white;
4    color: $base_text;
5    background: $menu_bg_over url(menu_bg.png) top repeat-x;
6    margin: 5px;
7    margin-right: 10px;
8    margin-left: 10px;
9}
10
11hr
12{
13    border: none;
14    height: 0px;
15    margin-top: 0px;
16}
17
18div.toolSectionPad
19{
20    margin: 0;
21    padding: 0;
22    height: 5px;
23    font-size: 0px;
24}
25
26div.toolSectionDetailsInner
27{
28  margin-left: 5px;
29  margin-right: 5px;
30}
31
32div.toolSectionTitle
33{
34  font-weight: bold;
35}
36
37div.toolPanelLabel
38{
39  padding-top: 10px;
40  padding-bottom: 5px;
41  font-weight: bold;
42  color: gray;
43  text-transform: uppercase;
44}
45
46div.toolTitle
47{
48  padding-top: 5px;
49  padding-bottom: 5px;
50  margin-left: 16px;
51  margin-right: 10px;
52  display: list-item;
53  list-style: square outside;
54}
55
56div.toolSectionBody div.toolPanelLabel
57{
58  padding-top: 5px;
59  padding-bottom: 5px;
60  margin-left: 16px;
61  margin-right: 10px;
62  display: list-item;
63  list-style: none outside;
64}
65
66div.toolTitleNoSection
67{
68  padding-bottom: 0px;
69  font-weight: bold;
70}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。