css/startscreen.css
changeset 13 3ba18138e37e
parent 11 9833f3e24105
child 18 cd85b780f4a5
equal deleted inserted replaced
12:81a8bb1d872a 13:3ba18138e37e
    57 
    57 
    58 .shadow-block {
    58 .shadow-block {
    59     float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0;
    59     float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0;
    60 }
    60 }
    61 
    61 
    62 .description-block {
    62 .topic-words li {
    63     width: 240px; height: 166px; margin-left: 8px;
       
    64 }
       
    65 
       
    66 .description-block p {
       
    67     margin: 8px; font-size: 12px;
       
    68 }
       
    69 
       
    70 .topwords-block {
       
    71     width: 748px; height: 154px; overflow: hidden; padding: 6px;
       
    72 }
       
    73 
       
    74 .topwords-list {
       
    75     
       
    76 }
       
    77 
       
    78 .topwords-list li, .topic-words li {
       
    79     display: inline-block; color: #fff; padding: 0 6px; margin-right: 3px;
    63     display: inline-block; color: #fff; padding: 0 6px; margin-right: 3px;
    80     font-size: 14px; line-height: 26px;
    64     font-size: 14px; line-height: 26px;
    81 }
    65 }
    82 
    66 
    83 .topwords-block li {
       
    84     cursor: pointer;
       
    85 }
       
    86 
       
    87 .topwords-block li:hover, .topwords-block li.selected, .topic-words li.selected {
       
    88     color: #000000; background: #FFFFFF;
       
    89 }
       
    90 
       
    91 .topwords-block li.selected:hover {
       
    92     background: #999; color: #fff;
       
    93 }
       
    94 
       
    95 .start-bottom {
    67 .start-bottom {
    96     position: absolute; top: 256px; bottom: 0; overflow: hidden; width: 100%;
    68     position: absolute; top: 82px; bottom: 0; overflow: hidden; width: 100%;
    97 }
    69 }
    98 
    70 
    99 .start-dataviz {
    71 .start-dataviz {
   100     float: left; height: 100%; width: 240px; position: relative; margin-left: 8px;
    72     float: left; height: 100%; width: 240px; position: relative; margin-left: 8px;
   101 }
    73 }