themes/otl_style2.css
changeset 1 1ae1a79094fa
parent 0 868dae1581ff
child 2 fdcab4072085
equal deleted inserted replaced
0:868dae1581ff 1:1ae1a79094fa
     1 body
       
     2 {
       
     3     font-family: Verdana;
       
     4     font-size: 11px;
       
     5     background-color: white;
       
     6     margin: 30px 30px 100px 30px;
       
     7 }
       
     8 
       
     9 .header
       
    10 {
       
    11     font-size: 18px;
       
    12     font-weight: bold;
       
    13 }
       
    14 
       
    15 .last_mod
       
    16 {
       
    17     display: block;
       
    18     border-top: 1px solid #ccc;
       
    19     font-style: italic;
       
    20     color: #777;
       
    21 }
       
    22 
       
    23 .legend {}
       
    24 .date {}
       
    25 .time {}
       
    26 
       
    27 .group
       
    28 {
       
    29     width: 50%;
       
    30     min-width: 500px;
       
    31     margin-bottom: 5px;
       
    32     border-bottom: 1px solid #eee;
       
    33 }
       
    34 
       
    35 .timer
       
    36 {
       
    37     position: absolute;
       
    38     top: 5;
       
    39     right: 10;
       
    40     color: #999;
       
    41 }
       
    42 
       
    43 .counts
       
    44 {
       
    45     color: #777;
       
    46     margin-left: 10px;
       
    47     font-weight: normal;
       
    48     font-size: 10px;
       
    49     font-style: italic;
       
    50 }
       
    51 
       
    52 .sort
       
    53 {   
       
    54     margin-bottom: 15px;
       
    55     font-weight: bold;
       
    56 }
       
    57 
       
    58 .sort a
       
    59 {   
       
    60     font-weight: normal;
       
    61     text-decoration: none;
       
    62     color: #777;
       
    63 }
       
    64 
       
    65 .sort a:hover
       
    66 {
       
    67     color: black;
       
    68 }
       
    69 
       
    70 .level0
       
    71 {
       
    72     font-weight: bold;
       
    73     cursor: pointer;
       
    74     display: block;
       
    75     -moz-user-select: none;
       
    76 }
       
    77 
       
    78 .level0_over
       
    79 {
       
    80     background-color: #eee;
       
    81     cursor: pointer;
       
    82     display: block;
       
    83 }
       
    84 
       
    85 .level1
       
    86 {
       
    87     display: block;
       
    88     margin-left: 20px;
       
    89 }
       
    90 
       
    91 .level2
       
    92 {
       
    93     display: block;
       
    94     margin-left: 40px;
       
    95 }
       
    96 
       
    97 .level3
       
    98 {
       
    99     display: block;
       
   100     margin-left: 60px;
       
   101 }
       
   102 
       
   103 .level4
       
   104 {
       
   105     display: block;
       
   106     margin-left: 80px;
       
   107 }
       
   108 
       
   109 .percent
       
   110 {
       
   111     color: #8193c8;
       
   112     font-weight: bold;
       
   113 }
       
   114 
       
   115 .todo
       
   116 {
       
   117     padding-left: 10px;
       
   118     margin-right: 5px;
       
   119     border: .5px solid #c88181;
       
   120     background-color: #fbf5f5;
       
   121 }
       
   122 
       
   123 .done
       
   124 {
       
   125     padding-left: 10px;
       
   126     margin-right: 5px;
       
   127     border: .5px solid #8193c8;
       
   128     background-color: #f5f7fb;
       
   129 }
       
   130 
       
   131 .comment
       
   132 {
       
   133     font-style: italic;
       
   134     display: block;
       
   135 }
       
   136