Skip to content

Commit

Permalink
rename sandbox files
Browse files Browse the repository at this point in the history
  • Loading branch information
shuber committed Oct 7, 2009
1 parent dccaac6 commit 1634a0e
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 487 deletions.
121 changes: 55 additions & 66 deletions 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;
}
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; }
2 changes: 1 addition & 1 deletion sandbox/generated_tables.html → sandbox/calendar.html
Expand Up @@ -4,7 +4,7 @@
<title>Calendar</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<link href="http://yui.yahooapis.com/combo?2.7.0/build/reset-fonts-grids/reset-fonts-grids.css&amp;2.7.0/build/base/base-min.css" media="screen" rel="stylesheet" type="text/css" />
<link href="tables.css" media="screen" rel="stylesheet" type="text/css" />
<link href="calendar.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

Expand Down
241 changes: 0 additions & 241 deletions sandbox/index.html

This file was deleted.

0 comments on commit 1634a0e

Please sign in to comment.