From 1634a0e697a7dace01874600c02b009d8a1e8e78 Mon Sep 17 00:00:00 2001 From: Sean Huber Date: Wed, 7 Oct 2009 14:30:49 -0700 Subject: [PATCH] rename sandbox files --- sandbox/calendar.css | 121 ++++----- .../{generated_tables.html => calendar.html} | 2 +- sandbox/index.html | 241 ------------------ sandbox/tables.css | 56 ---- sandbox/tables.html | 123 --------- 5 files changed, 56 insertions(+), 487 deletions(-) rename sandbox/{generated_tables.html => calendar.html} (99%) delete mode 100644 sandbox/index.html delete mode 100644 sandbox/tables.css delete mode 100644 sandbox/tables.html diff --git a/sandbox/calendar.css b/sandbox/calendar.css index d916718..fbad963 100644 --- a/sandbox/calendar.css +++ b/sandbox/calendar.css @@ -1,67 +1,56 @@ .calendar { - border-left: 1px solid #ccc; - width: 760px; -} - -.calendar .header .months, .calendar .header .days { - overflow: auto; -} - -.calendar .header .months div, .calendar .header .days div { - float: left; -} - -.calendar .header .previous_month, .calendar .header .next_month { - width: 20%; -} - -.calendar .header .current_month { - width: 60%; -} - -.calendar .header .days div { - background-color: #000; - color: #fff; -} - -.calendar .day { - border-bottom: 1px solid #ccc; - border-right: 1px solid #ccc; - float: left; - width: 14.2%; -} - -.calendar .week { - overflow: auto; -} - -.calendar .label { - background-color: #ffc; -} - -.calendar .body .days .day { - background-color: #eee; - min-height: 100px; - z-index: 1; -} - -.calendar .event { - background-color: red; - float: left; - margin: 2px 0; - position: relative; - z-index: 2; -} - -.calendar .events .day_span_1 { - background-color: green; - width: 200px; -} - -.calendar .day_span_2 { - width: 400px; -} - -.calendar .day_span_3 { - width: 300px; -} \ No newline at end of file + border-bottom: 1px solid #cccccc; } + .calendar table { + border-collapse: collapse; + margin: 0; + width: 100%; } + .calendar table td { + border-bottom: 0px solid transparent; + border-color: #cccccc; + width: 14.285%; } + .calendar .grid { + height: 100px; + z-index: 1; } + .calendar .days { + position: relative; } + .calendar .events { + left: 0px; + position: absolute; + text-align: left; + top: 0px; + z-index: 2; } + .calendar .events td { + border-bottom: 0px solid transparent; + border-left: 0px solid transparent; + border-top: 0px solid transparent; + padding: 0; } + .calendar .events td a { + background-color: red; + cursor: pointer; + display: block; + margin-top: 5px; + padding: 1px 3px; + -khtml-border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; } + .calendar .events td a:hover { + background-color: blue; } + .calendar .events td.continued a { + -khtml-border-radius-bottomright: 0px; + -moz-border-radius-bottomright: 0px; + -webkit-border-bottom-right-radius: 0px; + border-bottom-right-radius: 0px; + -khtml-border-radius-topright: 0px; + -moz-border-radius-topright: 0px; + -webkit-border-top-right-radius: 0px; + border-top-right-radius: 0px; } + .calendar .events td.continuation a { + -khtml-border-radius-bottomleft: 0px; + -moz-border-radius-bottomleft: 0px; + -webkit-border-bottom-left-radius: 0px; + border-bottom-left-radius: 0px; + -khtml-border-radius-topleft: 0px; + -moz-border-radius-topleft: 0px; + -webkit-border-top-left-radius: 0px; + border-top-left-radius: 0px; } diff --git a/sandbox/generated_tables.html b/sandbox/calendar.html similarity index 99% rename from sandbox/generated_tables.html rename to sandbox/calendar.html index fa8200d..6df2f79 100644 --- a/sandbox/generated_tables.html +++ b/sandbox/calendar.html @@ -4,7 +4,7 @@ Calendar - + diff --git a/sandbox/index.html b/sandbox/index.html deleted file mode 100644 index 4f8e95b..0000000 --- a/sandbox/index.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - Calendar - - - - - -
-
-
-
September
-
October 2009
-
November
-
-
-
Sun
-
Mon
-
Tue
-
Wed
-
Thu
-
Fri
-
Sat
-
-
-
-
-
-
27
-
28
-
29
-
30
-
01
-
02
-
03
-
-
-
-
-
I am an event
-
I am another event
-
I am yet another event
-
-
-
-
-
-
-
-
-
I am an event over here
-
As am I
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
04
-
05
-
06
-
07
-
08
-
09
-
10
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - \ No newline at end of file diff --git a/sandbox/tables.css b/sandbox/tables.css deleted file mode 100644 index fbad963..0000000 --- a/sandbox/tables.css +++ /dev/null @@ -1,56 +0,0 @@ -.calendar { - border-bottom: 1px solid #cccccc; } - .calendar table { - border-collapse: collapse; - margin: 0; - width: 100%; } - .calendar table td { - border-bottom: 0px solid transparent; - border-color: #cccccc; - width: 14.285%; } - .calendar .grid { - height: 100px; - z-index: 1; } - .calendar .days { - position: relative; } - .calendar .events { - left: 0px; - position: absolute; - text-align: left; - top: 0px; - z-index: 2; } - .calendar .events td { - border-bottom: 0px solid transparent; - border-left: 0px solid transparent; - border-top: 0px solid transparent; - padding: 0; } - .calendar .events td a { - background-color: red; - cursor: pointer; - display: block; - margin-top: 5px; - padding: 1px 3px; - -khtml-border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; } - .calendar .events td a:hover { - background-color: blue; } - .calendar .events td.continued a { - -khtml-border-radius-bottomright: 0px; - -moz-border-radius-bottomright: 0px; - -webkit-border-bottom-right-radius: 0px; - border-bottom-right-radius: 0px; - -khtml-border-radius-topright: 0px; - -moz-border-radius-topright: 0px; - -webkit-border-top-right-radius: 0px; - border-top-right-radius: 0px; } - .calendar .events td.continuation a { - -khtml-border-radius-bottomleft: 0px; - -moz-border-radius-bottomleft: 0px; - -webkit-border-bottom-left-radius: 0px; - border-bottom-left-radius: 0px; - -khtml-border-radius-topleft: 0px; - -moz-border-radius-topleft: 0px; - -webkit-border-top-left-radius: 0px; - border-top-left-radius: 0px; } diff --git a/sandbox/tables.html b/sandbox/tables.html deleted file mode 100644 index 7df4fe4..0000000 --- a/sandbox/tables.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - Calendar - - - - - -
-
- - - - - - - - - - - - - - - -
SunMonTueWedThuFriSat
-
-
-
- - - - - - - - - - -
27282930010203
-
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - -
I am an eventI am also an event
I too am an eventMe too!
-
-
- -
- - - - - - - - - - -
04050607080910
-
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - -
I am an eventI am also an event
I too am an eventMe too!
-
-
- -
-
- - \ No newline at end of file