equal
deleted
inserted
replaced
1 #editor h2 { |
|
2 color: #FFFFFF; |
|
3 font-size: 30px; |
|
4 line-height: 30px; |
|
5 margin: 0 0 10px 0; |
|
6 } |
|
7 #editor h2 span.ost { |
|
8 display: inline; |
|
9 font-size: 14px; |
|
10 color: #777777; |
|
11 } |
|
12 |
|
13 #segment-list { |
|
14 color: #FFFFFF; |
|
15 padding: 10px; |
|
16 width: 350px; |
|
17 } |
|
18 .seg_container { |
|
19 margin: 10px; |
|
20 } |
|
21 .segtimeline { |
|
22 height:15px; |
|
23 background: #330000; |
|
24 border: 1px solid #000000; |
|
25 } |
|
26 .segtimeline div { |
|
27 height: 15px; |
|
28 background: #990000; |
|
29 color: #990000; |
|
30 } |
|
31 .seghiglighted { |
|
32 background: #ffcc33 !important; |
|
33 } |
|
34 #segment-list strong { |
|
35 color: #FF9999; |
|
36 } |
|