src/widgets/KnowledgeConcierge.module.css
changeset 1072 ac1eacb3aa33
parent 984 e034099276f6
equal deleted inserted replaced
1071:02c04d2c8fd8 1072:ac1eacb3aa33
       
     1 .Ldt-Kc-Slider {
       
     2     width: 100%; height: 8px; margin: 3px 0; font-size: 8px;
       
     3 }
       
     4 
       
     5 .Ldt-Kc-Canvas {
       
     6     border: 1px solid #999999;
       
     7 }
       
     8 
       
     9 .Ldt-Kc-Related {
       
    10     display: none;
       
    11 }
       
    12 
       
    13 .Ldt-Kc-Related-Empty {
       
    14     text-align: center; font-weight: bold; font-style: italic;
       
    15     font-size: 14px; color: #999999; margin: 5px 0;
       
    16 }
       
    17 
       
    18 .Ldt-Kc-Related h2 {
       
    19     border: none;
       
    20     color: #330099;
       
    21     font-size: 18px;
       
    22     margin: 8px 0 2px;
       
    23     padding: 0 5px;
       
    24 }
       
    25 
       
    26 h3.Ldt-Kc-For-Keywords {
       
    27     border-bottom: 1px solid #666666;
       
    28     color: #000000;
       
    29     font-size: 12px;
       
    30     margin: 2px 0 5px;
       
    31     padding: 0 5px 5px;
       
    32     text-align: right;
       
    33 }
       
    34 
       
    35 .Ldt-Kc-Keywords {
       
    36     color: #d000c0; font-weight: bold;
       
    37 }
       
    38 
       
    39 .Ldt-Kc-Related-Item {
       
    40     width: 235px; float: left; margin: 4px 0; padding: 4px 0;
       
    41 }
       
    42 
       
    43 .Ldt-Kc-Related-Item:hover {
       
    44     background: #e8e8e8;
       
    45 }
       
    46 
       
    47 .Ldt-Kc-Related-Item:nth-child(even) {
       
    48     margin-left: 10px;
       
    49 }
       
    50 
       
    51 .Ldt-Kc-Related-Item a {
       
    52     text-decoration: none;
       
    53 }
       
    54 
       
    55 .Ldt-Kc-Related-Item img {
       
    56     max-width: 80px; max-height: 60px; float: left;
       
    57 }
       
    58 
       
    59 .Ldt-Kc-Related-Item h3, .Ldt-Kc-Related-Item p {
       
    60     margin: 0 0 5px 85px;
       
    61 }
       
    62 
       
    63 .Ldt-Kc-Related-Item h3 {
       
    64     font-size: 14px; font-weight: 600;
       
    65 }
       
    66 
       
    67 .Ldt-Kc-Related-Item h3 a {
       
    68      color: #330099;
       
    69 }
       
    70 
       
    71 .Ldt-Kc-Related-Item h3 a:hover {
       
    72     text-decoration: underline;
       
    73 }
       
    74 
       
    75 .Ldt-Kc-Related-Item p {
       
    76     font-size: 12px;
       
    77 }
       
    78 
       
    79 .Ldt-Kc-Item-Duration {
       
    80     color: #c00000;
       
    81 }
       
    82 
       
    83 .Ldt-Kc-Row {
       
    84     border-bottom: 1px solid #CCCCCC;
       
    85     clear: both; float: left; width: 100%;
       
    86 }
       
    87 
       
    88 .Ldt-Kc-Clearer {
       
    89     clear: both;
       
    90 }
       
    91 
       
    92 .Ldt-Kc-Waiting {
       
    93     display: none;
       
    94     height: 128px;
       
    95     width: 100%;
       
    96     background:url(img/loader.gif) center no-repeat;
       
    97 }