static/irclogs.css
changeset 113 9fc0eb751b6a
parent 112 090192b64d7e
child 114 d4848d807fd1
equal deleted inserted replaced
112:090192b64d7e 113:9fc0eb751b6a
   150 
   150 
   151 table.calendar th {
   151 table.calendar th {
   152     background-color: #c8c8c8;
   152     background-color: #c8c8c8;
   153 }
   153 }
   154 
   154 
   155 table.calendar td {
   155 /* month header */
   156     margin: 1px;
       
   157 
       
   158     
       
   159     text-align: center;
       
   160 }
       
   161 
       
   162 table.calendar tr.month-header th {
   156 table.calendar tr.month-header th {
   163 
   157 
   164 }
   158 }
   165 
   159 
   166 table.calendar tr.month-header a {
   160 table.calendar tr.month-header a,
       
   161 table.calendar span.prev-month,
       
   162 table.calendar span.next-month {
   167     display: block;
   163     display: block;
   168     
   164     
   169     color: inherit;
   165     color: inherit;
   170     text-decoration: none;
   166     text-decoration: none;
   171     
   167     
   174     padding-right: 8px;
   170     padding-right: 8px;
   175 
   171 
   176     font-size: x-large;
   172     font-size: x-large;
   177 }
   173 }
   178 
   174 
       
   175 table.calendar th.this-month a.next-month,
       
   176 table.calendar span.prev-month,
       
   177 table.calendar span.next-month {
       
   178     color: #d5d5d5;
       
   179 }
       
   180  
   179 table.calendar tr.month-header a:hover {
   181 table.calendar tr.month-header a:hover {
   180     background-color: #b5b5b5;
   182     background-color: #b5b5b5;
   181 }
   183 }
   182 
   184 
   183 table.calendar tr.month-header span {
   185 table.calendar tr.month-header span {
   184     margin-top: 5px;
   186     margin-top: 5px;
   185 }
   187 }
   186 
   188 
   187 table.calendar a.prev-month {
   189 table.calendar .prev-month {
   188     float: left;
   190     float: left;
   189 }
   191 }
   190 
   192 
   191 table.calendar a.next-month {
   193 table.calendar .next-month {
   192     float: right;
   194     float: right;
   193 }
   195 }
   194 
   196 
   195 table.calendar th.this-month a.next-month {
   197 /* week header */
   196     color: #d5d5d5;
       
   197 }
       
   198 
       
   199 
       
   200 table.calendar tr.week-header th {
   198 table.calendar tr.week-header th {
   201     width: 14%
   199     width: 14%
   202 }
   200 }
   203 
   201 
       
   202 /* cells */
   204 table.calendar td {
   203 table.calendar td {
   205     padding: 2px;
   204     padding: 2px;
       
   205     margin: 1px;
       
   206     text-align: center;
   206 }
   207 }
   207 
   208 
   208 table.calendar td a {
   209 table.calendar td a {
   209     display: block;
   210     display: block;
   210     padding: 2px;
   211     padding: 2px;
   212     background-color: #e0e0e0;
   213     background-color: #e0e0e0;
   213     text-decoration: none;
   214     text-decoration: none;
   214 
   215 
   215     color: inherit;
   216     color: inherit;
   216 }
   217 }
   217     
   218    
   218 table.calendar td.empty {
   219 table.calendar td.empty {
   219     color: #d0d0d0;
   220     color: #d0d0d0;
   220 }
   221 }
   221 
   222 
   222 table.calendar td a:hover {
   223 table.calendar td a:hover {