diff --git a/wiki-lenny/static/common/EventCalendar/EventCalendar.css b/wiki-lenny/static/common/EventCalendar/EventCalendar.css new file mode 100644 index 00000000..3398fe08 --- /dev/null +++ b/wiki-lenny/static/common/EventCalendar/EventCalendar.css @@ -0,0 +1,452 @@ +/* ======= for EventCalendar ========*/ + +TABLE.eventcalendar { + /* margin:auto; */ + background-color: #ffffff; +} + +TD.head_yearmonth { + border-width:0px; + text-align:center; + font-size: large; +} + +TD.head_weekday { + width:14%; + + border-style:solid; + border-width:1px; + border-color:#000000; + background-color: #ffeeee; + + font-weight:normal; + font-size:10pt; + text-align:center; +} + +TD.head_day { + line-height: 20px; + padding:0px; + margin:0px; + border-style:solid; + border-width:1px; + border-color:#000000; + border-bottom-width:0px; + /* background-color: #FFFFEE; */ + vertical-align: top; + font-weight:normal; + font-size:10pt; + text-align:left; +} + +TD.head_day_sunday { + line-height: 20px; + padding:0px; + margin:0px; + border-style:solid; + border-width:1px; + border-color:#000000; + border-bottom-width:0px; + /* background-color: #FFFFEE; */ + vertical-align: top; + font-weight:normal; + font-size:10pt; + color: #FF3300; + text-align:left; +} + +TD.head_day_today { + line-height: 20px; + padding:0px; + margin:0px; + border-style:solid; + border-width:1px; + border-color:#000000; + border-bottom-width:0px; + background-color: #FFFFAA; + vertical-align: top; + font-weight: bold; + font-size:10pt; + text-align:left; +} + +TD.head_day_nbmonth { + line-height: 20px; + padding:0px; + margin:0px; + border-style:solid; + border-width:1px; + border-color:#000000; + border-bottom-width:0px; + background-color: #eeeeee; + vertical-align: top; + font-weight:normal; + font-size:8pt; + text-align:left; + color: #999999; +} + +TD.cal_eventbox { + line-height: 11px; + padding: 1px 3px 1px 3px; + margin: 0px 0px 0px 0px; + + border-style:solid; + border-width:1px; + border-top-width:0px; + border-bottom-width:0px; + border-color:#000000; + + vertical-align: middle; + text-align: center; +} + +TABLE.cal_event { + width:100%; + + padding:0 0 0 0; + margin:0 0 0 0; + + border-width:0px; +} + +TD.cal_event { + border-style:solid; + border-width:1px; + border-color:#cccccc; + padding:3px; + margin:0px; + text-align:center; + color:#3266cd; + font-weight:normal; + font-size: 8pt; + display: block; + vertical-align: middle; +} + +TD.cal_event_append { + border-style:solid; + border-width:1px; + border-color:#cccccc; + border-left-width:0px; + padding:3px; + margin:0px; + text-align:center; + color:#3266cd; + font-weight:normal; + font-size: 8pt; + display: block; + vertical-align: middle; +} + +TD.cal_event_pending { + border-style:solid; + border-width:1px; + border-color:#cccccc; + border-right-width:0px; + padding:3px; + margin:0px; + text-align:center; + color:#3266cd; + font-weight:normal; + font-size: 8pt; + display: block; + vertical-align: middle; +} + +TD.cal_event_append_pending { + border-style:solid; + border-width:1px; + border-color:#cccccc; + border-left-width:0px; + border-right-width:0px; + padding:3px; + margin:0px; + text-align:center; + color:#3266cd; + font-weight:normal; + font-size: 8pt; + display: block; + vertical-align: middle; +} + +TD.cal_nbmonth { + border-top-width:0px; + border-bottom-width:0px; + border-color:#000000; + background-color: #eeeeee; + padding: 2px; + margin: 1px; +} + +TD.cal_noevent { + border-top-width:0px; + border-bottom-width:0px; + border-color:#000000; + padding: 2px; + margin: 1px; +} + +TD.cal_last_nbmonth { + border-top-width:0px; + border-bottom-width:1px; + border-color:#000000; + background-color: #eeeeee; + padding: 2px; + margin: 1px; +} + +TD.cal_last_noevent { + border-top-width:0px; + border-bottom-width:1px; + border-color:#000000; + padding: 2px; + margin: 1px; +} + + +TD.list_head { + border-width: 1px; + border-style: solid; + font-size: 11pt; + font-weight: bold; + background-color: #cccccc; +} + +TD.list_entry { + font-size: 10pt; + font-weight: normal; +} + +TD.head_dummy_nbmonth { + line-height: 5px; + border-top-width:0px; + border-bottom-width:0px; + border-color:#000000; + background-color: #eeeeee; + padding: 0px; + margin: 0px; +} + +TD.head_dummy { + line-height: 5px; + border-top-width:0px; + border-bottom-width:0px; + border-color:#000000; + padding: 0px; + margin: 0px; +} + +TABLE.eventcalendar_menubar { + /* margin:auto; */ +} + +TD.eventcalendar_menubar { + border-width: 0px; + /* text-align: left; */ + font-size: 9pt; +} + +TABLE.eventcalendar_msg { + /* margin:auto; */ +} + +TD.eventcalendar_msg { + background-color: #FFFF66; + border-width: 0px; + font-size: 9pt; + color: #990000; +} + +TABLE.simplecalendar { + /* margin:auto; */ +} + +TD.simple_nb { + line-height: 10px; + padding:0px; + margin:0px; + border-style:solid; + border-width:0px; + border-color:#000000; + vertical-align: middle; + font-weight:normal; + font-size:8pt; + text-align:center; +} + +TD.simple_event { + line-height: 20px; + padding:0px; + margin:0px; + border-style:solid; + border-width:1px; + border-color:#c0c0c0; + background-color: #eeffff; + vertical-align: middle; + font-weight:bold; + font-size:8pt; + text-align:center; +} + +TD.simple_noevent { + line-height: 20px; + padding:0px; + margin:0px; + border-style:solid; + border-width:1px; + border-color:#c0c0c0; + vertical-align: middle; + font-weight:normal; + color: #c0c0c0; + font-size:8pt; + text-align:center; +} + +TD.simple_event_today { + line-height: 20px; + padding:0px; + margin:0px; + border-style:solid; + border-width:2px; + border-color:#ff9999; + background-color: #eeffff; + vertical-align: middle; + font-weight:bold; + font-size:8pt; + text-align:center; +} + +TD.simple_noevent_today { + line-height: 20px; + padding:0px; + margin:0px; + border-style:solid; + border-width:2px; + border-color:#ff9999; + vertical-align: middle; + font-weight:normal; + color: #c0c0c0; + font-size:8pt; + text-align:center; +} + +TD.simple_yearmonth { + border-width:0px; + text-align:center; + font-size: 10pt; +} + +TD.simple_weekday { + width:14%; + + padding: 0 1px 0 1px; + margin: 0 1px 0 1px; + + border-width:0px; + /* background-color: #ffeeee; */ + + font-weight:bold; + font-size:8pt; + text-align:center; +} + +TD.cal_daily_noevent { + padding: 2px; + margin: 1px; + width: 96%; + border-style: dotted solid dotted solid; + border-top-color: #eeeeee; + border-bottom-color: #eeeeee; + border-left-color: #aaaaaa; + border-right-color: #aaaaaa; + border-top-width: 1px; + border-bottom-width: 1px; + line-height: 11px; +} + +TD.cal_eventbox_time { + width: 10px; + border-width: 0px; + padding: 0px; + margin: 0px; + text-align: left; + vertical-align: top; + font-size: 7pt; + color: #000000; +} + +TD.cal_eventbox_time_event { + border-width: 0px; + padding: 0px; + margin: 0px; + text-align: left; + vertical-align: top; + font-size: 8pt; +} + +TD.cal_daily_noevent { + padding: 2px; + margin: 1px; + width: 96%; + border-style: dotted solid dotted solid; + border-top-color: #eeeeee; + border-bottom-color: #eeeeee; + border-left-color: #aaaaaa; + border-right-color: #aaaaaa; + border-top-width: 1px; + border-bottom-width: 1px; + line-height: 11px; +} + +TD.cal_weekly_noevent { + padding: 2px; + margin: 1px; + width: 14%; + border-style: dotted solid dotted solid; + border-top-color: #eeeeee; + border-bottom-color: #eeeeee; + border-left-color: #aaaaaa; + border-right-color: #aaaaaa; + border-top-width: 0px; + border-bottom-width: 0px; + line-height: 11px; + +} + +TD.cal_blankeventbox { + border-style: dotted solid dotted solid; + border-top-color: #eeeeee; + border-bottom-color: #eeeeee; + border-left-color: #aaaaaa; + border-right-color: #aaaaaa; + border-top-width: 1px; + border-bottom-width: 1px; + line-height: 11px; +} + +TD.cal_weekly_eventbox { + border-width: 2px; + border-color: #000000; + vertical-align: top; + font-size: 9pt; +} + +TD.cal_weekly_eventbox2 { + border-style: dotted solid dotted solid; + border-top-color: #eeeeee; + border-bottom-color: #eeeeee; + border-left-color: #aaaaaa; + border-right-color: #aaaaaa; + border-top-width: 0px; + border-bottom-width: 0px; + line-height: 11px; +} + +TD.cal_hourhead { + line-height: 11px; + font-weight:normal; + font-size:10pt; + text-align:right; + vertical-align: top; +} diff --git a/wiki-lenny/static/common/badges/badges_80x15_apache.png b/wiki-lenny/static/common/badges/badges_80x15_apache.png new file mode 100644 index 00000000..b2c94bc7 Binary files /dev/null and b/wiki-lenny/static/common/badges/badges_80x15_apache.png differ diff --git a/wiki-lenny/static/common/badges/badges_80x15_crans.png b/wiki-lenny/static/common/badges/badges_80x15_crans.png new file mode 100644 index 00000000..a076866c Binary files /dev/null and b/wiki-lenny/static/common/badges/badges_80x15_crans.png differ diff --git a/wiki-lenny/static/common/badges/badges_80x15_debian.png b/wiki-lenny/static/common/badges/badges_80x15_debian.png new file mode 100644 index 00000000..5c38d566 Binary files /dev/null and b/wiki-lenny/static/common/badges/badges_80x15_debian.png differ diff --git a/wiki-lenny/static/common/badges/badges_80x15_federez.png b/wiki-lenny/static/common/badges/badges_80x15_federez.png new file mode 100644 index 00000000..baa62df6 Binary files /dev/null and b/wiki-lenny/static/common/badges/badges_80x15_federez.png differ diff --git a/wiki-lenny/static/common/badges/badges_80x15_firefox.png b/wiki-lenny/static/common/badges/badges_80x15_firefox.png new file mode 100644 index 00000000..5b514e60 Binary files /dev/null and b/wiki-lenny/static/common/badges/badges_80x15_firefox.png differ diff --git a/wiki-lenny/static/common/badges/badges_80x15_moinmoin.png b/wiki-lenny/static/common/badges/badges_80x15_moinmoin.png new file mode 100644 index 00000000..c8c6aa77 Binary files /dev/null and b/wiki-lenny/static/common/badges/badges_80x15_moinmoin.png differ diff --git a/wiki-lenny/static/common/badges/badges_80x15_python.png b/wiki-lenny/static/common/badges/badges_80x15_python.png new file mode 100644 index 00000000..8063917f Binary files /dev/null and b/wiki-lenny/static/common/badges/badges_80x15_python.png differ diff --git a/wiki-lenny/static/common/badges/valid_css_80x15.png b/wiki-lenny/static/common/badges/valid_css_80x15.png new file mode 100644 index 00000000..e2f79931 Binary files /dev/null and b/wiki-lenny/static/common/badges/valid_css_80x15.png differ diff --git a/wiki-lenny/static/common/badges/valid_html401_80x15.png b/wiki-lenny/static/common/badges/valid_html401_80x15.png new file mode 100644 index 00000000..985f4567 Binary files /dev/null and b/wiki-lenny/static/common/badges/valid_html401_80x15.png differ diff --git a/wiki-lenny/static/common/boxes/boxes.css b/wiki-lenny/static/common/boxes/boxes.css new file mode 100644 index 00000000..ad1968db --- /dev/null +++ b/wiki-lenny/static/common/boxes/boxes.css @@ -0,0 +1,103 @@ +/************************************************************* + .. + .... ............ ........ + . ....... . .... .. + . ... .. .. .. .. ..... . .. + .. .. ....@@@. .. . ........ . + .. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. .... + .@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... .... + @@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. .. + .@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. ..... + ...@@@.... @@@ .@@.......... ........ ..... .. + . ..@@@@.. . .@@@@. .. ....... . ............. + . .. .... .. .. . ... .... +. . .... ............. .. ... +.. .. ... ........ ... ... + ................................ + +============================================================== +boxes.css - MoinMoin Style + + Style pour les elements {{{#!box ...}}} + +Copyright (c) 2006 by www.crans.org + +**************************************************************/ +/* les boites */ + +/* Show only to IE PC \*/ +* html .boxhead h2 {height: 1%;} /* For IE 5 PC */ + + +.sidebox { + margin: 0 auto; /* center for now */ + padding:0; + font-size: 100%; + float:left; + max-width:600px; +} +.boxhead { + background: url(sbhead-l-orange.png) no-repeat top left; + margin: 0; + padding: 0 0 0 35px; + text-align: center; +} +.boxhead h3 { + background:transparent url(sbhead-r-orange.png) no-repeat top right; + border:none; + margin: 0; + padding: 22px 55px 5px 5px; + color: white; + font-weight: bold; + font-size: 1.2em; + line-height: 1em; + + /* Safari-only, but cool */ + text-shadow: black 0px 2px 5px ;/* valeur originale non valide : rgba(0,0,0,.4) 0px 2px 5px;*/ + + overflow:hidden; +} + +.boxbody1 { + background: url(sbbody-l.png) no-repeat bottom left; + padding: 0 0 0 42px; +} +.boxbody2 { + background: transparent url(sbbody-r.png) no-repeat bottom right; + margin: 0; + padding: 5px 50px 47px 0; + color:black; + +} + +.orange_box .boxhead {background-image: url(sbhead-l-orange.png);} +.orange_box .boxhead h4 {background-image: url(sbhead-r-orange.png);} + +.blue_box .boxhead {background-image: url(sbhead-l-blue.png);} +.blue_box .boxhead h3 {background-image: url(sbhead-r-blue.png);} + + +.black_box .boxhead {background-image: url(sbhead-l-black.png);} +.black_box .boxhead h3 {background-image: url(sbhead-r-black.png);} + + +.green_box .boxhead {background-image: url(sbhead-l-green.png);} +.green_box .boxhead h3 {background-image: url(sbhead-r-green.png);} + + +.red_box .boxhead {background-image: url(sbhead-l-red.png);} +.red_box .boxhead h3 {background-image: url(sbhead-r-red.png);} + + +.gray_box .boxhead {background-image: url(sbhead-l-gray.png);} +.gray_box .boxhead h3 {background-image: url(sbhead-r-gray.png);} + +/* on est oblige de mettre des clear aux titres pour respecter une certaine cohérence */ + +h2, h3, h4, h5, hr {clear:left;} + +hr { width:100%; } + +.visualclear, #bottom, #bottom_preview { + clear:both; +} diff --git a/wiki-lenny/static/common/boxes/sbbody-l.png b/wiki-lenny/static/common/boxes/sbbody-l.png new file mode 100644 index 00000000..9af0c279 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbbody-l.png differ diff --git a/wiki-lenny/static/common/boxes/sbbody-r.png b/wiki-lenny/static/common/boxes/sbbody-r.png new file mode 100644 index 00000000..cf790164 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbbody-r.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-l-black.png b/wiki-lenny/static/common/boxes/sbhead-l-black.png new file mode 100644 index 00000000..66ee01f3 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-l-black.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-l-blue.png b/wiki-lenny/static/common/boxes/sbhead-l-blue.png new file mode 100644 index 00000000..2f29efc8 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-l-blue.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-l-gray.png b/wiki-lenny/static/common/boxes/sbhead-l-gray.png new file mode 100644 index 00000000..630bee30 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-l-gray.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-l-green.png b/wiki-lenny/static/common/boxes/sbhead-l-green.png new file mode 100644 index 00000000..30e0cc83 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-l-green.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-l-orange.png b/wiki-lenny/static/common/boxes/sbhead-l-orange.png new file mode 100644 index 00000000..d7ac054c Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-l-orange.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-l-red.png b/wiki-lenny/static/common/boxes/sbhead-l-red.png new file mode 100644 index 00000000..3762ac84 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-l-red.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-r-black.png b/wiki-lenny/static/common/boxes/sbhead-r-black.png new file mode 100644 index 00000000..6ad3ad9c Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-r-black.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-r-blue.png b/wiki-lenny/static/common/boxes/sbhead-r-blue.png new file mode 100644 index 00000000..2b9b1df8 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-r-blue.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-r-gray.png b/wiki-lenny/static/common/boxes/sbhead-r-gray.png new file mode 100644 index 00000000..c7e19bf4 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-r-gray.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-r-green.png b/wiki-lenny/static/common/boxes/sbhead-r-green.png new file mode 100644 index 00000000..92ac5571 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-r-green.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-r-orange.png b/wiki-lenny/static/common/boxes/sbhead-r-orange.png new file mode 100644 index 00000000..b406c19b Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-r-orange.png differ diff --git a/wiki-lenny/static/common/boxes/sbhead-r-red.png b/wiki-lenny/static/common/boxes/sbhead-r-red.png new file mode 100644 index 00000000..2d2b3bf9 Binary files /dev/null and b/wiki-lenny/static/common/boxes/sbhead-r-red.png differ diff --git a/wiki-lenny/static/common/ie7/README.txt b/wiki-lenny/static/common/ie7/README.txt new file mode 100644 index 00000000..e546ce48 --- /dev/null +++ b/wiki-lenny/static/common/ie7/README.txt @@ -0,0 +1,34 @@ +Installation +------------ + +Follow these simple instructions to get IE7 working immediately on your server: + + * download the latest IE7 ZIP file (https://sourceforge.net/project/showfiles.php?group_id=109983&package_id=119707) + + * extract the contents to a directory on your server (keep the folder names used in the ZIP) + + * you will now have an IE7 directory on your server + + * include the IE7 JavaScript library in the page you wish to test + + + + + * make sure this also points to the same directory + + * open the page in your web browser + + * the page should now be IE7 enabled. + + * if you are using the PNG solution then be aware that it operates on files + names "something-trans.png" + + * see this page for more configuration and usage options: + http://dean.edwards.name/IE7/usage/ + +You may extract the contents of the ZIP file to your hard disk if you do not have access to a web server. + + +Enjoy ;-) + +Dean Edwards, 23rd May 2005 diff --git a/wiki-lenny/static/common/ie7/blank.gif b/wiki-lenny/static/common/ie7/blank.gif new file mode 100644 index 00000000..a4fe2e62 Binary files /dev/null and b/wiki-lenny/static/common/ie7/blank.gif differ diff --git a/wiki-lenny/static/common/ie7/ie7-base64.php b/wiki-lenny/static/common/ie7/ie7-base64.php new file mode 100644 index 00000000..530392d7 --- /dev/null +++ b/wiki-lenny/static/common/ie7/ie7-base64.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/wiki-lenny/static/common/ie7/ie7-content.htc b/wiki-lenny/static/common/ie7/ie7-content.htc new file mode 100644 index 00000000..cc480cb5 --- /dev/null +++ b/wiki-lenny/static/common/ie7/ie7-content.htc @@ -0,0 +1,14 @@ + + +
+ +