test/test.css
branchnew-model
changeset 884 10233337f6da
child 988 eefd336335f9
equal deleted inserted replaced
883:d35ad8111c5e 884:10233337f6da
       
     1 html, body, div, span, applet, object, iframe,
       
     2 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
       
     3 a, abbr, acronym, address, big, cite, code,
       
     4 del, dfn, em, img, ins, kbd, q, s, samp,
       
     5 small, strike, strong, sub, sup, tt, var,
       
     6 b, u, i, center,
       
     7 dl, dt, dd, ol, ul, li,
       
     8 fieldset, form, label, legend,
       
     9 table, caption, tbody, tfoot, thead, tr, th, td,
       
    10 article, aside, canvas, details, embed, 
       
    11 figure, figcaption, footer, header, hgroup, 
       
    12 menu, nav, output, ruby, section, summary,
       
    13 time, mark, audio, video {
       
    14     margin: 0;
       
    15     padding: 0;
       
    16     border: 0;
       
    17     font-size: 100%;
       
    18     font: inherit;
       
    19     vertical-align: baseline;
       
    20 }
       
    21 
       
    22 img a {
       
    23     border: none;
       
    24 }
       
    25 
       
    26 body {
       
    27     background-color: #F7F6F6;
       
    28     color: #003050;
       
    29 }
       
    30 
       
    31 body, p, h1, h2, h3 {
       
    32     font-family: 'Open Sans', Helvetica, Arial, sans-serif;
       
    33 }
       
    34 
       
    35 h1  {
       
    36     margin: 5px 0; text-align: center; font-size: 24px;
       
    37 }
       
    38 
       
    39 ul.pageindex {
       
    40     font-size: 20px; padding-left: 25px; list-style: disc;
       
    41 }
       
    42 
       
    43 h2 {
       
    44     font-size: 20px; margin: 5px 0;
       
    45 }
       
    46 
       
    47 #LdtPlayer {
       
    48     float: left;
       
    49     margin: 10px;
       
    50 }
       
    51 
       
    52 #AnnotationsListContainer {
       
    53     float: left;
       
    54     width: 400px;
       
    55     margin: 10px 0;
       
    56 }