Attachment 'eventcal-096.css'

Download

   1 /* ======= for EventCalendar ========*/
   2 
   3 TABLE.eventcalendar {
   4     /* margin:auto; */
   5 }
   6 
   7 TD.head_yearmonth {
   8     border-width:0px;
   9     text-align:center;
  10     font-size: large;
  11 }
  12 
  13 TD.head_weekday {
  14     width:14%;
  15 
  16     border-style:solid;
  17     border-width:1px; 
  18     border-color:#000000; 
  19     background-color: #ffeeee;
  20     
  21     font-weight:normal;
  22     font-size:10pt;
  23     text-align:center;
  24 }
  25 
  26 TD.head_day {
  27     line-height: 20px;
  28     padding:0px;
  29     margin:0px;
  30     border-style:solid;
  31     border-width:1px; 
  32     border-color:#000000;
  33     border-bottom-width:0px;
  34     /* background-color: #FFFFEE; */
  35     vertical-align: top;
  36     font-weight:normal;
  37     font-size:10pt;
  38     text-align:left;
  39 }
  40 
  41 TD.head_day_sunday {
  42     line-height: 20px;
  43     padding:0px;
  44     margin:0px;
  45     border-style:solid;
  46     border-width:1px; 
  47     border-color:#000000;
  48     border-bottom-width:0px;
  49     /* background-color: #FFFFEE; */
  50     vertical-align: top;
  51     font-weight:normal;
  52     font-size:10pt;
  53     color: #FF3300;
  54     text-align:left;
  55 }
  56 
  57 TD.head_day_today {
  58     line-height: 20px;
  59     padding:0px;
  60     margin:0px;
  61     border-style:solid;
  62     border-width:1px; 
  63     border-color:#000000;
  64     border-bottom-width:0px;
  65     background-color: #FFFFAA;
  66     vertical-align: top;
  67     font-weight: bold;
  68     font-size:10pt;
  69     text-align:left;
  70 }
  71 
  72 TD.head_day_nbmonth {
  73     line-height: 20px;
  74     padding:0px;
  75     margin:0px;
  76     border-style:solid;
  77     border-width:1px; 
  78     border-color:#000000;
  79     border-bottom-width:0px;
  80     background-color: #eeeeee;
  81     vertical-align: top;
  82     font-weight:normal;
  83     font-size:8pt;
  84     text-align:left;
  85     color: #999999;
  86 }
  87 
  88 TD.cal_eventbox { 
  89     line-height: 11px;
  90     padding: 1px 3px 1px 3px;
  91     margin: 0px 0px 0px 0px;
  92     
  93     border-style:solid;
  94     border-width:1px; 
  95     border-top-width:0px;
  96     border-bottom-width:0px;
  97     border-color:#000000;
  98     
  99     vertical-align: middle;
 100     text-align: center;
 101 }
 102 
 103 TABLE.cal_event { 
 104     width:100%;
 105 
 106     padding:0 0 0 0;
 107     margin:0 0 0 0;
 108     
 109     border-width:0px; 
 110     align: center;
 111     
 112 }
 113 
 114 TD.cal_event {
 115     border-style:solid;
 116     border-width:1px; 
 117     border-color:#cccccc; 
 118     padding:3px;
 119     margin:0px;
 120     text-align:center;
 121     color:#3266cd;    
 122     font-weight:normal;
 123     font-size: 8pt;
 124     display: block;
 125     vertical-align: middle;
 126 }
 127 
 128 TD.cal_event_append {
 129     border-style:solid;
 130     border-width:1px; 
 131     border-color:#cccccc; 
 132     border-left-width:0px;
 133     padding:3px;
 134     margin:0px;
 135     text-align:center;
 136     color:#3266cd;    
 137     font-weight:normal;
 138     font-size: 8pt;
 139     display: block;
 140     vertical-align: middle;
 141 }
 142 
 143 TD.cal_event_pending {
 144     border-style:solid;
 145     border-width:1px; 
 146     border-color:#cccccc; 
 147     border-right-width:0px;
 148     padding:3px;
 149     margin:0px;
 150     text-align:center;
 151     color:#3266cd;    
 152     font-weight:normal;
 153     font-size: 8pt;
 154     display: block;
 155     vertical-align: middle;
 156 }
 157 
 158 TD.cal_event_append_pending {
 159     border-style:solid;
 160     border-width:1px; 
 161     border-color:#cccccc; 
 162     border-left-width:0px;
 163     border-right-width:0px;
 164     padding:3px;
 165     margin:0px;
 166     text-align:center;
 167     color:#3266cd;    
 168     font-weight:normal;
 169     font-size: 8pt;
 170     display: block;
 171     vertical-align: middle;
 172 }
 173 
 174 TD.cal_nbmonth {
 175     border-top-width:0px;
 176     border-bottom-width:0px;
 177     border-color:#000000;
 178     background-color: #eeeeee;
 179     padding: 2px;
 180     margin: 1px;
 181 }
 182 
 183 TD.cal_noevent {
 184     border-top-width:0px;
 185     border-bottom-width:0px;
 186     border-color:#000000;
 187     padding: 2px;
 188     margin: 1px;
 189 }
 190 
 191 TD.cal_last_nbmonth {
 192     border-top-width:0px;
 193     border-bottom-width:1px;
 194     border-color:#000000;
 195     background-color: #eeeeee;
 196     padding: 2px;
 197     margin: 1px;
 198 }
 199 
 200 TD.cal_last_noevent {
 201     border-top-width:0px;
 202     border-bottom-width:1px;
 203     border-color:#000000;
 204     padding: 2px;
 205     margin: 1px;
 206 }
 207 
 208 
 209 TD.list_head {
 210     border-width: 1px;
 211     border-style: solid;
 212     font-size: 11pt;
 213     font-weight: bold;
 214     background-color: #cccccc;
 215 }
 216 
 217 TD.list_entry {
 218     font-size: 10pt;
 219     font-weight: normal;
 220 }
 221 
 222 TD.head_dummy_nbmonth {
 223     line-height: 5px;
 224     border-top-width:0px;
 225     border-bottom-width:0px;
 226     border-color:#000000;
 227     background-color: #eeeeee;
 228     padding: 0px;
 229     margin: 0px;
 230 }
 231 
 232 TD.head_dummy {
 233     line-height: 5px;
 234     border-top-width:0px;
 235     border-bottom-width:0px;
 236     border-color:#000000;
 237     padding: 0px;
 238     margin: 0px;
 239 }
 240 
 241 TABLE.eventcalendar_menubar {
 242     /* margin:auto; */
 243 }
 244 
 245 TD.eventcalendar_menubar {
 246     border-width: 0px;
 247     /* text-align: left; */
 248     font-size: 9pt;
 249 }
 250 
 251 TABLE.eventcalendar_msg {
 252     /* margin:auto; */
 253 }
 254 
 255 TD.eventcalendar_msg {
 256     background-color: #FFFF66;
 257     border-width: 0px;
 258     font-size: 9pt; 
 259     color: #990000;
 260 }
 261 
 262 TABLE.simplecalendar {
 263     /* margin:auto; */
 264 }
 265 
 266 TD.simple_nb {
 267     line-height: 10px;
 268     padding:0px;
 269     margin:0px;
 270     border-style:solid;
 271     border-width:0px; 
 272     border-color:#000000;
 273     vertical-align: middle;
 274     font-weight:normal;
 275     font-size:8pt;
 276     text-align:center;
 277 }
 278 
 279 TD.simple_event {
 280     line-height: 20px;
 281     padding:0px;
 282     margin:0px;
 283     border-style:solid;
 284     border-width:1px; 
 285     border-color:#c0c0c0;
 286     background-color: #eeffff;
 287     vertical-align: middle;
 288     font-weight:bold;
 289     font-size:8pt;
 290     text-align:center;
 291 }
 292 
 293 TD.simple_noevent {
 294     line-height: 20px;
 295     padding:0px;
 296     margin:0px;
 297     border-style:solid;
 298     border-width:1px; 
 299     border-color:#c0c0c0;
 300     vertical-align: middle;
 301     font-weight:normal;
 302     color: #c0c0c0;
 303     font-size:8pt;
 304     text-align:center;
 305 }
 306 
 307 TD.simple_event_today {
 308     line-height: 20px;
 309     padding:0px;
 310     margin:0px;
 311     border-style:solid;
 312     border-width:2px; 
 313     border-color:#ff9999;
 314     background-color: #eeffff;
 315     vertical-align: middle;
 316     font-weight:bold;
 317     font-size:8pt;
 318     text-align:center;
 319 }
 320 
 321 TD.simple_noevent_today {
 322     line-height: 20px;
 323     padding:0px;
 324     margin:0px;
 325     border-style:solid;
 326     border-width:2px; 
 327     border-color:#ff9999;
 328     vertical-align: middle;
 329     font-weight:normal;
 330     color: #c0c0c0;
 331     font-size:8pt;
 332     text-align:center;
 333 }
 334 
 335 TD.simple_yearmonth {
 336     border-width:0px;
 337     text-align:center;
 338     font-size: 10pt;
 339 }
 340 
 341 TD.simple_weekday {
 342     width:14%;
 343 
 344     padding: 0 1px 0 1px;
 345     margin: 0 1px 0 1px;
 346 
 347     border-width:0px; 
 348     /* background-color: #ffeeee; */
 349     
 350     font-weight:bold;
 351     font-size:8pt;
 352     text-align:center;
 353 }
 354 
 355 TD.cal_daily_noevent {
 356     padding: 2px;
 357     margin: 1px;
 358     width: 96%; 
 359     border-style: dotted solid dotted solid; 
 360     border-top-color: #eeeeee; 
 361     border-bottom-color: #eeeeee; 
 362     border-left-color: #aaaaaa; 
 363     border-right-color: #aaaaaa; 
 364     border-top-width: 1px; 
 365     border-bottom-width: 1px; 
 366     line-height: 11px; 
 367 }
 368 
 369 TD.cal_eventbox_time {
 370     width: 10px;
 371     border-width: 0px; 
 372     padding: 0px; 
 373     margin: 0px; 
 374     text-align: left; 
 375     vertical-align: top; 
 376     font-size: 7pt; 
 377     color: #000000;
 378 }
 379 
 380 TD.cal_eventbox_time_event {
 381     border-width: 0px; 
 382     padding: 0px; 
 383     margin: 0px; 
 384     text-align: left; 
 385     vertical-align: top;
 386     font-size: 8pt;
 387 }
 388 
 389 TD.cal_daily_noevent {
 390     padding: 2px;
 391     margin: 1px;
 392     width: 96%; 
 393     border-style: dotted solid dotted solid; 
 394     border-top-color: #eeeeee; 
 395     border-bottom-color: #eeeeee; 
 396     border-left-color: #aaaaaa; 
 397     border-right-color: #aaaaaa; 
 398     border-top-width: 1px; 
 399     border-bottom-width: 1px; 
 400     line-height: 11px; 
 401 }
 402 
 403 TD.cal_weekly_noevent {
 404     padding: 2px;
 405     margin: 1px;
 406     width: 14%; 
 407     border-style: dotted solid dotted solid; 
 408     border-top-color: #eeeeee; 
 409     border-bottom-color: #eeeeee; 
 410     border-left-color: #aaaaaa; 
 411     border-right-color: #aaaaaa; 
 412     border-top-width: 0px; 
 413     border-bottom-width: 0px; 
 414     line-height: 11px; 
 415 
 416 }
 417 
 418 TD.cal_blankeventbox {
 419     border-style: dotted solid dotted solid; 
 420     border-top-color: #eeeeee; 
 421     border-bottom-color: #eeeeee; 
 422     border-left-color: #aaaaaa; 
 423     border-right-color: #aaaaaa; 
 424     border-top-width: 1px; 
 425     border-bottom-width: 1px;  
 426     line-height: 11px;
 427 }
 428 
 429 TD.cal_weekly_eventbox {
 430     border-width: 2px; 
 431     border-color: #000000; 
 432     vertical-align: top; 
 433     font-size: 9pt; 
 434 }
 435 
 436 TD.cal_weekly_eventbox2 {
 437     border-style: dotted solid dotted solid; 
 438     border-top-color: #eeeeee; 
 439     border-bottom-color: #eeeeee; 
 440     border-left-color: #aaaaaa; 
 441     border-right-color: #aaaaaa; 
 442     border-top-width: 0px; 
 443     border-bottom-width: 0px; 
 444     line-height: 11px;
 445 }
 446 
 447 TD.cal_hourhead {
 448     line-height: 11px; 
 449     font-weight:normal; 
 450     font-size:10pt; 
 451     text-align:right; 
 452     vertical-align: top;
 453 }

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.