timeline/css/timeline.css
changeset 96 7d1c2c21d891
parent 95 907a53a35a95
child 97 0444ad28e6ba
equal deleted inserted replaced
95:907a53a35a95 96:7d1c2c21d891
     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 ul, li {
       
    23     list-style: none;
       
    24 }
       
    25 
       
    26 input::-moz-focus-inner /*Remove button padding in FF*/
       
    27 { 
       
    28     border: 0;
       
    29     padding: 0;
       
    30 }
       
    31 
       
    32 table {
       
    33     border-collapse: separate; border-spacing: 0;
       
    34 }
       
    35 
       
    36 th, td {
       
    37     vertical-align: top;
       
    38 }
       
    39 
       
    40 img a {
       
    41     border: none;
       
    42 }
       
    43 
       
    44 body {
       
    45     font-size: 10px; font-family: Arial, Helvetica, sans-serif;
       
    46 }
       
    47 
       
    48 /************************************************/
       
    49 
       
    50 .Tl-Main {
     1 .Tl-Main {
    51     font-family: Arial, Helvetica, sans-serif; text-align: left;
     2     font-family: Arial, Helvetica, sans-serif; text-align: left;
    52     position: relative;
     3     position: relative;
    53 }
     4 }
    54 
     5 
   121 .Tl-Grid-Now {
    72 .Tl-Grid-Now {
   122     position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff;
    73     position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff;
   123 }
    74 }
   124 
    75 
   125 .Tl-Occurrence {
    76 .Tl-Occurrence {
   126     width: 38px; height: 38px; cursor: pointer; border: 2px solid rgba(255,255,255,.9);
    77     width: 32px; height: 32px; cursor: pointer; border: 2px solid rgba(255,255,255,.9);
   127 }
    78 }
   128 
    79 
   129 .Tl-Occurrence img {
    80 .Tl-Occurrence img {
   130     max-width: 100%; max-height: 100%;
    81     max-width: 100%; max-height: 100%;
   131 }
    82 }