"schedule"
Bootstrap 3.3.0 Snippet by hossam

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="agendaContainer" style="border-width:6px 9px">
<div id="working" style="display:none"><img class="rnd" id="ajaxspin" src="//d304pchb3b61hb.cloudfront.net/img/progress.gif" alt="Working…"></div>
<div id="noroom" style="display:none"></div>
<div id="viewholder"><table class="weekCont" id="container" cellspacing="0" cellpadding="0" style="border-style: none; table-layout: auto;">
<thead><tr class="dayHeading"><th width="41px">·</th>
<th id="h0" style="display: none;"><div class="fixwidth">Sun 3-13</div></th>
<th id="h1" class="todayHead"><div class="fixwidth">Mon 3-14</div></th>
<th id="h2"><div class="fixwidth">Tue 3-15</div></th>
<th id="h3"><div class="fixwidth">Wed 3-16</div></th>
<th id="h4"><div class="fixwidth">Thu 3-17</div></th>
<th id="h5"><div class="fixwidth">Fri 3-18</div></th>
<th id="h6" style="display: none;"><div class="fixwidth">Sat 3-19</div></th></tr></thead>
<tbody style="line-height:21px"><tr><td id="hours">
<table width="100%" cellspacing="0" cellpadding="2" class="hour"><tbody><tr class="e"><td>9 am</td></tr><tr class="o"><td>·</td></tr>
<tr class="e"><td>10 am</td></tr><tr class="o"><td>·</td></tr><tr class="e">
<td>11 am</td></tr><tr class="o"><td>·</td></tr><tr class="e">
<td>Noon</td></tr><tr class="o"><td>·</td></tr><tr class="e">
<td>1 pm</td></tr><tr class="o"><td>·</td></tr><tr class="e">
<td>2 pm</td></tr><tr class="o"><td>·</td></tr><tr class="e">
<td>3 pm</td></tr><tr class="o"><td>·</td></tr><tr class="e">
<td>4 pm</td></tr><tr class="o"><td>·</td></tr><tr class="e">
<td>5 pm</td></tr><tr class="o"><td>·</td></tr><tr class="e">
<td>6 pm</td></tr><tr class="o"><td>·</td></tr></tbody></table></td>
<td id="hh0" style="display: none;"><div id="d0" class="day closed" onclick="chandle(event,0)"><div id="g0"></div><div id="e0"></div><div id="a0"><div style="position:absolute"></div></div>
<table width="100%" class="p0 l">
<tbody><tr class="e"><td>·</td></tr>
<tr class="o"><td>·</td></tr>
<tr class="e"><td>·</td></tr>
<tr class="o"><td>·</td></tr>
<tr class="e"><td>·</td></tr>
<tr class="o"><td>·</td></tr>
<tr class="e"><td>·</td></tr>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
element.style {
border-width: 6px 9px;
}
div.agendaContainer {
border: solid 6px #C3D9FF;
border-bottom-width: 4px;
}
user agent stylesheet
div {
display: block;
}
Inherited from body
body {
font-family: sans-serif;
color: #575757;
font-size: 11pt;
margin: 0 0 5px 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: