-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule_grid.css
More file actions
75 lines (73 loc) · 3.13 KB
/
Copy pathschedule_grid.css
File metadata and controls
75 lines (73 loc) · 3.13 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
table[summary="This layout table is used to present the goto previous and next week anchors along with the current week information."] {
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}
table[summary="This layout table is used to present the goto previous and next week anchors along with the current week information."] tbody {
border-style: ridge;
border-bottom-width: 0;
border-color: rgb(119, 118, 118);
}
table[summary="This layout table is used to present the goto previous and next week anchors along with the current week information."] tr > td {
border-width: 0 !important;
}
table[summary="This layout table is used to present the goto previous and next week anchors along with the current week information."] tr > td.pldefault[colspan="3"] {
position: absolute;
display: block;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
table[summary="This layout table is used to present the goto previous and next week anchors along with the current week information."] tr > td.pldefault[colspan="1"] a,
table[summary="This layout table is used to present the goto previous and next week anchors along with the current week information."] tr > td.pldefault[colspan="1"] a:hover,
table[summary="This layout table is used to present the goto previous and next week anchors along with the current week information."] tr > td.pldefault[colspan="1"] a:visited {
color: black;
border-radius: 5px;
padding: 5px;
background-color: #333366;
color: white;
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
}
table[summary="This layout table is used to present the weekly course schedule."] {
align-self: center;
width: calc(100% - 2em);
}
table[summary="This layout table is used to present the weekly course schedule."] tr {
border-color: lightgray;
border-bottom-width: 0.5px;
}
table[summary="This layout table is used to present the weekly course schedule."] tr:first-child {
height: 2em;
}
table[summary="This layout table is used to present the weekly course schedule."] tr > th.ddheader {
text-align: center;
padding-top: 0.5ex;
background-color: lightgray;
color: black;
font-family: "Source Sans Pro", sans-serif;
font-weight: 700;
}
table[summary="This layout table is used to present the weekly course schedule."] tr > td {
border-left-style: solid;
border-left-color: lightgrey;
border-left-width: 0.5px;
}
table[summary="This layout table is used to present the weekly course schedule."] tr > td.ddlabel {
background-color: #D6001C;
border-radius: 0.5em;
padding: 0.5em 1em;
}
table[summary="This layout table is used to present the weekly course schedule."] tr > td.ddlabel a {
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
}
table[summary="This layout table is used to present the weekly course schedule."] tr > td.ddlabel a,
table[summary="This layout table is used to present the weekly course schedule."] tr > td.ddlabel a :visited,
table[summary="This layout table is used to present the weekly course schedule."] tr > td.ddlabel a :hover {
color: white;
}
form[action="https://www.bkstr.com/webApp/discoverShop"] {
margin-top: 1em;
margin-left: 1em;
}