Attachment 'eventcal-090.css'

Download

   1 /* 
   2 ======= for EventCalendar 0.90 ========
   3 For more information, please visit http://moinmoin.wikiwikiweb.de/MacroMarket/EventCalendar
   4 */
   5 
   6 TABLE.eventcalendar {
   7     /* margin:auto; */
   8 }
   9 
  10 TD.head_yearmonth {
  11     border-width:0px;
  12     text-align:center;
  13     font-size: large;
  14 }
  15 
  16 TD.head_weekday {
  17     width:14%;
  18 
  19     border-style:solid;
  20     border-width:1px; 
  21     border-color:#000000; 
  22     background-color: #ffeeee;
  23     
  24     font-weight:normal;
  25     font-size:10pt;
  26     text-align:center;
  27 }
  28 
  29 TD.head_day {
  30     line-height: 20px;
  31     padding:0px;
  32     margin:0px;
  33     border-style:solid;
  34     border-width:1px; 
  35     border-color:#000000;
  36     border-bottom-width:0px;
  37     /* background-color: #FFFFEE; */
  38     vertical-align: top;
  39     font-weight:normal;
  40     font-size:10pt;
  41     text-align:left;
  42 }
  43 
  44 TD.head_day_sunday {
  45     line-height: 20px;
  46     padding:0px;
  47     margin:0px;
  48     border-style:solid;
  49     border-width:1px; 
  50     border-color:#000000;
  51     border-bottom-width:0px;
  52     /* background-color: #FFFFEE; */
  53     vertical-align: top;
  54     font-weight:normal;
  55     font-size:10pt;
  56     color: #FF3300;
  57     text-align:left;
  58 }
  59 
  60 TD.head_day_today {
  61     line-height: 20px;
  62     padding:0px;
  63     margin:0px;
  64     border-style:solid;
  65     border-width:1px; 
  66     border-color:#000000;
  67     border-bottom-width:0px;
  68     background-color: #FFFFAA;
  69     vertical-align: top;
  70     font-weight: bold;
  71     font-size:10pt;
  72     text-align:left;
  73 }
  74 
  75 TD.head_day_nbmonth {
  76     line-height: 20px;
  77     padding:0px;
  78     margin:0px;
  79     border-style:solid;
  80     border-width:1px; 
  81     border-color:#000000;
  82     border-bottom-width:0px;
  83     background-color: #eeeeee;
  84     vertical-align: top;
  85     font-weight:normal;
  86     font-size:8pt;
  87     text-align:left;
  88     color: #999999;
  89 }
  90 
  91 TD.cal_eventbox { 
  92     line-height: 11px;
  93     padding: 1px 3px 1px 3px;
  94     margin: 0px 0px 0px 0px;
  95     
  96     border-style:solid;
  97     border-width:1px; 
  98     border-top-width:0px;
  99     border-bottom-width:0px;
 100     border-color:#000000;
 101     
 102     vertical-align: middle;
 103     text-align: center;
 104 }
 105 
 106 TABLE.cal_event { 
 107     width:100%;
 108 
 109     padding:0 0 0 0;
 110     margin:0 0 0 0;
 111     
 112     border-width:0px; 
 113     align: center;
 114     
 115 }
 116 
 117 TD.cal_event {
 118     border-style:solid;
 119     border-width:1px; 
 120     border-color:#cccccc; 
 121     padding:3px;
 122     margin:0px;
 123     text-align:center;
 124     color:#3266cd;    
 125     font-weight:normal;
 126     font-size: 8pt;
 127     display: block;
 128     vertical-align: middle;
 129 }
 130 
 131 TD.cal_event_append {
 132     border-style:solid;
 133     border-width:1px; 
 134     border-color:#cccccc; 
 135     border-left-width:0px;
 136     padding:3px;
 137     margin:0px;
 138     text-align:center;
 139     color:#3266cd;    
 140     font-weight:normal;
 141     font-size: 8pt;
 142     display: block;
 143     vertical-align: middle;
 144 }
 145 
 146 TD.cal_event_pending {
 147     border-style:solid;
 148     border-width:1px; 
 149     border-color:#cccccc; 
 150     border-right-width:0px;
 151     padding:3px;
 152     margin:0px;
 153     text-align:center;
 154     color:#3266cd;    
 155     font-weight:normal;
 156     font-size: 8pt;
 157     display: block;
 158     vertical-align: middle;
 159 }
 160 
 161 TD.cal_event_append_pending {
 162     border-style:solid;
 163     border-width:1px; 
 164     border-color:#cccccc; 
 165     border-left-width:0px;
 166     border-right-width:0px;
 167     padding:3px;
 168     margin:0px;
 169     text-align:center;
 170     color:#3266cd;    
 171     font-weight:normal;
 172     font-size: 8pt;
 173     display: block;
 174     vertical-align: middle;
 175 }
 176 
 177 TD.cal_nbmonth {
 178     border-top-width:0px;
 179     border-bottom-width:0px;
 180     border-color:#000000;
 181     background-color: #eeeeee;
 182     padding: 2px;
 183     margin: 1px;
 184 }
 185 
 186 TD.cal_noevent {
 187     border-top-width:0px;
 188     border-bottom-width:0px;
 189     border-color:#000000;
 190     padding: 2px;
 191     margin: 1px;
 192 }
 193 
 194 TD.cal_last_nbmonth {
 195     border-top-width:0px;
 196     border-bottom-width:1px;
 197     border-color:#000000;
 198     background-color: #eeeeee;
 199     padding: 2px;
 200     margin: 1px;
 201 }
 202 
 203 TD.cal_last_noevent {
 204     border-top-width:0px;
 205     border-bottom-width:1px;
 206     border-color:#000000;
 207     padding: 2px;
 208     margin: 1px;
 209 }
 210 
 211 
 212 TD.list_head {
 213     border-width: 1px;
 214     border-style: solid;
 215     font-size: 11pt;
 216     font-weight: bold;
 217     background-color: #cccccc;
 218 }
 219 
 220 TD.list_entry {
 221     font-size: 10pt;
 222     font-weight: normal;
 223 }
 224 
 225 TD.head_dummy_nbmonth {
 226     line-height: 5px;
 227     border-top-width:0px;
 228     border-bottom-width:0px;
 229     border-color:#000000;
 230     background-color: #eeeeee;
 231     padding: 0px;
 232     margin: 0px;
 233 }
 234 
 235 TD.head_dummy {
 236     line-height: 5px;
 237     border-top-width:0px;
 238     border-bottom-width:0px;
 239     border-color:#000000;
 240     padding: 0px;
 241     margin: 0px;
 242 }
 243 
 244 TABLE.eventcalendar_menubar {
 245     /* margin:auto; */
 246 }
 247 
 248 TD.eventcalendar_menubar {
 249     border-width: 0px;
 250     /* text-align: left; */
 251     font-size: 9pt;
 252 }
 253 
 254 TABLE.eventcalendar_msg {
 255     /* margin:auto; */
 256 }
 257 
 258 TD.eventcalendar_msg {
 259     background-color: #FFFF66;
 260     border-width: 0px;
 261     font-size: 9pt; 
 262     color: #990000;
 263 }
 264 
 265 TABLE.simplecalendar {
 266     /* margin:auto; */
 267 }
 268 
 269 TD.simple_nb {
 270     line-height: 10px;
 271     padding:0px;
 272     margin:0px;
 273     border-style:solid;
 274     border-width:0px; 
 275     border-color:#000000;
 276     vertical-align: middle;
 277     font-weight:normal;
 278     font-size:8pt;
 279     text-align:center;
 280 }
 281 
 282 TD.simple_event {
 283     line-height: 20px;
 284     padding:0px;
 285     margin:0px;
 286     border-style:solid;
 287     border-width:1px; 
 288     border-color:#c0c0c0;
 289     background-color: #eeffff;
 290     vertical-align: middle;
 291     font-weight:bold;
 292     font-size:8pt;
 293     text-align:center;
 294 }
 295 
 296 TD.simple_noevent {
 297     line-height: 20px;
 298     padding:0px;
 299     margin:0px;
 300     border-style:solid;
 301     border-width:1px; 
 302     border-color:#c0c0c0;
 303     vertical-align: middle;
 304     font-weight:normal;
 305     color: #c0c0c0;
 306     font-size:8pt;
 307     text-align:center;
 308 }
 309 
 310 TD.simple_event_today {
 311     line-height: 20px;
 312     padding:0px;
 313     margin:0px;
 314     border-style:solid;
 315     border-width:2px; 
 316     border-color:#ff9999;
 317     background-color: #eeffff;
 318     vertical-align: middle;
 319     font-weight:bold;
 320     font-size:8pt;
 321     text-align:center;
 322 }
 323 
 324 TD.simple_noevent_today {
 325     line-height: 20px;
 326     padding:0px;
 327     margin:0px;
 328     border-style:solid;
 329     border-width:2px; 
 330     border-color:#ff9999;
 331     vertical-align: middle;
 332     font-weight:normal;
 333     color: #c0c0c0;
 334     font-size:8pt;
 335     text-align:center;
 336 }
 337 
 338 TD.simple_yearmonth {
 339     border-width:0px;
 340     text-align:center;
 341     font-size: 10pt;
 342 }
 343 
 344 TD.simple_weekday {
 345     width:14%;
 346 
 347     padding: 0 1px 0 1px;
 348     margin: 0 1px 0 1px;
 349 
 350     border-width:0px; 
 351     /* background-color: #ffeeee; */
 352     
 353     font-weight:bold;
 354     font-size:8pt;
 355     text-align:center;
 356 }

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2005-10-31 18:42:02, 65.4 KB) [[attachment:EventCalendar-080.py]]
  • [get | view] (2005-11-22 17:40:26, 55.4 KB) [[attachment:EventCalendar-090.py]]
  • [get | view] (2006-01-15 16:25:08, 57.2 KB) [[attachment:EventCalendar-091.py]]
  • [get | view] (2006-01-17 08:02:06, 75.4 KB) [[attachment:EventCalendar-092.py]]
  • [get | view] (2006-01-18 03:54:33, 75.6 KB) [[attachment:EventCalendar-093.py]]
  • [get | view] (2006-02-25 09:00:17, 74.8 KB) [[attachment:EventCalendar-094-easytime.py]]
  • [get | view] (2006-02-06 04:39:13, 76.2 KB) [[attachment:EventCalendar-094.py]]
  • [get | view] (2006-04-17 13:21:03, 122.7 KB) [[attachment:EventCalendar-096.py]]
  • [get | view] (2006-05-12 15:26:40, 150.6 KB) [[attachment:EventCalendar-098.py]]
  • [get | view] (2008-11-05 16:58:27, 3.2 KB) [[attachment:EventCalendar-099-01.py.patch]]
  • [get | view] (2006-05-23 09:50:33, 152.3 KB) [[attachment:EventCalendar-099.py]]
  • [get | view] (2008-02-14 05:18:57, 1.0 KB) [[attachment:EventCalendar-099.py.patch]]
  • [get | view] (2009-07-15 23:35:13, 151.1 KB) [[attachment:EventCalendar-099a.py]]
  • [get | view] (2013-01-21 02:05:25, 152.4 KB) [[attachment:EventCalendar-099b.py]]
  • [get | view] (2006-11-30 15:51:59, 1.8 KB) [[attachment:defaults-099-01.patch]]
  • [get | view] (2005-10-31 18:35:06, 5.0 KB) [[attachment:eventcal-080.css]]
  • [get | view] (2005-10-31 18:35:01, 11.3 KB) [[attachment:eventcal-080.py]]
  • [get | view] (2005-11-22 17:40:51, 6.8 KB) [[attachment:eventcal-090.css]]
  • [get | view] (2005-11-22 17:40:40, 18.1 KB) [[attachment:eventcal-090.py]]
  • [get | view] (2006-04-17 13:22:09, 8.9 KB) [[attachment:eventcal-096.css]]
  • [get | view] (2006-02-08 02:31:50, 1.4 KB) [[attachment:eventcalendar-094-01.patch]]
  • [get | view] (2006-11-30 15:52:26, 12.2 KB) [[attachment:label_priority-099-01.patch]]
  • [get | view] (2006-11-16 17:06:28, 1.1 KB) [[attachment:pagelinks-099-01.patch]]
  • [get | view] (2006-11-16 17:06:52, 2.9 KB) [[attachment:pagelist-099-01.patch]]
  • [get | view] (2006-03-29 07:37:02, 118.7 KB) [[attachment:snap-daily.jpg]]
  • [get | view] (2006-01-18 03:52:49, 23.2 KB) [[attachment:snap-list.jpg]]
  • [get | view] (2006-01-18 03:52:40, 37.4 KB) [[attachment:snap-monthly.jpg]]
  • [get | view] (2006-03-29 07:35:54, 43.8 KB) [[attachment:snap-simple.jpg]]
  • [get | view] (2006-01-18 03:53:04, 29.4 KB) [[attachment:snap-upcoming.jpg]]
  • [get | view] (2006-03-29 07:36:43, 161.0 KB) [[attachment:snap-weekly.jpg]]
  • [get | view] (2007-06-12 19:51:39, 55.0 KB) [[attachment:time_bug.PNG]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.