-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlackBoardHelper.css
46 lines (46 loc) · 1.06 KB
/
BlackBoardHelper.css
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
.dropdown {
position: absolute;
top:0px;
left:50%;
display: inline-block;
background-color:#5BEC11;
padding:5px;
z-index:100000 !important;
font-weight:bold;
}
.dropdown-content a {text-decoration:underline}
.dropdown-content {
display: none;
position: absolute;
padding: 5px;
margin:0px;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dTC1 {min-width:250px;}
div.bbDTable {
background-color: #117AEC;
width: 50px;
text-align: left;
border-collapse: collapse;
}
.divTable.bbDTable .divTableCell, .divTable.bbDTable .divTableHead, .divTableCellWide {
padding: 4px 7px;
}
.divTable.bbDTable .divTableBody .divTableCell, .divTable.bbDTable a, .divTableCellWide {
font-size: 14px;
color: #FFFFFF;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableCell, .divTableHead { display: table-cell;min-width:40px;}
.divTableCellWide {
display: table-cell;min-width:40px;
}
.divTableBody { display: table-row-group;}
.dropdown img {
width:24px;
}