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

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

import galaxy-central

行番号 
1body
2{
3    background: white;
4    color: #303030;
5    background-image: url(menu_bg.png);
6    background-repeat: repeat-x;
7    background-position: top;
8    margin-top: 5px;
9    margin-right: 0;
10    margin-left: 0;
11    border: 0;
12    padding: 0;
13}
14
15a
16{
17    color: #base_text;
18}
19
20div.historyLinks
21{
22    padding: 5px;
23    margin: 5px;
24}
25
26div.historyItem
27{
28    padding: 5px;
29    padding-right: 15px;
30    padding-left: 15px;
31    margin-bottom: 5px;
32}
33
34div.historyItem-ok
35{
36    padding: 5px;
37    padding-right: 15px;
38    padding-left: 15px;
39    margin-bottom: 5px;
40    border-top: solid #66AA66 1px;
41    border-bottom: solid #66AA66 1px;
42    background: #CCFFCC;
43    background-image: url(ok_bg.png);
44    background-repeat: repeat-x;
45    background-position: top;
46   
47}
48
49div.historyItem-error, div.historyItem-empty
50{
51    padding: 5px;
52    padding-right: 15px;
53    padding-left: 15px;
54    margin-bottom: 5px;
55    border-top: solid #AA6666 1px;
56    border-bottom: solid #AA6666 1px;
57    background: #FFCCCC;
58    background-image: url(error_bg.png);
59    background-repeat: repeat-x;
60    background-position: top;
61}
62
63div.historyItem-running
64{
65    padding: 5px;
66    padding-right: 15px;
67    padding-left: 15px;
68    margin-bottom: 5px;
69    border-top: solid #AAAA66 1px;
70    border-bottom: solid #AAAA66 1px;
71    background: #FFFFCC;
72    background-image: url(warn_bg.png);
73    background-repeat: repeat-x;
74    background-position: top;
75}
76
77div.historyItem-queued
78{
79    padding: 5px;
80    padding-right: 15px;
81    padding-left: 15px;
82    margin-bottom: 5px;
83    border-top: solid #888888 1px;
84    border-bottom: solid #888888 1px;
85    background: #EEEEEE;
86    background-image: url(gray_bg.png);
87    background-repeat: repeat-x;
88    background-position: top;
89}
90
91div.historyItemBody div
92{
93    padding-top: 2px;
94}
95
96pre.peek
97{
98    background: white;
99    color: black;
100    width: 100%;
101    overflow: auto;
102}
103
104pre.peek th
105{
106    color: white;
107    background: #023858;
108}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。