css/startscreen.css
changeset 23 933b388521f6
parent 18 cd85b780f4a5
equal deleted inserted replaced
22:4e1e66b2fdf1 23:933b388521f6
    35 .explain-block {
    35 .explain-block {
    36     width: 494px; height: 66px; padding: 0 5px;
    36     width: 494px; height: 66px; padding: 0 5px;
    37 }
    37 }
    38 
    38 
    39 .explain-block h3 {
    39 .explain-block h3 {
    40     font-size: 18px; line-height: 32px;
    40     font-size: 18px; line-height: 24px;
    41 }
    41 }
    42 
    42 
    43 .keyword-search {
    43 ul.keyword-search {
    44     line-height: 30px; padding: 0 5px; border: 1px solid #000000; width: 300px; font-size: 18px;
    44     border: 1px solid #000000; width: 480px; font-size: 15px;
    45     background: #666666; color: #FFFFFF;
    45     background: #666666;
    46 }
    46 }
    47 ::-webkit-input-placeholder { 
    47 
    48     color: #cccccc; font-style: italic;
    48 ul.tagit input {
       
    49     background: #666666; color: #ffffff;
    49 }
    50 }
    50 :-moz-placeholder {
    51 
    51     color: #cccccc; font-style: italic;
    52 ul.tagit li.tagit-choice {
       
    53     margin-top: 4px;
    52 }
    54 }
    53 
    55 
    54 .ui-autocomplete {
    56 .ui-autocomplete {
    55     background: #666666; font-size: 14px;
    57     background: #666666; font-size: 14px;
    56 }
    58 }