1h2.title {
2    font-family: monospace;
3    color: #008cba;
4    font-style: oblique;
5    font-size: large;
6    background: url('/lib/plugins/redproject/images/redmine.png') no-repeat 0 50%;
7    background-size: 1.8em;
8    padding-left: 2em;
9}
10
11div.title {
12    padding: .2em;
13    font-size: 1.5em;
14    float: left;
15    position: relative;
16    min-width: 8em;
17}
18
19span.info-title {
20    font-size: 1.7em;
21}
22
23div.circle {
24    display: inline-block;
25    width: 3.5em;
26    height: 3.5em;
27    border-radius: 2.5em;
28    font-size: 1em;
29    line-height: 3.5em;
30    text-align: center;
31    margin-right:0.2em;
32    background: #3498db;
33    color: white;
34}
35
36a:hover div.circle {
37    color:white;
38    background-color:#357ebd;
39}
40
41div.title-droite {
42    display: inline-block;
43    line-height: 3.5em;
44}
45
46div.see-it {
47    position: absolute;
48    left:8em;
49    top: 3em;
50    font-size:0.5em;
51}
52
53.info {
54    position:absolute;
55    color:#008cba;
56    margin-left:20px
57}
58
59div.parent {
60    text-align: right;
61    font-weight: bold;
62}
63
64div.desc h4 {
65    background: url('images/ticket.png') no-repeat 0% 50%;
66    padding-left: 1.2em;
67}
68
69div.desc {
70    width: 60%;
71    float: right;
72    border: 1px solid #eee;
73    border-left-width: 5px;
74    border-radius: 3px;
75    border-left-color: #19B317;
76    padding: 1em;
77    margin: 1em;
78}
79p.desc {
80    text-align: justify;
81    text-indent: 5%;
82}
83
84div.details {
85    color: #169;
86}
87
88div.details h3 {
89    background: url('images/stats.png') no-repeat 0% 50%;
90    padding-left: 1.2em;
91}
92
93div.stats {
94    border: 1px solid #eee;
95    border-left-width: 5px;
96    border-radius: 3px;
97    border-left-color: #3498db;
98    padding: 1em;
99    margin: 1em;
100    line-height: 0.8em;
101}
102
103div.action {
104    border: 1px solid #eee;
105    border-left-width: 5px;
106    border-radius: 3px;
107    border-left-color: #3498db;
108    padding: 1em;
109    margin: 1em;
110    line-height: 0.8em;
111
112}
113
114div.version {
115    clear: both;
116    padding-top: 8px;
117}
118div.version h3 {
119    color: #169;
120    background: url('images/versions.png') no-repeat 0% 50%;
121    padding-left: 1.2em;
122}
123
124span.version {
125    padding: 0.1em;
126    padding-left: 2em;
127    border-radius: 0.3em;
128    background: url('images/package.png') no-repeat 0% 50%;
129}
130
131span.nbver {
132    font-size: small;
133}
134
135a.version {
136    text-decoration: none !important;
137    padding: 2px;
138}
139
140span.doku {
141    font-style: italic;
142    font-family: monospace;
143}
144
145div.descver {
146    background-color: #F3F9FF;
147}
148
149div.descver p{
150    font-size: 0.9em;
151    }
152
153div.descver a {
154    font-size: 12px;
155}
156
157span.statusop {
158    color:#00EA00;
159}
160
161span.statuscl {
162    color:#940707;
163}
164
165h3.member {
166    background: url('images/group.png') no-repeat 0% 50%;
167    padding-left: 20px;
168    color:#169;
169    text-indent:0.3em;
170
171}
172
173div.member {
174    //background-color: #f6f6f6;
175    //font-size: 14px;
176    border: 1px solid #eee;
177    border-left-width: 5px;
178    border-radius: 3px;
179    border-left-color: #6f5499;
180    padding: 1em;
181    margin: 1em;
182    line-height: 0.8em;
183}
184
185p.member {
186    color: black;
187    line-height: 1.5em;
188}
189
190p.member span {
191    color: #169;
192}
193
194
195