thd/web/css/.svn/text-base/editor.css.svn-base
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     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 }