Attachment 'eventcal-080.css'

Download

   1 /* for EventCalendar */
   2 
   3 TABLE.eventcalendar {
   4     width: 90%;
   5     /* margin:auto; */
   6 }
   7 
   8 TD.head_yearmonth {
   9     border-width:0px;
  10     text-align:center;
  11     font-size: large;
  12 }
  13 
  14 TD.head_weekday {
  15     width:14%;
  16 
  17     border-style:solid;
  18     border-width:1px; 
  19     border-color:#000000; 
  20     background-color: #ffeeee;
  21     
  22     font-weight:normal;
  23     font-size:10pt;
  24     text-align:center;
  25 }
  26 
  27 TD.head_day {
  28     line-height: 20px;
  29     padding:0px;
  30     margin:0px;
  31     border-style:solid;
  32     border-width:1px; 
  33     border-color:#000000;
  34     border-bottom-width:0px;
  35     /* background-color: #FFFFEE; */
  36     vertical-align: top;
  37     font-weight:normal;
  38     font-size:10pt;
  39     text-align:left;
  40 }
  41 
  42 TD.head_day_sunday {
  43     line-height: 20px;
  44     padding:0px;
  45     margin:0px;
  46     border-style:solid;
  47     border-width:1px; 
  48     border-color:#000000;
  49     border-bottom-width:0px;
  50     /* background-color: #FFFFEE; */
  51     vertical-align: top;
  52     font-weight:normal;
  53     font-size:10pt;
  54     color: #FF3300;
  55     text-align:left;
  56 }
  57 
  58 TD.head_day_today {
  59     line-height: 20px;
  60     padding:0px;
  61     margin:0px;
  62     border-style:solid;
  63     border-width:1px; 
  64     border-color:#000000;
  65     border-bottom-width:0px;
  66     background-color: #FFFFAA;
  67     vertical-align: top;
  68     font-weight: bold;
  69     font-size:10pt;
  70     text-align:left;
  71 }
  72 
  73 TD.head_day_nbmonth {
  74     line-height: 20px;
  75     padding:0px;
  76     margin:0px;
  77     border-style:solid;
  78     border-width:1px; 
  79     border-color:#000000;
  80     border-bottom-width:0px;
  81     background-color: #eeeeee;
  82     vertical-align: top;
  83     font-weight:normal;
  84     font-size:8pt;
  85     text-align:left;
  86     color: #999999;
  87 }
  88 
  89 TD.cal_eventbox { 
  90     line-height: 12px;
  91     padding:2px;
  92     margin:1px;
  93     
  94     border-style:solid;
  95     border-width:1px; 
  96     border-top-width:0px;
  97     border-bottom-width:0px;
  98     border-color:#000000;
  99     
 100     vertical-align: top;
 101     text-align: center;
 102 }
 103 
 104 TABLE.cal_event { 
 105     width:99%;
 106 
 107     padding:0px;
 108     margin:0px;
 109     
 110     border-width:0px; 
 111     
 112 }
 113 
 114 TD.cal_event {
 115     border-style:solid;
 116     border-width:1px; 
 117     border-color:#cccccc; 
 118     padding:3px;
 119     margin:1px;
 120     text-align:center;
 121     color:#3266cd;    
 122     font-weight:normal;
 123     font-size: 8pt;
 124     display: block;
 125     background-color: #eeffff;
 126     vertical-align: middle;
 127 }
 128 
 129 TD.cal_event_append {
 130     border-style:solid;
 131     border-width:1px; 
 132     border-color:#cccccc; 
 133     border-left-width:0px;
 134     padding:3px;
 135     margin:1px;
 136     text-align:center;
 137     color:#3266cd;    
 138     font-weight:normal;
 139     font-size: 8pt;
 140     display: block;
 141     background-color: #eeffff;
 142     vertical-align: middle;
 143 }
 144 
 145 TD.cal_event_pending {
 146     border-style:solid;
 147     border-width:1px; 
 148     border-color:#cccccc; 
 149     border-right-width:0px;
 150     padding:3px;
 151     margin:1px;
 152     text-align:center;
 153     color:#3266cd;    
 154     font-weight:normal;
 155     font-size: 8pt;
 156     display: block;
 157     background-color: #eeffff;
 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:1px;
 169     text-align:center;
 170     color:#3266cd;    
 171     font-weight:normal;
 172     font-size: 8pt;
 173     display: block;
 174     background-color: #eeffff;
 175     vertical-align: middle;
 176 }
 177 
 178 TD.cal_nbmonth {
 179     border-top-width:0px;
 180     border-bottom-width:0px;
 181     border-color:#000000;
 182     background-color: #eeeeee;
 183     padding: 2px;
 184     margin: 1px;
 185 }
 186 
 187 TD.cal_noevent {
 188     border-top-width:0px;
 189     border-bottom-width:0px;
 190     border-color:#000000;
 191     padding: 2px;
 192     margin: 1px;
 193 }
 194 
 195 TD.cal_last_nbmonth {
 196     border-top-width:0px;
 197     border-bottom-width:1px;
 198     border-color:#000000;
 199     background-color: #eeeeee;
 200     padding: 2px;
 201     margin: 1px;
 202 }
 203 
 204 TD.cal_last_noevent {
 205     border-top-width:0px;
 206     border-bottom-width:1px;
 207     border-color:#000000;
 208     padding: 2px;
 209     margin: 1px;
 210 }
 211 
 212 
 213 TD.list_head {
 214     border-width: 1px;
 215     border-style: solid;
 216     font-size: 11pt;
 217     font-weight: bold;
 218     background-color: #cccccc;
 219 }
 220 
 221 TD.list_entry {
 222     font-size: 10pt;
 223     font-weight: normal;
 224 }
 225 
 226 TD.head_dummy_nbmonth {
 227     line-height: 5px;
 228     border-top-width:0px;
 229     border-bottom-width:0px;
 230     border-color:#000000;
 231     background-color: #eeeeee;
 232     padding: 0px;
 233     margin: 0px;
 234 }
 235 
 236 TD.head_dummy {
 237     line-height: 5px;
 238     border-top-width:0px;
 239     border-bottom-width:0px;
 240     border-color:#000000;
 241     padding: 0px;
 242     margin: 0px;
 243 }
 244 
 245 TABLE.eventcalendar_menubar {
 246     width: 90%;
 247     /* margin:auto; */
 248 }
 249 
 250 TD.eventcalendar_menubar {
 251     border-width: 0px;
 252     /* text-align: left; */
 253     font-size: 9pt;
 254 }
 255 
 256 TABLE.eventcalendar_msg {
 257     width: 90%;
 258     /* margin:auto; */
 259 }
 260 
 261 TD.eventcalendar_msg {
 262     background-color: #FFFF66;
 263     border-width: 0px;
 264     font-size: 9pt; 
 265     color: #990000;
 266 }

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.