static/irclogs.css
changeset 55 5667d2bbdc50
parent 54 b65a95eb9f6b
child 56 69494e4a5ecc
equal deleted inserted replaced
54:b65a95eb9f6b 55:5667d2bbdc50
   128 /*
   128 /*
   129  * General
   129  * General
   130  */
   130  */
   131 
   131 
   132 /* Calendar */
   132 /* Calendar */
       
   133 table.calendar {
       
   134     
       
   135 }
       
   136 
       
   137 table.calendar th {
       
   138     background-color: #c8c8c8;
       
   139 }
       
   140 
       
   141 table.calendar td {
       
   142     margin: 1px;
       
   143 
       
   144     
       
   145     text-align: center;
       
   146 }
       
   147 
       
   148 table.calendar tr.month-header th {
       
   149 
       
   150 }
       
   151 
       
   152 table.calendar tr.month-header a {
       
   153     display: block;
       
   154     
       
   155     color: inherit;
       
   156     text-decoration: none;
       
   157     
       
   158     padding: 3px;
       
   159     padding-left: 8px;
       
   160     padding-right: 8px;
       
   161 
       
   162     font-size: x-large;
       
   163 }
       
   164 
       
   165 table.calendar tr.month-header a:hover {
       
   166     background-color: #b5b5b5;
       
   167 }
       
   168 
       
   169 table.calendar tr.month-header span {
       
   170     margin-top: 5px;
       
   171 }
       
   172 
       
   173 table.calendar a.prev-month {
       
   174     float: left;
       
   175 }
       
   176 
       
   177 table.calendar a.next-month {
       
   178     float: right;
       
   179 }
       
   180 
       
   181 table.calendar tr.week-header th {
       
   182     width: 14%
       
   183 }
       
   184 
       
   185 table.calendar td {
       
   186     padding: 2px;
       
   187 }
       
   188 
       
   189 table.calendar td a {
       
   190     display: block;
       
   191     padding: 2px;
       
   192 
       
   193     background-color: #e0e0e0;
       
   194     text-decoration: none;
       
   195 
       
   196     color: inherit;
       
   197 }
       
   198     
       
   199 table.calendar td.empty {
       
   200     color: #d0d0d0;
       
   201 }
       
   202 
       
   203 table.calendar td a:hover {
       
   204     background-color: #d0d0d0;
       
   205 }
       
   206 
   133 table.calendar td#today {
   207 table.calendar td#today {
   134     font-weight: bold;
   208     font-weight: bold;
   135 }
   209 }
   136 
   210 
       
   211